/* All min style */
/*!
 * Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900)
}

.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-sharp,
.fa-solid,
.fab,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
    font-family: "Font Awesome 6 Free"
}

.fa-brands,
.fab {
    font-family: "Font Awesome 6 Brands"
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-2xs {
    font-size: .625em;
    line-height: .1em;
    vertical-align: .225em
}

.fa-xs {
    font-size: .75em;
    line-height: .08333em;
    vertical-align: .125em
}

.fa-sm {
    font-size: .875em;
    line-height: .07143em;
    vertical-align: .05357em
}

.fa-lg {
    font-size: 1.25em;
    line-height: .05em;
    vertical-align: -.075em
}

.fa-xl {
    font-size: 1.5em;
    line-height: .04167em;
    vertical-align: -.125em
}

.fa-2xl {
    font-size: 2em;
    line-height: .03125em;
    vertical-align: -.1875em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: var(--fa-li-margin, 2.5em);
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: calc(var(--fa-li-width, 2em)*-1);
    position: absolute;
    text-align: center;
    width: var(--fa-li-width, 2em);
    line-height: inherit
}

.fa-border {
    border-radius: var(--fa-border-radius, .1em);
    border: var(--fa-border-width, .08em) var(--fa-border-style, solid) var(--fa-border-color, #eee);
    padding: var(--fa-border-padding, .2em .25em .15em)
}

.fa-pull-left {
    float: left;
    margin-right: var(--fa-pull-margin, .3em)
}

.fa-pull-right {
    float: right;
    margin-left: var(--fa-pull-margin, .3em)
}

.fa-beat {
    -webkit-animation-name: fa-beat;
    animation-name: fa-beat;
    -webkit-animation-delay: var(--fa-animation-delay, 0s);
    animation-delay: var(--fa-animation-delay, 0s);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
    animation-timing-function: var(--fa-animation-timing, ease-in-out)
}

.fa-bounce {
    -webkit-animation-name: fa-bounce;
    animation-name: fa-bounce;
    -webkit-animation-delay: var(--fa-animation-delay, 0s);
    animation-delay: var(--fa-animation-delay, 0s);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1));
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1))
}

.fa-fade {
    -webkit-animation-name: fa-fade;
    animation-name: fa-fade;
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))
}

.fa-beat-fade,
.fa-fade {
    -webkit-animation-delay: var(--fa-animation-delay, 0s);
    animation-delay: var(--fa-animation-delay, 0s);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s)
}

.fa-beat-fade {
    -webkit-animation-name: fa-beat-fade;
    animation-name: fa-beat-fade;
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))
}

.fa-flip {
    -webkit-animation-name: fa-flip;
    animation-name: fa-flip;
    -webkit-animation-delay: var(--fa-animation-delay, 0s);
    animation-delay: var(--fa-animation-delay, 0s);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
    animation-timing-function: var(--fa-animation-timing, ease-in-out)
}

.fa-shake {
    -webkit-animation-name: fa-shake;
    animation-name: fa-shake;
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, linear);
    animation-timing-function: var(--fa-animation-timing, linear)
}

.fa-shake,
.fa-spin {
    -webkit-animation-delay: var(--fa-animation-delay, 0s);
    animation-delay: var(--fa-animation-delay, 0s);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal)
}

.fa-spin {
    -webkit-animation-name: fa-spin;
    animation-name: fa-spin;
    -webkit-animation-duration: var(--fa-animation-duration, 2s);
    animation-duration: var(--fa-animation-duration, 2s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, linear);
    animation-timing-function: var(--fa-animation-timing, linear)
}

.fa-spin-reverse {
    --fa-animation-direction: reverse
}

.fa-pulse,
.fa-spin-pulse {
    -webkit-animation-name: fa-spin;
    animation-name: fa-spin;
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
    animation-timing-function: var(--fa-animation-timing, steps(8))
}

@media (prefers-reduced-motion:reduce) {

    .fa-beat,
    .fa-beat-fade,
    .fa-bounce,
    .fa-fade,
    .fa-flip,
    .fa-pulse,
    .fa-shake,
    .fa-spin,
    .fa-spin-pulse {
        -webkit-animation-delay: -1ms;
        animation-delay: -1ms;
        -webkit-animation-duration: 1ms;
        animation-duration: 1ms;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition-duration: 0s;
        transition-duration: 0s
    }
}

@-webkit-keyframes fa-beat {

    0%,
    90% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    45% {
        -webkit-transform: scale(var(--fa-beat-scale, 1.25));
        transform: scale(var(--fa-beat-scale, 1.25))
    }
}

@keyframes fa-beat {

    0%,
    90% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    45% {
        -webkit-transform: scale(var(--fa-beat-scale, 1.25));
        transform: scale(var(--fa-beat-scale, 1.25))
    }
}

@-webkit-keyframes fa-bounce {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }

    10% {
        -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
        transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0)
    }

    30% {
        -webkit-transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
        transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em))
    }

    50% {
        -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
        transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0)
    }

    57% {
        -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em));
        transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em))
    }

    64% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }

    to {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }
}

@keyframes fa-bounce {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }

    10% {
        -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
        transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0)
    }

    30% {
        -webkit-transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
        transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em))
    }

    50% {
        -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
        transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0)
    }

    57% {
        -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em));
        transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em))
    }

    64% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }

    to {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }
}

@-webkit-keyframes fa-fade {
    50% {
        opacity: var(--fa-fade-opacity, .4)
    }
}

@keyframes fa-fade {
    50% {
        opacity: var(--fa-fade-opacity, .4)
    }
}

@-webkit-keyframes fa-beat-fade {

    0%,
    to {
        opacity: var(--fa-beat-fade-opacity, .4);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
        transform: scale(var(--fa-beat-fade-scale, 1.125))
    }
}

@keyframes fa-beat-fade {

    0%,
    to {
        opacity: var(--fa-beat-fade-opacity, .4);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
        transform: scale(var(--fa-beat-fade-scale, 1.125))
    }
}

@-webkit-keyframes fa-flip {
    50% {
        -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
        transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))
    }
}

@keyframes fa-flip {
    50% {
        -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
        transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))
    }
}

@-webkit-keyframes fa-shake {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    4% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    8%,
    24% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    12%,
    28% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    20% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    32% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    36% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    40%,
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes fa-shake {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    4% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    8%,
    24% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    12%,
    28% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    20% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    32% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    36% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    40%,
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

.fa-rotate-by {
    -webkit-transform: rotate(var(--fa-rotate-angle, none));
    transform: rotate(var(--fa-rotate-angle, none))
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: var(--fa-stack-z-index, auto)
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: var(--fa-inverse, #fff)
}

.fa-0:before {
    content: "\30"
}

.fa-1:before {
    content: "\31"
}

.fa-2:before {
    content: "\32"
}

.fa-3:before {
    content: "\33"
}

.fa-4:before {
    content: "\34"
}

.fa-5:before {
    content: "\35"
}

.fa-6:before {
    content: "\36"
}

.fa-7:before {
    content: "\37"
}

.fa-8:before {
    content: "\38"
}

.fa-9:before {
    content: "\39"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-arrows-to-circle:before {
    content: "\e4bd"
}

.fa-chevron-circle-right:before,
.fa-circle-chevron-right:before {
    content: "\f138"
}

.fa-at:before {
    content: "\40"
}

.fa-trash-alt:before,
.fa-trash-can:before {
    content: "\f2ed"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-user-times:before,
.fa-user-xmark:before {
    content: "\f235"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-comment-alt:before,
.fa-message:before {
    content: "\f27a"
}

.fa-info:before {
    content: "\f129"
}

.fa-compress-alt:before,
.fa-down-left-and-up-right-to-center:before {
    content: "\f422"
}

.fa-explosion:before {
    content: "\e4e9"
}

.fa-file-alt:before,
.fa-file-lines:before,
.fa-file-text:before {
    content: "\f15c"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-building-un:before {
    content: "\e4d9"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-calendar-alt:before,
.fa-calendar-days:before {
    content: "\f073"
}

.fa-anchor-circle-check:before {
    content: "\e4aa"
}

.fa-building-circle-arrow-right:before {
    content: "\e4d1"
}

.fa-volleyball-ball:before,
.fa-volleyball:before {
    content: "\f45f"
}

.fa-arrows-up-to-line:before {
    content: "\e4c2"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-circle-minus:before,
.fa-minus-circle:before {
    content: "\f056"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-right-from-bracket:before,
.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-soap:before {
    content: "\e06e"
}

.fa-heart-music-camera-bolt:before,
.fa-icons:before {
    content: "\f86d"
}

.fa-microphone-alt-slash:before,
.fa-microphone-lines-slash:before {
    content: "\f539"
}

.fa-bridge-circle-check:before {
    content: "\e4c9"
}

.fa-pump-medical:before {
    content: "\e06a"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-magnifying-glass-location:before,
.fa-search-location:before {
    content: "\f689"
}

.fa-forward-step:before,
.fa-step-forward:before {
    content: "\f051"
}

.fa-face-smile-beam:before,
.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-football-ball:before,
.fa-football:before {
    content: "\f44e"
}

.fa-school-circle-exclamation:before {
    content: "\e56c"
}

.fa-crop:before {
    content: "\f125"
}

.fa-angle-double-down:before,
.fa-angles-down:before {
    content: "\f103"
}

.fa-users-rectangle:before {
    content: "\e594"
}

.fa-people-roof:before {
    content: "\e537"
}

.fa-people-line:before {
    content: "\e534"
}

.fa-beer-mug-empty:before,
.fa-beer:before {
    content: "\f0fc"
}

.fa-diagram-predecessor:before {
    content: "\e477"
}

.fa-arrow-up-long:before,
.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-burn:before,
.fa-fire-flame-simple:before {
    content: "\f46a"
}

.fa-male:before,
.fa-person:before {
    content: "\f183"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-truck-plane:before {
    content: "\e58f"
}

.fa-record-vinyl:before {
    content: "\f8d9"
}

.fa-face-grin-stars:before,
.fa-grin-stars:before {
    content: "\f587"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-pastafarianism:before,
.fa-spaghetti-monster-flying:before {
    content: "\f67b"
}

.fa-arrow-down-up-across-line:before {
    content: "\e4af"
}

.fa-spoon:before,
.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-jar-wheat:before {
    content: "\e517"
}

.fa-envelopes-bulk:before,
.fa-mail-bulk:before {
    content: "\f674"
}

.fa-file-circle-exclamation:before {
    content: "\e4eb"
}

.fa-circle-h:before,
.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-pager:before {
    content: "\f815"
}

.fa-address-book:before,
.fa-contact-book:before {
    content: "\f2b9"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-k:before {
    content: "\4b"
}

.fa-landmark-flag:before {
    content: "\e51c"
}

.fa-pencil-alt:before,
.fa-pencil:before {
    content: "\f303"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-comments:before {
    content: "\f086"
}

.fa-file-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}

.fa-code-pull-request:before {
    content: "\e13c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-truck-loading:before,
.fa-truck-ramp-box:before {
    content: "\f4de"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-vial-virus:before {
    content: "\e597"
}

.fa-sheet-plastic:before {
    content: "\e571"
}

.fa-blog:before {
    content: "\f781"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-person-arrow-up-from-line:before {
    content: "\e539"
}

.fa-scroll-torah:before,
.fa-torah:before {
    content: "\f6a0"
}

.fa-broom-ball:before,
.fa-quidditch-broom-ball:before,
.fa-quidditch:before {
    content: "\f458"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-archive:before,
.fa-box-archive:before {
    content: "\f187"
}

.fa-person-drowning:before {
    content: "\e545"
}

.fa-arrow-down-9-1:before,
.fa-sort-numeric-desc:before,
.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-face-grin-tongue-squint:before,
.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-w:before {
    content: "\57"
}

.fa-earth-africa:before,
.fa-globe-africa:before {
    content: "\f57c"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-tablet-alt:before,
.fa-tablet-screen-button:before {
    content: "\f3fa"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-trowel-bricks:before {
    content: "\e58a"
}

.fa-face-flushed:before,
.fa-flushed:before {
    content: "\f579"
}

.fa-hospital-user:before {
    content: "\f80d"
}

.fa-tent-arrow-left-right:before {
    content: "\e57f"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-box-tissue:before {
    content: "\e05b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-bell-concierge:before,
.fa-concierge-bell:before {
    content: "\f562"
}

.fa-pen-ruler:before,
.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-people-arrows-left-right:before,
.fa-people-arrows:before {
    content: "\e068"
}

.fa-mars-and-venus-burst:before {
    content: "\e523"
}

.fa-caret-square-right:before,
.fa-square-caret-right:before {
    content: "\f152"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-sun-plant-wilt:before {
    content: "\e57a"
}

.fa-toilets-portable:before {
    content: "\e584"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magnifying-glass-arrow-right:before {
    content: "\e521"
}

.fa-digital-tachograph:before,
.fa-tachograph-digital:before {
    content: "\f566"
}

.fa-users-slash:before {
    content: "\e073"
}

.fa-clover:before {
    content: "\e139"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f3e5"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-house-fire:before {
    content: "\e50c"
}

.fa-minus-square:before,
.fa-square-minus:before {
    content: "\f146"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-down:before,
.fa-square-caret-down:before {
    content: "\f150"
}

.fa-file-circle-question:before {
    content: "\e4ef"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-bars:before,
.fa-navicon:before {
    content: "\f0c9"
}

.fa-people-group:before {
    content: "\e533"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-heart-broken:before,
.fa-heart-crack:before {
    content: "\f7a9"
}

.fa-external-link-square-alt:before,
.fa-square-up-right:before {
    content: "\f360"
}

.fa-face-kiss-beam:before,
.fa-kiss-beam:before {
    content: "\f597"
}

.fa-film:before {
    content: "\f008"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-people-robbery:before {
    content: "\e536"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-circle-exclamation:before,
.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-school-circle-xmark:before {
    content: "\e56d"
}

.fa-arrow-right-from-bracket:before,
.fa-sign-out:before {
    content: "\f08b"
}

.fa-chevron-circle-down:before,
.fa-circle-chevron-down:before {
    content: "\f13a"
}

.fa-unlock-alt:before,
.fa-unlock-keyhole:before {
    content: "\f13e"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-headphones-alt:before,
.fa-headphones-simple:before {
    content: "\f58f"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-circle-dollar-to-slot:before,
.fa-donate:before {
    content: "\f4b9"
}

.fa-memory:before {
    content: "\f538"
}

.fa-road-spikes:before {
    content: "\e568"
}

.fa-fire-burner:before {
    content: "\e4f1"
}

.fa-flag:before {
    content: "\f024"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-volume-down:before,
.fa-volume-low:before {
    content: "\f027"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-compress:before {
    content: "\f066"
}

.fa-wheat-alt:before,
.fa-wheat-awn:before {
    content: "\e2cd"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-hands-holding-child:before {
    content: "\e4fa"
}

.fa-asterisk:before {
    content: "\2a"
}

.fa-check-square:before,
.fa-square-check:before {
    content: "\f14a"
}

.fa-peseta-sign:before {
    content: "\e221"
}

.fa-header:before,
.fa-heading:before {
    content: "\f1dc"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-list-squares:before,
.fa-list:before {
    content: "\f03a"
}

.fa-phone-square-alt:before,
.fa-square-phone-flip:before {
    content: "\f87b"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-circle-dot:before,
.fa-dot-circle:before {
    content: "\f192"
}

.fa-dizzy:before,
.fa-face-dizzy:before {
    content: "\f567"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-house-medical-circle-xmark:before {
    content: "\e513"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-futbol-ball:before,
.fa-futbol:before,
.fa-soccer-ball:before {
    content: "\f1e3"
}

.fa-paint-brush:before,
.fa-paintbrush:before {
    content: "\f1fc"
}

.fa-lock:before {
    content: "\f023"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-hot-tub-person:before,
.fa-hot-tub:before {
    content: "\f593"
}

.fa-map-location:before,
.fa-map-marked:before {
    content: "\f59f"
}

.fa-house-flood-water:before {
    content: "\e50e"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-bridge-lock:before {
    content: "\e4cc"
}

.fa-sack-dollar:before {
    content: "\f81d"
}

.fa-edit:before,
.fa-pen-to-square:before {
    content: "\f044"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-share-alt:before,
.fa-share-nodes:before {
    content: "\f1e0"
}

.fa-heart-circle-minus:before {
    content: "\e4ff"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-sink:before {
    content: "\e06d"
}

.fa-bag-shopping:before,
.fa-shopping-bag:before {
    content: "\f290"
}

.fa-arrow-down-z-a:before,
.fa-sort-alpha-desc:before,
.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-person-rays:before {
    content: "\e54d"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-flask-vial:before {
    content: "\e4f3"
}

.fa-hand-paper:before,
.fa-hand:before {
    content: "\f256"
}

.fa-om:before {
    content: "\f679"
}

.fa-worm:before {
    content: "\e599"
}

.fa-house-circle-xmark:before {
    content: "\e50b"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-face-kiss:before,
.fa-kiss:before {
    content: "\f596"
}

.fa-bridge-circle-xmark:before {
    content: "\e4cb"
}

.fa-face-grin-tongue:before,
.fa-grin-tongue:before {
    content: "\f589"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-face-grin-wink:before,
.fa-grin-wink:before {
    content: "\f58c"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-ear-deaf:before,
.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-road-circle-check:before {
    content: "\e564"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-rss-square:before,
.fa-square-rss:before {
    content: "\f143"
}

.fa-land-mine-on:before {
    content: "\e51b"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-stairs:before {
    content: "\e289"
}

.fa-i:before {
    content: "\49"
}

.fa-hryvnia-sign:before,
.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-pills:before {
    content: "\f484"
}

.fa-face-grin-wide:before,
.fa-grin-alt:before {
    content: "\f581"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-v:before {
    content: "\56"
}

.fa-bangladeshi-taka-sign:before {
    content: "\e2e6"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-rod-asclepius:before,
.fa-rod-snake:before,
.fa-staff-aesculapius:before,
.fa-staff-snake:before {
    content: "\e579"
}

.fa-head-side-cough-slash:before {
    content: "\e062"
}

.fa-ambulance:before,
.fa-truck-medical:before {
    content: "\f0f9"
}

.fa-wheat-awn-circle-exclamation:before {
    content: "\e598"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-road-barrier:before {
    content: "\e562"
}

.fa-school:before {
    content: "\f549"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-joint:before {
    content: "\f595"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-q:before {
    content: "\51"
}

.fa-g:before {
    content: "\47"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-temperature-2:before,
.fa-temperature-half:before,
.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-dong-sign:before {
    content: "\e169"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-poo-bolt:before,
.fa-poo-storm:before {
    content: "\f75a"
}

.fa-face-frown-open:before,
.fa-frown-open:before {
    content: "\f57a"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-helmet-un:before {
    content: "\e503"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-arrow-up-from-bracket:before {
    content: "\e09a"
}

.fa-folder-blank:before,
.fa-folder:before {
    content: "\f07b"
}

.fa-file-medical-alt:before,
.fa-file-waveform:before {
    content: "\f478"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-chart-simple:before {
    content: "\e473"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-vial:before {
    content: "\f492"
}

.fa-dashboard:before,
.fa-gauge-med:before,
.fa-gauge:before,
.fa-tachometer-alt-average:before {
    content: "\f624"
}

.fa-magic-wand-sparkles:before,
.fa-wand-magic-sparkles:before {
    content: "\e2ca"
}

.fa-e:before {
    content: "\45"
}

.fa-pen-alt:before,
.fa-pen-clip:before {
    content: "\f305"
}

.fa-bridge-circle-exclamation:before {
    content: "\e4ca"
}

.fa-user:before {
    content: "\f007"
}

.fa-school-circle-check:before {
    content: "\e56b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-shuttle-van:before,
.fa-van-shuttle:before {
    content: "\f5b6"
}

.fa-building-user:before {
    content: "\e4da"
}

.fa-caret-square-left:before,
.fa-square-caret-left:before {
    content: "\f191"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-key:before {
    content: "\f084"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-person-half-dress:before {
    content: "\e548"
}

.fa-road-bridge:before {
    content: "\e563"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-c:before {
    content: "\43"
}

.fa-tablet-button:before {
    content: "\f10a"
}

.fa-building-lock:before {
    content: "\e4d6"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-area-chart:before,
.fa-chart-area:before {
    content: "\f1fe"
}

.fa-house-flag:before {
    content: "\e50d"
}

.fa-person-circle-minus:before {
    content: "\e540"
}

.fa-ban:before,
.fa-cancel:before {
    content: "\f05e"
}

.fa-camera-rotate:before {
    content: "\e0d8"
}

.fa-air-freshener:before,
.fa-spray-can-sparkles:before {
    content: "\f5d0"
}

.fa-star:before {
    content: "\f005"
}

.fa-repeat:before {
    content: "\f363"
}

.fa-cross:before {
    content: "\f654"
}

.fa-box:before {
    content: "\f466"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-arrow-pointer:before,
.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-expand-arrows-alt:before,
.fa-maximize:before {
    content: "\f31e"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-shapes:before,
.fa-triangle-circle-square:before {
    content: "\f61f"
}

.fa-random:before,
.fa-shuffle:before {
    content: "\f074"
}

.fa-person-running:before,
.fa-running:before {
    content: "\f70c"
}

.fa-mobile-retro:before {
    content: "\e527"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-spider:before {
    content: "\f717"
}

.fa-hands-bound:before {
    content: "\e4f9"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-plane-circle-exclamation:before {
    content: "\e556"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-slash:before {
    content: "\f715"
}

.fa-computer-mouse:before,
.fa-mouse:before {
    content: "\f8cc"
}

.fa-arrow-right-to-bracket:before,
.fa-sign-in:before {
    content: "\f090"
}

.fa-shop-slash:before,
.fa-store-alt-slash:before {
    content: "\e070"
}

.fa-server:before {
    content: "\f233"
}

.fa-virus-covid-slash:before {
    content: "\e4a9"
}

.fa-shop-lock:before {
    content: "\e4a5"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-building-wheat:before {
    content: "\e4db"
}

.fa-person-breastfeeding:before {
    content: "\e53a"
}

.fa-right-to-bracket:before,
.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-venus:before {
    content: "\f221"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-heart-pulse:before,
.fa-heartbeat:before {
    content: "\f21e"
}

.fa-people-carry-box:before,
.fa-people-carry:before {
    content: "\f4ce"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-crown:before {
    content: "\f521"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-xmarks-lines:before {
    content: "\e59a"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-weight-scale:before,
.fa-weight:before {
    content: "\f496"
}

.fa-user-friends:before,
.fa-user-group:before {
    content: "\f500"
}

.fa-arrow-up-a-z:before,
.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-face-laugh-squint:before,
.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-arrow-circle-up:before,
.fa-circle-arrow-up:before {
    content: "\f0aa"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-person-walking:before,
.fa-walking:before {
    content: "\f554"
}

.fa-l:before {
    content: "\4c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-bed-pulse:before,
.fa-procedures:before {
    content: "\f487"
}

.fa-shuttle-space:before,
.fa-space-shuttle:before {
    content: "\f197"
}

.fa-face-laugh:before,
.fa-laugh:before {
    content: "\f599"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-heart-circle-plus:before {
    content: "\e500"
}

.fa-code-fork:before {
    content: "\e13b"
}

.fa-city:before {
    content: "\f64f"
}

.fa-microphone-alt:before,
.fa-microphone-lines:before {
    content: "\f3c9"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-colon-sign:before {
    content: "\e140"
}

.fa-headset:before {
    content: "\f590"
}

.fa-store-slash:before {
    content: "\e071"
}

.fa-road-circle-xmark:before {
    content: "\e566"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-mars-stroke-up:before,
.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-champagne-glasses:before,
.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-house-circle-exclamation:before {
    content: "\e50a"
}

.fa-file-arrow-up:before,
.fa-file-upload:before {
    content: "\f574"
}

.fa-wifi-3:before,
.fa-wifi-strong:before,
.fa-wifi:before {
    content: "\f1eb"
}

.fa-bath:before,
.fa-bathtub:before {
    content: "\f2cd"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-user-edit:before,
.fa-user-pen:before {
    content: "\f4ff"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-bold:before {
    content: "\f032"
}

.fa-anchor-lock:before {
    content: "\e4ad"
}

.fa-building-ngo:before {
    content: "\e4d7"
}

.fa-manat-sign:before {
    content: "\e1d5"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-border-style:before,
.fa-border-top-left:before {
    content: "\f853"
}

.fa-map-location-dot:before,
.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-poll:before,
.fa-square-poll-vertical:before {
    content: "\f681"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-battery-car:before,
.fa-car-battery:before {
    content: "\f5df"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-building-circle-check:before {
    content: "\e4d2"
}

.fa-person-chalkboard:before {
    content: "\e53d"
}

.fa-mars-stroke-h:before,
.fa-mars-stroke-right:before {
    content: "\f22b"
}

.fa-hand-back-fist:before,
.fa-hand-rock:before {
    content: "\f255"
}

.fa-caret-square-up:before,
.fa-square-caret-up:before {
    content: "\f151"
}

.fa-cloud-showers-water:before {
    content: "\e4e4"
}

.fa-bar-chart:before,
.fa-chart-bar:before {
    content: "\f080"
}

.fa-hands-bubbles:before,
.fa-hands-wash:before {
    content: "\e05e"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-train:before {
    content: "\f238"
}

.fa-eye-low-vision:before,
.fa-low-vision:before {
    content: "\f2a8"
}

.fa-crow:before {
    content: "\f520"
}

.fa-sailboat:before {
    content: "\e445"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-plus-square:before,
.fa-square-plus:before {
    content: "\f0fe"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-bucket:before {
    content: "\e4cf"
}

.fa-image:before {
    content: "\f03e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-cow:before {
    content: "\f6c8"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-folder-closed:before {
    content: "\e185"
}

.fa-house-tsunami:before {
    content: "\e515"
}

.fa-square-nfi:before {
    content: "\e576"
}

.fa-arrow-up-from-ground-water:before {
    content: "\e4b5"
}

.fa-glass-martini-alt:before,
.fa-martini-glass:before {
    content: "\f57b"
}

.fa-rotate-back:before,
.fa-rotate-backward:before,
.fa-rotate-left:before,
.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-columns:before,
.fa-table-columns:before {
    content: "\f0db"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-head-side-mask:before {
    content: "\e063"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-dolly-box:before,
.fa-dolly:before {
    content: "\f472"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-compress-arrows-alt:before,
.fa-minimize:before {
    content: "\f78c"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-angle-double-right:before,
.fa-angles-right:before {
    content: "\f101"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-circle-play:before,
.fa-play-circle:before {
    content: "\f144"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-eur:before,
.fa-euro-sign:before,
.fa-euro:before {
    content: "\f153"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-check-circle:before,
.fa-circle-check:before {
    content: "\f058"
}

.fa-circle-stop:before,
.fa-stop-circle:before {
    content: "\f28d"
}

.fa-compass-drafting:before,
.fa-drafting-compass:before {
    content: "\f568"
}

.fa-plate-wheat:before {
    content: "\e55a"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-person-shelter:before {
    content: "\e54f"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-face-laugh-beam:before,
.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-helicopter-symbol:before {
    content: "\e502"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-chevron-circle-up:before,
.fa-circle-chevron-up:before {
    content: "\f139"
}

.fa-lari-sign:before {
    content: "\e1c8"
}

.fa-volcano:before {
    content: "\f770"
}

.fa-person-walking-dashed-line-arrow-right:before {
    content: "\e553"
}

.fa-gbp:before,
.fa-pound-sign:before,
.fa-sterling-sign:before {
    content: "\f154"
}

.fa-viruses:before {
    content: "\e076"
}

.fa-square-person-confined:before {
    content: "\e577"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-arrow-down-long:before,
.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-tent-arrow-down-to-line:before {
    content: "\e57e"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-person-skating:before,
.fa-skating:before {
    content: "\f7c5"
}

.fa-filter-circle-dollar:before,
.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-arrow-circle-down:before,
.fa-circle-arrow-down:before {
    content: "\f0ab"
}

.fa-arrow-right-to-file:before,
.fa-file-import:before {
    content: "\f56f"
}

.fa-external-link-square:before,
.fa-square-arrow-up-right:before {
    content: "\f14c"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-location-pin-lock:before {
    content: "\e51f"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-hill-avalanche:before {
    content: "\e507"
}

.fa-temperature-0:before,
.fa-temperature-empty:before,
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-address-card:before,
.fa-contact-card:before,
.fa-vcard:before {
    content: "\f2bb"
}

.fa-balance-scale-right:before,
.fa-scale-unbalanced-flip:before {
    content: "\f516"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-diamond-turn-right:before,
.fa-directions:before {
    content: "\f5eb"
}

.fa-burst:before {
    content: "\e4dc"
}

.fa-house-laptop:before,
.fa-laptop-house:before {
    content: "\e066"
}

.fa-face-tired:before,
.fa-tired:before {
    content: "\f5c8"
}

.fa-money-bills:before {
    content: "\e1f3"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-cloud-arrow-up:before,
.fa-cloud-upload-alt:before,
.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-arrows-turn-right:before {
    content: "\e4c0"
}

.fa-vest:before {
    content: "\e085"
}

.fa-ferry:before {
    content: "\e4ea"
}

.fa-arrows-down-to-people:before {
    content: "\e4b9"
}

.fa-seedling:before,
.fa-sprout:before {
    content: "\f4d8"
}

.fa-arrows-alt-h:before,
.fa-left-right:before {
    content: "\f337"
}

.fa-boxes-packing:before {
    content: "\e4c7"
}

.fa-arrow-circle-left:before,
.fa-circle-arrow-left:before {
    content: "\f0a8"
}

.fa-group-arrows-rotate:before {
    content: "\e4f6"
}

.fa-bowl-food:before {
    content: "\e4c6"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-arrow-down-wide-short:before,
.fa-sort-amount-asc:before,
.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-cloud-bolt:before,
.fa-thunderstorm:before {
    content: "\f76c"
}

.fa-remove-format:before,
.fa-text-slash:before {
    content: "\f87d"
}

.fa-face-smile-wink:before,
.fa-smile-wink:before {
    content: "\f4da"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-arrows-h:before,
.fa-arrows-left-right:before {
    content: "\f07e"
}

.fa-house-lock:before {
    content: "\e510"
}

.fa-cloud-arrow-down:before,
.fa-cloud-download-alt:before,
.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-children:before {
    content: "\e4e1"
}

.fa-blackboard:before,
.fa-chalkboard:before {
    content: "\f51b"
}

.fa-user-alt-slash:before,
.fa-user-large-slash:before {
    content: "\f4fa"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-handshake-alt-slash:before,
.fa-handshake-simple-slash:before {
    content: "\e05f"
}

.fa-mattress-pillow:before {
    content: "\e525"
}

.fa-guarani-sign:before {
    content: "\e19a"
}

.fa-arrows-rotate:before,
.fa-refresh:before,
.fa-sync:before {
    content: "\f021"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-cruzeiro-sign:before {
    content: "\e152"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-shield-alt:before,
.fa-shield-halved:before {
    content: "\f3ed"
}

.fa-atlas:before,
.fa-book-atlas:before {
    content: "\f558"
}

.fa-virus:before {
    content: "\e074"
}

.fa-envelope-circle-check:before {
    content: "\e4e8"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-arrows-to-dot:before {
    content: "\e4be"
}

.fa-archway:before {
    content: "\f557"
}

.fa-heart-circle-check:before {
    content: "\e4fd"
}

.fa-house-chimney-crack:before,
.fa-house-damage:before {
    content: "\f6f1"
}

.fa-file-archive:before,
.fa-file-zipper:before {
    content: "\f1c6"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-glass-martini:before,
.fa-martini-glass-empty:before {
    content: "\f000"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cedi-sign:before {
    content: "\e0df"
}

.fa-italic:before {
    content: "\f033"
}

.fa-church:before {
    content: "\f51d"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-z:before {
    content: "\5a"
}

.fa-person-skiing:before,
.fa-skiing:before {
    content: "\f7c9"
}

.fa-road-lock:before {
    content: "\e567"
}

.fa-a:before {
    content: "\41"
}

.fa-temperature-arrow-down:before,
.fa-temperature-down:before {
    content: "\e03f"
}

.fa-feather-alt:before,
.fa-feather-pointed:before {
    content: "\f56b"
}

.fa-p:before {
    content: "\50"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-ad:before,
.fa-rectangle-ad:before {
    content: "\f641"
}

.fa-arrow-circle-right:before,
.fa-circle-arrow-right:before {
    content: "\f0a9"
}

.fa-filter-circle-xmark:before {
    content: "\e17b"
}

.fa-locust:before {
    content: "\e520"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-list-1-2:before,
.fa-list-numeric:before,
.fa-list-ol:before {
    content: "\f0cb"
}

.fa-person-dress-burst:before {
    content: "\e544"
}

.fa-money-check-alt:before,
.fa-money-check-dollar:before {
    content: "\f53d"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-face-kiss-wink-heart:before,
.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-question:before {
    content: "\3f"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-arrows-alt:before,
.fa-up-down-left-right:before {
    content: "\f0b2"
}

.fa-house-chimney-user:before {
    content: "\e065"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-star-half-alt:before,
.fa-star-half-stroke:before {
    content: "\f5c0"
}

.fa-code:before {
    content: "\f121"
}

.fa-glass-whiskey:before,
.fa-whiskey-glass:before {
    content: "\f7a0"
}

.fa-building-circle-exclamation:before {
    content: "\e4d3"
}

.fa-magnifying-glass-chart:before {
    content: "\e522"
}

.fa-arrow-up-right-from-square:before,
.fa-external-link:before {
    content: "\f08e"
}

.fa-cubes-stacked:before {
    content: "\e4e6"
}

.fa-krw:before,
.fa-won-sign:before,
.fa-won:before {
    content: "\f159"
}

.fa-virus-covid:before {
    content: "\e4a8"
}

.fa-austral-sign:before {
    content: "\e0a9"
}

.fa-f:before {
    content: "\46"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-road:before {
    content: "\f018"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-person-circle-plus:before {
    content: "\e541"
}

.fa-chart-pie:before,
.fa-pie-chart:before {
    content: "\f200"
}

.fa-bolt-lightning:before {
    content: "\e0b7"
}

.fa-sack-xmark:before {
    content: "\e56a"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-fish-fins:before {
    content: "\e4f2"
}

.fa-building-flag:before {
    content: "\e4d5"
}

.fa-face-grin-beam:before,
.fa-grin-beam:before {
    content: "\f582"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-poop:before {
    content: "\f619"
}

.fa-location-pin:before,
.fa-map-marker:before {
    content: "\f041"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-hard-hat:before,
.fa-hat-hard:before,
.fa-helmet-safety:before {
    content: "\f807"
}

.fa-eject:before {
    content: "\f052"
}

.fa-arrow-alt-circle-right:before,
.fa-circle-right:before {
    content: "\f35a"
}

.fa-plane-circle-check:before {
    content: "\e555"
}

.fa-face-rolling-eyes:before,
.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-chart-line:before,
.fa-line-chart:before {
    content: "\f201"
}

.fa-mask-ventilator:before {
    content: "\e524"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-map-signs:before,
.fa-signs-post:before {
    content: "\f277"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-person-circle-question:before {
    content: "\e542"
}

.fa-h:before {
    content: "\48"
}

.fa-tarp:before {
    content: "\e57b"
}

.fa-screwdriver-wrench:before,
.fa-tools:before {
    content: "\f7d9"
}

.fa-arrows-to-eye:before {
    content: "\e4bf"
}

.fa-plug-circle-bolt:before {
    content: "\e55b"
}

.fa-heart:before {
    content: "\f004"
}

.fa-mars-and-venus:before {
    content: "\f224"
}

.fa-home-user:before,
.fa-house-user:before {
    content: "\e1b0"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-house-crack:before {
    content: "\e3b1"
}

.fa-cocktail:before,
.fa-martini-glass-citrus:before {
    content: "\f561"
}

.fa-face-surprise:before,
.fa-surprise:before {
    content: "\f5c2"
}

.fa-bottle-water:before {
    content: "\e4c5"
}

.fa-circle-pause:before,
.fa-pause-circle:before {
    content: "\f28b"
}

.fa-toilet-paper-slash:before {
    content: "\e072"
}

.fa-apple-alt:before,
.fa-apple-whole:before {
    content: "\f5d1"
}

.fa-kitchen-set:before {
    content: "\e51a"
}

.fa-r:before {
    content: "\52"
}

.fa-temperature-1:before,
.fa-temperature-quarter:before,
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-bitcoin-sign:before {
    content: "\e0b4"
}

.fa-shield-dog:before {
    content: "\e573"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-elevator:before {
    content: "\e16d"
}

.fa-money-bill-transfer:before {
    content: "\e528"
}

.fa-money-bill-trend-up:before {
    content: "\e529"
}

.fa-house-flood-water-circle-arrow-right:before {
    content: "\e50f"
}

.fa-poll-h:before,
.fa-square-poll-horizontal:before {
    content: "\f682"
}

.fa-circle:before {
    content: "\f111"
}

.fa-backward-fast:before,
.fa-fast-backward:before {
    content: "\f049"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-plane-slash:before {
    content: "\e069"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-basketball-ball:before,
.fa-basketball:before {
    content: "\f434"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-arrow-alt-circle-up:before,
.fa-circle-up:before {
    content: "\f35b"
}

.fa-mobile-alt:before,
.fa-mobile-screen-button:before {
    content: "\f3cd"
}

.fa-volume-high:before,
.fa-volume-up:before {
    content: "\f028"
}

.fa-users-rays:before {
    content: "\e593"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-burger:before,
.fa-hamburger:before {
    content: "\f805"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-bugs:before {
    content: "\e4d0"
}

.fa-rupee-sign:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-circle-question:before,
.fa-question-circle:before {
    content: "\f059"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-handshake-slash:before {
    content: "\e060"
}

.fa-book-bookmark:before {
    content: "\e0bb"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-hat-cowboy:before {
    content: "\f8c0"
}

.fa-bridge:before {
    content: "\e4c8"
}

.fa-phone-alt:before,
.fa-phone-flip:before {
    content: "\f879"
}

.fa-truck-front:before {
    content: "\e2b7"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-anchor-circle-exclamation:before {
    content: "\e4ab"
}

.fa-truck-field:before {
    content: "\e58d"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-clipboard-question:before {
    content: "\e4e3"
}

.fa-panorama:before {
    content: "\e209"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-file-circle-minus:before {
    content: "\e4ed"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-fast-forward:before,
.fa-forward-fast:before {
    content: "\f050"
}

.fa-face-meh-blank:before,
.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-parking:before,
.fa-square-parking:before {
    content: "\f540"
}

.fa-house-signal:before {
    content: "\e012"
}

.fa-bars-progress:before,
.fa-tasks-alt:before {
    content: "\f828"
}

.fa-faucet-drip:before {
    content: "\e006"
}

.fa-cart-flatbed:before,
.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-ban-smoking:before,
.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-mobile-button:before {
    content: "\f10b"
}

.fa-house-medical-flag:before {
    content: "\e514"
}

.fa-basket-shopping:before,
.fa-shopping-basket:before {
    content: "\f291"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-bus-alt:before,
.fa-bus-simple:before {
    content: "\f55e"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-face-sad-cry:before,
.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-person-military-to-person:before {
    content: "\e54c"
}

.fa-file-shield:before {
    content: "\e4f0"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-pen:before {
    content: "\f304"
}

.fa-tower-observation:before {
    content: "\e586"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-signal-5:before,
.fa-signal-perfect:before,
.fa-signal:before {
    content: "\f012"
}

.fa-bus:before {
    content: "\f207"
}

.fa-heart-circle-xmark:before {
    content: "\e501"
}

.fa-home-lg:before,
.fa-house-chimney:before {
    content: "\e3af"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-face-frown:before,
.fa-frown:before {
    content: "\f119"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-shop:before,
.fa-store-alt:before {
    content: "\f54f"
}

.fa-floppy-disk:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-balance-scale-left:before,
.fa-scale-unbalanced:before {
    content: "\f515"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-comment-dots:before,
.fa-commenting:before {
    content: "\f4ad"
}

.fa-plant-wilt:before {
    content: "\e5aa"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-face-grin-squint:before,
.fa-grin-squint:before {
    content: "\f585"
}

.fa-hand-holding-dollar:before,
.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-bacterium:before {
    content: "\e05a"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hands-praying:before,
.fa-praying-hands:before {
    content: "\f684"
}

.fa-arrow-right-rotate:before,
.fa-arrow-rotate-forward:before,
.fa-arrow-rotate-right:before,
.fa-redo:before {
    content: "\f01e"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-location-crosshairs:before,
.fa-location:before {
    content: "\f601"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-child-dress:before {
    content: "\e59c"
}

.fa-users-between-lines:before {
    content: "\e591"
}

.fa-lungs-virus:before {
    content: "\e067"
}

.fa-face-grin-tears:before,
.fa-grin-tears:before {
    content: "\f588"
}

.fa-phone:before {
    content: "\f095"
}

.fa-calendar-times:before,
.fa-calendar-xmark:before {
    content: "\f273"
}

.fa-child-reaching:before {
    content: "\e59d"
}

.fa-head-side-virus:before {
    content: "\e064"
}

.fa-user-cog:before,
.fa-user-gear:before {
    content: "\f4fe"
}

.fa-arrow-up-1-9:before,
.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-shield-virus:before {
    content: "\e06c"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-mosquito-net:before {
    content: "\e52c"
}

.fa-bridge-water:before {
    content: "\e4ce"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-digging:before,
.fa-person-digging:before {
    content: "\f85e"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-gauge-simple-med:before,
.fa-gauge-simple:before,
.fa-tachometer-average:before {
    content: "\f629"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-quote-right-alt:before,
.fa-quote-right:before {
    content: "\f10e"
}

.fa-shirt:before,
.fa-t-shirt:before,
.fa-tshirt:before {
    content: "\f553"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-divide:before {
    content: "\f529"
}

.fa-tenge-sign:before,
.fa-tenge:before {
    content: "\f7d7"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-hands-holding:before {
    content: "\f4c2"
}

.fa-hands-clapping:before {
    content: "\e1a8"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-person-circle-xmark:before {
    content: "\e543"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-j:before {
    content: "\4a"
}

.fa-users-viewfinder:before {
    content: "\e595"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-external-link-alt:before,
.fa-up-right-from-square:before {
    content: "\f35d"
}

.fa-table-cells:before,
.fa-th:before {
    content: "\f00a"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-bible:before,
.fa-book-bible:before {
    content: "\f647"
}

.fa-o:before {
    content: "\4f"
}

.fa-medkit:before,
.fa-suitcase-medical:before {
    content: "\f0fa"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-otter:before {
    content: "\f700"
}

.fa-female:before,
.fa-person-dress:before {
    content: "\f182"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-briefcase-clock:before,
.fa-business-time:before {
    content: "\f64a"
}

.fa-table-cells-large:before,
.fa-th-large:before {
    content: "\f009"
}

.fa-book-tanakh:before,
.fa-tanakh:before {
    content: "\f827"
}

.fa-phone-volume:before,
.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-hat-cowboy-side:before {
    content: "\f8c1"
}

.fa-clipboard-user:before {
    content: "\f7f3"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-plane-lock:before {
    content: "\e558"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-comment:before {
    content: "\f075"
}

.fa-birthday-cake:before,
.fa-cake-candles:before,
.fa-cake:before {
    content: "\f1fd"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-angle-double-up:before,
.fa-angles-up:before {
    content: "\f102"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-arrow-right-to-city:before {
    content: "\e4b3"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-lungs:before {
    content: "\f604"
}

.fa-arrow-up-9-1:before,
.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-litecoin-sign:before {
    content: "\e1d3"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-circle-nodes:before {
    content: "\e4e2"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-truck-field-un:before {
    content: "\e58e"
}

.fa-hourglass-empty:before,
.fa-hourglass:before {
    content: "\f254"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-user-doctor:before,
.fa-user-md:before {
    content: "\f0f0"
}

.fa-circle-info:before,
.fa-info-circle:before {
    content: "\f05a"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-camera-alt:before,
.fa-camera:before {
    content: "\f030"
}

.fa-square-virus:before {
    content: "\e578"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-car-on:before {
    content: "\e4dd"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-arrow-down-1-9:before,
.fa-sort-numeric-asc:before,
.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-hand-holding-droplet:before,
.fa-hand-holding-water:before {
    content: "\f4c1"
}

.fa-water:before {
    content: "\f773"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-prescription-bottle-alt:before,
.fa-prescription-bottle-medical:before {
    content: "\f486"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-person-cane:before {
    content: "\e53c"
}

.fa-tent:before {
    content: "\e57d"
}

.fa-vest-patches:before {
    content: "\e086"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-arrow-down-a-z:before,
.fa-sort-alpha-asc:before,
.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-money-bill-wheat:before {
    content: "\e52a"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-arrow-left-rotate:before,
.fa-arrow-rotate-back:before,
.fa-arrow-rotate-backward:before,
.fa-arrow-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-hard-drive:before,
.fa-hdd:before {
    content: "\f0a0"
}

.fa-face-grin-squint-tears:before,
.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-list-alt:before,
.fa-rectangle-list:before {
    content: "\f022"
}

.fa-tarp-droplet:before {
    content: "\e57c"
}

.fa-house-medical-circle-check:before {
    content: "\e511"
}

.fa-person-skiing-nordic:before,
.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-arrow-alt-circle-left:before,
.fa-circle-left:before {
    content: "\f359"
}

.fa-subway:before,
.fa-train-subway:before {
    content: "\f239"
}

.fa-chart-gantt:before {
    content: "\e0e4"
}

.fa-indian-rupee-sign:before,
.fa-indian-rupee:before,
.fa-inr:before {
    content: "\e1bc"
}

.fa-crop-alt:before,
.fa-crop-simple:before {
    content: "\f565"
}

.fa-money-bill-1:before,
.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-left-long:before,
.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-dna:before {
    content: "\f471"
}

.fa-virus-slash:before {
    content: "\e075"
}

.fa-minus:before,
.fa-subtract:before {
    content: "\f068"
}

.fa-chess:before {
    content: "\f439"
}

.fa-arrow-left-long:before,
.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-plug-circle-check:before {
    content: "\e55c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-franc-sign:before {
    content: "\e18f"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before,
.fa-hands-american-sign-language-interpreting:before,
.fa-hands-asl-interpreting:before {
    content: "\f2a3"
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}

.fa-droplet-slash:before,
.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-mosquito:before {
    content: "\e52b"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-person-military-rifle:before {
    content: "\e54b"
}

.fa-cart-shopping:before,
.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-vials:before {
    content: "\f493"
}

.fa-plug-circle-plus:before {
    content: "\e55f"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-arrow-turn-up:before,
.fa-level-up:before {
    content: "\f148"
}

.fa-u:before {
    content: "\55"
}

.fa-square-root-alt:before,
.fa-square-root-variable:before {
    content: "\f698"
}

.fa-clock-four:before,
.fa-clock:before {
    content: "\f017"
}

.fa-backward-step:before,
.fa-step-backward:before {
    content: "\f048"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-faucet:before {
    content: "\e005"
}

.fa-baseball-bat-ball:before {
    content: "\f432"
}

.fa-s:before {
    content: "\53"
}

.fa-timeline:before {
    content: "\e29c"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-clinic-medical:before,
.fa-house-chimney-medical:before {
    content: "\f7f2"
}

.fa-temperature-3:before,
.fa-temperature-three-quarters:before,
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-mobile-android-alt:before,
.fa-mobile-screen:before {
    content: "\f3cf"
}

.fa-plane-up:before {
    content: "\e22d"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-battery-3:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-mountain-city:before {
    content: "\e52e"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-sliders-h:before,
.fa-sliders:before {
    content: "\f1de"
}

.fa-folder-tree:before {
    content: "\f802"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-cent-sign:before {
    content: "\e3f5"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-person-pregnant:before {
    content: "\e31e"
}

.fa-wand-sparkles:before {
    content: "\f72b"
}

.fa-ellipsis-v:before,
.fa-ellipsis-vertical:before {
    content: "\f142"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-long-arrow-alt-right:before,
.fa-right-long:before {
    content: "\f30b"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-laptop-file:before {
    content: "\e51d"
}

.fa-teletype:before,
.fa-tty:before {
    content: "\f1e4"
}

.fa-diagram-next:before {
    content: "\e476"
}

.fa-person-rifle:before {
    content: "\e54e"
}

.fa-house-medical-circle-exclamation:before {
    content: "\e512"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-hiking:before,
.fa-person-hiking:before {
    content: "\f6ec"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-images:before {
    content: "\f302"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-people-pulling:before {
    content: "\e535"
}

.fa-n:before {
    content: "\4e"
}

.fa-cable-car:before,
.fa-tram:before {
    content: "\f7da"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-building-circle-xmark:before {
    content: "\e4d4"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-arrows-down-to-line:before {
    content: "\e4b8"
}

.fa-download:before {
    content: "\f019"
}

.fa-face-grin:before,
.fa-grin:before {
    content: "\f580"
}

.fa-backspace:before,
.fa-delete-left:before {
    content: "\f55a"
}

.fa-eye-dropper-empty:before,
.fa-eye-dropper:before,
.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-file-circle-check:before {
    content: "\e5a0"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-mobile-android:before,
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f3ce"
}

.fa-face-meh:before,
.fa-meh:before {
    content: "\f11a"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-book-dead:before,
.fa-book-skull:before {
    content: "\f6b7"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-heart-circle-exclamation:before {
    content: "\e4fe"
}

.fa-home-alt:before,
.fa-home-lg-alt:before,
.fa-home:before,
.fa-house:before {
    content: "\f015"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-b:before {
    content: "\42"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-arrow-right-arrow-left:before,
.fa-exchange:before {
    content: "\f0ec"
}

.fa-redo-alt:before,
.fa-rotate-forward:before,
.fa-rotate-right:before {
    content: "\f2f9"
}

.fa-cutlery:before,
.fa-utensils:before {
    content: "\f2e7"
}

.fa-arrow-up-wide-short:before,
.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-mill-sign:before {
    content: "\e1ed"
}

.fa-bowl-rice:before {
    content: "\e2eb"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-broadcast-tower:before,
.fa-tower-broadcast:before {
    content: "\f519"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-long-arrow-alt-up:before,
.fa-up-long:before {
    content: "\f30c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-code-merge:before {
    content: "\f387"
}

.fa-upload:before {
    content: "\f093"
}

.fa-hurricane:before {
    content: "\f751"
}

.fa-mound:before {
    content: "\e52d"
}

.fa-toilet-portable:before {
    content: "\e583"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-file-arrow-down:before,
.fa-file-download:before {
    content: "\f56d"
}

.fa-caravan:before {
    content: "\f8ff"
}

.fa-shield-cat:before {
    content: "\e572"
}

.fa-bolt:before,
.fa-zap:before {
    content: "\f0e7"
}

.fa-glass-water:before {
    content: "\e4f4"
}

.fa-oil-well:before {
    content: "\e532"
}

.fa-vault:before {
    content: "\e2c5"
}

.fa-mars:before {
    content: "\f222"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-plane-circle-xmark:before {
    content: "\e557"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen-sign:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble-sign:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-sun:before {
    content: "\f185"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-face-laugh-wink:before,
.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-bore-hole:before {
    content: "\e4c3"
}

.fa-industry:before {
    content: "\f275"
}

.fa-arrow-alt-circle-down:before,
.fa-circle-down:before {
    content: "\f358"
}

.fa-arrows-turn-to-dots:before {
    content: "\e4c1"
}

.fa-florin-sign:before {
    content: "\e184"
}

.fa-arrow-down-short-wide:before,
.fa-sort-amount-desc:before,
.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-less-than:before {
    content: "\3c"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-car-tunnel:before {
    content: "\e4de"
}

.fa-head-side-cough:before {
    content: "\e061"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-arrow-right-long:before,
.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-anchor-circle-xmark:before {
    content: "\e4ac"
}

.fa-ellipsis-h:before,
.fa-ellipsis:before {
    content: "\f141"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-first-aid:before,
.fa-kit-medical:before {
    content: "\f479"
}

.fa-person-through-window:before {
    content: "\e5a9"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-hands-holding-circle:before {
    content: "\e4fb"
}

.fa-bug:before {
    content: "\f188"
}

.fa-credit-card-alt:before,
.fa-credit-card:before {
    content: "\f09d"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-hand-holding-hand:before {
    content: "\e4f7"
}

.fa-book-open-reader:before,
.fa-book-reader:before {
    content: "\f5da"
}

.fa-mountain-sun:before {
    content: "\e52f"
}

.fa-arrows-left-right-to-line:before {
    content: "\e4ba"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-truck-droplet:before {
    content: "\e58c"
}

.fa-file-circle-xmark:before {
    content: "\e5a1"
}

.fa-temperature-arrow-up:before,
.fa-temperature-up:before {
    content: "\e040"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-bed:before {
    content: "\f236"
}

.fa-h-square:before,
.fa-square-h:before {
    content: "\f0fd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-temperature-4:before,
.fa-temperature-full:before,
.fa-thermometer-4:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-plug-circle-xmark:before {
    content: "\e560"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-hands-helping:before,
.fa-handshake-angle:before {
    content: "\f4c4"
}

.fa-location-dot:before,
.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-file:before {
    content: "\f15b"
}

.fa-greater-than:before {
    content: "\3e"
}

.fa-person-swimming:before,
.fa-swimmer:before {
    content: "\f5c4"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-droplet:before,
.fa-tint:before {
    content: "\f043"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-earth-america:before,
.fa-earth-americas:before,
.fa-earth:before,
.fa-globe-americas:before {
    content: "\f57d"
}

.fa-person-burst:before {
    content: "\e53b"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-socks:before {
    content: "\f696"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-section:before {
    content: "\e447"
}

.fa-gauge-high:before,
.fa-tachometer-alt-fast:before,
.fa-tachometer-alt:before {
    content: "\f625"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-hospital-alt:before,
.fa-hospital-wide:before,
.fa-hospital:before {
    content: "\f0f8"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-bars-staggered:before,
.fa-reorder:before,
.fa-stream:before {
    content: "\f550"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-blind:before,
.fa-person-walking-with-cane:before {
    content: "\f29d"
}

.fa-drum:before {
    content: "\f569"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-heart-circle-bolt:before {
    content: "\e4fc"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-check-to-slot:before,
.fa-vote-yea:before {
    content: "\f772"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-boxes-alt:before,
.fa-boxes-stacked:before,
.fa-boxes:before {
    content: "\f468"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-assistive-listening-systems:before,
.fa-ear-listen:before {
    content: "\f2a2"
}

.fa-tree-city:before {
    content: "\e587"
}

.fa-play:before {
    content: "\f04b"
}

.fa-font:before {
    content: "\f031"
}

.fa-rupiah-sign:before {
    content: "\e23d"
}

.fa-magnifying-glass:before,
.fa-search:before {
    content: "\f002"
}

.fa-ping-pong-paddle-ball:before,
.fa-table-tennis-paddle-ball:before,
.fa-table-tennis:before {
    content: "\f45d"
}

.fa-diagnoses:before,
.fa-person-dots-from-line:before {
    content: "\f470"
}

.fa-trash-can-arrow-up:before,
.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-naira-sign:before {
    content: "\e1f6"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-walkie-talkie:before {
    content: "\f8ef"
}

.fa-file-edit:before,
.fa-file-pen:before {
    content: "\f31c"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-pen-square:before,
.fa-pencil-square:before,
.fa-square-pen:before {
    content: "\f14b"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-person-circle-exclamation:before {
    content: "\e53f"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-battery-5:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "\f240"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-code-compare:before {
    content: "\e13a"
}

.fa-list-dots:before,
.fa-list-ul:before {
    content: "\f0ca"
}

.fa-school-lock:before {
    content: "\e56f"
}

.fa-tower-cell:before {
    content: "\e585"
}

.fa-down-long:before,
.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-ranking-star:before {
    content: "\e561"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-person-harassing:before {
    content: "\e549"
}

.fa-brazilian-real-sign:before {
    content: "\e46c"
}

.fa-landmark-alt:before,
.fa-landmark-dome:before {
    content: "\f752"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-television:before,
.fa-tv-alt:before,
.fa-tv:before {
    content: "\f26c"
}

.fa-shrimp:before {
    content: "\e448"
}

.fa-list-check:before,
.fa-tasks:before {
    content: "\f0ae"
}

.fa-jug-detergent:before {
    content: "\e519"
}

.fa-circle-user:before,
.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-car-burst:before,
.fa-car-crash:before {
    content: "\f5e1"
}

.fa-y:before {
    content: "\59"
}

.fa-person-snowboarding:before,
.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-shipping-fast:before,
.fa-truck-fast:before {
    content: "\f48b"
}

.fa-fish:before {
    content: "\f578"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-adjust:before,
.fa-circle-half-stroke:before {
    content: "\f042"
}

.fa-clapperboard:before {
    content: "\e131"
}

.fa-circle-radiation:before,
.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-baseball-ball:before,
.fa-baseball:before {
    content: "\f433"
}

.fa-jet-fighter-up:before {
    content: "\e518"
}

.fa-diagram-project:before,
.fa-project-diagram:before {
    content: "\f542"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-volume-mute:before,
.fa-volume-times:before,
.fa-volume-xmark:before {
    content: "\f6a9"
}

.fa-hand-sparkles:before {
    content: "\e05d"
}

.fa-grip-horizontal:before,
.fa-grip:before {
    content: "\f58d"
}

.fa-share-from-square:before,
.fa-share-square:before {
    content: "\f14d"
}

.fa-child-combatant:before,
.fa-child-rifle:before {
    content: "\e4e0"
}

.fa-gun:before {
    content: "\e19b"
}

.fa-phone-square:before,
.fa-square-phone:before {
    content: "\f098"
}

.fa-add:before,
.fa-plus:before {
    content: "\2b"
}

.fa-expand:before {
    content: "\f065"
}

.fa-computer:before {
    content: "\e4e5"
}

.fa-close:before,
.fa-multiply:before,
.fa-remove:before,
.fa-times:before,
.fa-xmark:before {
    content: "\f00d"
}

.fa-arrows-up-down-left-right:before,
.fa-arrows:before {
    content: "\f047"
}

.fa-chalkboard-teacher:before,
.fa-chalkboard-user:before {
    content: "\f51c"
}

.fa-peso-sign:before {
    content: "\e222"
}

.fa-building-shield:before {
    content: "\e4d8"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-users-line:before {
    content: "\e592"
}

.fa-quote-left-alt:before,
.fa-quote-left:before {
    content: "\f10d"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trash-arrow-up:before,
.fa-trash-restore:before {
    content: "\f829"
}

.fa-arrow-down-up-lock:before {
    content: "\e4b0"
}

.fa-lines-leaning:before {
    content: "\e51e"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-equals:before {
    content: "\3d"
}

.fa-blender:before {
    content: "\f517"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-ils:before,
.fa-shekel-sign:before,
.fa-shekel:before,
.fa-sheqel-sign:before,
.fa-sheqel:before {
    content: "\f20b"
}

.fa-map:before {
    content: "\f279"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-photo-film:before,
.fa-photo-video:before {
    content: "\f87c"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-store:before {
    content: "\f54e"
}

.fa-arrow-trend-up:before {
    content: "\e098"
}

.fa-plug-circle-minus:before {
    content: "\e55e"
}

.fa-sign-hanging:before,
.fa-sign:before {
    content: "\f4d9"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-tablet-android:before,
.fa-tablet:before {
    content: "\f3fb"
}

.fa-school-flag:before {
    content: "\e56e"
}

.fa-fill:before {
    content: "\f575"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-bacteria:before {
    content: "\e059"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-notdef:before {
    content: "\e1fe"
}

.fa-disease:before {
    content: "\f7fa"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-car-alt:before,
.fa-car-rear:before {
    content: "\f5de"
}

.fa-pump-soap:before {
    content: "\e06b"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-battery-2:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-radio:before {
    content: "\f8d7"
}

.fa-baby-carriage:before,
.fa-carriage-baby:before {
    content: "\f77d"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-percent:before,
.fa-percentage:before {
    content: "\25"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-glass-water-droplet:before {
    content: "\e4f5"
}

.fa-display:before {
    content: "\e163"
}

.fa-face-smile:before,
.fa-smile:before {
    content: "\f118"
}

.fa-thumb-tack:before,
.fa-thumbtack:before {
    content: "\f08d"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-person-praying:before,
.fa-pray:before {
    content: "\f683"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-rotate:before,
.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-robot:before {
    content: "\f544"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-arrow-up-right-dots:before {
    content: "\e4b7"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-face-grin-hearts:before,
.fa-grin-hearts:before {
    content: "\f584"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-transgender-alt:before,
.fa-transgender:before {
    content: "\f225"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-arrow-turn-down:before,
.fa-level-down:before {
    content: "\f149"
}

.fa-person-falling-burst:before {
    content: "\e547"
}

.fa-award:before {
    content: "\f559"
}

.fa-ticket-alt:before,
.fa-ticket-simple:before {
    content: "\f3ff"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-angle-double-left:before,
.fa-angles-left:before {
    content: "\f100"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-clock-rotate-left:before,
.fa-history:before {
    content: "\f1da"
}

.fa-face-grin-beam-sweat:before,
.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-arrow-right-from-file:before,
.fa-file-export:before {
    content: "\f56e"
}

.fa-shield-blank:before,
.fa-shield:before {
    content: "\f132"
}

.fa-arrow-up-short-wide:before,
.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-house-medical:before {
    content: "\e3b2"
}

.fa-golf-ball-tee:before,
.fa-golf-ball:before {
    content: "\f450"
}

.fa-chevron-circle-left:before,
.fa-circle-chevron-left:before {
    content: "\f137"
}

.fa-house-chimney-window:before {
    content: "\e00d"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-tent-arrow-turn-left:before {
    content: "\e580"
}

.fa-tents:before {
    content: "\e582"
}

.fa-magic:before,
.fa-wand-magic:before {
    content: "\f0d0"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-moon:before {
    content: "\f186"
}

.fa-wine-glass-alt:before,
.fa-wine-glass-empty:before {
    content: "\f5ce"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-music:before {
    content: "\f001"
}

.fa-code-commit:before {
    content: "\f386"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-biking:before,
.fa-person-biking:before {
    content: "\f84a"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-shield-heart:before {
    content: "\e574"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-earth-oceania:before,
.fa-globe-oceania:before {
    content: "\e47b"
}

.fa-square-xmark:before,
.fa-times-square:before,
.fa-xmark-square:before {
    content: "\f2d3"
}

.fa-hashtag:before {
    content: "\23"
}

.fa-expand-alt:before,
.fa-up-right-and-down-left-from-center:before {
    content: "\f424"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-t:before {
    content: "\54"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-chart-column:before {
    content: "\e0e3"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-vial-circle-check:before {
    content: "\e596"
}

.fa-person-arrow-down-to-line:before {
    content: "\e538"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-fan:before {
    content: "\f863"
}

.fa-person-walking-luggage:before {
    content: "\e554"
}

.fa-arrows-alt-v:before,
.fa-up-down:before {
    content: "\f338"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-trailer:before {
    content: "\e041"
}

.fa-bahai:before,
.fa-haykal:before {
    content: "\f666"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-circle-plus:before,
.fa-plus-circle:before {
    content: "\f055"
}

.fa-face-grin-tongue-wink:before,
.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-plug-circle-exclamation:before {
    content: "\e55d"
}

.fa-chain-broken:before,
.fa-chain-slash:before,
.fa-link-slash:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-person-walking-arrow-loop-left:before {
    content: "\e551"
}

.fa-arrow-up-z-a:before,
.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-fire-alt:before,
.fa-fire-flame-curved:before {
    content: "\f7e4"
}

.fa-tornado:before {
    content: "\f76f"
}

.fa-file-circle-plus:before {
    content: "\e494"
}

.fa-book-quran:before,
.fa-quran:before {
    content: "\f687"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-angry:before,
.fa-face-angry:before {
    content: "\f556"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-arrow-trend-down:before {
    content: "\e097"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-balance-scale:before,
.fa-scale-balanced:before {
    content: "\f24e"
}

.fa-gauge-simple-high:before,
.fa-tachometer-fast:before,
.fa-tachometer:before {
    content: "\f62a"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-desktop-alt:before,
.fa-desktop:before {
    content: "\f390"
}

.fa-m:before {
    content: "\4d"
}

.fa-table-list:before,
.fa-th-list:before {
    content: "\f00b"
}

.fa-comment-sms:before,
.fa-sms:before {
    content: "\f7cd"
}

.fa-book:before {
    content: "\f02d"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-check:before {
    content: "\f00c"
}

.fa-battery-4:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-house-circle-check:before {
    content: "\e509"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-diagram-successor:before {
    content: "\e47a"
}

.fa-truck-arrow-right:before {
    content: "\e58b"
}

.fa-arrows-split-up-and-left:before {
    content: "\e4bc"
}

.fa-fist-raised:before,
.fa-hand-fist:before {
    content: "\f6de"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-person-falling:before {
    content: "\e546"
}

.fa-image-portrait:before,
.fa-portrait:before {
    content: "\f3e0"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-rug:before {
    content: "\e569"
}

.fa-earth-europe:before,
.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-cart-flatbed-suitcase:before,
.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-rectangle-times:before,
.fa-rectangle-xmark:before,
.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f410"
}

.fa-baht-sign:before {
    content: "\e0ac"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-journal-whills:before,
.fa-journal-whills:before {
    content: "\f66a"
}

.fa-handcuffs:before {
    content: "\e4f8"
}

.fa-exclamation-triangle:before,
.fa-triangle-exclamation:before,
.fa-warning:before {
    content: "\f071"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-arrow-turn-right:before,
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-bottle-droplet:before {
    content: "\e4c4"
}

.fa-mask-face:before {
    content: "\e1d7"
}

.fa-hill-rockslide:before {
    content: "\e508"
}

.fa-exchange-alt:before,
.fa-right-left:before {
    content: "\f362"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-road-circle-exclamation:before {
    content: "\e565"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-money-bill-1-wave:before,
.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-hands:before,
.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-ladder-water:before,
.fa-swimming-pool:before,
.fa-water-ladder:before {
    content: "\f5c5"
}

.fa-arrows-up-down:before,
.fa-arrows-v:before {
    content: "\f07d"
}

.fa-face-grimace:before,
.fa-grimace:before {
    content: "\f57f"
}

.fa-wheelchair-alt:before,
.fa-wheelchair-move:before {
    content: "\e2ce"
}

.fa-level-down-alt:before,
.fa-turn-down:before {
    content: "\f3be"
}

.fa-person-walking-arrow-right:before {
    content: "\e552"
}

.fa-envelope-square:before,
.fa-square-envelope:before {
    content: "\f199"
}

.fa-dice:before {
    content: "\f522"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-band-aid:before,
.fa-bandage:before {
    content: "\f462"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-circle-xmark:before,
.fa-times-circle:before,
.fa-xmark-circle:before {
    content: "\f057"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-earth-asia:before,
.fa-globe-asia:before {
    content: "\f57e"
}

.fa-id-card-alt:before,
.fa-id-card-clip:before {
    content: "\f47f"
}

.fa-magnifying-glass-plus:before,
.fa-search-plus:before {
    content: "\f00e"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-allergies:before,
.fa-hand-dots:before {
    content: "\f461"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-coffee:before,
.fa-mug-saucer:before {
    content: "\f0f4"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-magnifying-glass-minus:before,
.fa-search-minus:before {
    content: "\f010"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-user-alt:before,
.fa-user-large:before {
    content: "\f406"
}

.fa-train-tram:before {
    content: "\e5b4"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-stopwatch-20:before {
    content: "\e06f"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-jar:before {
    content: "\e516"
}

.fa-note-sticky:before,
.fa-sticky-note:before {
    content: "\f249"
}

.fa-bug-slash:before {
    content: "\e490"
}

.fa-arrow-up-from-water-pump:before {
    content: "\e4b6"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-face-sad-tear:before,
.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-plane:before {
    content: "\f072"
}

.fa-tent-arrows-down:before {
    content: "\e581"
}

.fa-exclamation:before {
    content: "\21"
}

.fa-arrows-spin:before {
    content: "\e4bb"
}

.fa-print:before {
    content: "\f02f"
}

.fa-try:before,
.fa-turkish-lira-sign:before,
.fa-turkish-lira:before {
    content: "\e2bb"
}

.fa-dollar-sign:before,
.fa-dollar:before,
.fa-usd:before {
    content: "\24"
}

.fa-x:before {
    content: "\58"
}

.fa-magnifying-glass-dollar:before,
.fa-search-dollar:before {
    content: "\f688"
}

.fa-users-cog:before,
.fa-users-gear:before {
    content: "\f509"
}

.fa-person-military-pointing:before {
    content: "\e54a"
}

.fa-bank:before,
.fa-building-columns:before,
.fa-institution:before,
.fa-museum:before,
.fa-university:before {
    content: "\f19c"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-trowel:before {
    content: "\e589"
}

.fa-d:before {
    content: "\44"
}

.fa-stapler:before {
    content: "\e5af"
}

.fa-masks-theater:before,
.fa-theater-masks:before {
    content: "\f630"
}

.fa-kip-sign:before {
    content: "\e1c4"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-handshake-alt:before,
.fa-handshake-simple:before {
    content: "\f4c6"
}

.fa-fighter-jet:before,
.fa-jet-fighter:before {
    content: "\f0fb"
}

.fa-share-alt-square:before,
.fa-square-share-nodes:before {
    content: "\f1e1"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-plus-minus:before {
    content: "\e43c"
}

.fa-video-camera:before,
.fa-video:before {
    content: "\f03d"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}

.fa-hand-holding-medical:before {
    content: "\e05c"
}

.fa-person-circle-check:before {
    content: "\e53e"
}

.fa-level-up-alt:before,
.fa-turn-up:before {
    content: "\f3bf"
}

.fa-sr-only,
.fa-sr-only-focusable:not(:focus),
.sr-only,
.sr-only-focusable:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

:host,
:root {
    --fa-style-family-brands: "Font Awesome 6 Brands";
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"
}

@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.ttf) format("truetype")
}

.fa-brands,
.fab {
    font-weight: 400
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-aws:before {
    content: "\f375"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-cloudflare:before {
    content: "\e07d"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-modx:before {
    content: "\f285"
}

.fa-guilded:before {
    content: "\e07e"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-js-square:before,
.fa-square-js:before {
    content: "\f3b9"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-orcid:before {
    content: "\f8d2"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-unity:before {
    content: "\e049"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-vk:before {
    content: "\f189"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-reddit-square:before,
.fa-square-reddit:before {
    content: "\f1a2"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-square-font-awesome:before {
    content: "\e5ad"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-instagram-square:before,
.fa-square-instagram:before {
    content: "\e055"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-hacker-news-square:before,
.fa-square-hacker-news:before {
    content: "\f3af"
}

.fa-edge:before {
    content: "\f282"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-snapchat-square:before,
.fa-square-snapchat:before {
    content: "\f2ad"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-safari:before {
    content: "\f267"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-font-awesome-alt:before,
.fa-square-font-awesome-stroke:before {
    content: "\f35c"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-watchman-monitoring:before {
    content: "\e087"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-square-viadeo:before,
.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-centos:before {
    content: "\f789"
}

.fa-adn:before {
    content: "\f170"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-dribbble-square:before,
.fa-square-dribbble:before {
    content: "\f397"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-node:before {
    content: "\f419"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-instalod:before {
    content: "\e081"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-square-twitter:before,
.fa-twitter-square:before {
    content: "\f081"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-golang:before {
    content: "\e40f"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-uncharted:before {
    content: "\e084"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-square-youtube:before,
.fa-youtube-square:before {
    content: "\f431"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-rendact:before,
.fa-wpressr:before {
    content: "\f3e4"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-nfc-directional:before {
    content: "\e530"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-meta:before {
    content: "\e49b"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-hips:before {
    content: "\f452"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-discord:before {
    content: "\f392"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-unsplash:before {
    content: "\e07c"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-square-steam:before,
.fa-steam-square:before {
    content: "\f1b7"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-square-vimeo:before,
.fa-vimeo-square:before {
    content: "\f194"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-font-awesome-flag:before,
.fa-font-awesome-logo-full:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-apple:before {
    content: "\f179"
}

.fa-hive:before {
    content: "\e07f"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-padlet:before {
    content: "\e4a0"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-github-square:before,
.fa-square-github:before {
    content: "\f092"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-shopify:before {
    content: "\e057"
}

.fa-neos:before {
    content: "\f612"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-angular:before {
    content: "\f420"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envira:before {
    content: "\f299"
}

.fa-gitlab-square:before,
.fa-square-gitlab:before {
    content: "\e5ae"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-odnoklassniki-square:before,
.fa-square-odnoklassniki:before {
    content: "\f264"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-sith:before {
    content: "\f512"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-hashnode:before {
    content: "\e499"
}

.fa-react:before {
    content: "\f41b"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-gg:before {
    content: "\f260"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-pinterest-square:before,
.fa-square-pinterest:before {
    content: "\f0d3"
}

.fa-xing:before {
    content: "\f168"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-less:before {
    content: "\f41d"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-dailymotion:before {
    content: "\e052"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-nfc-symbol:before {
    content: "\e531"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-google-plus-square:before,
.fa-square-google-plus:before {
    content: "\f0d4"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-square-xing:before,
.fa-xing-square:before {
    content: "\f169"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-fly:before {
    content: "\f417"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-viber:before {
    content: "\f409"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-audible:before {
    content: "\f373"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-bilibili:before {
    content: "\e3d9"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-42-group:before,
.fa-innosoft:before {
    content: "\e080"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-pied-piper-square:before,
.fa-square-pied-piper:before {
    content: "\e01e"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-tiktok:before {
    content: "\e07b"
}

.fa-facebook-square:before,
.fa-square-facebook:before {
    content: "\f082"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-mixer:before {
    content: "\e056"
}

.fa-lastfm-square:before,
.fa-square-lastfm:before {
    content: "\f203"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-figma:before {
    content: "\f799"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-cmplid:before {
    content: "\e360"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-deezer:before {
    content: "\e077"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-docker:before {
    content: "\f395"
}

.fa-screenpal:before {
    content: "\e570"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-microblog:before {
    content: "\e01a"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-wirsindhandwerk:before,
.fa-wsh:before {
    content: "\e2d0"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-octopus-deploy:before {
    content: "\e082"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-apper:before {
    content: "\f371"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-snapchat-ghost:before,
.fa-snapchat:before {
    content: "\f2ab"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-rust:before {
    content: "\e07a"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-behance-square:before,
.fa-square-behance:before {
    content: "\f1b5"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-space-awesome:before {
    content: "\e5ac"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-git-square:before,
.fa-square-git:before {
    content: "\f1d2"
}

.fa-square-tumblr:before,
.fa-tumblr-square:before {
    content: "\f174"
}

.fa-trello:before {
    content: "\f181"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-perbyte:before {
    content: "\e083"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-android:before {
    content: "\f17b"
}

.fa-bots:before {
    content: "\e340"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-ideal:before {
    content: "\e013"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-uber:before {
    content: "\f402"
}

.fa-github:before {
    content: "\f09b"
}

.fa-php:before {
    content: "\f457"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-firefox-browser:before {
    content: "\e007"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-stubber:before {
    content: "\e5c7"
}

.fa-telegram-plane:before,
.fa-telegram:before {
    content: "\f2c6"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-odysee:before {
    content: "\e5c6"
}

.fa-square-whatsapp:before,
.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-edge-legacy:before {
    content: "\e078"
}

.fa-slack-hash:before,
.fa-slack:before {
    content: "\f198"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-usb:before {
    content: "\f287"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-medium-m:before,
.fa-medium:before {
    content: "\f23a"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-sitrox:before {
    content: "\e44a"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-strava:before {
    content: "\f428"
}

.fa-ember:before {
    content: "\f423"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-wodu:before {
    content: "\e088"
}

.fa-google-pay:before {
    content: "\e079"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-zhihu:before {
    content: "\f63f"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-pix:before {
    content: "\e43a"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

:host,
:root {
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.ttf) format("truetype")
}

.fa-regular,
.far {
    font-weight: 400
}

:host,
:root {
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.ttf) format("truetype")
}

.fa-solid,
.fas {
    font-weight: 900
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-display: block;
    font-weight: 400;
    src: url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.ttf) format("truetype")
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-display: block;
    font-weight: 900;
    src: url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.ttf) format("truetype")
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-display: block;
    font-weight: 400;
    src: url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.ttf) format("truetype")
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.ttf) format("truetype")
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.ttf) format("truetype")
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.ttf) format("truetype");
    unicode-range: u+f003, u+f006, u+f014, u+f016-f017, u+f01a-f01b, u+f01d, u+f022, u+f03e, u+f044, u+f046, u+f05c-f05d, u+f06e, u+f070, u+f087-f088, u+f08a, u+f094, u+f096-f097, u+f09d, u+f0a0, u+f0a2, u+f0a4-f0a7, u+f0c5, u+f0c7, u+f0e5-f0e6, u+f0eb, u+f0f6-f0f8, u+f10c, u+f114-f115, u+f118-f11a, u+f11c-f11d, u+f133, u+f147, u+f14e, u+f150-f152, u+f185-f186, u+f18e, u+f190-f192, u+f196, u+f1c1-f1c9, u+f1d9, u+f1db, u+f1e3, u+f1ea, u+f1f7, u+f1f9, u+f20a, u+f247-f248, u+f24a, u+f24d, u+f255-f25b, u+f25d, u+f271-f274, u+f278, u+f27b, u+f28c, u+f28e, u+f29c, u+f2b5, u+f2b7, u+f2ba, u+f2bc, u+f2be, u+f2c0-f2c1, u+f2c3, u+f2d0, u+f2d2, u+f2d4, u+f2dc
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(../fonts/fa-v4compatibility.woff2) format("woff2"), url(../fonts/fa-v4compatibility.ttf) format("truetype");
    unicode-range: u+f041, u+f047, u+f065-f066, u+f07d-f07e, u+f080, u+f08b, u+f08e, u+f090, u+f09a, u+f0ac, u+f0ae, u+f0b2, u+f0d0, u+f0d6, u+f0e4, u+f0ec, u+f10a-f10b, u+f123, u+f13e, u+f148-f149, u+f14c, u+f156, u+f15e, u+f160-f161, u+f163, u+f175-f178, u+f195, u+f1f8, u+f219, u+f27a
}

/* All min css end */
@import url('all-minify.css');


/* All minify start */
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans.woff2') format('woff2'), url('../fonts/OpenSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    font-family: "Rubik", sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td,
th {
    padding: 0
}

@media print {

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regulard41d.eot#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../images/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-eur:before,
.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small,
small {
    font-size: 85%
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus,
a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,
a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd,
dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type=date].form-control,
    input[type=time].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date],
    .input-group-sm input[type=time],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    input[type=date].input-sm,
    input[type=time].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date],
    .input-group-lg input[type=time],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    input[type=date].input-lg,
    input[type=time].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33px;
        font-size: 18px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 10px
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0px 0px 0 0
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {

    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {

    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width:768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #e7e7e7
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #080808
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item,
button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 34px;
    line-height: 1;
    color: #000;
    opacity: .2;
    display: none;
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal-open {
    /*overflow: hidden*/
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    color: var(--Black-heading, #2B2B32);
    font-family: Rubik;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%;
}

div#topwin-slider-casino-game {
    padding-top: 10px;
}

div#betDetailModalTable {
    color: #000;
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    line-break: auto
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

/*swiperslier*/
.swiper-container {
    margin: 0 auto;
    position: relative;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-pagination-bullet {
    background: transparent;
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 50%;
    opacity: 1;
    border: 1px solid #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: none;
}

.swiper-container {
    overflow: hidden
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
    outline: none;
}

.swiper-button-next,
.swiper-button-prev {
    background-image: none;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    position: static;
    margin-top: 10px;
}

.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
    display: none;
}

/*datatable*/
table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0
}

table.dataTable thead th,
table.dataTable tfoot th {
    font-weight: bold
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #111
}

table.dataTable thead th:active,
table.dataTable thead td:active {
    outline: none
}

table.dataTable tfoot th,
table.dataTable tfoot td {
    padding: 10px 18px 6px 18px;
    border-top: 1px solid #111
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    /* *cursor: hand; */
    background-repeat: no-repeat;
    background-position: center right
}

table.dataTable thead .sorting {
    background-image: url("../images/sort_both.png")
}

table.dataTable thead .sorting_asc {
    background-image: url("../images/sort_asc.png")
}

table.dataTable thead .sorting_desc {
    background-image: url("../images/sort_desc.png")
}

table.dataTable thead .sorting_asc_disabled {
    background-image: url("../images/sort_asc_disabled.png")
}

table.dataTable thead .sorting_desc_disabled {
    background-image: url("../images/sort_desc_disabled.png")
}

table.dataTable tbody tr {
    background-color: #fff
}

table.dataTable tbody tr.selected {
    background-color: #b0bed9
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 8px 10px
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
    border-top: 1px solid #ddd
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
    border-top: none
}

table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd
}

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
    border-left: 1px solid #ddd
}

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
    border-top: none
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
    background-color: #f9f9f9
}

table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
    background-color: #acbad4
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
    background-color: #f6f6f6
}

table.dataTable.hover tbody tr:hover.selected,
table.dataTable.display tbody tr:hover.selected {
    background-color: #aab7d1
}

table.dataTable.order-column tbody tr>.sorting_1,
table.dataTable.order-column tbody tr>.sorting_2,
table.dataTable.order-column tbody tr>.sorting_3,
table.dataTable.display tbody tr>.sorting_1,
table.dataTable.display tbody tr>.sorting_2,
table.dataTable.display tbody tr>.sorting_3 {
    background-color: #fafafa
}

table.dataTable.order-column tbody tr.selected>.sorting_1,
table.dataTable.order-column tbody tr.selected>.sorting_2,
table.dataTable.order-column tbody tr.selected>.sorting_3,
table.dataTable.display tbody tr.selected>.sorting_1,
table.dataTable.display tbody tr.selected>.sorting_2,
table.dataTable.display tbody tr.selected>.sorting_3 {
    background-color: #acbad5
}

table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: #f1f1f1
}

table.dataTable.display tbody tr.odd>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_2 {
    background-color: #f3f3f3
}

table.dataTable.display tbody tr.odd>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_3 {
    background-color: whitesmoke
}

table.dataTable.display tbody tr.odd.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1 {
    background-color: #a6b4cd
}

table.dataTable.display tbody tr.odd.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2 {
    background-color: #a8b5cf
}

table.dataTable.display tbody tr.odd.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3 {
    background-color: #a9b7d1
}

table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: #fafafa
}

table.dataTable.display tbody tr.even>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even>.sorting_2 {
    background-color: #fcfcfc
}

table.dataTable.display tbody tr.even>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even>.sorting_3 {
    background-color: #fefefe
}

table.dataTable.display tbody tr.even.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1 {
    background-color: #acbad5
}

table.dataTable.display tbody tr.even.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2 {
    background-color: #aebcd6
}

table.dataTable.display tbody tr.even.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3 {
    background-color: #afbdd8
}

table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
    background-color: #eaeaea
}

table.dataTable.display tbody tr:hover>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover>.sorting_2 {
    background-color: #ececec
}

table.dataTable.display tbody tr:hover>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover>.sorting_3 {
    background-color: #efefef
}

table.dataTable.display tbody tr:hover.selected>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1 {
    background-color: #a2aec7
}

table.dataTable.display tbody tr:hover.selected>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2 {
    background-color: #a3b0c9
}

table.dataTable.display tbody tr:hover.selected>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3 {
    background-color: #a5b2cb
}

table.dataTable.no-footer {
    border-bottom: 1px solid #111
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
    white-space: nowrap
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
    padding: 4px 17px
}

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
    padding: 4px
}

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
    padding: 4px
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
    text-align: left
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
    text-align: center
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
    text-align: right
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
    text-align: justify
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
    white-space: nowrap
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
    text-align: left
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
    text-align: center
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
    text-align: right
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
    text-align: justify
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
    white-space: nowrap
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
    text-align: left
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
    text-align: center
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
    text-align: right
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
    text-align: justify
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
    white-space: nowrap
}

table.dataTable,
table.dataTable th,
table.dataTable td {
    box-sizing: content-box
}

.dataTables_wrapper {
    position: relative;
    clear: both;
    /* *zoom: 1; */
    zoom: 1
}

.dataTables_wrapper .dataTables_length {
    float: left
}

.dataTables_wrapper .dataTables_length select {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    padding: 4px
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    margin-left: 3px
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: .755em
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: .25em
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: .5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    /* *cursor: hand; */
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333 !important;
    border: 1px solid #979797;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, white 0%, #dcdcdc 100%)
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #111;
    background-color: #585858;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
    background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
    background: -moz-linear-gradient(top, #585858 0%, #111 100%);
    background: -ms-linear-gradient(top, #585858 0%, #111 100%);
    background: -o-linear-gradient(top, #585858 0%, #111 100%);
    background: linear-gradient(to bottom, #585858 0%, #111 100%)
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    background-color: #2b2b2b;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
    background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
    box-shadow: inset 0 0 3px #111
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0 1em
}

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%)
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #333
}

.dataTables_wrapper .dataTables_scroll {
    clear: both
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    margin-top: -1px;
    -webkit-overflow-scrolling: touch
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td {
    vertical-align: middle
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing {
    height: 0;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #111
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody>table {
    border-bottom: none
}

.dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0
}

@media screen and (max-width: 767px) {

    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: .5em
    }
}

@media screen and (max-width: 640px) {

    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center
    }

    .dataTables_wrapper .dataTables_filter {
        margin-top: .5em
    }
}

/*fontawesome*/
@font-face {
    font-family: 'FontAwesome';
    font-display: swap;
    src: url('../fonts/fontawesome-webfont3295.eot');
    src: url('../fonts/fontawesome-webfontd41d.eot#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont3295.woff2') format('woff2'), url('../fonts/fontawesome-webfont3295.woff') format('woff'), url('../fonts/fontawesome-webfont3295.ttf') format('truetype'), url('../images/fontawesome-webfont3295.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #ffffff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

/*svg*/
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon13e6.eot');
    src: url('../fonts/icomoon13e6.eot#iefix') format('embedded-opentype'), url('../fonts/icomoon13e6.ttf') format('truetype'), url('../fonts/icomoon13e6.woff') format('woff'), url('../images/icomoon13e6.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-mail:before {
    content: "\e900";
}

.icon-placeholder:before {
    content: "\e901";
}

.icon-technology:before {
    content: "\e902";
}

/*typography*/
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

body {
    color: #2B2B32;
    font-size: 14px;
    font-weight: 400;
    background-color: #fff;
    font-family: "Rubik", sans-serif;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    color: #333;
    font-weight: 400;
    line-height: 1.2;
    font-style: normal;
    margin: 0px 0px 0px 0px;
    font-family: "Rubik", sans-serif;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 20px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #2B2B32;
}

p {
    color: #2B2B32;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2px;
    font-family: "Rubik", sans-serif;
}

p a {
    color: #fff;
}

a {
    color: #333;
    text-decoration: none;
    font-family: "Rubik", sans-serif;
}

a:hover,
a:focus,
a:active {
    outline: none;
    text-decoration: none;
    color: #333;
}

header,
detail,
article,
aside,
hgroup,
nav,
section,
figure,
figcaption,
footer {
    display: block;
}

audio,
video,
canvas {
    float: left;
    width: 100%;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

ul ul {
    margin: 0px;
    padding: 0px;
}

ol {
    float: none;
    padding-left: 15px;
    list-style: decimal;
}

ol ol {
    margin-left: 20px;
}

ol li {
    width: 100%;
    list-style: decimal;
}

.text {
    float: left;
    width: 100%;
}

.thumb,
figure {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
}

.thumb img,
figure img {
    float: left;
    width: 100%;
}

img {
    max-width: 100%;
}

strong {
    color: #fff;
}

iframe {
    float: left;
    width: 100%;
    border: none;
}

select {
    width: 100%;
    height: 40px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
    padding: 8px 12px;
    display: inline-block;
    border: 1px solid #d2d2d2;
}

label {
    color: #2B2B32;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
}

button {
    border: none;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    border: 1px solid #d7d8d8;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

form p {
    float: left;
    width: 100%;
    position: relative;
}

form p span i {
    top: 13px;
    left: 16px;
    color: #474747;
    position: absolute;
}

table {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
}

th {
    text-align: left;
}

table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
    line-height: 2.5;
    padding-left: 7px;
    vertical-align: top;
    border: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
}

table thead tr th {
    border-top: 1px solid #d2d2d2;
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 1px solid #d2d2d2;
}

table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #d2d2d2;
}

table>caption+thead>tr:first-child>th,
table>colgroup+thead>tr:first-child>th,
table>thead:first-child>tr:first-child>th,
table>caption+thead>tr:first-child>td,
table>colgroup+thead>tr:first-child>td,
table>thead:first-child>tr:first-child>td {
    border-bottom: 0;
}

table>tbody+tbody {
    border-top: 2px solid #d2d2d2;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 12px 16px;
    color: #2B2B32;
}

p ins {
    color: #999;
}

dl dd {
    margin-left: 20px;
}

address {
    font-style: italic;
}

:-moz-placeholder {
    color: #2B2B32;
    opacity: 1;
}

::-moz-placeholder {
    color: #2B2B32;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #2B2B32;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #2B2B32;
    opacity: 1;
}

/*widget*/
.widget {
    float: left;
    width: 100%;
    position: relative;
}

aside .widget {
    margin-bottom: 30px;
}

aside .widget:last-child {
    margin: 0;
}

.st_border {
    float: left;
    width: 100%;
    padding: 30px;
    border-style: solid;
    border-width: 0 1px 1px;
    border-color: #d7d8d8;
}

.st_border-2 {
    border-color: #f1f1f1;
    float: left;
    width: 100%;
    padding: 0px;
    border-style: solid;
    border-width: 0 1px 1px;
}

.widget .st_hd1 {
    margin: 0;
}

.widget_ranking .st_border {
    padding: 15px 0;
}

.widget_ranking .st_table li>div:first-child {
    padding-left: 18px;
}

.widget_ranking .st_table li>div:last-child {
    padding-right: 18px;
}

.st_recentnews {
    float: left;
    width: 100%;
    position: relative;
    margin: 0 0 30px 0;
}

.widget_recentnews .st_recentnews:last-child {
    margin: 0;
}

.st_recentnews figure {
    width: 78px;
}

.st_recentnews .text {
    float: none;
    overflow: hidden;
    width: auto;
    padding: 0 0 0 20px;
}

.st_recentnews .text h6 {
    float: left;
    width: 100%;
    font-size: 14px;
    overflow: hidden;
    font-weight: 500;
    white-space: nowrap;
    line-height: normal;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.st_recentnews .text p {
    margin: 0;
    float: left;
    width: 100%;
    color: #7d8386;
    line-height: 22px;
}

.st_recentnews .st_date {
    text-transform: capitalize;
}

.widget_add .add_banner {
    margin: 0;
}

.st_poll_dec {
    z-index: 1;
    float: left;
    width: 100%;
    padding: 25px 30px 30px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../extra-images/bg_pol.jpg);
}

.st_poll_dec:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    content: "";
    position: absolute;
    background-repeat: repeat;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url(../images/pattren_bg.png);
}

.st_poll_dec h6 {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    line-height: normal;
    margin-bottom: 25px;
}

.radio_style1 {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.radio_dec {
    clear: both;
    float: left;
    width: auto;
    margin: 0 0 20px;
}

.radio_dec:last-child {
    margin: 0;
}

.radio_dec .radio-value {
    width: 14px;
    height: 14px;
    margin-right: 15px;
    border-radius: 100%;
    border: 3px solid #fff;
    background-color: #ffd700;
}

.radio_dec>span {
    float: left;
    width: auto;
    color: #fff;
    font-size: 18px;
    line-height: 14px;
    font-weight: normal;
    text-transform: capitalize;
    font-family: "Rubik", sans-serif;
}

.newsletter_dec {
    float: left;
    width: 100%;
    position: relative;
}

.newsletter_dec h6 {
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    margin: -5px 0 9px;
    line-height: normal;
    text-transform: uppercase;
}

.newsletter_dec p {
    float: left;
    width: 100%;
    margin: 0 0 26px;
}

.newsletter_dec .input-btn {
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
    padding: 15px 20px 16px;
}

.newsletter_dec em {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    line-height: normal;
    text-transform: capitalize;
}

.widget_nextmatch .st_border {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.nextmatch_dec {
    float: left;
    width: 100%;
    text-align: center;
}

.nextmatch_dec h6 {
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    margin: -5px 0 6px;
    line-height: normal;
    text-transform: uppercase;
}

.nextmatch_dec>span {
    float: left;
    width: 100%;
    font-size: 15px;
    margin: 0 0 39px;
    font-weight: normal;
    line-height: normal;
}

.match_teams {
    float: left;
    width: 100%;
    padding: 0 45px;
    margin: 0 0 40px;
    position: relative;
}

.match_teams a {
    float: left;
    width: auto;
    position: relative;
    z-index: 1;
}

.match_teams span {
    left: 0;
    right: 0;
    top: 50%;
    color: #333;
    width: auto;
    margin: 0 auto;
    font-size: 30px;
    font-weight: 500;
    position: absolute;
    line-height: normal;
    text-transform: uppercase;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nextmatch_dec .input-btn {
    float: none;
    margin: 0 0 20px;
    display: inline-block;
    padding: 15px 25px 16px;
}

.nextmatch_dec h5 {
    float: left;
    width: 100%;
    color: #333;
    font-size: 14px;
    margin: 0px 0 21px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.nextmatch_dec .st_countdown {
    padding: 6px 30px 12px;
    border-top: 1px solid #d7d8d8;
}

.st_tags {
    margin: 0 0px -5px -5px;
    float: left;
}

.st_tags li {
    float: left;
    width: auto;
    margin: 0 0 5px 5px;
}

.st_tags li a {
    float: left;
    width: 100%;
    color: #7d8386;
    font-size: 14px;
    position: relative;
    font-weight: normal;
    padding: 4px 15px 8px;
    border: 1px solid #d7d8d8;
    text-transform: capitalize;
    font-family: "Rubik", sans-serif;
}

.st_tags li a:after,
.st_tags li a:before {
    top: 50%;
    left: -1px;
    width: 5px;
    content: "";
    height: 10px;
    margin: -5px 0 0;
    background: #fff;
    position: absolute;
    border-style: solid;
    border-color: #d7d8d8;
    border-width: 1px 1px 1px 0px;
    -webkit-border-radius: 0px 50px 50px 0;
    -moz-border-radius: 0px 50px 50px 0;
    -ms-border-radius: 0px 50px 50px 0;
    -o-border-radius: 0px 50px 50px 0;
    border-radius: 0px 50px 50px 0;
}

.st_tags li a:after {
    right: -1px;
    left: auto;
    border-width: 1px 0px 1px 1px;
    border-radius: 50px 0px 0px 50px;
}

.st_tags li a:hover {
    color: #fff;
}

.st_tags2 li a {
    border-radius: 3px;
}

.st_tags2 li a:after,
.st_tags2 li a:before {
    display: none;
}

.widget_tranding_tab .st_border {
    padding: 0;
}

.tranding_tab {
    float: left;
    width: 100%;
}

.tranding_tab .tab-content {
    float: left;
    width: 100%;
    padding: 20px 30px 21px;
}

.tranding_tab ul {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    border-style: solid;
    border-color: #d7d8d8;
    border-width: 0 0 1px 0;
    background: transparent;
}

.tranding_tab ul li {
    float: left;
    width: 33.3%;
    border: none;
    margin: 0;
    background: transparent;
}

.tranding_tab ul li a {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    border: none;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    line-height: normal;
    padding: 11px 0 14px 0;
    text-transform: uppercase;
}

.st_news_dec2 {
    float: left;
    width: 100%;
    margin: 0 0 31px 0;
    position: relative;
}

.st_news_dec2:last-child {
    margin: 0;
}

.st_news_dec2 h6 {
    float: left;
    width: 100%;
    font-size: 18px;
    overflow: hidden;
    font-weight: 500;
    margin: 0 0 4px 0;
    white-space: nowrap;
    line-height: normal;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.st_news_dec2 span {
    float: left;
    width: 100%;
    font-size: 12px;
    margin: 0 0 6px 0;
    line-height: normal;
    font-weight: normal;
    text-transform: capitalize;
}

.st_news_dec2 p {
    margin: 0;
    float: left;
    width: 100%;
    text-transform: capitalize;
}

.widget_social a {
    color: #fff;
    float: left;
    width: 110px;
    height: 110px;
    padding: 21px 0;
    margin: 0 15px 0 0;
    text-align: center;
    line-height: normal;
}

.widget_social a:hover {
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.3);
}

.widget_social a:last-child {
    margin: 0;
}

.widget_social a em,
.widget_social a span,
.widget_social a i {
    float: left;
    width: 100%;
    color: #fff;
    font-style: normal;
    line-height: normal;
}

.widget_social a i {
    font-size: 26px;
    margin-bottom: 3px;
}

.widget_social a span {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
}

.widget_social a em {
    font-size: 10px;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    font-family: "Rubik", sans-serif;
}

.facebook {
    background: #4d6aab;
}

.twitter {
    background: #3fcef1;
}

.widget_player .st_border {
    padding: 0px;
}

.widget_player ul {
    float: left;
    width: 100%;
    position: relative;
}

.widget_player ul li {
    float: left;
    width: 100%;
}

.widget_player .st_opponents_wrap {
    border-style: solid;
    margin: 0;
    border-width: 1px 0;
    border-color: #d7d8d8;
    padding: 15px 20px 12px;
}

.widget_player .st_opponents_dec .text {
    padding: 0 0 0 10px;
}

.widget_player .st_opponents_gols {
    padding: 0;
}

.widget_player .st_opponents_dec.span_right .text {
    padding: 0 10px 0 0;
}

.widget_player .st_opponents_dec span {
    width: 21px;
    height: 25px;
}

.widget_player .st_opponents_dec .text p {
    font-size: 10px;
    line-height: normal;
    font-weight: normal;
    text-transform: capitalize;
}

.widget_player .st_opponents_dec .text h6 {
    margin: 0 0 0px 0;
}

.widget_player .st_opponents_gols h5 {
    font-size: 14px;
    margin: 0 0 2px 0;
}

.widget_player .st_opponents_gols p {
    font-size: 12px;
    color: #818080;
    font-weight: normal;
    text-transform: capitalize;
    font-family: "Rubik", sans-serif;
}

.widget_teamnews .recentpost_dec {
    padding: 0;
}

.widget_teamnews .recentpost_dec p {
    color: #7d8386;
    margin-bottom: 2px;
}

.widget_teamnews .recentpost_dec span:before {
    display: none;
}

.widget_teamnews .recentpost_dec span {
    font-size: 14px;
    margin: 0;
}

.widget_teamnews .recentpost_dec:last-child {
    margin: 0;
}

.widget_teamnews .st_border {
    padding: 22px 30px 30px;
}

.slider_widget {
    float: left;
    width: 100%;
    position: relative;
    margin: 0 !important;
}

.slider_widget .slick-prev,
.slider_widget .slick-next {
    background-color: transparent;
    width: 15px;
    height: 30px;
    line-height: 30px;
}

.slider_widget .slick-prev:before,
.slider_widget .slick-next:before {
    background-color: transparent;
    width: 15px;
    height: 30px;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
}

.slider_widget .slick-prev::before {
    content: "\f104";
}

.slider_widget .slick-next::before {
    content: "\f105";
}

.slider_widget .slick-dots {
    display: none !important;
}

.slider_thumb {
    float: left;
    width: 100%;
    text-align: center;
}

.slider_thumb .text {
    float: left;
    width: 100%;
    padding: 11px 0 0px;
}

.slider_thumb figure img {
    float: none;
    width: auto;
    display: inline-block;
}

.slider_thumb h6 {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin: 0 0px 11px 0;
    text-transform: uppercase;
}

.slider_thumb span {
    float: left;
    width: 100%;
    color: #818080;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
}

.widget_ul {
    float: left;
    width: 100%;
}

.widget_ul li {
    float: left;
    width: 100%;
    padding: 10px 25px 11px;
    border-bottom: 1px solid #f1f1f1;
}

.widget_ul li:last-child {
    border: none;
}

.widget_ul li:hover {
    padding-left: 30px;
}

.widget_ul li a {
    float: left;
    width: 100%;
    color: #666;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.widget_ul li:hover a {
    color: #fff;
}

.widget_filter .widget_ul li:hover {
    padding-left: 25px;
    background: transparent;
}

.st_rangeslider {
    float: left;
    width: 100%;
    padding: 20px 25px;
}

.st_rangeslider .ui-widget-content {
    height: 5px;
    border: none;
    margin: 4px 0;
    background-color: #dfdfdf;
    border-radius: 0 !important;
}

.st_rangeslider .ui-slider .ui-slider-handle {
    top: -4px;
    width: 13px;
    height: 13px;
    cursor: pointer;
    border-radius: 100%;
    border: 3px solid #333;
    background-color: #fff;
}

.rangsldr-meta {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
}

.rangsldr-meta input[type="text"],
.rangsldr-meta span {
    float: left;
    width: auto;
    color: #333;
    height: auto;
    border: none;
    padding: 2px 0;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    background-color: transparent;
    font-family: "Rubik", sans-serif;
}

.rangsldr-meta input[type="text"] {
    width: 35%;
    padding-left: 5px;
}

.widget_product ul {
    float: left;
    width: 100%;
}

.widget_product li {
    float: left;
    width: 100%;
    padding: 20px 25px;
    border-bottom: 1px solid #f1f1f1;
}

.widget_product li:last-child {
    border: none;
}

.st_prdthumb {
    float: left;
    width: 100%;
}

.st_prdthumb figure {
    float: left;
    width: 64px;
    height: 64px;
    background-color: #ededed;
}

.st_prdthumb:hover figure {
    background-color: #5b5b5b;
}

.st_prdthumb:hover figure img {
    opacity: 0.35;
}

.st_prdthumb figure a {
    float: left;
    width: 100%;
    position: relative;
}

.st_prdthumb figure a:before {
    left: 0;
    right: 0;
    top: 50%;
    opacity: 0;
    color: #fff;
    width: 14px;
    height: 14px;
    font-size: 14px;
    content: "\f065";
    line-height: 14px;
    text-align: center;
    position: absolute;
    margin: -7px auto 0;
    font-family: 'FontAwesome';
}

.st_prdthumb:hover figure a:before {
    opacity: 1;
}

.st_prdthumb .text {
    float: none;
    width: auto;
    text-align: left;
    overflow: hidden;
    padding: 0 0 0 10px;
}

.st_prdthumb .text span {
    float: left;
    width: 100%;
    color: #999;
    font-size: 12px;
    margin: 0 0 4px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
}

.st_prdthumb .text small {
    float: right;
    color: #f5b601;
    font-size: 18px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
}

.st_prdthumb .text h6 {
    float: left;
    width: 100%;
    margin: 0 0 7px;
    font-size: 13px;
    overflow: hidden;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.rating_stars {
    float: left;
    width: auto;
}

.rating_stars .rating_down {
    height: 12px;
    width: 73px;
}

/*shortcode*/
.btn-1 {
    width: auto;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    border: 2px solid #fff;
    padding: 13px 25px 14px;
    text-transform: uppercase;
}

.btn-1:hover {
    color: #fff;
}

.btn_2 {
    width: auto;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    text-transform: uppercase;
}

.btn_3 {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 14px 0 16px;
    text-transform: uppercase;
}

.btn_3:hover {
    color: #fff;
}

.input-btn {
    float: left;
    width: auto;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    padding: 10px 20px 11px;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
}

.btn_1:hover,
.input-btn:hover {
    background-color: #000;
    color: #fff;
}

.filter_btn {
    color: #666;
    float: right;
    font-weight: 500;
    padding: 0 10px 1px;
    line-height: normal;
    border: 1px solid #e3e3e3;
    text-transform: uppercase;
    background-color: transparent;
    font-family: "Rubik", sans-serif;
}

.filter_btn:hover {
    color: #fff;
}

.st_hd1 {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #ececec;
}

.st_hd1 span {
    z-index: 1;
    float: left;
    width: auto;
    color: #2B2B32;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    line-height: normal;
    text-transform: uppercase;
    padding: 11px 35px 12px 20px;
}

.st_hd1 span::before {
    top: 0;
    right: 0;
    z-index: -1;
    content: "";
    bottom: auto;
    height: 100%;
    width: 2000%;
    position: absolute;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
}

.st_hd2 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    margin: -7px 0 33px;
    text-transform: uppercase;
}

.st_hd3 {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-align: center;
    margin: 0 0 25px 0;
    text-transform: uppercase;
}

.st_h4 {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.st_h4 span {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin: -3px 0 9px 0;
    text-transform: uppercase;
}

.st_h4 em {
    float: left;
    width: 100%;
    color: #989ba4;
    font-size: 10px;
    line-height: 10px;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
}

.st_h5 {
    float: left;
    width: 100%;
    padding: 20px 25px;
    position: relative;
    border: 1px solid #f1f1f1;
}

.st_h5:before {
    top: -1px;
    left: -1px;
    width: 7px;
    content: "";
    bottom: -1px;
    position: absolute;
}

.st_h5 h5 {
    float: left;
    width: auto;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.st_hd6 {
    float: left;
    width: 100%;
    color: #333;
    font-size: 26px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.kh_hd7 {
    float: left;
    width: 100%;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
}

.st_hd7 {
    color: #fff;
    float: left;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin: -7px 0 30px;
    text-transform: uppercase;
    width: 100%;
    padding-bottom: 28px;
    position: relative;
}

.st_hd7:before {
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 44px;
    content: "";
    background-color: #373737;
}

.st_hd8 {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 16px;
    font-weight: 500;
    text-align: left;
    padding-bottom: 18px;
    text-transform: uppercase;
    position: relative;
    border-bottom: 1px solid #e4e4e4;
}

.st_hd8 span {
    float: left;
    width: auto;
    position: relative;
}

.blog_meta {
    float: left;
    width: auto;
}

.blog_meta li {
    float: left;
    width: auto;
    margin-right: 25px;
}

.blog_meta li:last-child {
    margin: 0;
}

.blog_meta li a,
.blog_meta li span {
    float: left;
    width: 100%;
    color: #666;
    font-size: 13px;
    line-height: normal;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
}

.blog_meta li a i,
.blog_meta li span i {
    margin-right: 10px;
}

.blog_meta .heart i {
    color: #fe0000;
}

.lable_1 {
    width: auto;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    padding: 7px 17px 8px;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
}

.label2 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    line-height: normal;
    padding: 5px 12px 6px;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
}

.label2:before {
    top: 0;
    bottom: 0;
    left: 100%;
    content: "";
    position: absolute;
    border-top: 15px solid;
    border-left: 10px solid;
    border-bottom: 15px solid transparent !important;
    border-right: 10px solid transparent !important;
}

.st_date {
    float: left;
    width: 100%;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
}

.select_dec,
.input_dec {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.select_dec {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.st_topdec .top_lang {
    margin-top: -13px;
    position: relative;
    top: 7px;
}

.month_tab .label2 {
    border-radius: 6px;
    background: linear-gradient(180deg, #0c6dc6 0%, #0c6dc6 100%);
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.30) inset;
    color: #fff;
    font-size: 12px;
}

.month_tab .label2:hover {
    background: #db2234;
    cursor: pointer;
    color: #fff;
}

.month_tab .label2:hover:before {
    border-color: #2B2B32;
}

.st_topdec .top_lang select {
    height: auto;
    min-height: auto;
    padding: 2px 15px;
    background: #2B2B32;
    color: #fff;
}

.top_lang .select_dec::before {
    right: 5px;
    color: #FFD700;
    font-size: 15px;
    margin-top: -10px;
}

.input_textarea textarea,
.select_dec select,
.input_dec input[type="text"] {
    float: left;
    width: 100%;
    text-align: left;
    min-height: 53px;
    padding: 14px 25px 15px;
    border: 1px solid #d7d8d8;
    text-transform: none;
}

.select_dec select {
    border-radius: 0px;
    padding-left: 20px;
    padding-right: 20px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.select_dec select option {
    color: #666;
    font-size: 14px;
    line-height: normal;
    text-transform: capitalize;
}

.input_textarea {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.input_textarea textarea {
    height: 170px;
    resize: none;
}

.input_dec_divider {
    float: left;
    width: 100%;
}

.input_dec_divider .input_dec {
    float: left;
    width: 48%;
    margin-right: 30px;
}

.input_dec_divider .input_dec:last-child {
    float: right;
    margin-right: 0;
}

.input_label {
    overflow: hidden;
    position: relative;
}

.input_label input[type="button"] {
    top: 0px;
    right: 0px;
    bottom: 0px;
    color: #fff;
    height: 100%;
    border: none;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 30px;
    position: absolute;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    background-color: #333;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
}

label {
    cursor: pointer;
}

label span {
    float: left;
    line-height: 20px;
}

.radio input {
    border: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
}

.radio-value {
    height: 28px;
    width: 28px;
    margin-right: 5px;
    position: relative;
    border-radius: 3px;
    display: inline-block;
    vertical-align: -0.5em;
    background-color: #fff;
    border: 2px solid #d7dfe7;
    background-position: center;
    background-repeat: no-repeat;
}

input:checked+.radio-value {
    background-color: red;
}

.checkbox,
.radio {
    margin: 0;
}

.radio_style2 {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    min-height: 53px;
    margin-top: 0;
    border: 1px solid #d7d8d8;
    padding: 18px;
}

.radio_style2 .radio_dec {
    width: auto;
    clear: right;
    margin: 0 25px 0 0;
}

.radio_style2 .radio_dec .radio-value {
    margin: 0 10px 0 0;
    box-shadow: 0.5px 0px 0px 1px #ffd700;
}

.radio_style2 .radio_dec>span {
    color: #2B2B32;
    font-weight: normal;
    font-family: "Rubik", sans-serif;
}

.radio_style3 {
    float: left;
    width: 100%;
}

.radio_style3 label {
    margin: 0;
    float: left;
    width: 100%;
}

.radio_style3 .radio-value {
    width: 13px;
    height: 13px;
    border-radius: 0;
    margin: 0 15px 0 0;
    border: 1px solid #dfdfdf;
}

.radio_style3 label>span {
    font-size: 13px;
    line-height: 12px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
}

.radio_style3 input:checked+.radio-value:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 8px;
    content: "\f00c";
    line-height: 10px;
    text-align: center;
    position: absolute;
    font-family: 'FontAwesome';
}

.sat-pagination {
    float: left;
    width: 100%;
    margin: 0 0 30px;
}

.sat-pagination .page-numbers {
    width: 33px;
    height: 33px;
    color: #717171;
    font-size: 14px;
    line-height: 33px;
    margin: 0 3px 0 0;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    border: 1px solid #d7d8d8;
}

.sat-pagination .page-numbers:last-child {
    margin: 0;
}

.sat-pagination .page-numbers:hover,
.sat-pagination .page-numbers.current {
    color: #fff;
}

.sat-pagination .page-numbers.border_none:hover,
.sat-pagination .page-numbers.border_none {
    border: none;
    color: #717171;
    cursor: inherit;
    background: transparent;
}

.st_progress1 {
    float: left;
    width: 100%;
    position: relative;
    margin: -1px 0 0 0;
    padding: 21px 20px 25px;
    border: 1px solid #d7d8d8;
}

.skill-progress {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    position: relative;
}

.skill-progress:last-child {
    margin: 0;
}

.skill-progress>span {
    float: left;
    width: 100%;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 4px 0;
    line-height: normal;
    text-transform: capitalize;
}

.progress_single_wrapper {
    float: left;
    width: 100%;
    height: 11px;
    background-color: #eaeff5;
}

.st_progress1 .progressbars.progress_single {
    height: 11px;
}

.st_progress1 .progressbars.progress_single>span {
    top: 0px;
    right: 0;
    color: #999;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    line-height: normal;
}

.st_recentnews figure img,
.st_featured_thumb>figure img {
    max-width: none;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.st_tip {
    width: 19px;
    height: 19px;
    color: #dedfdf;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    margin-right: 10px;
    position: relative;
    border-radius: 100%;
    display: inline-block;
    border: 1px solid #dedfdf;
}

.st_tip:last-child {
    margin: 0;
}

.st_tip>span {
    opacity: 0;
    top: -100%;
    color: #fff;
    width: auto;
    right: -36px;
    font-size: 12px;
    min-width: 90px;
    padding: 2px 8px;
    visibility: hidden;
    border-radius: 4px;
    position: absolute;
    line-height: normal;
    margin: -15px auto 0;
    text-transform: capitalize;
    background: rgba(51, 51, 51, 0.5) none repeat scroll 0 0;
}

.st_tip:hover>span {
    opacity: 1;
    visibility: visible;
}

.st_tip>span:before {
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    content: "";
    opacity: 0.5;
    bottom: -6px;
    margin: 0 auto;
    position: absolute;
    border-style: solid;
    border-width: 6px 4.5px 0 4.5px;
    border-color: #333333 transparent transparent transparent;
}

.rating_down {
    float: left;
    height: 16px;
    width: 80px;
    text-align: left;
    background-position: 0 0;
    background-repeat: repeat-x;
    background-image: url("../images/stars.png");
}

.rating_up {
    float: left;
    height: 100%;
    text-align: left;
    background-repeat: repeat-x;
    background-position: 0 -16px;
    background-image: url("../images/stars.png");
}

.st_social2 {
    float: right;
    width: auto;
}

.st_social2 li {
    float: left;
    width: auto;
}

.st_social2 li a {
    float: left;
    width: 100%;
    width: 34px;
    color: #7d8386;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #d7d8d8;
}

.st_social2 li a:hover {
    color: #fff;
}

.st_social3 {
    display: inline-block;
    width: auto;
    margin-bottom: -5px;
}

.st_social3 li {
    float: left;
    width: auto;
    margin-right: 5px;
    font-weight: 500;
}

.st_social3 li:last-child {
    margin: 0;
}

.st_social3 li a {
    float: left;
    width: 40px;
    height: 40px;
    color: #acacac;
    font-size: 22px;
    line-height: 33px;
    border-radius: 100%;
    text-align: center;
    border: 1px solid #acacac;
}

.st_social3 li a:hover {
    color: #fff;
}

/*style*/
body {}

.sat_content_wrap,
.sat_wrapper,
header,
section {
    float: none;
    width: 100%;
    position: relative;
}

header {
    z-index: 11;
}

.sports_page iframe {
    border-top: 1px solid #fff;
}

.section,
section {
    padding: 0px 0px 0px;
}

.no_padding {
    padding: 0px;
}

.margin-0 {
    margin: 0 !important;
}

.input_textarea textarea,
.select_dec select,
.input_dec input[type="text"] {
    min-height: 40px;
    padding: 10px 10px 10px;
}

.sat_header_1 {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
}

.sat_logo_bar {
    float: left;
    width: 100%;
    position: relative;
}

.logo {
    float: left;
    width: auto;
    padding: 25px 35px;
}

.logo a {
    float: left;
    width: 100%;
}

.logo a img {
    float: left;
    width: 80%;
    position: relative;
}

.sat_navigation {
    float: right;
    width: auto;
}

.sat_navigation .nav {
    float: left;
    width: auto;
}

.sat_navigation li {
    margin: 0;
    padding: 0;
    float: left;
    width: auto;
    position: relative;
}

.sat_navigation li:last-child {
    margin: 0;
}

.sat_navigation li a {
    float: left;
    width: 100%;
    color: #2a313d;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    padding: 40px 15px 41px;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
}

.sat_navigation li:hover>a {
    color: #fff;
}

.megamenu_dec,
.sat_navigation .nav>li>ul ul,
.sat_navigation .nav>li>ul {
    opacity: 0;
    left: 0;
    position: absolute;
    top: 110%;
    visibility: hidden;
    min-width: 250px;
    z-index: 99;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out 0s;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-top: none;
}

.sat_navigation .nav ul li a {
    border-top-style: solid;
    border-top-width: 1px;
    border-color: #c7c7c7;
    padding: 10px 15px;
}

.st_megamenu:hover .megamenu_dec,
.sat_navigation ul li:hover>ul,
.sat_navigation li:hover>ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
    box-shadow: 1px 1px 8px #50504f;
}

.sat_navigation .nav>li>ul ul {
    right: -100%;
    left: auto;
}

.sat_navigation .nav ul li:hover ul {
    top: 0%;
}

.st_megamenu {
    position: static !important;
}

.sat_navigation ul ul li {
    width: 100%;
}

.megamenu_dec {
    left: 0;
    right: 0;
    padding: 26px 15px 15px;
}

.megamenu_list {
    float: left;
    width: 100%;
}

.megamenu_list li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
}

.megamenu_list li:last-child {
    border: none !important;
}

.megamenu_list li a {
    padding: 10px 15px 11px;
    position: relative;
    font-size: 14px;
    color: #999999;
    text-transform: uppercase;
}

.megamenu_list li a:before {
    position: absolute;
    top: 50%;
    left: 0;
    color: #999999;
    margin-top: -8px;
    content: "\f0da";
    font-family: 'FontAwesome';
}

.megamenu_list li:hover>a {
    border-left: 6px solid;
    background-color: #25252f !important;
}

.megamenu_dec .st_table {
    float: none;
    width: 100%;
}

.megamenu_dec .st_table li {
    float: none;
    width: auto;
}

.megamenu_dec .st_table li a {
    float: none;
    margin: 0;
    padding: 0;
    width: auto;
}

.megamenu_dec .st_table li a:before {
    display: none;
}

.megamenu_dec .st_table li:hover a {
    background-color: transparent !important;
}

.megamenu_hd {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 13px;
}

.dl-menuwrapper {
    display: none;
    float: right;
    position: absolute;
    right: 0;
    top: 50%;
    margin: -20px 0 0 0;
}

.dl-menuwrapper .dl-menu {
    right: 0;
    background-color: #2B2B32;
}

.dl-menuwrapper .dl-menu {
    right: 0;
    background-color: #2B2B32;
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0;
    top: 0;
    overflow: auto;
    padding-top: 41px;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active {
    background: #2B2B32;
}

hr.mob_menu_hr {
    float: left;
    width: 100%;
    margin: 4px 0;
    border-top: 1px solid #535353;
}

.dl-menuwrapper button.dl-active:before {
    content: "";
    font-size: 20px;
    position: absolute;
    width: 50%;
    height: 19px;
    top: 12px;
    left: 0;
    right: 0px;
    margin: auto;
    color: #fff;
    background-image: url(../images/menu_close_icn.png);
    background-size: contain;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
}

.dl-menuwrapper button.dl-active:after {
    content: none;
}

.dl-menuwrapper .dl-menu li {
    float: left;
    width: 100%;
    padding: 0;
}

.dl-menuwrapper .dl-menu li a {
    padding: 10px 15px !important;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.dl-menuwrapper .dl-menu .dl-back a {
    padding-left: 40px !important;
}

.dl-menuwrapper .dl-menu li:hover a {
    color: #fff !important;
}

.dl-menuwrapper button.dl-active {
    z-index: 1;
    position: fixed;
    right: 0;
    top: 0;
}

.sat_search {
    width: auto;
    float: right;
    color: #2a313d;
    font-size: 20px;
    cursor: pointer;
    margin-left: 15px;
    line-height: normal;
    padding: 35px 40px 38px;
    background-color: #e7eaf0;
}

.sat_search:hover {
    color: #fff;
}

#search .modal-dialog {
    width: 1170px;
}

#search .input_dec {
    margin: 0;
}

.btn_icon {
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    color: #fff;
    width: 53px;
    font-size: 24px;
    font-weight: 500;
    line-height: 53px;
    position: absolute;
    text-align: center;
}

.btn_icon:hover {
    background-color: #000;
    color: #fff;
}

.st_top_bar {
    float: left;
    width: 100%;
    background-color: #2B2B32;
}

.st_top_bar .st_social2 li a {
    font-size: 15px;
    color: #fff;
    border: none;
    height: 40px;
    line-height: 40px;
}

.st_right_dec {
    float: right;
}

.st_right_dec ul {
    float: left;
    width: auto;
    padding: 15px 0 15px;
}

.st_right_dec>ul:first-child>li:last-child {
    border-right: none;
    padding-right: 0;
}

.st_right_dec>ul li {
    float: left;
    width: auto;
    padding: 0 15px;
    border-right: 1px solid #787878;
}

.st_right_dec ul li:first-child {
    border: none;
}

.st_right_dec ul li span,
.st_right_dec ul li a {
    float: left;
    color: #c2c2c2;
    font-size: 13px;
    line-height: 12px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
}

.st_right_dec .st_user li a {
    color: #fff;
    font-weight: 500;
}

.st_right_dec ul li a i {
    margin-right: 15px;
}

.st_lung {
    float: left;
    width: 100%;
}

.st_right_dec ul li .st_lung span {
    width: auto;
}

.st_lung .dropdown {
    float: left;
    width: auto;
}

.st_lung .dropdown button {
    padding: 0;
    float: left;
    width: 100%;
    border: none;
    line-height: 12px;
    background-color: transparent;
}

.st_lung .dropdown-menu {
    min-width: 30px;
}

.st_lung .dropdown-menu li {
    border: none;
    margin: 0;
}

.st_top_bar .sat_search {
    padding: 0;
    color: #fff;
    width: 60px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    margin-right: 17px;
    margin-left: 60px;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
}

.st_top_bar .sat_search i {
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -ms-transform: skew(30deg);
    -o-transform: skew(30deg);
    transform: skew(30deg);
}

.sat_header_2 .logo {
    padding: 15px 50px 15px 0px;
    position: relative;
}

.sat_header_2 .logo:before {
    top: 0;
    right: 30px;
    bottom: -3px;
    content: "";
    width: 1000%;
    position: absolute;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
}

a#loginbutton {
    color: #FFD700;
}

.sat_header_2 .sat_navigation .nav>li {
    margin-right: 23px;
}

.sat_header_2 .sat_navigation .nav>li:hover>a {
    background-color: transparent;
}

.sat_header_2 .nav>li>a {
    padding: 27px 0 25px;
}

.st_right_dec>ul.st_user li:last-child {
    padding-right: 0;
}

.st_right_dec>ul.st_user li:first-child {
    border-right: 1px solid #787878;
}

.st_right_dec>ul.st_user li:last-child {
    padding-right: 0;
    border-right: none;
}

.sat_header_2 .sat_navigation .nav>li:last-child {
    margin-right: 0;
}

div#logout_popup .rebem-me {
    padding-bottom: 20px;
}

.st_cart {
    float: right;
    margin-left: 10px;
    padding: 15px 0;
    position: relative;
    width: 150px;
}

.sat_navigation .st_cart {
    float: right;
    margin-left: 20px;
    padding: 15px 0;
    position: relative;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.st_cart i {
    float: left;
    width: 42px;
    height: 42px;
    color: #666666;
    font-size: 20px;
    line-height: 42px;
    border-radius: 3px;
    text-align: center;
    border: 2px solid #f2f2f2;
}

.st_cart .text {
    float: none;
    overflow: hidden;
    width: auto;
    padding: 2px 0 2px 10px;
}

.sat_navigation .st_cart .text {
    float: none;
    overflow: hidden;
    width: auto;
    padding: 2px 0 2px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.st_cart .text em,
.st_cart .text span {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
    font-family: "Rubik", sans-serif;
}

.st_top_section_mob .st_cart .text em,
.st_top_section_mob .st_cart .text span {
    text-overflow: ellipsis;
    overflow: hidden;
    width: auto;
    white-space: nowrap;
    display: block !important;
    float: none;
    max-width: 100px;
}

.sat_banner_1 {
    float: left;
    width: 100%;
    position: relative;
}

.main_banner {
    float: left;
    width: 100%;
    position: relative;
    cursor: col-resize;
}

.main_banner .thumb {
    background: #000;
}

.main_banner .thumb img {
    opacity: 0.4;
}

.main_banner .thumb .container {
    position: relative;
}

.banner_caption {
    left: 0;
    right: 0;
    bottom: 50%;
    width: 100%;
    z-index: 999;
    margin: -4px auto 0;
    position: absolute;
    -webkit-transform: translateY(48%);
    -moz-transform: translateY(48%);
    -ms-transform: translateY(48%);
    -o-transform: translateY(48%);
    transform: translateY(48%);
}

.banner_caption span {
    float: left;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 6px 0;
    line-height: normal;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
}

.banner_caption h1 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 36px;
    margin: 0 0 9px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.banner_caption p {
    float: left;
    width: 100%;
    font-size: 18px;
    margin: 0 0 20px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
}

.main_banner .slick-arrow {
    display: none !important;
}

.myaccount-menu li a {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.st_ticker-wrap {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #10151c;
}

.st_ticker {
    float: left;
    width: 100%;
    position: relative;
}

.myacc_bar {
    border-bottom: 1px solid #d7d8d8;
    background: #e6e6e6;
    /*float: left;*/
    width: 100%;
}

.st_ticker>span {
    z-index: 1;
    width: 15%;
    color: #fff;
    float: left;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    line-height: normal;
    padding: 12px 0 13px;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
}

.st_ticker>span::before {
    top: 0;
    right: 0;
    z-index: -1;
    content: "";
    bottom: auto;
    height: 100%;
    width: 2000%;
    position: absolute;
    background: #1b212b;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
}

.st_ticker_slider {
    width: 85%;
    float: right;
    overflow: hidden;
    position: relative;
    padding: 13px 0 17px 25px;
}

.ticker {
    float: left;
    width: 100%;
    overflow: hidden;
}

.st_ticker_slider .bx-wrapper {
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 0 50px 0 30px;
}

.ticker p {
    margin: 0;
    float: left;
    width: 100%;
    color: #fff;
    overflow: hidden;
    font-weight: 300;
    position: relative;
    padding-right: 20px;
    line-height: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: capitalize;
    text-transform: capitalize;
}

.st_ticker_slider .bx-wrapper .bx-pager {
    display: none;
}

.st_ticker_slider .slick-arrow {
    right: 0px;
    left: auto;
    width: 15px;
    color: #fff;
    height: 15px;
    margin-top: 1px;
    text-align: center;
    text-indent: inherit;
    background-color: transparent;
}

.st_ticker_slider .slick-arrow.slick-prev,
.st_ticker_slider .bx-wrapper .bx-controls-direction .bx-next {
    right: 30px;
}

.st_ticker_slider .slick-arrow:before {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    content: "";
    font-size: 15px;
    line-height: 15px;
    position: absolute;
    text-align: center;
    font-family: 'FontAwesome';
}

.st_ticker_slider .slick-arrow.slick-next:before {
    content: "\f105";
}

.st_ticker_slider .slick-arrow.slick-prev:before {
    content: "\f104";
}

.absolute_ticker {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
}

.st_ticker_slider .slick-dots {
    display: none !important;
}

.st_ticker_slider .slick-dotted.slick-slider {
    margin: 0;
}

.result_slide_wrap {
    float: left;
    width: 100%;
    position: relative;
}

.result_slider {
    float: left;
    width: 100%;
    position: relative;
}

.st_result_thumb {
    float: left;
    width: 100%;
    padding: 25px;
    position: relative;
    text-align: center;
    cursor: col-resize;
}

.st_result_thumb>span {
    float: left;
    width: 100%;
    color: #333;
    font-size: 14px;
    margin: 0 0 16px;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
}

.st_result_thumb>span em {
    font-style: normal;
}

.st_result {
    float: left;
    width: 100%;
    margin: 0 0 5px;
    position: relative;
}

.figure {
    width: auto;
}

.figure figure {
    margin: 0 0 5px;
    text-align: center;
}

.st_result_thumb figure img {
    width: auto;
    float: none;
    height: 24px;
    max-width: 320px;
    display: inline-block;
}

.figure figure a {
    color: #333;
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    font-family: "Rubik", sans-serif;
}

.st_result>span {
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    color: #333;
    margin: 0 auto;
    position: absolute;
    font-family: "Rubik", sans-serif;
}

.result_slider .slick-slide:nth-child(odd) {
    background: #e7eaf0;
}

.st_result_thumb>a {
    width: auto;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    text-transform: uppercase;
}

.result_slider .slick-arrow {
    display: none !important;
}

.st_featured_slider {
    float: left;
    width: 100%;
    position: relative;
}

.featured_slider {
    float: left;
    width: 100%;
    position: relative;
}

.featured_slider .slick-arrow {
    top: 25px;
    right: 15px;
    left: auto;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #333;
    -webkit-transform: translate(0px, 0%);
    -moz-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    -o-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
}

.featured_slider .slick-arrow:hover {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5) inset;
}

.featured_slider .slick-arrow:hover:before {
    color: #fff;
}

.featured_slider .slick-prev {
    right: 40px;
}

.featured_slider .slick-arrow:before {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    background: transparent;
}

.featured_slider .slick-prev::before {
    content: "\f104";
}

.featured_slider .slick-next::before {
    content: "\f105";
}

.st_featured_thumb {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.st_featured_thumb figure {
    background: #000;
}

.st_featured_thumb img {}

.st_featured_thumb .text {
    left: 0;
    bottom: 0;
    width: auto;
    padding: 45px;
    position: absolute;
}

.st_featured_thumb .text h6 {
    float: left;
    width: 100%;
    color: #fff;
    margin: 0 0 3px 0;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.st_featured_thumb .text h2 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 30px;
    overflow: hidden;
    font-weight: 500;
    margin: 0 0 8px 0;
    white-space: nowrap;
    line-height: normal;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.st_featured_thumb .text h2 a {
    color: #fff;
}

.st_featured_thumb .text span {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
}

.st_featured_thumb {
    border: 1px solid #d7d8d8;
}

.tab-pane .st_featured_thumb {
    padding-top: 0px;
}

.st_featured_wrap2 .st_featured_thumb figure {
    width: 50%;
}

.st_featured_wrap2 .st_featured_thumb .text_wrper {
    width: 50%;
    float: left;
    position: static;
}

.text_wrper .text {
    float: left;
    width: 100%;
    position: static;
    padding: 15px 30px;
}

.text_wrper .text h6 {
    font-size: 18px;
    margin-bottom: 1px;
}

.text_wrper .text h2 {
    font-size: 26px;
    color: #333;
    margin-bottom: 4px;
}

.text_wrper .text h2 a {
    color: #333;
}

.text_wrper .text h2 small {
    color: #333;
    font-size: 18px;
    font-weight: 500;
}

.text_wrper .text span {
    color: #666 !important;
    margin: 0 0 8px;
    font-size: 14px;
}

.text_wrper .text p {
    float: left;
    width: 100%;
    margin: 0 0 9px;
    position: relative;
}

.text_wrper .btn2 {
    margin: 0 0 24px;
}

.change-pwd-eye .text {
    min-height: 44px !important;
    padding: 10px 10px 10px !important;
}

.thumb_footer {
    float: left;
    width: 100%;
    padding: 18px 30px 17px;
    border-top: 1px solid #d7d8d8;
}

.admin_thumb {
    float: left;
    width: auto;
    position: relative;
}

.admin_thumb figure {
    left: 0;
    top: 50%;
    height: 25px;
    margin-top: -13px;
    position: absolute;
    border-radius: 100%;
    width: 25px !important;
}

.admin_thumb figure img {
    width: auto;
    border-radius: 100%;
}

.admin_thumb h6 {
    float: left;
    width: 100%;
    font-size: 14px;
    overflow: hidden;
    font-weight: 500;
    padding: 0 0 0 37px;
    line-height: normal;
    text-transform: capitalize;
}

.thumb_footer .blog_meta {
    float: right;
}

.add_banner {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
}

.add_banner a {
    float: left;
    width: 100%;
}

.add_banner a img {
    float: left;
    width: 100%;
    min-height: 200px;
}

.innner_banner {
    z-index: 1;
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    padding: 60px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/banner_bg.jpg);
}

.innner_banner:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: -1;
    opacity: 0.7;
    position: absolute;
    background-color: #000;
}

.innner_banner h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.innner_banner .breadcrumb {
    margin: 0;
    padding: 0;
    width: auto;
    display: inline-block;
    background-color: transparent;
}

.innner_banner .breadcrumb li {
    float: left;
    width: auto;
    margin: 0 14px 0 0;
    position: relative;
}

.innner_banner .breadcrumb li:last-child {
    margin: 0;
}

.innner_banner .breadcrumb li::before {
    top: 50%;
    color: #fff;
    content: "/";
    height: 10px;
    right: -10px;
    font-size: 14px;
    font-weight: 500;
    margin: -11px 0 0;
    position: absolute;
}

.innner_banner .breadcrumb li:last-child:before {
    display: none;
}

.innner_banner .breadcrumb li span,
.innner_banner .breadcrumb li a {
    color: #fff;
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
}

table thead tr th {
    background: rgb(29 29 29 / 78%);
    color: #fff !important;
}

.st_featured_wrap4 {
    float: left;
    width: 100%;
    position: relative;
}

.st_featured_thumb4 {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 0 30px 0;
}

.st_featured_thumb4 figure {
    background: #000;
}

.st_featured_thumb4 figure img {
    opacity: 0.7;
}

.st_featured_thumb4 .text {
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    padding: 0 30px 30px;
}

.st_featured_thumb4 .text h6 {
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}

.st_featured_thumb4 .text h6 a {
    color: #fff;
}

.st_featured_thumb4 .text span {
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    font-family: "Rubik", sans-serif;
}

.st_featured_thumb4 .lable_1 {
    margin: 0 0 10px 0;
}

.text_wrap {
    float: left;
    width: 100%;
    position: relative;
    margin: 0 0 30px 0;
}

.text_2 {
    float: left;
    width: 100%;
    padding: 30px 30px 27px;
    position: relative;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #d7d8d8;
}

.st_featured_thumb .text_2 {
    border: none;
}

.text_wrap .text_2:first-child {
    border-width: 1px;
}

.text_2 h6 {
    float: left;
    width: 100%;
    overflow: hidden;
    font-weight: 500;
    margin: 0 0 9px 0;
    position: relative;
    white-space: nowrap;
    line-height: normal;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.text_2 p {
    margin: 0;
    float: left;
    width: 100%;
}

.text_2 .label2 {
    margin: 0 0 18px 0;
    color: #000;
}

.text_2 .label2:hover {
    color: #fff;
}

.text_2 .st_date {
    margin: 0 0 4px 0;
}

.st_table {
    width: 100%;
    display: table;
}

.st_table li {
    display: table-row;
}

.st_table li>div {
    color: #333;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    padding: 13px 10px;
    line-height: normal;
    display: table-cell;
    vertical-align: middle;
    text-transform: capitalize;
}

.team_logo a {
    margin-left: 15px;
}

.st_table li>div.team_logo {
    text-align: left;
}

.st_table li:hover div {
    background: #e7eaf0;
}

.st_table .table_head strong {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
}

.st_table .table_head div {
    padding-top: 10px;
    padding-bottom: 10px;
}

footer .widget {
    margin-bottom: 30px;
}

.st_blog2_style3 .label2:hover:before {
    border-color: #2B2B32;
}

.st_blog2_style3 .label2:hover {
    background: #2B2B32;
    cursor: pointer;
}

.st_blog2_style3 .text_2 p,
.st_blog_detail .text_2 p {
    text-align: justify;
    margin: 10px 0;
    padding: 0px;
    text-overflow: ellipsis;
    /*overflow: hidden;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;*/
}

.grid-container {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(5, 1fr);
    margin-bottom: 0px;
}

.react-game-new .grid-container {
    display: flex;
}

.single-download-box {
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    text-align: center;
    border: 1px solid #d7d8d8;
    border-bottom: 2px solid #FFD700;
    position: relative;
    margin-bottom: 35px;
}

.download-area-bottom .single-download-box h4 {
    color: #31323a;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 17px;
    text-transform: uppercase;
    padding: 24px 36px 0px;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.download-area-bottom .single-download-box p {
    color: #31323a;
    margin-bottom: 5px;
    padding: 0px 20px;
    font-size: 18px;
}

.trybtn.game-play {
    position: absolute;
    top: 37px;
    text-align: center;
    width: auto;
    background: #FFD700;
    border-radius: 0;
    color: #000;
    padding: 6px;
    margin: 6px auto;
    margin-left: auto;
    font-weight: 500;
    left: 6px;
    right: 6px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    cursor: pointer;
}

.trybtn.game-play:hover {}

.btn_1,
.input-btn {
    color: #000;
}

.single-download-box:hover .trybtn.game-play {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

.download-area-bottom .single-download-box .boxed-btn {
    text-transform: capitalize;
    padding: 6px 0px;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    position: absolute;
    z-index: 1;
    width: 80%;
    left: 0;
    bottom: -18px;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
}

.grid-container .st_featured_thumb {
    border: 1px solid #d7d8d8;
    margin-bottom: 0;
    overflow: initial;
    float: initial;
}

.grid-container .st_featured_thumb img {
    opacity: 0.8;
}

.game-box.st_featured_thumb img {
    opacity: 1;
}

.boxed-btn {
    display: inline-block;
    padding: 15px 35px;
    border-radius: 0px;
    text-transform: uppercase;
    color: #FFD700;
    font-weight: 500;
    background-color: #000;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.sat_footer_1 {
    float: left;
    width: 100%;
    z-index: 1;
    position: relative;
    padding: 60px 0 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../extra-images/footer1-bg.jpg);
}

.sat_footer_1:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: -1;
    opacity: 0.8;
    position: absolute;
    background-color: #000;
}

.sat_footer_1 .widget {
    margin-bottom: 30px;
}

.sat_footer_1 .logo {
    padding: 0;
    margin-bottom: 20px;
}

.widget_text p {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 14px;
    margin: 0 0 17px;
    line-height: normal;
    font-weight: normal;
    text-align: justify;
}

.st_contact_meta {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.st_contact_meta li {
    float: left;
    width: 100%;
    min-height: 35px;
    margin: 0 0 20px 0;
    position: relative;
    padding: 0 0 0 44px;
}

.st_contact_meta li span {
    left: 0;
    top: 50%;
    color: #fff;
    width: 35px;
    height: 35px;
    font-size: 18px;
    margin-top: -18px;
    line-height: 33px;
    position: absolute;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #fff;
}

.st_contact_meta li:hover span {
    color: #000;
}

.st_contact_meta li address,
.st_contact_meta li p {
    margin: 0;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
    text-transform: capitalize;
}

.st_contact_meta li p {
    padding: 7px 0;
}

.st_contact_meta li:last-child {
    margin: 0;
}

.contact-para .st_contact_meta,
.contact-para .st_social3 {
    margin-top: 19px;
}

.contact-para .st_contct_thumb:hover {
    background: none;
}

.contact-para .st_contact_meta li span {
    color: #7d8386;
    border: 1px solid #7d8386;
}

.contact-para .st_contact_meta li p {
    color: #7d8386;
}

.contact-para .icon-mail:hover,
.contact-para li:hover .icon-mail {
    background-color: #549cf1;
    border-color: #549cf1;
    color: #fff;
    cursor: pointer;
}

.contact-para .contact-facebook a:hover,
.copy_right3 .contact-facebook a:hover {
    background-color: #4267B2;
    border-color: #4267B2;
    color: #fff;
}

.contact-para .contact-youtube a:hover,
.copy_right3 .contact-youtube a:hover {
    background-color: #FF0000;
    border-color: #FF0000;
    color: #fff;
}

.contact-para .contact-instagram a:hover,
.copy_right3 .contact-instagram a:hover {
    background-color: #ce2156;
    border-color: #ce2156;
    color: #fff;
}

.contact-para .contact-whatsapp a:hover,
.copy_right3 .contact-whatsapp a:hover {
    background-color: #25D366;
    border-color: #25D366;
    color: #fff;
}

.contact-para .contact-twitter a:hover,
.copy_right3 .contact-twitter a:hover {
    background-color: #1DA1F2;
    border-color: #1DA1F2;
    color: #fff;
}

.recentpost_dec {
    float: left;
    width: 100%;
    position: relative;
    margin: 0 0 16px 0;
    padding: 0 0 0 18px;
}

.recentpost_dec:last-child {
    margin: 0 0 27px 0;
}

.recentpost_dec span {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 14px;
    font-weight: 500;
    margin: 0 0 2px 0;
    position: relative;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
}

.st_tags li a {
    border: 1px solid #383838;
}

.boxed-btn a {
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -ms-transform: skew(30deg);
    -o-transform: skew(30deg);
    transform: skew(30deg);
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 1em;
    color: #000;
}

.download-area-bottom .single-download-box .game-name.boxed-btn a {
    pointer-events: none;
}

.recentpost_dec span:before {
    top: 50%;
    left: -18px;
    font-size: 18px;
    content: "\f105";
    position: absolute;
    margin: -8px 0 0 0;
    font-family: 'FontAwesome';
}

.recentpost_dec p {
    float: left;
    width: 100%;
    color: #fff;
    margin: 0;
    text-transform: capitalize;
}

.link_rnt_post {
    float: left;
    width: 100%;
}

.link_rnt_post li {
    float: left;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #4e4e4e;
}

.link_rnt_post li:first-child {
    padding-top: 0;
}

.link_rnt_post li .st_recentnews {
    margin: 0;
}

.widget_recentpost2 .st_recentnews .st_date,
.widget_recentpost2 .st_recentnews .text p,
.widget_recentpost2 .st_recentnews .text h6 a {
    color: #fff;
}

.widget_instagram ul {
    margin-left: -6px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.widget_instagram ul li {
    float: left;
    margin-left: 6px;
    width: auto;
    height: auto;
    margin-bottom: 6px;
}

.widget_instagram a {
    float: left;
    width: 100%;
    background: #fff !important;
}

.widget_instagram a:hover img {
    opacity: 0.5;
    float: left;
    width: 100%;
}

.payment_img.widget_instagram img {
    width: 72px !important;
    max-width: initial;
}

.payment_img.widget_instagram ul.st_tags a {
    padding: 0px 5px;
}

.submit-sec {
    width: 100%;
    display: flex;
    margin: 15px auto 30px;
    text-align: center;
    justify-content: center;
    clear: both;
    float: left;
}

.team_schedule_page .st_hd1 {
    margin-bottom: 30px;
}

.payment_img.widget_instagram a:hover img {
    float: initial;
}

.links_dec {
    float: left;
    width: 100%;
}

.payment_img .st_tags li a:after,
.payment_img .st_tags li a:before {
    content: none;
    background: #252525;
}

.links_dec li {
    float: left;
    width: 50%;
    margin: 0 0 4px 0;
    text-align: left;
    position: relative;
}

.links_dec li a {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 14px;
    position: relative;
    font-weight: normal;
    padding: 0 0 0 20px;
    line-height: normal;
    text-transform: capitalize;
}

.links_dec li a:before {
    top: 50%;
    left: 0px;
    font-size: 18px;
    content: "\f105";
    position: absolute;
    margin: -9px 0 0 0;
    font-family: 'FontAwesome';
}

.links_dec li a:hover {
    padding-left: 30px
}

.links_dec li a:hover:before {
    left: 10px;
}

.links_dec2 {
    margin-top: -5px;
}

.links_dec2 li {
    width: 100%;
    margin: 0;
    padding: 8px 0 7px;
    border-bottom: 1px solid #4e4e4e;
}

.links_dec2 li:first-child {
    padding-top: 0;
}

.links_dec2 li:last-child {
    border: none;
    padding-bottom: 0;
}

.widget_links .links_dec {
    margin: -5px 0 0 0;
}

.copy_right {
    float: left;
    width: 100%;
    padding: 26px 0 29px;
    margin-bottom: 49px;
}

.copy_right p {
    margin: 0;
    float: left;
    width: auto;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    text-transform: capitalize;
}

.copy_right p a {
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
}

.copy_right p a:hover {
    color: #000;
}

.go-up {
    color: #fff;
    float: right;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
}

.go-up i {
    margin-right: 10px;
    font-weight: 500;
}

.sat_footer_2 {
    float: left;
    width: 100%;
    position: relative;
    padding: 60px 0 0px;
    background-repeat: repeat;
    background-position: center;
    background-image: url(../images/footer2-bg.jpg);
}

.sat_footer_2 .logo {
    padding: 0;
    margin-bottom: 26px;
}

.sat_footer_2 .st_contact_meta {
    margin-bottom: 0;
}

.sat_footer_2 .st_contact_meta span {
    color: #adadad;
    border-color: #adadad;
}

.sat_footer_2 .go-up {
    top: 0;
    left: 0;
    right: 0;
    width: 70px;
    height: 37px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
}

.sat_footer_2 .go-up i {
    position: relative;
    margin: 0;
    font-size: 33px;
    top: -6px;
}

.sat_footer_2 .go-up:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    border-top: 37px solid #000;
    border-bottom: 0px solid transparent !important;
    border-right: 35px solid transparent !important;
    border-left: 35px solid transparent !important;
}

.twitter_ticker .st_ticker>span {
    color: #252525;
    font-size: 50px;
    text-align: center;
    width: 10%;
    padding: 2px 0 4px;
}

.twitter_ticker .st_ticker>span:before {
    background-color: #999;
    opacity: 0.2;
}

.twitter_ticker .st_ticker_slider {
    width: 90%;
    padding: 26px 0 29px 30px;
}

.twitter_ticker .st_ticker_slider .slick-arrow::before {
    color: #252525;
}

.twitter_ticker .st_ticker p {
    color: #252525;
}

.st_newspage3 .sat-pagination,
.st_newspage2 .sat-pagination {
    text-align: right;
}

.st_overview_nav {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0 15px;
}

.st_overview_nav ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow: auto;
    min-height: 64px;
}

.st_blog_detail.withdraw_section .st_featured_thumb .text_2 {
    padding: 0px 0px 0px 8px;
    text-align: center;
}

.st_blog_detail.withdraw_section .st_featured_thumb .text_2 .st_date {
    font-size: 18px;
}

span.value-amt {
    color: #000;
    padding: 10px 20px;
    background: #FFD700;
    font-size: 18px;
    font-weight: 500;
    border-radius: 6px;
    background: linear-gradient(180deg, #FFD700 0%, #FFD700 100%);
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.30) inset;
}

.submit-sec.withdraw_text {
    margin-bottom: 0;
}

.withdraw_section .submit-sec .select_dec {
    width: 300px;
    margin-right: 30px;
}

.withdraw_section .submit-sec .select_dec2 {
    width: 300px;
    margin-right: 0;
}

.st_blog_detail.withdraw_section .st_featured_thumb .text_2.text-left {
    text-align: left;
    margin-bottom: 10px;
}

.tab-pane .text_2 {
    padding: 0px 0px 0px 8px;
}

.tab-pane .text_2 .st_date {
    margin-bottom: 15px !important;
}

.st_overview_nav li {
    min-width: 190px;
}

.st_overview_nav a {
    float: left;
    width: 100%;
    padding: 14px 0;
    font-weight: 500;
    position: relative;
    text-align: center;
    border: 1px solid #d7d8d8;
}

.st_overview_nav .active a::before {
    left: 0;
    right: 0;
    content: "";
    width: 16px;
    bottom: -16px;
    margin: 0 auto;
    position: absolute;
    border-top: 8px solid;
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
}

.st_overview_nav .active a {
    cursor: not-allowed;
}

.st_overview_nav a em {
    float: left;
    width: 100%;
    color: #a7a4a4;
    font-size: 12px;
    margin: 0 0 -3px 0;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
}

.st_overview_nav a span {
    float: left;
    width: 100%;
    color: #333;
    font-size: 13px;
    line-height: normal;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
}

.st_overview_nav .active a span,
.st_overview_nav .active a em {
    color: #000;
}

.st_overview_contant {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 5px;
}

.st_overview_contant .sat-pagination {
    text-align: right;
}

.st_overview {
    float: left;
    width: 100%;
    margin: 0 0 30px;
}

.st_table2 {
    display: table;
    width: 100%;
    margin: 0 0 30px;
    border: 1px solid #d7d8d8;
}

.st_table2 li {
    display: table-row;
    vertical-align: middle;
}

.st_table2 li.table_head {
    color: #333;
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
}

.st_table2 li.table_head div {
    padding-top: 20px;
    padding-bottom: 21px;
}

.st_table2 li>div {
    display: table-cell;
    vertical-align: middle;
    padding: 14px;
    border-bottom: 1px solid #d7d8d8;
}

.st_table2 li:hover div {
    background: #e7eaf0 none repeat scroll 0 0;
}

.st_table2 li.table_head:hover div {
    background: transparent;
}

.st_table2 li>div:first-child {
    padding-left: 30px;
}

.st_table2 li>div:last-child {
    padding-right: 30px;
}

.st_table2 li:last-child div {
    border: none;
}

.st_table2 .tb2_ticket {
    min-width: 9%;
}

.st_table2 .input-btn {
    float: none;
    min-width: 155px;
    text-align: center;
    display: inline-block;
    padding: 5px 15px 6px;
}

.input-btn.inactive {
    color: #a8a7a7;
    cursor: no-drop;
    background: #e7eaf0;
    border-color: #e7eaf0;
}

.st_table2 .versus {
    min-width: 180px;
}

.st_table2 .versus div>span {
    width: 26px;
    min-height: 27px;
    float: left;
}

.st_table2 .versus div>span img {
    float: left;
    max-width: 26px;
    height: 100%;
}

.st_table2 .versus div p {
    float: none;
    width: auto;
    font-size: 14px;
    margin: 0 0 0px;
    overflow: hidden;
    text-align: left;
    padding: 0 0 0 10px;
    line-height: normal;
    text-transform: capitalize;
}

.st_table2 .versus div p a {
    margin: -5px 0 1px;
    color: #333;
    display: block;
    font-weight: 500;
}

.st_table2 .versus div p span {
    display: block;
    font-size: 12px;
}

.st_table2 .tb2_time,
.st_table2 .tb2_status {
    text-align: center;
}

.margin_0,
.st_hd1.margin_0 {
    margin: 0;
}

.table_style3 {
    margin: 0 0 30px;
    padding: 16px 20px 19px;
    border: 1px solid #d7d8d8;
}

.table_style3 li div {
    text-align: left;
    font-size: 12px;
    padding: 9px 10px;
    text-transform: capitalize;
    font-family: "Rubik", sans-serif;
}

.table_style3 li div span b {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.table_style3 li div:first-child {
    padding-left: 30px;
}

.table_style3 li div:last-child {
    padding-right: 30px;
}

.table-center {
    text-align: center;
}

.table-center .table_head div {
    text-align: center;
}

.table-center .table_head .versus {
    text-align: left;
}

.st_table4 li>div:last-child {
    padding-right: 25px;
}

.st_table4 li>div:first-child {
    padding-left: 25px;
}

.st_roster_wrap {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.roster {
    float: left;
    width: 100%;
    position: relative;
}

.roster .slick-slide {
    padding: 0 15px;
}

.roster .slick-prev {
    left: -41px;
}

.roster .slick-next {
    right: -41px;
}

.st_roster_dec {
    float: left;
    width: 100%;
    position: relative;
}

.st_roster_dec figure {
    margin: 0 0 20px;
    background-color: #f3f2f2;
}

.st_roster_dec .text>span {
    color: #fff;
    float: left;
    width: 99px;
    height: 99px;
    font-size: 50px;
    font-weight: 500;
    line-height: 99px;
    text-align: center;
    background-color: #c0c1c5;
    font-family: "Rubik", sans-serif;
}

.text_overflow {
    float: none;
    width: auto;
    overflow: hidden;
}

.st_roster_dec .text {
    float: left;
    width: 100%;
}

.st_roster_dec .text_overflow {
    padding: 1px 0 6px 22px;
}

.st_roster_dec .text h3 {
    float: left;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.st_roster_dec .text h3 {
    font-family: "Rubik", sans-serif;
}

.st_roster_dec .text_overflow span {
    float: left;
    width: 100%;
    margin: 3px 0 0 0;
}

.st_roster_dec .text em {
    float: left;
    width: 100%;
    font-size: 12px;
    font-style: normal;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
}

.roster_sidebar {
    float: left;
    width: 100%;
    position: relative;
}

.roster_sidebar .st_roster_dec figure {
    width: 50%;
    margin: 0;
}

.roster_sidebar .st_roster_dec .text_overflow {
    padding: 0;
    float: left;
    width: 100%;
}

.roster_sidebar .st_roster_dec .text {
    width: 50%;
    padding: 8px 0;
}

.roster_sidebar .st_roster_dec .text>span {
    width: 100%;
    height: auto;
    text-align: left;
    line-height: 50px;
    padding: 22px 20px 24px;
}

.st_roster_wrap .st_table2 {
    margin-bottom: 0;
}

.st_plyer_rating {
    float: left;
    width: 100%;
    position: relative;
    background-color: #27313b;
}

.st_plyer_rating span {
    float: left;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: normal;
    padding: 15px 20px 17px;
    text-transform: uppercase;
    -webkit-width: calc(100%/3);
    -moz-width: calc(100%/3);
    -ms-width: calc(100%/3);
    -o-width: calc(100%/3);
    width: calc(100%/3);
    font-family: "Rubik", sans-serif;
}

.st_plyer_rating span:first-child {
    margin-left: 0;
}

.st_plyer_rating span:last-child {
    margin-right: 0;
}

.st_plyer_rating span em {
    font-size: 10px;
    font-style: normal;
}

.st_plyer_rating span strong {
    margin: 0 0 5px;
}

.st_plyer_rating span em,
.st_plyer_rating span strong {
    float: left;
    width: 100%;
    color: #fff;
}

.st_tableaside {
    margin: 0;
}

.st_tableaside div {
    padding: 9px 14px;
    text-align: center;
}

.st_tableaside div span {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.st_tableaside div span em {
    color: #999;
    display: block;
    font-size: 12px;
    margin: -4px 0 0 0;
    font-style: normal;
    text-transform: capitalize;
}

.overview_wrap {
    float: left;
    width: 100%;
    position: relative;
}

.prv_btn {
    color: #333;
    font-size: 12px;
    font-weight: normal;
    right: 20px;
    line-height: 12px;
    margin: -7px auto 0;
    position: absolute;
    text-transform: capitalize;
    top: 50%;
}

.st_overview_roster {
    float: left;
    width: 100%;
}

.table_overflow {
    float: left;
    width: 100%;
}

.st_overview_schedule {
    float: left;
    width: 100%;
}

.st_overview.st_overview_schedule .st_table2,
.st_overview.st_overview_roster .st_table2 {
    margin: 0;
}

.st_overview_schedule .st_table2 li>div {
    padding-left: 12px;
    padding-right: 12px;
}

.st_overview_schedule .st_table2 li>div:first-child {
    padding-right: 25px;
}

.st_overview_schedule .st_table2 li>div:last-child {
    padding-right: 25px;
}

.st_chart {
    float: left;
    width: 100%;
}

.st_linechart {
    float: left;
    width: 100%;
    height: auto;
    padding: 40px 35px;
    border: 1px solid #d7d8d8;
}

#chartContainerbar,
#chartContainer {
    float: left;
    width: 100%;
    height: 335px;
}

.team_st_table {
    text-align: center;
}

.team_stats {
    float: left;
    width: 100%;
    padding: 40px 30px;
    border: 1px solid #d7d8d8;
}

.team_stats .text {
    padding: 40px 0px;
    text-align: center;
    background-color: #f1f2f4;
}

.team_stats .text h2 {
    float: left;
    width: 100%;
    font-size: 40px;
    margin-top: -6px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.team_stats .text span {
    color: #666;
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 10px;
    font-weight: normal;
    text-transform: uppercase;
}

.st_match_stats .st_progress1 .progress_single_wrapper {
    height: 6px;
}

.st_match_stats .st_progress1 .progressbars {
    height: 6px;
}

.st_progress1 .skill-progress2 .progressbars.progress_single {
    background-color: #005396 !important;
}

.st_opponents_outerwrap {
    float: left;
    width: 100%;
    padding: 40px 30px;
    border: 1px solid #d7d8d8;
}

.st_opponents_wrap {
    float: left;
    width: 100%;
    margin: 0 0 40px;
    position: relative;
}

.st_opponents_dec {
    float: left;
    width: 39%;
}

.st_opponents_dec span {
    float: left;
    width: 88px;
    height: 104px;
}

.st_opponents_dec span img {
    float: left;
    width: 100%;
}

.st_opponents_dec .text {
    float: none;
    width: auto;
    overflow: hidden;
    text-align: left;
    padding: 35px 0 38px 20px;
}

.st_opponents_dec.span_right {
    float: right;
}

.st_opponents_dec.span_right .text {
    text-align: right;
    padding: 35px 20px 38px 0px;
}

.st_opponents_dec.span_right span {
    float: right;
}

.st_opponents_dec .text h6 {
    font-size: 14px;
    margin: 0 0 7px;
    font-weight: 500;
    line-height: 14px;
    text-transform: uppercase;
}

.st_opponents_dec .text p {
    margin: 0;
    color: #989ba4;
    font-size: 10px;
    line-height: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

.st_opponents_gols {
    width: 22%;
    float: left;
    text-align: center;
    padding: 17px 0 24px;
    text-transform: uppercase;
}

.st_opponents_gols h5 {
    float: left;
    width: 100%;
    font-size: 36px;
    font-weight: 500;
    margin: 0 0 10px 0;
}

.st_opponents_gols h5 span {
    display: inline-block;
}

.st_opponents_gols p {
    margin: 0;
    color: #333;
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
    text-transform: uppercase;
}

.st_scorecard {
    float: left;
    width: 100%;
}

.st_progress_wrap {
    float: left;
    width: 20%;
}

.st_progress_wrap2 {
    float: right;
}

.st_progress {
    float: left;
    width: 100%;
    margin: 0 0 15px;
    position: relative;
    padding: 3px 20px 3px 30px;
}

.st_progress:last-child {
    margin: 0;
}

.st_progress .progress {
    margin: 0;
    float: left;
    width: 100%;
    height: 6px;
    border-radius: 0;
    box-shadow: none;
    background-color: #ebf0f6;
}

.st_progress .progress-bar {
    box-shadow: none;
}

.st_progress .progress_label {
    left: 0;
    top: 50%;
    font-size: 12px;
    margin: -6px 0 0;
    line-height: 12px;
    font-weight: 500;
    position: absolute;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
}

.st_progress .progress_precent {
    top: 50%;
    right: 0;
    font-size: 12px;
    margin: -8px 0 0;
    line-height: 12px;
    position: absolute;
    font-weight: normal;
    font-family: "Rubik", sans-serif;
}

.st_progress_wrap.st_progress_wrap2 .progress-bar {
    background-color: #005396 !important;
}

.st_scorecard .st_table2 {
    float: left;
    margin: 0 25px;
    width: 52.7%;
}

.st_scorecard .st_table2 li>div {
    padding: 9px 14px;
    text-align: center;
}

.st_scorecard .st_table2 span {
    color: #969696;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
}

.st_scorecard .st_table2 span b {
    color: #333;
    font-weight: 500;
}

.date_2 {
    float: left;
    width: 100%;
    color: #818080;
    font-size: 12px;
    text-align: center;
    font-weight: normal;
    line-height: normal;
    padding: 5px 0 7px 0;
    text-transform: capitalize;
}

.comparison_thumb {
    float: left;
    width: 100%;
    margin: 0 0 30px;
    text-align: center;
}

.comparison_thumb img {
    float: none;
    width: auto;
    margin-bottom: 15px;
    display: inline-block;
}

.comparison_thumb h5 {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: -4px;
    line-height: normal;
    text-transform: uppercase;
}

.team_comparison_wrap2 {
    float: left;
    width: 100%;
    margin: 0 0 30px;
}

.team_comparison_wrap2 button {
    width: auto;
    color: #fff;
    float: right;
    border: none;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    padding: 14px 30px;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
}

.match_comparison {
    float: left;
    width: 100%;
    margin: 0 0 30px;
}

.match_comparison .st_table li div {
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
}

.match_comparison .st_table li div.st_prd {
    text-transform: uppercase;
}

.match_comparison .st_table li div.st_time {
    position: relative;
}

.match_comparison .st_table li div.st_time:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0.05;
    position: absolute;
    background-color: #1e252f;
}

.match_comparison .st_table li div.st_date3,
.match_comparison .st_table li div.st_day,
.match_comparison .st_table li div.st_prd {
    width: 10%;
}

.match_comparison .st_table li div.st_time,
.match_comparison .st_table li div.st_info,
.match_comparison .st_table li div.st_location {
    width: 14%;
}

.match_comparison .st_table li div.st_info {
    text-align: right;
}

.match_comparison .st_table li div.st_name {
    text-align: right;
    padding-right: 40px;
}

.match_comparison .st_table li div:first-child {
    padding-left: 30px;
}

.match_comparison .st_table li div:last-child {
    padding-right: 30px;
}

.match_comparison2 {
    float: left;
    width: 100%;
    margin: 0 0 30px;
}

.match_comparison2 .st_tbresult span,
.st_tbhead div span {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
}

.match_comparison2 .st_tbresult {
    width: 28%;
    text-align: left;
}

.match_comparison2 .st_table li div {
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
}

.match_comparison2 .st_table li div.st_tbtotal {
    position: relative;
}

.match_comparison2 .st_table li div.st_tbtotal:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0.05;
    position: absolute;
    background-color: #1e252f;
}

.match_comparison2 .st_table li div.st_tbtotal,
.match_comparison2 .st_table li div.st_tbhome,
.match_comparison2 .st_table li div.st_tbaway {
    width: 9%;
}

.match_comparison2 .st_tbaway.padding-right {
    text-align: left;
    width: 22% !important;
}

.match_comparison2 .st_table li div:first-child {
    padding-left: 30px;
}

.match_comparison2 .st_table li div:last-child {
    padding-right: 30px;
}

.st_tabs {
    float: left;
    width: 100%;
    margin: 0 0 30px;
}

.st_tabs_nav_hd {
    float: left;
    width: 100%;
    padding: 10px 25px;
}

.st_tabs_nav {
    float: left;
    width: 100%;
}

.st_tabs_nav_hd>span {
    float: left;
    width: auto;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    margin-right: 15px;
    line-height: normal;
    padding: 2px 0px 3px;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
}

.st_tabs_nav .nav-tabs {
    float: left;
    width: auto;
    border: none;
    margin: 0;
    padding: 0;
}

.st_tabs_nav .nav-tabs li {
    float: left;
    width: auto;
    padding: 0;
    margin: 0;
}

.st_tabs_nav .nav-tabs li a {
    margin: 0;
    float: left;
    width: auto;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    padding: 2px 15px 3px;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
}

.st_tabs_nav .nav-tabs li.active a {
    color: #fff;
    background-color: #000;
}

.st_tabs_nav .st_table li:nth-child(odd) div {
    background-color: #f4f6f9;
}

.st_tabs .slider_widget .slick-next.slick-arrow,
.st_tabs .slider_widget .slick-prev.slick-arrow {
    padding: 0;
    top: -26px;
    right: 10px;
    height: auto;
    width: 25px !important;
    color: #a4a3a3 !important;
    text-align: center !important;
}

.st_tabs .slider_widget .slick-prev.slick-arrow {
    left: auto;
    right: 33px;
}

.st_topscores li div:first-child,
.st_tabs .st_table li div:first-child {
    padding-left: 25px;
}

.st_topscores li div:last-child,
.st_tabs .st_table li div:last-child {
    padding-right: 25px;
}

.st_topscores {
    float: left;
    width: 100%;
    margin: 0 0 30px;
}

.border_div {
    float: left;
    width: 100%;
    border: 1px solid #d7d8d8;
}

.st_topscores .st_table {
    -webkit-width: calc(100%/2);
    -moz-width: calc(100%/2);
    width: calc(100%/2);
    float: left;
}

.st_topscores .st_table:first-child {
    border-right: 1px solid #d7d8d8;
}

.match_comparison .st_table li:nth-child(even) div,
.st_topscores .st_table li:nth-child(odd) div,
.match_comparison2 .st_table li:nth-child(odd) div {
    background-color: #f4f6f9;
}

.st_disciplinary .border_div {
    margin: 0 0 17px;
}

.st_disciplinary p {
    float: left;
    width: 100%;
    margin: 0;
    text-transform: capitalize;
}

.match_comparison2.st_statics2 .st_tbresult {
    width: 60%;
}

.st_tbhead2 .st_tbtotal {
    width: 23% !important;
}

.st_tbhead2 .st_tbtotal span {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
}

.st_squad .st_table strong,
.st_venues .st_table strong {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
}

.shop_thumb {
    float: left;
    width: 100%;
    padding: 30px 20px;
    margin-bottom: 30px;
    background-color: #f6f6f6;
}

.shop_thumb:hover {
    background-color: rgba(137, 137, 137, 0.72);
}

.shop_thumb .thumb {
    text-align: center;
    margin-bottom: 10px;
}

.shop_thumb .thumb img {
    float: none;
    width: auto;
    display: inline-block;
}

.shop_thumb:hover .thumb img {
    opacity: 0.28;
}

.shop_thumb .text {
    text-align: center;
    bottom: -40px;
    position: relative;
}

.shop_thumb:hover .text {
    bottom: 0;
}

.shop_thumb .text h6 {
    float: left;
    width: 100%;
    color: #999;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.shop_thumb .text h5 {
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.shop_thumb:hover .text h5 a,
.shop_thumb:hover .text h6 {
    color: #fff;
}

.shop_icons {
    float: left;
    width: 100%;
    opacity: 0;
    z-index: -10;
    text-align: center;
    visibility: hidden;
}

.shop_icons a {
    float: none;
    width: 25px;
    height: auto;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    margin-right: 5px;
    text-align: center;
    display: inline-block;
}

.shop_icons a:last-child {
    margin: 0;
}

.price_tag {
    float: left;
    width: 100%;
    padding: 2px 0;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 15px;
    border-width: 1px 0;
    border-style: solid;
    border-color: #dddddd;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
}

.shop_thumb:hover .shop_icons {
    opacity: 1;
    z-index: 1;
    visibility: visible;
}

.st_searchbar {
    margin-bottom: 30px;
}

.st_searchbar .searchbar_list {
    float: right;
    width: auto;
}

.st_searchbar .searchbar_list .select_dec {
    width: 140px;
    margin: 0 0 0 30px;
}

.st_searchbar .searchbar_list .select_dec:first-child {
    margin: 0;
}

.st_searchbar .searchbar_list .select_dec::before {
    right: 0;
}

.st_searchbar .searchbar_list .select_dec select {
    height: auto;
    border: none;
    font-size: 14px;
    min-height: auto;
    font-weight: 500;
    padding: 0 !important;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
}

.st_shop_wrap .sat-pagination {
    text-align: center;
}

.st_ticket2_wrap {
    float: left;
    width: 100%;
}

.st_ticket2_wrap ul {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.st_ticket2_wrap ul li {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #f3f3f3;
}

.st_ticket2_wrap ul li:last-child {
    margin: 0;
}

.ticket_dec2 {
    float: left;
    width: 100%;
    text-align: center;
}

.ticket_date {
    width: 12%;
    float: left;
    min-height: 145px;
    text-align: center;
    padding: 30px 0 39px;
    background-color: #ededed;
}

.st_ticket2_wrap ul li:hover .ticket_date small,
.st_ticket2_wrap ul li:hover .ticket_date b {
    color: #fff;
}

.ticket_date b {
    float: left;
    width: 100%;
    margin: 0 0 4px;
    font-size: 36px;
    font-weight: 500;
    line-height: normal;
    font-family: "Rubik", sans-serif;
}

.ticket_date small {
    float: left;
    width: 100%;
    color: #666666;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
}

.st_opponents_wrap2 {
    float: left;
    width: 88%;
    padding: 15px 40px 15px 40px;
}

.st_opponents_wrap2 .st_opponents_wrap {
    width: auto;
    min-width: 583px;
    margin: 0;
    text-align: center;
    margin: 0px auto;
    float: none;
    display: inline-block;
}

.st_opponents_wrap2 .st_opponents_dec .text {
    padding: 8px 0 11px 20px;
}

.st_opponents_wrap2 .st_opponents_dec.span_right .text {
    padding: 8px 20px 11px 0px;
}

.st_opponents_wrap2 .st_opponents_dec span {
    width: 52px;
    height: 52px;
}

.st_opponents_wrap2 .st_opponents_dec .text h6 {
    font-size: 24px;
    margin: 0 0 18px;
    line-height: 24px;
}

.st_opponents_wrap2 .st_opponents_dec {
    width: 45%;
}

.st_opponents_wrap2 .st_opponents_gols {
    padding: 0;
    width: 10%;
}

.st_opponents_wrap2 .st_opponents_gols h5 {
    margin: 0 0;
    font-size: 24px;
    line-height: normal;
}

.ticket_button {
    float: right;
    width: auto;
    padding: 35px 0;
}

.ticket_button button {
    color: #333;
    float: left;
    width: auto;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 35px;
    line-height: normal;
    border: 1px solid #e7e7e7;
    text-transform: uppercase;
    background-color: transparent;
    font-family: "Rubik", sans-serif;
}

.ticket_dec2:hover .ticket_button button {
    color: #fff;
}

.st_opponents_wrap2 .st_opponents_wrap>p {
    float: left;
    width: 100%;
    margin: 0 0 11px;
    line-height: normal;
    text-transform: uppercase;
}

.icon_tag {
    margin: 0;
    float: left;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    width: 100% !important;
    height: auto !important;
    text-transform: capitalize;
}

.icon_tag i {
    float: left;
    color: #E4E4E4;
    font-size: 24px;
    margin: 0 20px 0 0;
}

.st_opponents_dec.span_right .icon_tag i {
    margin: 0 0 0 20px;
    float: right;
}

.st_ticket2_wrap .sat-pagination {
    text-align: center;
}

.ticketdetail_hd {
    float: left;
    width: 100%;
    padding: 20px 30px 18px;
    border: 1px solid #ececec;
    -webkit-box-shadow: 0 2px 9px -4px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 2px 9px -4px rgba(0, 0, 0, 0.35);
    box-shadow: 0 2px 9px -4px rgba(0, 0, 0, 0.35);
}

.st_ticketdetail .st_table2 li>div {
    text-align: center;
    border-color: #ececec;
    padding-top: 36px;
    padding-bottom: 39px;
}

.st_ticketdetail .st_table2 li:hover div {
    background-color: transparent;
}

.ticketdetail_hd .tkt_date {
    width: auto;
    float: left;
}

.ticketdetail_hd .tkt_date>span {
    font-size: 18px;
    color: #999;
    display: inline-flex;
    text-transform: capitalize;
}

.ticketdetail_hd .tkt_date>span i {
    margin-right: 25px;
    font-size: 24px;
}

.ticketdetail_hd .tkt_date:last-child {
    text-align: right;
    float: right;
}

.st_ticketdetail .st_table2 li div.tkt_pkg {
    text-align: left;
}

.st_ticketdetail .tkt_pkg span i {
    left: 0;
    top: 50%;
    font-size: 18px;
    position: absolute;
    margin: -7px 0 0 0;
}

.st_ticketdetail .tkt_pkg span {
    color: #999;
    padding-left: 30px;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    font-family: "Rubik", sans-serif;
}

.st_ticketdetail .tkt_pkg span strong {
    color: #333;
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
}

.st_ticketdetail .tkt_pkg span small {
    font-size: 15px;
    line-height: normal;
}

.st_ticketdetail .tkt_price em {
    color: #333;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
}

.st_ticketdetail .tkt_qty .numbers-row {
    width: 130px;
    display: inline-block;
    border: 1px solid #b5b5b5 !important;
}

.st_ticketdetail .tkt_qty .numbers-row .st_trigger,
.st_ticketdetail .tkt_qty .numbers-row .button.inc,
.st_ticketdetail .tkt_qty .numbers-row .button.dec {
    float: left;
    width: 33.3%;
    height: 33px;
    padding: 4px 0;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    font-family: "Rubik", sans-serif;
}

.st_ticketdetail .tkt_qty .numbers-row .button.inc {
    float: right;
}

.st_ticketdetail .tkt_qty .numbers-row .st_trigger {
    float: none;
    margin: 0 -1px;
    display: inline-block;
    border-width: 0 1px;
    border-style: solid;
    border-color: #b5b5b5;
}

.st_ticketdetail .tkt_qty>label {
    display: inline-block;
    width: auto;
    margin: 0 20px 0 0;
    font-size: 15px;
    text-transform: uppercase;
    line-height: normal;
    font-family: "Rubik", sans-serif;
}

.st_ticketdetail .tkt_pkg {
    min-width: 44%;
}

.st_ticketdetail .tkt_btn .input-btn {
    padding-top: 9px;
    padding-bottom: 10px;
}

.nextmatch_wrap {
    float: left;
    width: 100%;
    margin: 0 0 30px;
    position: relative;
    padding: 40px 0 37px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../extra-images/match_bg.jpg);
    -webkit-box-shadow: 0 12px 18px -4px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 12px 18px -4px rgba(0, 0, 0, 0.35);
    box-shadow: 0 12px 18px -4px rgba(0, 0, 0, 0.35);
}

.nextmatch_wrap:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: #160e0e;
    opacity: 0.75;
}

.input-btn i {
    margin-right: 10px;
}

.nextmatch_wrap .nextmatch_dec {
    float: none;
    margin: 0 auto;
    width: 60%;
    position: relative;
}

.nextmatch_wrap .match_teams {
    padding: 0;
}

.nextmatch_wrap .nextmatch_dec h5 {
    margin: 0;
}

.nextmatch_wrap .nextmatch_dec .st_countdown {
    padding: 0;
    border: none;
}

.nextmatch_wrap .match_teams a {
    float: none;
    display: inline-block;
    margin: 0 0 15px 0;
}

.nextmatch_wrap .st_countdown li span::before,
.nextmatch_wrap .st_countdown li span,
.nextmatch_wrap .st_countdown li p,
.nextmatch_wrap .nextmatch_dec h5,
.nextmatch_wrap .match_teams span,
.nextmatch_wrap .match_teams a,
.nextmatch_wrap .match_teams h5,
.nextmatch_wrap .nextmatch_dec h6 {
    color: #fff;
}

.nextmatch_wrap .match_teams h5 {
    font-size: 18px;
    margin: 0;
}

.blog_grid4 .thumb_footer,
.blog_grid4 .text_wrper .text {
    padding-right: 20px;
    padding-left: 20px;
}

.blog_grid4 .text_wrper .text h2 {
    font-size: 22px;
}

.blog_grid4 .admin_thumb figure {
    display: none;
}

.blog_grid4 .admin_thumb h6 {
    padding: 0;
}

.blog_grid4 .text_wrper .blog_meta li {
    margin-right: 9px;
}

.blog_grid4 .text_wrper .blog_meta li:last-child {
    margin: 0;
}

.widget_page aside {
    margin-bottom: 30px;
}

.st_blog_detail {
    float: left;
    width: 100%;
}

.st_blog_detail_thumb .st_featured_thumb .thumb_footer {
    border-top: none;
    border-bottom: 1px solid #d7d8d8;
}

.st_blog_detail_thumb .st_featured_thumb .text_2 h6 {
    font-size: 18px;
    margin-bottom: 12px;
}

.st_blog_detail_thumb .st_featured_thumb .text_2 .label2 {
    margin-bottom: 16px;
}

.st_blog_detail_thumb .st_featured_thumb .text_2 .st_date {
    margin-bottom: 5px;
}

.st_blog_detail_thumb .st_featured_thumb .text_2 p {
    margin-bottom: 0px;
    margin-top: 0px;
}

.st_highlight {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.st_highlight img {
    opacity: 1;
}

.st_highlight .text {
    padding: 16px 0;
}

.st_highlight .text p {
    float: left;
    width: 100%;
    margin: -7px 0 30px;
}

.st_highlight .list_meta {
    margin-top: -3px;
}

.list_meta {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.list_meta li {
    float: left;
    width: 100%;
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
}

.list_meta li:last-child {
    margin: 0;
}

.list_meta li a,
.list_meta li em {
    margin: 0;
    color: #2B2B32;
    float: left;
    width: 100%;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-family: "Rubik", sans-serif;
}

.list_meta li:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    width: 5px;
    height: 5px;
    margin: -3px 0 0 0;
    border-radius: 100%;
}

.st_blockquote {
    float: left;
    width: 100%;
    border: none;
    position: relative;
    text-align: center;
    margin-bottom: 23px;
    padding: 53px 90px 57px;
    background-color: #fafafa;
}

.st_blockquote:after,
.st_blockquote:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 83px;
    line-height: 74px;
    color: #eff0f0;
    font-family: 'FontAwesome';
    content: "\f10d";
}

.st_blockquote:after {
    content: "\f10e";
    left: auto;
    right: 0;
    top: auto;
    bottom: -8px;
}

.st_blockquote p {
    float: left;
    width: 100%;
    margin: 0 !important;
    color: #7d8386;
    font-weight: 600;
    font-style: italic;
    text-transform: capitalize;
    font-family: "Rubik", sans-serif;
}

.tags_wrap {
    float: left;
    width: 100%;
    padding: 10px 15px;
    border-top: 1px solid #d7d8d8;
}

.tags_wrap .st_tags2 {
    float: left;
    width: auto;
    margin: 0;
}

.tags_wrap .st_tags2 li {
    margin: 0 5px 0 0;
}

.tags_wrap .st_tags2 li:last-child {
    margin: 0;
}

.comment_wrap {
    float: left;
    width: 100%;
}

.comment_form {
    float: left;
    width: 100%;
}

.comment_form li {
    float: left;
    width: 100%;
}

.comment_dec {
    float: left;
    width: 100%;
    padding: 0px 0 27px;
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
}

.comment_form li ul li .comment_dec {
    padding-left: 100px;
}

.comment_dec figure {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 100%;
}

.comment_dec figure img {
    border-radius: 100%;
}

.comment_dec .text {
    float: none;
    overflow: hidden;
    width: auto;
    padding: 0 0 0 20px;
}

.comment_hd {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.comment_hd h5 {
    font-weight: 500;
    text-transform: uppercase;
    line-height: 18px;
    font-size: 18px;
    float: left;
    width: 100%;
    margin-bottom: 9px;
    margin-top: -3px;
}

.comment_hd ul li {
    margin: 0 !important;
    float: left;
    width: auto;
    padding: 0 20px;
    border-bottom: none;
    border-right: 1px solid #b9b9b9;
}

.comment_hd ul li:first-child {
    padding-left: 0;
}

.comment_hd ul li:last-child {
    border: none;
}

.comment_hd ul li a,
.comment_hd ul li span {
    float: left;
    width: 100%;
    color: #999;
    font-size: 13px;
    line-height: 13px;
    text-transform: capitalize;
    font-family: "Rubik", sans-serif;
}

.comment_hd ul li a i,
.comment_hd ul li span i {
    float: left;
    margin-right: 10px;
}

.comment_dec .text p {
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.comment_input_wrap {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.comment_input_wrap form {
    float: left;
    width: 100%;
}

.comment_input_wrap .input_dec {
    margin-bottom: 30px;
}

.st_plyer_rating2 {
    float: left;
    width: 100%;
}

.st_plyer_rating2 .st_plyer_rating span b {
    color: #fff;
}

.st_plyer_rating2 .st_tableaside div span {
    background-color: transparent;
}

.st_plyer_rating2 .st_progress1 .progressbars.progress_single>span,
.st_plyer_rating2 .skill-progress>span {
    background-color: transparent;
}

.st_404page {
    float: left;
    width: 100%;
    text-align: center;
    background: #f7f1ed;
}

.st_404_thumb {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 25px 0 50px;
    margin-bottom: 0px;
    text-transform: uppercase;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../extra-images/404.png);
}

.st_404_thumb h4 {
    float: left;
    width: 100%;
    font-size: 145px;
    line-height: 145px;
    font-weight: 500;
    color: #2B2B32;
}

.st_404_thumb h5 {
    float: left;
    width: 100%;
    margin-top: -2px;
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    font-weight: 600;
}

.st_404_text {
    float: left;
    width: 100%;
    text-align: center;
}

.st_404_text h6,
.st_404_text h5 {
    float: left;
    width: 100%;
    font-size: 36px;
    line-height: normal;
    font-weight: normal;
    text-transform: uppercase;
}

.st_404_text h5 {
    margin-bottom: -3px;
}

.st_404_text h6 {
    margin-bottom: 19px
}

.st_404_text form {
    float: none;
    display: inline-block;
    width: 517px;
    margin: 0 auto 23px;
}

.st_404_text .btn-1 {
    margin-bottom: 28px
}

.st_comingsoon_wrap {
    position: fixed;
    height: 100%;
    background-image: url(../extra-images/comingsoon_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    text-align: center;
}

.st_comingsoon {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: auto;
    margin: -281px auto 0;
    text-align: center;
}

.st_comingsoon h4 {
    float: left;
    width: 100%;
    font-size: 90px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    line-height: 90px;
    margin-bottom: 71px;
}

.st_comingsoon h5 {
    float: left;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: normal;
    color: #fff;
    margin-bottom: 17px;
}

.st_comingsoon .st_countdown2 {
    margin-bottom: 56px;
}

.st_comingsoon .st_social2 {
    float: none;
    width: auto;
    display: inline-block;
    margin-bottom: 8px;
}

.st_comingsoon .st_social2 li {
    margin-right: 15px;
}

.st_comingsoon .st_social2 li:last-child {
    margin: 0;
}

.st_comingsoon .st_social2 li a {
    border: none;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 24px;
    color: #fff;
}

.st_comingsoon form {
    width: 468px;
    float: none;
    display: inline-block;
}

.st_comingsoon .input_dec {
    margin-bottom: 26px;
}

.st_comingsoon .input_dec input[type="text"] {
    background-color: transparent;
    border-width: 0 0 1px 0;
    border-color: #b9b9b9;
    color: #fff;
    padding-left: 0;
    font-size: 18px;
    font-weight: 500;
}

.st_comingsoon .input_dec input[type="text"]::-moz-placeholder {
    color: #fff;
}

.st_comingsoon .input_dec input[type="button"] {
    background-color: transparent;
    font-weight: 500;
    font-size: 30px;
    padding: 0;
    line-height: 30px;
}

.st_comingsoon .input_dec input[type="button"]:hover {
    background-color: transparent;
}

.copy_right2 {
    margin: 0;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    font-family: "Rubik", sans-serif;
}

.copy_right3 {
    float: left;
    width: 100%;
    padding: 20px 0 15px;
    text-align: center;
    border-top: 1px solid #585858;
    background-color: #222222;
}

.copy_right3 p {
    margin: 0;
    float: left;
    width: 100%;
    color: #adadad;
    font-size: 14px;
    font-weight: 500;
    line-height: 10px;
}

.st_contct_thumb {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    padding: 38px 30px 39px;
    border: 1px solid #e3e3e3;
}

.st_contct_thumb .text {
    padding-top: 19px;
}

.st_contct_thumb .text address,
.st_contct_thumb .text em {
    float: left;
    width: 100%;
    color: #666;
    text-align: left;
    margin: 0 0 9px;
    font-size: 15px;
    font-weight: normal;
    font-style: italic;
    font-family: "Rubik", sans-serif;
}

.st_contct_thumb .text em:last-child {
    margin: 0;
}

.st_contct_thumb:hover .text address,
.st_contct_thumb:hover .text em,
.st_contct_thumb:hover .st_hd8 {
    color: #000;
}

.st_contct_thumb:hover .st_hd8 {
    border-bottom: 1px solid #000;
}

.st_contct_thumb:hover .st_hd8 span:before {
    background-color: #fff;
}

.st_form {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    padding: 25px 30px 30px;
    border: 1px solid #e5e5e5;
}

.st_form_hd {
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 38px;
}

.st_form_hd h3 {
    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.st_form_hd p {
    margin: 0;
    float: left;
    width: 100%;
    font-size: 15px;
    font-style: italic;
}

.st_form .input_dec {
    margin-bottom: 30px;
}

.st_form .input_dec input[type="text"] {
    min-height: 43px;
}

.st_form .input_textarea textarea {
    height: 144px;
}

.st_map {
    float: left;
    width: 100%;
    position: relative;
    padding: 0 20px 20px 0;
}

.st_map:before {
    right: 0;
    bottom: 0;
    top: 20px;
    left: 20px;
    content: "";
    position: absolute;
}

.st_map #map-canvas {
    float: left;
    width: 100%;
    height: 580px;
}

.sat-gallery {
    margin-bottom: 15px;
}

.sat-gallery figure img,
.sat-gallery {
    float: left;
    width: 100%;
}

.sat-gallery figure {
    float: left;
    width: 100%;
    position: relative;
    background-color: #000;
    margin-bottom: 15px;
}

.sat-gallery figure:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
    opacity: 0;
    border: 1px solid #dedede;
}

.sat-gallery figure:hover img {
    opacity: 0.48;
}

.sat-gallery figure:hover:before {
    left: 10px;
    right: 10px;
    bottom: 10px;
    top: 10px;
    opacity: 1;
}

.sat-gallery figcaption {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    margin-top: -37px;
    opacity: 0;
}

.sat-gallery figure:hover figcaption {
    opacity: 1;
}

.myaccount-menu {
    float: initial;
}

.myaccount-menu li a {
    padding: 15px 15px;
}

.myaccount-menu .nav>li:hover>a {
    color: #2B2B32 !important;
}

.sat-gallery figcaption h4 {
    font-size: 18px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    margin-bottom: 17px;
}

.d-flex {
    vertical-align: middle;
    align-items: center !important;
    display: flex;
    float: left;
    margin: 20px 0;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.start_dec {
    width: fit-content;
    margin-right: 15px;
    margin-bottom: 0;
}

.input_dec.start_dec input {
    padding: 10px 10px 10px;
    min-height: auto;
}

.input-btn.submit_dec {
    height: 40px;
}

.sat-gallery figcaption a {
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    padding: 11px 36px 12px;
}

.sat-gallery figcaption a:hover {
    color: #000;
    background-color: #fff;
}

.sat-load a:hover {
    background-color: #fff;
    color: #000;
}

.banner-side {
    width: 100%;
    max-width: 100%;
}

.main-slider {
    display: flex;
    flex-wrap: wrap;
}

.slider-section {
    position: relative;
    width: 17%;
}

.explore_btn {
    position: absolute;
    left: 0;
    top: 0;
    background: #FFD700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    padding: 10px;
    text-transform: uppercase;
    right: 0;
    margin: 0 auto;
    width: 75%;
    font-size: 1.2em;
    color: #2B2B32;
    display: none;
}

.main-heading {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80%;
    z-index: 1;
    flex-direction: column;
}

.main-heading p {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    width: 100%;
    height: auto;
    font-size: 2em;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
    line-height: 1.8em;
    font-weight: 500;
}

.play-now-btn {
    background: #FFD700;
    color: #000;
    padding: 7px 25px;
    font-size: 1.6em;
    font-weight: 500;
    margin-top: 2.8em;
    width: fit-content;
    margin: 0.4em auto 1.2em;
}

.play-now-btn a {
    color: #000;
}

/*.swiper-slide.promo-code{box-shadow:3px 3px 6px #efeeee, -3px -3px 6px #efeeee, -3px 3px 6px #efeeee, 3px -3px 6px #efeeee;background:#fff;margin-bottom:25px;width: 300px;}*/
.code-title {
    background: #ffd70000;
    color: #000 !important;
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    text-align: left;
    overflow-wrap: break-word;
}

.code-para {
    padding: 10px;
    text-align: left;
    margin-bottom: 0;
    color: #282828;
    font-family: Rubik;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}

p.code-para {
    padding: 5px 0 0 0px;
}

.apply_code {
    border-radius: 5px;
    border: 0px dashed #fff;
    color: #000;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    text-align: center;
    padding: 10px 20px;
    cursor: pointer;
    text-shadow: none;
    float: left;
    margin-bottom: 0px;
    background: var(--new-golden, linear-gradient(180deg, #FFAE54 20.88%, #FDF7DD 100%));
}

.swiper-pagination-bullet {
    background: #cac7c7;
    border: 1px solid #7e807f;
}

.swiper-pagination-bullet-active {
    background: #ffe087;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    margin-top: 0;
    margin-bottom: 10px;
}

.buychips {
    width: 90%;
    margin-bottom: 60px;
    margin-right: auto;
    margin-left: 0;
    margin: 0 auto;
}

/*.swiper-slide.promo-code {margin: auto!important;margin-bottom: 25px !important;padding-right: 7px;box-shadow: none;}*/
.promo-code-box1 {
    background: #fff;
    box-shadow: 3px 3px 6px #efeeee, -3px -3px 6px #efeeee, -3px 3px 6px #efeeee, 3px -3px 6px #efeeee;
    border: 1px solid #eeeded;
}

.promo-code-box1 .code-para {
    float: none;
}

.content-section {
    display: flex;
    margin: 60px 0;
}

.content-para {
    width: 75%;
    margin-right: 50px;
}

.content-img {
    width: 30%;
}

.content-heading {
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 15px;
}

.content-data {
    color: #070707;
    line-height: 30px;
    text-align: justify;
}

.promo-side {
    width: 18%;
}

.sports-icon {
    margin-left: 10px;
    margin-right: 5px;
}

.sat_navigation .nav>li:hover>a .sports-icon {
    filter: brightness(1);
}

.two-section {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto 5%;
}

.abt_sec_hm2 {
    background: #f9f9f9;
}

.abt_sec_hm2 .content-section {
    margin-bottom: 0;
}

.latest_arr_sec2 .content-heading {
    font-family: "Rubik", sans-serif;
    text-align: center;
    margin: 30px 10px;
}

.more-btn {
    background: url(../images/grey_button.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 9px 0 10px;
    text-align: center;
    width: 115px;
    color: #efefed;
    font-size: 18px;
    margin: 35px 0;
}

.modal-dialog {
    max-width: 450px;
}

.login-div {

    text-align: center;
    max-width: 100%;
    /*margin: 0 auto;*/
    position: relative;
    border-radius: 32px;
    background: linear-gradient(246deg, #355FC2 -180.35%, #FFF 50.01%, #DB2234 250.65%);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.20);
}


.input-txt {
    width: 80% !important;
    background: transparent;
    margin: 0 auto;
    box-shadow: inset 3px 3px 5px #343434, inset -3px -3px 5px #343434, inset -3px 3px 5px #343434, inset 3px -3px 5px #343434;
    border: 1px solid #141414 !important;
    border-radius: 8px;
    padding: 11px 15px !important;
    min-height: auto !important;
    color: #fff;
}

.login-div {}

.login-div .input-txt {}

.login-div .input_dec {
    display: flex;
    justify-content: center;
}

.rebem-me a {}

.modal .login-div {
    padding: 15px 10px;
}

div#logout_popup .login-div {
    padding: 10px 10px 15px 10px;
}

.timesout_check_bx {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.timesout_check_bx .float-label-chechbox-input {
    margin-bottom: 0;
    margin-left: 7px;
}

.timesout_check_bx .float-input-chechbox {
    position: relative;
    top: -2px;
}

.withdraw_section .st_overview_nav li {
    padding: 0 2px;
    width: auto;
    min-width: auto;
    white-space: nowrap;
}

.withdraw_section .st_overview_nav li a {
    padding: 16px 20px;
}

.withdraw_section .st_overview_nav ul {
    margin: 0;
}

.login-head {
    color: var(--Black-heading, #2B2B32);
    font-family: Rubik;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%;
}

.login-head p {
    color: #fff;
}

.forgot-password,
.rebem-me,
.need-help,
.forgot-username {
    color: #000 !important;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.forgot-password:hover {
    cursor: pointer;
    color: #ffab06;
}

input[type=checkbox],
input[type=radio] {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.d-flex-sec {
    display: flex;
    clear: both;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
    align-items: center;
}

.login-btn {
    background: url(../images/yellow_button.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 10px 32px 10px;
    display: flex;
    justify-content: center;
    background-position: center;
    font-weight: 500;
    margin: 29px auto;
    width: max-content;
    align-items: center;
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    background: #FFD700;
    border-radius: 4px;
}

.login-btn span {
    position: relative;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    top: 0px;
    color: #000;
    text-transform: capitalize;
    font-size: 18px;
    font-family: "Rubik", sans-serif;
}

.input-width {
    width: 80% !important;
    margin: 0 auto;
    display: flex;
}

.phone-code {
    width: 26%;
    margin-right: 10px;
}

.mobile-num {
    width: 75%;
}

.phone-code .input-txt {
    width: 100% !important;
}

.mobile-num .input-txt {
    width: 100% !important;
}

*:focus {
    outline: none;
}

.logsign-box .close {
    opacity: 1;
    position: absolute;
    top: -8px;
    right: -30px;
    width: 27px;
    /*filter: invert(1);*/
    display: block;
}

.main-banner {
    position: relative;
}

img.girl-side {
    position: absolute;
    right: 6vw;
    bottom: 3vw;
    width: 26vw;
    animation: beat 8s infinite alternate;
    transform-origin: center;
}

@keyframes beat {
    to {
        transform: scale(0.9);
    }
}

img.card1-side {
    position: absolute;
    right: 24vw;
    bottom: 28vw;
    width: 6vw;
}

img.card2-side {
    position: absolute;
    right: 0;
    bottom: 22vw;
    width: 12vw;
    left: 12vw;
    margin: 0 auto;
}

.lightthree {
    -webkit-animation-name: hvr-bob-float1, hvr-bob1;
    animation-name: hvr-bob-float1, hvr-bob1;
    -webkit-animation-duration: .4s, 6.5s;
    animation-duration: .4s, 6.5s;
    -webkit-animation-delay: 0s, .18s;
    animation-delay: 0s, .18s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}

.lighttwo {
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-duration: .4s, 6.5s;
    animation-duration: .4s, 6.5s;
    -webkit-animation-delay: 0s, .18s;
    animation-delay: 0s, .18s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}

.bl-img {
    -webkit-animation-name: hvr-bob-float3, hvr-bob3;
    animation-name: hvr-bob-float3, hvr-bob3;
    -webkit-animation-duration: .4s, 6.5s;
    animation-duration: .4s, 6.5s;
    -webkit-animation-delay: 0s, .18s;
    animation-delay: 0s, .18s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}

.di-img {
    -webkit-animation-name: hvr-bob-float2, hvr-bob2;
    animation-name: hvr-bob-float2, hvr-bob2;
    -webkit-animation-duration: .4s, 6.5s;
    animation-duration: .4s, 6.5s;
    -webkit-animation-delay: 0s, .18s;
    animation-delay: 0s, .18s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}

@-webkit-keyframes hvr-bob-float2 {
    100% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes hvr-bob-float2 {
    100% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes hvr-bob2 {
    0% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    100% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes hvr-bob2 {
    0% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    100% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes hvr-bob3 {
    0% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}

@keyframes hvr-bob3 {
    0% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}

@-webkit-keyframes hvr-bob-float3 {
    100% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}

@keyframes hvr-bob-float3 {
    100% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}

@-webkit-keyframes hvr-bob-float1 {
    100% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
}

@keyframes hvr-bob-float1 {
    100% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
}

@-webkit-keyframes hvr-bob1 {
    0% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    50% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    100% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
}

@keyframes hvr-bob1 {
    0% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    50% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    100% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
}

@-webkit-keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@-webkit-keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

img.card3-side {
    position: absolute;
    right: 30vw;
    bottom: 9vw;
    width: 8vw;
}

img.chipcard1-side {
    position: absolute;
    right: -28vw;
    bottom: 29vw;
    width: 5vw;
    left: 0;
    margin: 0 auto;
}

img.chipcard2-side {
    position: absolute;
    right: 0;
    bottom: 2vw;
    width: 5vw;
    left: -30vw;
    margin: 0 auto;
}

img.chipcard3-side {
    position: absolute;
    right: 0;
    bottom: 29vw;
    width: 5vw;
    left: -19vw;
    margin: 0 auto;
}

img.gold-card1-side {
    position: absolute;
    left: 12vw;
    bottom: 2vw;
    width: 4vw;
}

img.gold-card2-side {
    position: absolute;
    right: 31vw;
    bottom: 3vw;
    width: 3vw;
}

img.gold-card3-side {
    position: absolute;
    left: 25vw;
    bottom: 31vw;
    width: 3vw;
}

img.gold-card4-side {
    position: absolute;
    right: 4vw;
    bottom: 29vw;
    width: 3vw;
}

.main-slider-section .infiniteslide_wrap {
    background: #000;
}

.main-slider-section .content-heading {
    text-align: center;
    margin: 30px 10px;
}

.more-btn:hover {
    color: #FFD700;
    cursor: pointer;
}

.login-btn:hover span {
    color: #fff;
    cursor: pointer;
}

.login-div .login-btn:hover span {
    color: #000;
    cursor: pointer;
}

.active-myaccmenu {
    background: #FFD700;
}

.checkbox-style {
    margin-right: 5px !important;
    position: relative;
    top: 1px;
}

.deposit_nav .st_overview_nav {
    width: 410px;
}

.deposit_nav .st_overview_nav ul {
    padding: 0 0px;
    flex-direction: column;
}

.deposit_nav .st_overview_nav .active a::before {
    content: none;
}

.deposit_nav .st_overview_nav li.active {
    box-shadow: -1px 6px 12px #bfbfbf;
}

.deposit_nav .st_overview_nav li a {
    display: flex;
    align-items: center;
    background: transparent;
}

.deposit_nav .st_overview_nav .active a {
    background: #FFD700;
}

.deposit_nav .st_overview_nav li img {
    width: auto;
    margin: 0 10px 0 0;
}

.deposit_nav .st_overview_nav li {
    min-width: 100%;
    padding: 0px 0px 0px 0px;
    min-height: 0px;
}

.deposit_nav {
    display: flex;
    float: left;
    width: 100%;
}

.deposit_nav .help-section {
    border-top: none;
    clear: both;
    margin: 10px auto
}

.deposit_nav .submit-sec {
    width: 98%;
    display: flex;
    margin: 5px auto 15px 10px;
}

.deposit_nav .submit-sec.withdraw_text {
    margin-bottom: 0 !important;
}

.deposit_nav .month_tab .label2:before {
    content: none;
}

.deposit_nav .month_tab .label2 {
    margin: 2px;
    width: 100%;
    display: block;
}

.deposit_nav .tab-pane .st_featured_thumb {
    border: 1px solid #FFD700;
    overflow-y: auto;
    overflow-x: hidden;
}

.deposit_nav .tab-content {
    float: left;
    width: calc(100% - 278px);
    margin-left: 0px;
}

.deposit_nav .st_overview_nav {
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.submit-sec.withdrw_blc22 {
    margin-bottom: 30px;
}

.withdraw_section .deposit_nav .submit-sec .select_dec2.marg-dec {
    margin-right: 0px;
}

.money-cash {
    margin: 10px 0;
    float: left;
    width: 100%;
    padding: 0 10px;
}

.wallet-sec {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
}

.wallet-sec-body {
    text-align: center;
    width: 300px;
    margin-bottom: 30px;
    background: #ececec;
    margin-right: 15px;
    padding: 20px 0;
}

.wallet-sec-body .money-cash {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login-overlay {
    background: #000;
    position: absolute;
    color: #FFD700;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 1.1em;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.single-download-box:hover .login-overlay {
    display: flex;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

.st_date.wal-head {
    margin: 0px auto 10px;
    color: #000;
}

.help-section {
    text-align: center;
    margin: 25px auto;
    border-top: 1px solid #ddd;
    border-left: none;
    border-right: none;
    padding: 17px 0;
    width: 80%;
}

.select-optn {
    color: #646767;
    height: 42px;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
    background: #FFD700 !important;
}

.datepicker {
    box-shadow: 0 0 9px rgba(0, 0, 0, .2)
}

.submit-loader {
    display: none;
    padding: 15px 0;
}

.error-msg {
    color: #e14f72
}

.deposit_nav .st_blog_detail .text_2 {}

.deposit_nav .month_tab {
    text-align: center;
    margin-bottom: 25px;
    display: block;
    justify-content: center;
    clear: both;
    max-width: 100%;
    margin: 10px 9px 15px;
    float: left;
    width: 100%;
}

element.style {
    cursor: grab;
}

.toggle-password {
    position: absolute;
    right: 12%;
    top: 14px;
    cursor: pointer;
}

label.error {
    position: absolute;
    font-size: .85em;
    color: #eb1717;
    bottom: -16px;
    margin-bottom: 0;
    text-align: left;
    width: 78%;
}

.sat_navigation li.active a {
    color: #FFD700;
}

.sat_navigation li.active a .sports-icon {
    filter: brightness(1);
}

div.dataTables_wrapper {
    width: 100%;
    margin: 20px auto;
    float: left;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
    border-top: none;
    border-right: none;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 5px 10px;
    color: #2B2B32;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 5px 18px;
    color: #E4E4E4;
    border-right: none;
}

table.dataTable thead td:last-child,
table.dataTable thead th:last-child,
table.dataTable.display tbody td:last-child {
    border-right: 1px solid #E4E4E4;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: .3em 0.8em;
    border: 1px solid #ddd;
    margin-left: 8px;
    font-size: 13px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    background: #0c6dc6;
    border: 1px solid #0c6dc6;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #FFD700;
    border: 1px solid #FFD700;
}

.paginate_button.next,
.paginate_button.prev {
    border: none !important;
}

.dataTables_wrapper .dataTables_info {
    font-size: 13px;
}

.dataTables_wrapper .dataTables_paginate {
    padding-top: .75em;
}

.dataTables_length label {
    display: flex;
    align-items: center;
    font-size: 13px;
}

.dataTables_wrapper .dataTables_length select {
    height: 25px;
    padding: 0;
    margin: 0 8px;
    font-size: 13px;
}

.dataTables_filter label {
    font-size: 13px;
}

.dataTables_wrapper .dataTables_filter input {
    font-size: 13px;
}

.game_popup_modal .modal-dialog {
    max-width: 95%;
    width: 95%;
}

.modal-dialog {
    margin: 30px auto;
}

.game_sub_menu {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    padding: 4px 0;
    clear: both;
    background: #f5f5f5;
}

ul.submenu_list {
    display: flex;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 0;
    overflow: auto;
    margin-right: 10px;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
}

ul.submenu_list li a {
    padding: 8px 20px;
    display: block;
    color: #2B2B32;
    text-align: center;
    line-height: 1;
    white-space: nowrap;
    font-size: 18px;
}

.mob_gamesearch {
    display: none;
}

.gamesearch {
    border-radius: 4px;
    overflow: hidden;
    min-width: 210px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
    margin-left: auto;
    border: 1px solid #d7d8d8;
    margin-top: 0px;
}

.gamesearch input {
    border-radius: 8PX 0PX 0px 8px;
    width: 264px;
    font-size: 16px;
    font-weight: 500;
    height: 35px;
    border: 0;
}

.gamesearch .search_icon {
    background: #fff;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    color: #2E3A59;
    border-radius: 0PX 8PX 8px 0px;
}

.checkbox-style {
    outline: none;
    border: 1px solid #3F4E66;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 4px;
}

.rebem-me {
    padding: 0px 14px;
}

.containersearch.all-game-searchbar {
    display: none;
}

.top-winner.all-game-topwinsection {
    display: none;
}

.coupn .tit {
    float: left;
    width: 100%;
    padding-left: 9px;
    color: #282828;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 20px;
}

.top-winner.all-game-topwinsection h1 {
    color: #2B2B32;
    font-family: Rubik;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.top-winner.all-game-topwinsection .all {
    color: #2B2B32;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-decoration-line: underline;
}

.deposit_nav .st_overview_nav .active a {
    background: #0C6DC6;
    border: #0C6DC6;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.section-header.g-header {
    display: none;
    margin: 17px 0px;
}

.body-loader {
    display: none;
}

.loader {
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}

#loader-2 span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #DB2234;
    margin: 0 2px;
}

#loader-2 span:nth-child(1) {
    animation: bounce 1s ease-in-out infinite;
}

#loader-2 span:nth-child(2) {
    animation: bounce 1s ease-in-out 0.33s infinite;
}

#loader-2 span:nth-child(3) {
    animation: bounce 1s ease-in-out 0.66s infinite;
}

@keyframes bounce {

    0%,
    75%,
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    25% {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.input-txt:-webkit-autofill,
.input-txt:-webkit-autofill:hover,
.input-txt:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: none;
    transition: background-color 255000s ease-in-out 0s;
    box-shadow: 1px 1px 1px 500px #444444 inset;
    color: #fff !important;
}

.datepicker table tr td,
.datepicker table tr th {
    width: 40px !important;
    height: auto !important;
    background: rgb(255 255 255);
    color: #2B2B32 !important;
    line-height: 1.8 !important;
    font-size: 13px !important;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #ece6e6 !important;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    color: #ece6e6 !important;
}

.error-msg-font-size {
    color: #f31410;
    font-size: 13px;
    line-height: 1.8;
}

.proof_upload_sec {
    display: flex;
    clear: both;
}

.floating-label p {
    margin-bottom: 0;
}

.image_upload1,
.image_upload2 {
    margin-top: 10px;
}

.body-loader {
    position: fixed;
    background: rgb(0 0 0 / 83%);
    z-index: 1111;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}

.month_tab .label2.active {
    background: #2B2B32;
    cursor: pointer;
    color: #fff;
}

.submit-btn:hover {
    background-color: #000;
    color: #fff;
}

.submit-btn {
    width: auto;
    color: #000;
    border: none;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    padding: 10px 20px 11px;
    background: #FFD700;
    border-radius: 6px;
    background: linear-gradient(180deg, #FFD700 0%, #FFD700 100%);
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.30) inset;
    color: #000 !important;
    cursor: pointer !important;
}

.month_tab .label2.active:before {
    border-color: #2B2B32;
}

.change-pwd-eye span {
    float: right;
    right: 6px;
}

#game-iframe-url {
    height: 700px !important;
    width: 100%;
    background: #000000;
    border: 1px solid white;
}

.position_inherit {
    position: inherit !important
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.bb_overall_transfer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bb_transfer_subsection {
    flex: 1;
    min-width: 40%;
    margin-right: 10px;
    margin-bottom: 20px;
    background: #f7f7f7;
    padding: 10px 10px;
    border-radius: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bb_tran_subdiv_sec input {
    width: 100%;
    display: block;
    max-width: 100%;
    padding: 5px;
}

.bb_tran_subdiv input {
    width: 98%;
    max-width: 100%;
    padding: 5px;
}

.bb_tran_subdiv {
    width: 100%;
}

a.bb_keep button.reg_plr_btn3.go_btn {
    background: #FFD700;
    font-weight: 500;
    padding: 10px;
}

.bb_transfer_div.bb_deposit_success .bb_transfer_subsection {
    margin-right: 0;
}

.bb_transfer_div.bb_deposit_success a.bb_keep {
    margin-right: 0;
}

div#userimageold1 img {
    display: block;
    margin-bottom: 10px;
    position: relative;
}

div#userimageold1 {
    position: relative;
}

div#userimageold1:before {
    content: "+";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    z-index: 0;
}

.bb_transfer_div {
    background: #fff;
    padding: 10px;
    margin-top: 35px;
    margin-bottom: 35px;
    border: 1px solid #efefef;
    width: 98%;
    margin: 10px auto 1em;
    max-width: 650px;
}

.bb_payment_div #userimage,
.bb_payment_div #userimageold1 {
    margin-bottom: 0px;
}

.pay-detail.bb_payment_div.bb_transfer_div .bb_transfer_subsection {}

.bb_overall_transfer_common22 {
    display: flex;
    align-items: end;
}

.bb_overall_transfer_common22 .bb_overall_transfer {
    width: 50%;
}

.bb_payment_div .bb_overall_transfer {
    flex-direction: column;
}

.bb_payment_div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}

.bb_head {
    font-weight: 500;
    font-size: 1.2em;
    color: #000000;
    float: none;
}

.bb_tran_subdiv_sec {
    font-weight: 500;
    font-size: 1.1em;
    line-height: 20px;
}

.bb_bank_name {
    font-size: 0.85em;
}

.bb_payment_div .col-md-6 {
    padding: 0;
}

.bb_payment_div .floating-label span.error {
    margin-top: 5px;
    text-align: center;
    position: relative;
    display: block;
    text-align: left;
}

a.bb_keep {
    display: flex;
    justify-content: flex-end;
    margin-right: 10px;
    margin-bottom: 10px;
}

.bb_deposit_success .bb_overall_transfer {
    flex-direction: column;
}

.bb_deposit-img-success {
    width: 100%;
    height: 140px;
}

img.bb_deposit-img-success {
    width: 98%;
    margin: 10px auto 1em;
    max-width: 600px;
    display: block;
    height: auto;
}

.bb_tran_subdiv_sec span.error {
    text-align: left;
    padding: 2px 10px;
}

.bb_payment_div .floating-label {
    margin-left: 40px;
}

.bb_copy_txt .click_btn {
    font-size: 0.8em;
    background: #FFD700;
    color: #000;
    padding: 5px 18px;
    border-radius: 0px;
    cursor: pointer;
    border: none;
    font-weight: 500;
}

.offline_paytm .proof_upload_sec span.error,
.upi .proof_upload_sec span.error,
.googlepay .proof_upload_sec span.error,
.phonepe .proof_upload_sec span.error {
    position: relative;
    display: block;
    text-align: left;
}

.main-banner .swiper-container {
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.main-banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: block !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.main-banner .swiper-pagination {
    bottom: 15px;
    position: absolute;
}

.main-banner .swiper-pagination-bullet {
    background: #2B2B32;
}

.main-banner .swiper-pagination-bullet-active {
    background: #FFD700;
}

.section-header.g-header .games-title {
    font-size: 1.8em;
    color: #2B2B32;
    font-weight: 500;
    margin: 1em 0;
}

@media screen and (max-width:991px) {
    .abt_sec_hm2 .content-section {
        margin-bottom: 30px;
        margin-top: 30px;
        text-align: center;
    }

    .sat_header_2 .logo:before {
        bottom: 0px;
    }

    .banner-mobile-side {
        object-position: right;
    }

    .abt_sec_hm2 .content-section .content-heading {
        margin-bottom: 20px;
    }

    .dl-menuwrapper .dl-menu li ul li a {
        background: #2f2f2f;
        font-size: 13px;
        text-transform: capitalize;
    }

    .deposit_nav .st_overview_nav ul {
        padding: 0 5px;
    }

    .deposit_nav .st_overview_nav li img {
        margin: 0 !important;
    }

    .withdraw_section .st_overview_nav li a {
        padding: 5px;
    }
}

@media screen and (max-width:767px) and (orientation:portrait) {
    .main-banner img.banner-side {
        object-fit: cover;
    }

    .main-banner img.girl-side {
        position: absolute;
        right: 6vw;
        bottom: initial;
        width: 70vw;
    }

    .main-banner .main-heading {
        height: 62%;
        justify-content: end;
        flex-direction: column-reverse;
        bottom: 20%;
        max-width: 90%;
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
    }

    .main-banner img.card1-side {
        position: absolute;
        right: 24vw;
        bottom: 28vw;
        width: 18vw;
    }

    .main-banner img.card2-side {
        position: absolute;
        right: 0;
        bottom: 46vw;
        width: 16vw;
        left: -52vw;
        margin: 0 auto;
    }

    .main-banner img.card3-side {
        position: absolute;
        right: 64vw;
        bottom: 10vw;
        width: 21vw;
    }

    .main-banner img.chipcard1-side {
        position: absolute;
        right: -68vw;
        bottom: 37vw;
        width: 13vw;
        left: 0;
        margin: 0 auto;
    }

    .main-banner img.chipcard2-side {
        position: absolute;
        right: 0;
        bottom: 2vw;
        width: 10vw;
        left: -30vw;
        margin: 0 auto;
    }

    .main-banner img.chipcard3-side {
        position: absolute;
        right: 0;
        bottom: 29vw;
        width: 9vw;
        left: -19vw;
        margin: 0 auto;
    }

    .main-banner img.gold-card1-side {
        position: absolute;
        left: 12vw;
        bottom: 2vw;
        width: 4vw;
    }

    .main-banner img.gold-card2-side {
        position: absolute;
        right: 31vw;
        bottom: 3vw;
        width: 3vw;
    }

    .main-banner img.gold-card3-side {
        position: absolute;
        left: 25vw;
        bottom: 31vw;
        width: 3vw;
    }

    .main-banner img.gold-card4-side {
        position: absolute;
        right: 4vw;
        bottom: 29vw;
        width: 3vw;
    }
}

@media screen and (max-width:991px) {
    body .header_menu_lst22 ul.nav {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }

    body .header_menu_lst22 img.sports-icon {
        -webkit-filter: brightness(0);
        filter: brightness(0);
    }

    body .sat_logo_bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        height: auto !important;
    }

    body .header_menu_lst22 .nav>li>a {
        padding: 10px;
        white-space: nowrap;
        font-size: 13px;
    }

    body .header_menu_lst22 {
        width: 100%;
        overflow: auto;
        background: #f9f9f9;
    }

    body .header_menu_lst22 .nav>li {
        margin: 0 !important;
    }

    body .sat_header_2 .logo a {
        margin: 0;
        width: auto;
    }

    body .sat_header_2 .logo {
        padding: 13px 0px 13px 15px;
        width: 100px;
        min-width: initial;
    }

    body .st_top_section_mob {
        padding: 0 0;
    }

    body .sat_navigation .st_cart {
        padding: 0;
        margin: 0 15px 0 0;
        right: 0;
    }

    body .sat_header_2 .logo:before {
        right: -10px !important;
        top: 0;
        bottom: 0;
        left: auto;
        transform: skew(-30deg);
        width: 1000%;
    }

    body .header-user-dtls {
        width: auto;
    }

    .container.st_top_section_mob,
    .st_top_bar .container {
        width: 100%;
    }

    body .sat_navigation.myaccount-menu ul.nav {
        display: flex;
        align-items: center;
    }

    body .sat_navigation.myaccount-menu ul.nav li a {
        white-space: nowrap;
        padding: 10px;
    }

    body .sat_navigation.myaccount-menu {
        width: 100%;
        overflow: auto;
    }

    body .myacc_bar .container {
        width: 100%;
        padding: 0;
    }

    body .sat_navigation.myaccount-menu li ul {
        position: absolute;
        opacity: 1;
        visibility: visible;
    }

    ul.transaction_menu_lst li a {
        padding: 8px 10px !important;
    }

    body .transaction_menu_main .container {
        width: 100%;
    }

    body .innner_banner .breadcrumb {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    body .sat_navigation li.active a img.sports-icon {
        filter: brightness(0);
    }

    body .sat_navigation li.active a {
        color: #2B2B32;
        background: #FFD700;
    }
}

ul.st_topdec a {
    font-weight: bold !important;
}

.st_right_dec ul li .st_lung span {
    width: auto;
    font-weight: 500;
}

ul.transaction_menu_lst {
    float: none;
    clear: both;
    display: flex;
    align-items: center;
}

ul.transaction_menu_lst li a {
    padding: 8px 15px;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    white-space: nowrap;
}

.transaction_menu_main {
    float: none;
    clear: both;
    background: #f3f3f3;
}

ul.transaction_menu_lst li.active,
ul.transaction_menu_lst li:hover {
    background: #FFD700;
}

.transaction_menu_main .container {
    overflow: auto;
}

@media screen and (max-width:767px) {
    .bb_overall_transfer_common22 {
        display: flex;
        align-items: end;
        flex-direction: column;
    }

    .section-header.g-header .games-title {
        font-size: 1.2em;
    }

    .bb_overall_transfer_common22 .bb_overall_transfer {
        width: 100%;
    }

    .pay-detail.bb_payment_div.bb_transfer_div .bb_transfer_subsection {
        margin-right: 0;
    }

    .bb_overall_transfer {
        flex-direction: column;
    }

    .bb_payment_div {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .bb_payment_div .floating-label {
        margin-left: 0;
    }

    .deposit_nav .month_tab {
        flex-wrap: wrap;
    }

    .deposit_nav .month_tab .label2 {
        width: auto;
        flex: 1;
        margin-bottom: 10px !important;
    }

    .st_top_bar .st_right_dec {
        text-align: right !important;
    }

    .st_top_bar .st_right_dec {
        padding: 0 15px;
    }

    .main-slider-section {
        margin-bottom: 60px;
    }
}

span.msg_count_no1 {
    position: relative;
    top: -6px;
    right: -20px;
    background: #fff;
    color: #ae0001;
    width: 12px;
    height: 12px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 10px !important;
}

/*color*/
.icon_tag,
.price_tag,
.shop_icons,
.btn_2:hover,
.st_hd2 span,
.copy_right2 a,
.ticket_date b,
.st_cart:hover i,
.st_404_thumb h5,
.st_ticker>span,
.st_cart .text em,
.banner_caption p,
.st_news_dec2 span,
.team_logo a:hover,
.text_2 h6:hover a,
.shop_icons a:hover,
.banner_caption h1 b,
.banner_caption span,
.recentpost_dec span,
.nextmatch_dec>span,
.st_404_thumb h4 span,
.links_dec li a:hover,
.copy_right3 p a:hover,
.comment_hd h5 a:hover,
.links_dec li a:before,
.blog_meta li a:hover i,
.st_plyer_rating span b,
.admin_thumb h6:hover a,
.st_news_dec2:hover h6 a,
.st_lung .dropdown button,
.blog_meta li span:hover i,
.st_result_thumb:hover>a,
.breadcrumb li.active span,
.st_right_dec ul li a:hover,
.st_featured_thumb .text h6,
.recentpost_dec span:before,
.tranding_tab ul li a:hover,
.tranding_tab ul li.active a,
.shop_thumb .text h5 a:hover,
.text_wrper .text h2 a:hover,
.st_featured_thumb .text span,
.st_featured_thumb4 .text span,
.st_recentnews:hover .text h6 a,
.st_roster_dec .text h3 a:hover,
.st_table2 .versus div p a:hover,
.st_roster_dec .text_overflow span,
.tranding_tab ul li.active a:hover,
.st_opponents_dec .text h6 a:hover,
.slider_widget .slick-arrow:before,
.st_featured_thumb4:hover .text h6 a,
.st_comingsoon .input_dec input[type="button"],
.comment_hd ul li a:hover,
.comment_hd ul li span:hover,
.st_opponents_wrap2 .st_opponents_gols h5,
.sat_navigation .nav>li:hover>a,
.sat_header_2 .sat_navigation li ul li:hover>a:before {
    color: #FFD700;
}

.canvasjs-chart-tooltip span {
    color: #FFD700 !important;
}

.rss,
.lable_1,
.btn_icon,
.input-btn,
.copy_right,
.btn-1:hover,
.btn_3:hover,
.text_2 span,
.st_h5:before,
.st_map:before,
.twitter_ticker,
.filter_btn:hover,
.sat_search:hover,
.pp_pic_holder.pp_default,
.st_tags li a:hover,
.st_404_text .btn-1,
.widget_instagram a,
.widget_ul li:hover,
.st_hd1 span::before,
.list_meta li:before,
.st_contct_thumb:hover,
.st_social3 li a:hover,
.st_social2 li a:hover,
.st_top_bar .sat_search,
.sat-gallery figcaption a,
.roster .slick-arrow:hover,
.st_overview_nav .active a,
.sat_header_2 .logo:before,
.sat_navigation li:hover>a,
.team_comparison_wrap2 button,
.st_contact_meta li:hover span,
.st_roster_dec:hover .text>span,
.featured_slider .slick-arrow:hover,
.sat-pagination .page-numbers:hover,
.sat-pagination .page-numbers.current,
.radio_dec input:checked+.radio-value,
.input_label input[type="button"]:hover,
.st_ticket2_wrap ul li:hover .ticket_date,
.radio_style3 input:checked+.radio-value,
.st_progress1 .progressbars.progress_single,
.st_rangeslider .ui-slider .ui-slider-range,
.st_progress_wrap .st_progress .progress-bar,
.sat_header_2 .sat_navigation li ul li a:hover,
.st_ticket2_wrap ul li:hover .ticket_button button {
    background-color: #DB2234;
}

.st_progress1 .progressbars.progress_single {
    background-color: #FFD700 !important;
}

.megamenu_dec,
.btn-1:hover,
.label2:before,
.filter_btn:hover,
.st_tags li a:hover,
.st_social3 li a:hover,
.st_social2 li a:hover,
.st_contct_thumb:hover,
.select_dec select:focus,
.sat_navigation .nav ul,
.st_overview_nav .active a,
.sat_footer_2 .go-up:before,
.input_textarea textarea:focus,
.st_overview_nav .active a:before,
.input_dec input[type="text"]:focus,
.sat-pagination .page-numbers:hover,
.sat-pagination .page-numbers.current,
.radio_style3 input:checked+.radio-value,
.st_ticket2_wrap ul li:hover .ticket_button button {
    border-color: #FFD700;
}

.sat_header_2 .sat_navigation li ul li:hover>a {
    border-left-color: #FFD700;
}

.btn-1,
.btn_2,
.btn_3,
.btn_icon,
.st_cart i,
.input-btn,
.price_tag,
.filter_btn,
.shop_thumb,
.shop_icons,
.sat_search,
.ticket_date,
.text_2 h6 a,
.shop_icons a,
.st_tags li a,
.links_dec li,
.widget_ul li,
.ticket_date b,
.st_tip>span,
.st_table li a,
.widget_ul li a,
.links_dec li a,
.blog_meta li a,
.copy_right p a,
.st_table li div,
.copy_right3 p a,
.st_contct_thumb,
.widget_social a,
.st_social2 li a,
.comment_hd h5 a,
.st_social3 li a,
.shop_thumb .text,
.blog_meta li a i,
.admin_thumb h6 a,
.st_table2 li div,
.st_news_dec2 h6 a,
.st_overview_nav a,
.st_table2 div p a,
.blog_meta li span,
.ticket_date small,
.st_prdthumb figure,
.sat_navigation ul,
.st_hd8 span:before,
.widget_instagram a,
.blog_meta li span i,
.st_result_thumb>a,
.shop_thumb .text h6,
.sat_navigation li a,
.st_right_dec ul li a,
.tranding_tab ul li a,
.ticket_button button,
.st_overview_nav a em,
.shop_thumb .text h5 a,
.text_wrper .text h2 a,
.links_dec li a:before,
.shop_thumb .thumb img,
.widget_instagram a img,
.st_prdthumb figure img,
.st_overview_nav a span,
.input_textarea textarea,
.st_contact_meta li span,
.st_recentnews .text h6 a,
.st_roster_dec .text span,
.st_roster_dec .text h3 a,
.st_recentnews figure img,
.select_dec select option,
.st_prdthumb figure a:before,
.st_opponents_dec .text h6 a,
.st_featured_thumb figure img,
.input_dec input[type="text"],
.sat-pagination .page-numbers,
.st_contct_thumb:hover .st_hd8,
.st_featured_thumb4 .text h6 a,
.st_contct_thumb:hover .text em,
.input_label input[type="button"],
.st_contct_thumb:hover .text address,
.comment_hd ul li a,
.comment_hd ul li span,
.sat-gallery figure,
.sat-gallery figure figcaption,
.sat-gallery figcaption a,
.sat-gallery figure img,
.sat_header_2 .sat_navigation li ul li a:before,
.sat-gallery figure:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.main-banner .swiper-slide:has(.banner-side) .hero-btns__Container {
    bottom: 11% !important;
}

/*responsive*/
@media (min-width: 992px) and (max-width: 1199px) {
    .sat_header_2 .sat_navigation .nav>li {
        margin-right: 10px;
    }

    .month_tab .label2 {
        margin-bottom: 15px;
    }

    .search_tab {
        display: flex;
        flex-wrap: wrap;
    }

    .input-btn.submit_dec {
        margin: 0px 0 10px;
    }

    .sat_header_2 .sat_navigation .nav>li:last-child {
        margin-right: 0;
    }

    .sat_navigation li a {
        font-size: 12px;
    }

    .st_ticker>span {
        width: 20%;
    }

    .st_ticker_slider {
        width: 80%;
    }

    .ticker p {
        padding-right: 60px;
    }

    .text_wrper .text {
        padding: 20px 20px;
    }

    .thumb_footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .blog_meta li {
        margin-right: 6px;
    }

    .text_2 {
        padding: 20px;
    }

    .widget_league_table .team_logo img {
        display: none;
    }

    .widget_league_table .team_logo a {
        margin: 0;
    }

    .widget_nextmatch .match_teams {
        padding: 0 25px;
    }

    .st_countdown li span::before {
        right: -4px;
    }

    .radio_style2 .radio_dec {
        margin-right: 12px;
    }

    .radio_style2 .radio_dec:last-child {
        margin: 0;
    }

    .st_opponents_gols h5 {
        font-size: 30px;
    }

    .st_progress_wrap {
        width: 15%;
    }

    .st_table2 li>div:first-child {
        padding-left: 15px;
    }

    .st_opponents_dec .text h6 {
        font-size: 13px;
    }

    .input_dec_divider .input_dec {
        width: 47.5%;
    }

    .widget_social a {
        width: 29.9%;
    }

    .roster .slick-prev {
        left: 0;
    }

    .roster .slick-next {
        right: 0;
    }

    .st_topscores li div:last-child,
    .st_tabs .st_table li div:last-child,
    .match_comparison2 .st_table li div:last-child,
    .match_comparison .st_table li div:last-child {
        padding-right: 15px;
    }

    .st_topscores li div:first-child,
    .st_tabs .st_table li div:first-child,
    .match_comparison2 .st_table li div:first-child,
    .match_comparison .st_table li div:first-child {
        padding-left: 15px;
    }

    .st_tabs_nav .nav-tabs li a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .st_table li .match_win {
        display: none;
    }

    .widget_product li {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 991px) {
    .game_sub_menu {
        padding: 0;
        display: block;
    }

    .search_tab {
        display: flex;
        flex-wrap: wrap;
    }

    .input-btn.submit_dec {
        margin: 0px 0 10px;
    }

    .proof_upload_sec {
        clear: both;
        flex-direction: column;
    }

    .sports-icon {
        margin-left: 0px;
        margin-right: 10px;
        filter: brightness(0)invert(1);
        width: 18px;
    }

    .play-now-btn {
        font-size: 1em;
    }

    .main-heading {
        height: 62%;
    }

    .main-heading p {
        width: 90%;
        height: auto;
        font-size: 1em;
    }

    ul.submenu_list {
        overflow: auto;
        scrollbar-width: none;
    }

    ul.submenu_list li a {
        font-size: .85em;
        margin-left: 5px;
    }

    .dl-menuwrapper {
        top: 35px;
    }

    .mob_gamesearch {
        display: flex;
        height: 100%;
        background: #FFD700;
        min-width: 44px;
        height: 34px;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 1.3em;
        margin-left: auto;
    }

    /*	.gamesearch {
	 			display: none;
         }
*/
    .top-winner.top-winner-casino h1 {
        font-size: 30px;
        color: #2B2B32;
    }

    ul.submenu_list li.active a::after {
        border-left: 3px solid transparent;
        border-right: 6px solid transparent;
        border-top: 7px solid #DB2234;
    }

    .gamesearch input {
        width: 100% !important;
        border: 1px solid #dedede;
        margin-top: 10px;
    }


    .gamesearch input {
        border-radius: 8PX 8PX 8px 8px;
        width: 100%;
        height: 36px;
    }

    .gamesearch .search_icon {
        height: 0px;
        position: absolute;
        right: 7px;
        top: unset;
        padding-top: 15px;
    }

    .deposit_nav .st_overview_nav {
        width: 70px;
    }

    .deposit_nav .st_overview_nav li img {
        width: 55px;
        margin: 0 7px;
    }

    .deposit_nav .st_overview_nav a span {
        display: none;
    }

    .deposit_nav .tab-content {
        width: calc(100% - 125px);
    }

    .withdraw_section .deposit_nav .submit-sec .select_dec2 {
        width: 175px;
    }

    .content-section {
        flex-direction: column;
    }

    .content-para {
        width: 100%;
        margin-right: 0;
    }

    .content-img {
        width: 300px;
        margin: 0 auto;
    }

    .more-btn {
        margin: 35px auto;
    }

    .sat_navigation {
        position: relative;
    }

    .d-flex {
        display: block;
    }

    .search_tab {
        float: left;
        width: 100%;
    }

    .sat_navigation .nav {
        display: none;
    }

    .st_top_bar .sat_search {
        margin-left: 15px;
    }

    .dl-menuwrapper {
        display: block;
    }

    .sat_navigation .st_cart {
        margin: 0 50px 0 0;
        padding: 19px 0;
    }

    .sat_header_2 .logo {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .banner_caption h1 {
        font-size: 26px;
    }

    .banner_caption span {
        font-size: 20px;
    }

    .st_ticker>span {
        width: 25%;
    }

    .st_ticker_slider {
        width: 75%;
    }

    .text_wrper .text {
        padding-top: 19px;
        padding-bottom: 19px;
    }

    .ticker p {
        padding-right: 50px;
    }

    .st_progress_wrap {
        width: 19%;
    }

    .st_overview_schedule .st_table2 li>div:last-child {
        padding-right: 15px;
    }

    .st_overview_schedule .st_table2 li>div:first-child {
        padding-right: 15px;
    }

    .team_schedule_page .st_table2 .tb2_time,
    .team_schedule_page .st_table2 .tb2_status {
        display: none;
    }

    .input_dec_divider .input_dec {
        width: 47.9%;
    }

    .widget_social a {
        width: 31.9%;
    }

    .st_overview_nav li {
        float: left;
        width: 16.6%;
        padding: 0 10px;
    }

    .st_progress1 .skill-progress:last-child {
        margin-bottom: 30px;
    }

    .st_progress1 .skill-progress2:last-child {
        margin-bottom: 0px;
    }

    .st_table2 li .tb2_time,
    .st_table2 li .tb2_status {
        display: none;
    }

    .roster .slick-prev {
        left: 0;
    }

    .roster .slick-next {
        right: 0;
    }

    .st_roster_dec .text_overflow {
        padding-left: 9px;
    }

    .st_roster_dec .text>span {
        width: 80px;
    }

    .roster_sidebar .st_roster_dec .text {
        padding: 100px 0;
    }

    .st_roster_wrap .st_progress1 .skill-progress:last-child {
        margin-bottom: 0;
    }

    .st_roster_wrap .st_progress1 {
        margin-bottom: 30px;
    }

    .table_style3 li .table_info:nth-child(3),
    .team_st_table .tb2_ppg,
    .team_st_table .tb2_home,
    .team_st_table .tb2_road,
    .team_st_table .tb2_div {
        display: none;
    }

    .st_table2 li>div:first-child,
    .st_table4 li>div:first-child,
    .table_style3 li div:first-child {
        padding-left: 15px;
    }

    .st_table2 li>div:last-child,
    .st_table4 li>div:last-child,
    .table_style3 li div:last-child {
        padding-right: 15px;
    }

    .st_table4 li .tb2_hirebounds {
        display: none;
    }

    .st_plyer_rating2 .st_progress1 .skill-progress:last-child {
        margin-bottom: 0;
    }

    .st_shop_wrap {
        float: left;
    }

    .st_ticketdetail .st_table2 .input-btn {
        min-width: 100px;
    }

    .st_ticketdetail .tkt_price em {
        font-size: 20px;
    }

    .st_ticketdetail .st_table2 li>div {
        padding-top: 16px;
        padding-bottom: 19px;
    }

    .nextmatch_wrap .nextmatch_dec {
        width: 70%;
    }

    .st_404_thumb {
        background-size: 100%;
    }

    .st_404_thumb h4 {
        font-size: 130px;
        line-height: 130px;
    }

    .st_contct_thumb {
        padding-right: 15px;
        padding-left: 15px;
    }

    .st_hd8 span {
        margin-right: 10px;
    }

    .st_form .input_dec {
        margin-bottom: 22px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {}

@media (max-width: 767px) {
    .wallet-sec {
        flex-direction: column;
    }

    .wallet-sec-body {
        width: 100%;
    }

    .deposit_nav .tab-content {
        width: calc(100% - 70px);
    }

    .deposit_nav .st_overview_nav li {
        margin-bottom: 0;
    }

    .deposit-pad-mob {
        padding: 0;
    }

    .submit-sec.withdraw_text {
        flex-direction: inherit;
    }

    .withdraw_section .submit-sec .select_dec,
    .withdraw_section .submit-sec .select_dec2 {
        width: 100%;
        margin-right: 0;
    }

    .slider-section {
        width: 50%;
    }

    .two-section {
        flex-direction: column;
    }

    .promo-side {
        width: 100%;
        margin-bottom: 30px;
    }

    .sat_header_2 .logo {
        min-width: 235px;
    }

    .grid-container {
        grid-template-columns: repeat(3, 1fr);
    }

    .sat_header_2 .logo a {
        width: 180px;
    }

    .sat_navigation .st_cart {
        padding: 12px 0;
    }

    .st_ticker>span {
        width: 30%;
        font-size: 14px;
    }

    .st_ticker_slider {
        width: 70%;
    }

    .ticker p {
        padding-right: 70px;
    }

    .st_right_dec ul {
        padding: 10px 0 15px;
    }

    .st_right_dec>ul li {
        padding: 0 5px;
    }

    .st_right_dec>ul li:last-child {
        padding-right: 5px;
    }

    .st_top_bar .container {
        position: relative;
        padding: 0;
    }

    .st_top_bar .st_right_dec {
        width: 100%;
        text-align: center;
    }

    .st_top_bar .st_right_dec>ul {
        float: none;
        display: inline-block;
        margin-bottom: -5px;
    }

    .st_top_bar .sat_search {
        position: absolute;
        top: 0;
        right: 15px;
        margin: 0;
        height: 35px;
        line-height: 35px;
    }

    .st_top_bar .st_social2 li a {
        height: 35px;
        line-height: 35px;
    }

    .banner_caption {
        padding: 0 15px;
    }

    .banner_caption h1 {
        font-size: 18px;
        line-height: 16px;
    }

    .banner_caption span {
        font-size: 14px;
        line-height: 14px;
    }

    .withdraw_section .deposit_nav .submit-sec .select_dec2 {
        width: 175px;
        margin: 10px auto 0px !important;
    }

    .deposit_nav .month_tab {
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 0;
    }

    .deposit_nav .month_tab .label2 {
        margin-bottom: 10px;
    }

    .banner_caption p {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 10px;
    }

    .banner_caption .btn-1 {
        padding: 3px 15px 4px;
    }

    .st_featured_wrap2 .st_featured_thumb figure {
        width: 100%;
    }

    .st_featured_wrap2 .st_featured_thumb .text_wrper {
        width: 100%;
    }

    .st_opponents_outerwrap .st_opponents_dec {
        width: 30%;
    }

    .st_opponents_outerwrap .st_opponents_dec span {
        width: 100%;
        margin-bottom: 10px;
        height: auto;
    }

    .st_opponents_outerwrap .st_opponents_dec.span_right .text,
    .st_opponents_outerwrap .st_opponents_dec .text {
        float: left;
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .st_opponents_outerwrap .st_opponents_gols {
        width: 40%;
        text-align: center;
        padding: 50px 0;
    }

    .st_opponents_gols h5 {
        font-size: 30px;
    }

    .st_progress_wrap {
        width: 100%;
    }

    .st_scorecard .st_table2 {
        margin: 15px 0;
        width: 100%;
    }

    .skill-progress:last-child {
        margin-bottom: 30px;
    }

    .skill-progress2:last-child {
        margin-bottom: 0px;
    }

    .st_overview_roster .tb2_height,
    .st_overview_roster .tb2_weight,
    .st_overview_roster .tb2_collage {
        display: none !important;
    }

    .st_overview_schedule .tb2_time,
    .st_overview_schedule .tb2_date {
        display: none !important;
    }

    .st_table2 .input-btn {
        min-width: 127px;
        font-size: 11px;
    }

    .widget_player .st_opponents_dec .text {
        float: none;
        width: auto;
    }

    .team_schedule_page .st_table2 .tb2_comatition {
        display: none;
    }

    .st_blockquote {
        padding-right: 30px;
        padding-left: 30px;
    }

    .st_blockquote::after,
    .st_blockquote::before {
        font-size: 50px;
    }

    .comment_hd ul li {
        padding: 0 5px;
    }

    .comment_hd ul li:first-child {
        padding-left: 0;
    }

    .comment_form li ul li .comment_dec {
        padding-left: 50px;
    }

    .input_dec_divider .input_dec {
        width: 46.5%;
    }

    .widget_social a {
        width: 31%;
    }

    .st_overview_nav li {
        float: left;
        margin-bottom: 15px;
        padding: 0 15px;
        width: 33.3%;
    }

    .st_overview_nav li a:before {
        display: none;
    }

    .st_roster_wrap .st_table2 li .tb2_weight,
    .st_roster_wrap .st_table2 li .tb2_height {
        display: none !important;
    }

    .st_roster_dec .text h3 {
        line-height: 26px;
    }

    .roster_sidebar .st_roster_dec .text {
        padding: 30px 0;
    }

    .table_style3 li .table_info:nth-child(2),
    .team_st_table li .tb2_l10,
    .team_st_table li .tb2_strk,
    .team_st_table li .tb2_diff,
    .team_st_table li .tb2_oppg {
        display: none;
    }

    .match_comparison .st_table li .st_prd,
    .match_comparison .st_table li .st_name {
        display: none;
    }

    .st_roster_wrap .st_table2 li>div:last-child,
    .match_comparison2 .st_table li div:last-child,
    .match_comparison .st_table li div:last-child,
    .st_table li div:last-child {
        padding-right: 15px;
    }

    .st_roster_wrap .st_table2 li>div:first-child,
    .match_comparison2 .st_table li div:first-child,
    .match_comparison .st_table li div:first-child,
    .st_table li div:first-child {
        padding-left: 15px;
    }

    .match_comparison2 li .st_tbhome {
        display: none;
    }

    .match_comparison2.st_statics2 .st_tbresult,
    .match_comparison2 .st_tbresult {
        width: auto;
    }

    .st_topscores .st_table {
        width: 100%;
    }

    .st_topscores .st_table:first-child {
        border-bottom: 1px solid #d7d8d8;
    }

    .st_table4 li .tb2_hiassists,
    .st_table4 li .tb2_histeals {
        display: none;
    }

    .st_table4 li .versus {
        min-width: 153px;
    }

    .st_searchbar {
        text-align: center;
    }

    .st_searchbar.st_h5 h5 {
        float: none;
        display: inline-block;
        margin-bottom: 15px;
    }

    .st_searchbar .searchbar_list {
        width: 100%;
    }

    .st_searchbar .searchbar_list .select_dec {
        width: 50%;
        margin: 0;
        padding: 0 15px;
    }

    .st_opponents_wrap2 .st_opponents_wrap {
        min-width: auto;
        width: 100%;
    }

    .ticket_date {
        width: 100%;
        padding: 10px 0;
        min-height: auto;
    }

    .st_opponents_wrap2 {
        padding-right: 15px;
        padding-left: 15px;
        width: 100%;
    }

    .ticket_dec2 .st_opponents_dec .text {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .ticket_dec2 .st_opponents_dec>span {
        display: none;
    }

    .ticket_dec2 .st_opponents_dec .icon_tag i {
        margin: 0 10px 0 0px;
    }

    .ticket_dec2 .st_opponents_dec.span_right .icon_tag i {
        margin: 0 0px 0 10px;
    }

    .ticket_dec2 .ticket_button {
        width: 100%;
        text-align: center;
    }

    .ticket_button button {
        float: none;
        display: inline-block;
        margin-bottom: -5px;
    }

    .st_opponents_wrap2 .st_opponents_dec {
        width: 40%;
    }

    .st_opponents_wrap2 .st_opponents_gols {
        width: 20%;
    }

    .ticketdetail_hd .tkt_date {
        width: 50%;
    }

    .st_ticketdetail .st_table2 li .tkt_price {
        display: none;
    }

    .st_ticketdetail .tkt_qty>label {
        margin: 0 0 10px 0;
    }

    .st_ticketdetail .tkt_pkg span {
        padding: 0;
    }

    .st_ticketdetail .tkt_pkg span i {
        display: none;
    }

    .nextmatch_wrap .match_teams>div {
        width: 40%;
    }

    .nextmatch_wrap .nextmatch_dec {
        width: 100%;
    }

    .st_404_thumb h4 {
        font-size: 70px;
        line-height: 70px;
    }

    .st_404_thumb {}

    .st_404_text h6,
    .st_404_text h5 {
        font-size: 25px;
    }

    .st_404_text form {
        float: left;
        width: 100%;
    }

    .st_comingsoon h4 {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 40px;
    }

    .st_comingsoon .st_countdown2 {
        margin-bottom: 40px;
    }

    .st_countdown2 li {
        width: 97px;
    }

    .st_countdown2 li span {
        font-size: 44px;
    }

    .st_comingsoon form {
        width: 100%;
        float: left;
    }

    .st_comingsoon {
        padding: 0 15px;
        margin: -230px auto 0;
    }

    .st_map {
        margin-bottom: 30px;
    }

    .st_map #map-canvas {
        height: 200px;
    }

    #search .modal-dialog {
        margin: 0;
        padding: 15px;
        width: 100%;
    }

    .add_banner a img {
        min-height: auto;
    }

    .st_right_dec ul li .st_lung span {
        margin-right: 3px;
    }

    .radio_style2 .radio_dec {
        margin: 0px 25px 15px 0;
    }
}

@media (min-width: 360px) and (max-width: 640px) {
    .st_table2 .tb2_ticket {
        min-width: auto;
    }

    .st_table2 .input-btn {
        min-width: auto;
    }

    .st_table2 .versus {
        min-width: 160px;
    }

    .st_scorecard .st_table2 li div:nth-child(5) {
        display: none;
    }

    .team_st_table li .tb2_pct {
        display: none;
    }

    .team_st_table li .versus div>span {
        display: none;
    }

    .team_st_table li .versus {
        min-width: 142px;
    }

    .team_st_table li .versus p {
        padding: 0;
    }
}

@media (max-width: 540px) {
    .month_tab .label2 {
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .sat_header_2 .logo {
        width: 100%;
        text-align: center;
        padding-right: 0;
        min-width: 130px;
        width: 130px;
        padding-top: 12px;
        padding-bottom: 0;
    }

    .dl-menuwrapper {
        top: 28px;
    }

    .st_top_section_mob {
        padding-left: 0;
    }

    .sat_logo_bar {
        display: flex;
        height: 56px;
    }

    .search_tab {
        margin-bottom: 15px;
    }

    .sat_header_2 .logo a {
        width: auto;
        float: none;
        display: inline-block;
        margin-bottom: -5px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .grid-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .explore_btn {
        padding: 5px;
        font-size: 1em;
    }

    .start_dec {
        width: 120px;
    }

    .logo a img {
        width: 86%;
    }

    .sat_header_2 .logo::before {
        left: 0;
        right: 0 !important;
        transform: skewX(0deg);
        width: auto;
    }

    .sat_navigation {
        width: 100%;
    }

    .sat_navigation .st_cart {
        float: right;
        margin: 0;
        position: relative;
        right: 30px;
        padding: 8px 0;
    }

    .st_cart i {
        border: none;
        width: 31px;
    }

    .st_cart .text {
        padding: 2px 0 2px 0;
    }

    .banner_caption p {
        display: none;
    }

    .st_ticker>span {
        width: 100%;
        text-align: center;
    }

    .st_ticker_slider {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        text-align: center;
    }

    .st_ticker>span::before {
        left: -100%;
    }

    .st_featured_thumb .text {
        padding: 15px;
    }

    .text_2 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .st_featured_thumb .text h2 {
        font-size: 20px;
        line-height: 20px;
    }

    .thumb_footer {
        padding-right: 15px;
        padding-left: 15px;
    }

    .thumb_footer .blog_meta li {
        margin-right: 7px;
    }

    .blog_meta li:last-child {
        margin: 0;
    }

    .widget_league_table .team_logo img {
        display: none;
    }

    .widget_league_table .team_logo a {
        margin: 0;
    }

    .widget_nextmatch .match_teams {
        padding: 0 25px;
    }

    .radio_style2 .radio_dec {
        margin-right: 10px;
    }

    .radio_style2 .radio_dec:last-child {
        margin: 0;
    }

    .twitter_ticker .st_ticker>span {
        width: 100%;
    }

    .twitter_ticker .st_ticker_slider {
        width: 100%;
        padding-left: 0;
    }

    .twitter_ticker .ticker p {
        padding-right: 50px;
    }

    .copy_right3 p {
        font-size: 11px;
        line-height: 11px;
    }

    .prv_btn {
        display: none;
    }

    .st_opponents_gols h5 {
        font-size: 20px;
    }

    .st_hd1 span {
        font-size: 18px;
    }

    .st_overview_schedule .st_table2 .versus div>span {
        display: none;
    }

    .st_overview_schedule .st_table2 .versus div p {
        padding: 0;
        display: inline-block;
    }

    .innner_banner h3 {
        font-size: 26px;
    }

    .st_opponents_dec .text h6 {
        float: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }

    .tags_wrap {
        text-align: center;
    }

    .tags_wrap .st_social2,
    .tags_wrap .st_tags2 {
        float: none;
        width: auto;
        display: inline-block;
    }

    .tags_wrap .st_social2 {
        margin-bottom: -5px;
    }

    .comment_dec .text {
        float: left;
        width: 100%;
        padding: 20px 0 0 0;
    }

    .comment_hd ul li a,
    .comment_hd ul li span {
        font-size: 13px;
    }

    .comment_form li ul li .comment_dec {
        padding-left: 20px;
    }

    .input_dec_divider .input_dec {
        width: 100%;
        margin-right: 0;
    }

    .widget_social a {
        width: 29.8%;
    }

    .tags_wrap .st_tags2 li {
        margin-bottom: 10px;
    }

    .st_plyer_rating2 .st_table2 li>div:first-child {
        padding-left: 15px;
    }

    .st_plyer_rating2 .st_table2 li>div:last-child {
        padding-right: 15px;
    }

    .st_plyer_rating span {
        padding-left: 8px;
        padding-right: 8px;
    }

    .comment_hd ul li a i,
    .comment_hd ul li span i {
        display: none;
    }

    .st_overview_nav li {
        width: 100%;
    }

    .roster_sidebar .st_roster_dec figure {
        width: 100%;
    }

    .roster_sidebar .st_roster_dec .text {
        width: 100%;
    }

    .roster_sidebar .st_roster_dec .text>span {
        width: 100px;
    }

    .roster_sidebar .st_roster_dec .text_overflow {
        float: none;
        width: auto;
        padding: 0 0 0 25px;
    }

    .roster_sidebar .st_tableaside li>div {
        padding-left: 10px;
        padding-right: 10px;
    }

    .st_roster_wrap .st_table2 li>div:last-child {
        padding-right: 15px;
    }

    .match_comparison .st_table li .st_time,
    .match_comparison .st_table li .st_date3 {
        display: none;
    }

    .st_tabs_nav .st_table li .match_win,
    .match_comparison2 li .st_tbaway {
        display: none;
    }

    .st_overview_roster .tb2_age {
        display: none !important;
    }

    .st_roster_wrap .st_table2 li .tb2_age,
    .st_roster_wrap .st_table2 li .tb2_nbr {
        display: none;
    }

    .st_table4 li .tb2_hipoints,
    .st_table4 li .versus div>span {
        display: none;
    }

    .st_table4 li .versus {
        min-width: 129px;
    }

    .st_table4 li .versus p {
        padding: 0;
    }

    .ticketdetail_hd .tkt_date {
        width: 100%;
        text-align: left;
        margin-bottom: 15px;
    }

    .ticketdetail_hd .tkt_date:last-child {
        margin: 0;
    }

    .ticketdetail_hd .tkt_date>span {
        float: left;
        text-align: left;
    }

    .ticketdetail_hd .tkt_date>span i {
        margin-right: 10px;
        float: left;
    }

    .ticketdetail_hd {
        padding-right: 15px;
        padding-left: 15px;
        text-align: left;
    }

    .st_ticketdetail .st_table2 li>div {
        float: left;
        width: 100%;
    }

    .st_ticketdetail .st_table2 li div.tkt_pkg {
        text-align: center;
    }

    .st_404_thumb {
        background-image: none;
        margin: 0px;
        min-height: auto;
        padding: 20px 0 26px;
    }

    .st_404_text h6,
    .st_404_text h5 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .st_comingsoon h4 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .st_countdown2 li {
        margin: 0;
        width: 25%;
    }

    .st_countdown2 li span {
        font-size: 24px;
    }

    .st_countdown2 li p {
        font-size: 14px;
    }

    .st_comingsoon .st_countdown2 {
        margin-bottom: 20px;
    }

    .st_comingsoon .st_social2 {
        margin: 0;
    }

    .st_comingsoon .input_dec {
        margin-bottom: 10px;
    }

    .st_comingsoon .input_dec input[type="text"] {
        min-height: 30px;
        padding: 0;
    }

    .st_comingsoon {
        margin-top: -166px;
    }

    .st_form_hd h3 {
        font-size: 19px;
    }
}

@media (max-width: 320px) {
    .st_teamcomparison_page {
        overflow: hidden;
    }

    .st_table2 li .table_info:nth-child(2),
    .st_table2 li .table_info:nth-child(3),
    .st_table2 li .table_info:nth-child(4) {
        display: none;
    }

    .st_overview_schedule .tb2_Vanu {
        display: none;
    }

    .st_overview_schedule .st_table2 .versus {
        min-width: auto;
    }

    .team_schedule_page .st_table2 .tb2_date {
        display: none;
    }

    .team_schedule_page .st_table2 .versus div>span {
        display: none;
    }

    .team_schedule_page .st_table2 .versus {
        min-width: auto;
    }

    .team_schedule_page .st_table2 .versus div p {
        padding: 0;
    }

    .team_schedule_page .st_table2 li>div:last-child {
        padding-right: 15px;
    }

    .team_st_table li .versus {
        min-width: auto;
    }

    .team_st_table li .versus div>span,
    .team_st_table .tb2_pct,
    .team_st_table .tb2_gb {
        display: none;
    }
}

.sports-game-menu .sports_game_col {
    margin: 0 auto 30px;
    text-align: center;
}

.sports_game_col img {
    width: 100%;
}

.sports-game-menu-section {
    margin: 2em auto;
}

@media screen and (max-width: 991px) {
    .sports_game_col img {
        margin: 0em auto 0em;
    }

    .mb-game-col {
        margin-bottom: 0;
    }

    .sports-game-menu .sports_game_col {
        padding: 0;
    }

    .sports-game-menu .sports_game_col {
        margin: 0 auto 10px;
    }

    .sports_page iframe {
        height: calc(100vh - 85px);
    }

    .containersearch.all-game-searchbar {
        display: block;
        padding: 0px 20px;
    }

    .top-winner.all-game-topwinsection {
        margin: 0px;
        display: block;
    }
}





.content-heading {
    color: #fff;
}

body {
    background-color: #f7f1ed;
    padding-right: 0 !important;
}

.header_sec_main_flex22 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.menu_section_main22 {
    min-width: 100%;
    background: #f7f1ed;
    height: 45px;
    display: flex;
    align-items: center;
}

.menu_section_main22 ul {
    display: flex;
    align-items: center
}

.widget.top_lang {
    width: 100px
}

.logo-main {
    /*width: 150px;*/
    padding: 0 0
}

.logo-main img {
    max-width: 68%;
}

.top-header-1 {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0px 60px;
}

.top-header-1 .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 50px;
    align-items: center;
    padding: 0px !important;
}

.menu_section_main22 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-header-1 .container::after,
.top-header-1 .container::before {
    display: none;
}

.right-section-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
}

.login-reg-section {
    display: flex;
    align-items: stretch;
}

.menu_section_main22 .nav a {
    color: #282828;
    leading-trim: both;
    text-edge: cap;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 21px */
}

.menu_section_main22 .nav a svg {
    margin-right: 7px !important;
    float: left;
}

.menu_section_main22 .nav a img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    object-position: center;
    filter: none !important;
    margin-left: 0;
}

.menu_section_main22 .nav li {
    margin-right: 10px;
    padding: 0px 0
}

.menu_section_main22 .nav .active a {
    color: #ffffff;
    border-radius: 6px;
    background: linear-gradient(180deg, #333 0%, rgba(17, 17, 17, 0.35) 100%);
}

.header_signup_btn {
    border-radius: 8px;
    background: linear-gradient(180deg, #FFAE54 20.88%, #FDF7DD 100%);


    font-weight: 500;

    z-index: 1000;
    color: #000 !important;
    border: 0px solid #000;
}

.header_login_btn {
    border-radius: 6px;
    background: transparent;
    font-weight: 500;
    color: #2E3A59 !important;
    border: 1px solid #000;
}

.login-reg-section a,
.userdtls_hdr22 {
    color: #F5EEE8;
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 19.6px */
}

.right-section-header .lang-select {
    height: 30px;
    width: 80px;
    padding: 0 5px;
    border: none
}

.odde td {
    font-size: 12px;
    font-weight: 500;
    padding: 5px 20px !important;
}

.login-reg-section a img {
    width: 11px;
    margin-left: 5px;
}



.userdtls_hdr22 {
    color: #fff !important;
    padding: 5px 10px !important
}

.userdtls_hdr22 img {
    width: 22px !important
}

.userdtls_hdr22 .hdr_blc22 {
    color: #ffe17c;
    margin-left: 3px
}

.userdtls_drop_icn {
    margin-left: 0 !important
}

.userdtls_hdr22 {
    position: relative;
    cursor: pointer;
}

.userdtls_hdr22_dropdown {
    position: absolute;
    top: 50px;
    background: #EDEDED;
    z-index: 1111;
    border: 1px solid #EDEDED;
    border-radius: 10px;
    width: 230px;
    right: 0;
    padding: 0;
    /* transform: scaleY(0); */
    display: none;
    transform-origin: top;
    overflow: hidden;
}

.userdtls_hdr22 .userdtls_hdr22_dropdown.show {
    /* transform: scaleY(1); */
    display: block;
}

.userdtls_hdr22_dropdown a {
    height: initial !important;
    color: #f2f2f2;
    border: none;

    text-align: left;
    display: block;
    margin: 7px 0
}

.userdtls_hdr22_dropdown a.logout_btn22 {
    color: #f95a50
}

.usr_ttle_22 {
    font-weight: 600;
    text-transform: uppercase
}

.usr_bal_22 {
    font-size: 11px;
    color: #858585;
    margin-bottom: 8px;
    font-weight: 600
}

.userdtls_hdr22_dropdown ul {
    border-top: 2px solid #4a5469;
    font-size: 13px
}

.header_sec_main {
    background: #000;
}

.userdtls_hdr22 {
    border-radius: 50px;
    background: #282828;
    color: #2E3A59 !important;
    padding: 10px 11px !important;
    border: 1px solid #000;
}

img.userdtls_drop_icn {
    width: 12px !important;
    margin-left: 5px !important;
    transform: rotate(0deg);
    transition: 0.3s;
    position: absolute;
    right: -7px;
    bottom: 10px;
}

.userdtls_hdr22.open .userdtls_drop_icn {
    transform: rotate(-180deg);
    transition: 0.3s;
}

img.header_usr_icon {}

.header_wallet {

    color: #000 !important;
    border-radius: 8px;

    background: var(--new-golden, linear-gradient(180deg, #FFAE54 20.88%, #FDF7DD 100%));
    padding: 15px 26px;
}

.header_wallet img {
    margin: 0 5px 0 0 !important;
    width: 10px !important;
}

.userdtls_hdr_span_sec {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-weight: 600;
}

.userdtls_hdr22 .hdr_blc22 {
    color: #000;
    font-size: 10px;
    margin: 2px 0 0 0;
}

.header_notify img {
    width: 20px !important;
}

.header_notify span {
    position: absolute;
    right: 0;
    background: #FFD700;
    color: #000;
    display: block;
    line-height: 1;
    width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 700;
    top: 0;
}

.header_notify {
    position: relative;
    padding: 0 !important;
    min-width: auto !important;
}

.header_username {
    font-size: 13px;
}

.userdtls_hdr22_dropdown_head {
    color: #5d5d5d;
    padding: 0px 10px;
    font-size: 14px;
    line-height: 1.3;
}

.userdtls_hdr22_dropdown ul {
    background: #fff;
    padding: 0 10px 10px 10px;
    text-transform: uppercase;
    border: none;
}

.usr_ttle_22 {
    font-weight: 400;
    text-transform: initial;
}

.usr_ttle_22 span {
    color: #000;
    font-weight: 600;
}

.userdtls_hdr22_dropdown a {
    position: relative;
    margin: 0;
    padding: 5px 10px !important;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 10px;
    border: 1px solid #EBEBEB;
    background: #FFF;
    color: #000;
    margin: 10px 0px 0px 0px !important;
    float: left;
    width: 100%;
}

.userdtls_hdr22_dropdown a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(45deg, transparent, #EDEDED, transparent);
}

.userdtls_hdr22_dropdown a.logout_btn22 {
    text-align: center;
    background: linear-gradient(#EDEDED, #BDBDBD);
    border-radius: 5px;
    color: #000 !important;
    font-weight: 600;
    margin-top: 8px;
}

.userdtls_hdr22_dropdown a.logout_btn22:after {
    display: none;
}

.userdtls_hdr22_dropdown a img {
    width: 20px !important;
    margin: 0 10px 0 0;
}

.userdtls_hdr22_dropdown a img:nth-child(2) {
    margin: 0 0 0 5px !important;
    width: 10px !important;
    margin-left: auto !important;
    transform: translate(0, 0);
    transition: 0.3s;
}

.userdtls_hdr22_dropdown a:hover img:nth-child(2) {
    transform: translate(3px, 0px);
    transition: 0.3s;
}

ul.submenu_list li a {
    color: #2B2B32;
    margin-bottom: 25px;
    margin-top: 6px;
    border-radius: 10.445px;
    background: #FFF;
    box-shadow: 0px 3px 10px 0px #FFE3E6;
    margin-right: 4px;
    border-radius: 10.445px;

}

.game_sub_menu {
    background: transparent;
}

.submenu_sec {
    float: none;
    clear: both;
}

.section-header.g-header .games-title {
    color: #2B2B32;
}

.game-list-dropdown {
    background: linear-gradient(180deg, #FFD700 0%, #FFD700 100%);
    border: none;
}

.download-area-bottom .single-download-box .boxed-btn {
    transform: none;
    width: 100%;
    background: transparent;
    bottom: -42px;
    color: var(--Black-heading, #2B2B32);
    text-align: center;
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.boxed-btn a {
    transform: none;
}

.login-btn {
    border-radius: 5px;
    background: linear-gradient(180deg, #FFAE54 20.88%, #FDF7DD 100%);
    padding: 12px 32px !important;

}

.single-download-box {
    border: none !important;
    background: rgba(0, 0, 0, 0.62);
    border-radius: 15px;
}

.grid-container .st_featured_thumb {
    border: none;
    border-radius: 16px;
    overflow: hidden;
}

.gamesearch {
    border: none !important;
}

.usr_ttle_22 {
    font-weight: 600;
}

.usr_ttle_22 span {
    opacity: 0.8;
    font-weight: 400;
}

a.header_notify.mobile_notify {
    display: none;
}



.level_default {
    border-radius: 15px;
    border: 1px solid #EBEBEB;
    background: #FFF;
    box-shadow: 0px 0px 0px 0px #C2E2FF;
    padding-bottom: 10px;
}

.level_default a::after {
    background: transparent;
}

.level_default a.logout_btn22 {
    border-radius: 10px;
    border: 1px solid #EBEBEB;
    background: #DB2234;
    display: block;

    color: #fff !important;
}

.level_default .usr_ttle_22 {
    text-align: left;
    color: #DB2234;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-top: 10px;
}

.level_default .usr_ttle_22 span {
    color: #282828;
    text-align: center;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.userdtls_hdr22_dropdown.level_default a img {
    filter: none;
}

.level_default .header_notify.mobile_notify img {
    filter: invert(1);
}

.level_default .userdtls_hdr22_dropdown_head {
    position: relative;
}

.level_default .userdtls_hdr22_dropdown_head:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    height: 0px;
    background: linear-gradient(45deg, transparent, #EEB609, transparent);
}



.level_silver {
    background: #EDEDED;
    border-color: #EDEDED;
}

.level_silver a {
    color: #EDEDED;
}

.level_silver a::after {
    background: linear-gradient(45deg, transparent, #EDEDED, transparent);
}

.level_silver a.logout_btn22 {
    background: linear-gradient(#EDEDED, #BDBDBD);
}

.level_silver .usr_ttle_22 {
    color: #000;
}

.userdtls_hdr22_dropdown.level_silver a img {
    filter: grayscale(1) brightness(1.3);
}

.level_silver .header_notify.mobile_notify img {
    filter: invert(1);
}

.level_gold {
    background: #EEB609;
    border-color: #EEB609;
}

.level_gold a {
    color: #EEB609;
}

.level_gold a::after {
    background: linear-gradient(45deg, transparent, #EEB609, transparent);
}

.level_gold a.logout_btn22 {
    background: linear-gradient(#EEB609, #DBA514, #C69320);
}

.level_gold .usr_ttle_22 {
    color: #513D00;
}

.userdtls_hdr22_dropdown.level_gold a img {
    filter: none;
}

.level_gold .header_notify.mobile_notify img {
    filter: invert(1);
}

.level_gold .header_notify.mobile_notify span {
    background: #fff;
}



.level_platinum {
    background: #E28F5E;
    border-color: #E28F5E;
}

.level_platinum a {
    color: #E28F5E;
}

.level_platinum a::after {
    background: linear-gradient(45deg, transparent, #E28F5E, transparent);
}

.level_platinum a.logout_btn22 {
    background: linear-gradient(#FFCD9C, #E28F5E, #FFCD9C);
}

.level_platinum .usr_ttle_22 {
    color: #531F00;
}

.userdtls_hdr22_dropdown.level_platinum a img {
    filter: hue-rotate(-43deg);
}

.level_platinum .header_notify.mobile_notify img {
    filter: invert(1);
}

.level_platinum .header_notify.mobile_notify span {
    background: #fff;
}


.level_vip {
    background: linear-gradient(#D49278, #692913, #D49278);
    border-color: #D49278;
}

.level_vip .userdtls_hdr22_dropdown_head {
    background: linear-gradient(#D49278, #692913, #D49278);
}

.level_vip a {
    color: #FFD4C2;
}

.level_vip a::after {
    background: linear-gradient(45deg, transparent, #D49278, transparent);
}

.level_vip a.logout_btn22 {
    background: linear-gradient(#D49278, #692913, #D49278);
    color: #FFD4C2 !important;
    border: 1px solid #D49278;
}

.level_vip .usr_ttle_22,
.level_vip .usr_ttle_22 span {
    color: #FFD4C2;
}

.userdtls_hdr22_dropdown.level_vip a img {
    filter: hue-rotate(-55deg) contrast(0.5) brightness(1.5);
}

.level_vip a.logout_btn22 img {
    filter: invert(1) opacity(0.8);
}

.level_vip .header_notify.mobile_notify span {
    background: #fff;
}


.st_hd1 {
    text-align: center;
    background: #3A3A3A;
}

.badge1 {
    float: left;
    margin-right: 15px;
}

.st_hd1 span {
    float: none;
    display: block;
    background: transparent !important;
    color: #FFD700;
    padding: 10px 10px;
}

.st_hd1 span::before {
    display: none;
}

.st_featured_thumb {
    border: 1px solid #565656;
}

.myacc_bar {
    background: transparent;
    border-color: #565656;
}

.sat_navigation li a {
    color: #2B2B32;
    border-right: 1px solid #565656;
    padding: 10px 5px;
}

.sat_navigation li:first-child a {
    border-left: 1px solid #565656;
}

.sat_navigation li.active-myaccmenu a {
    color: #000;
}

.st_hd1 {
    text-align: center;
    background: #3A3A3A;
}

.st_hd1 span {
    float: none;
    display: block;
    background: transparent !important;
    color: #FFD700;
}

.st_hd1 span::before {
    display: none;
}

.st_featured_thumb {
    border: 0px solid #565656;
}

.myacc_bar {
    background: transparent;
    border-color: #565656;
    border-top: 1px solid #565656;
}

.sat_navigation li a {
    color: #2B2B32;
    border-right: 1px solid #565656;
    padding: 10px 5px;
    font-weight: normal;
    text-decoration: none;
}

.sat_navigation li:first-child a {
    border-left: 1px solid #565656;
}

.sat_navigation li.active-myaccmenu a {
    color: #000;
    font-weight: 600;
}

.deposit_nav .tab-pane .st_featured_thumb {
    border: 0px solid #565656;
}

/*.month_tab .label2 {
    border-radius: 6px;
    background: linear-gradient(180deg, #FFD700 0%, #FFD700 100%);
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.30) inset;
}*/

.bb_copy_txt .click_btn {
    border-radius: 6px;
    background: linear-gradient(180deg, #FFD700 0%, #FFD700 100%);
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.30) inset;
}

.btn_1,
.input-btn {
    border-radius: 8px;
    background: #0c6dc6;
    color: #fff !important;
}

.input-txt {
    border-radius: 5px !important;
    border: 1px solid #CFCFCF !important;
    box-shadow: none;
}

.register-instant-box {
    border-radius: 12px;
    border: 1px solid #2B2B32;
    float: none;
    clear: both;
    float: left;
    width: 80%;
    margin: auto;
    display: block;
    float: none;
    margin-bottom: 2rem;
    margin-top: 1rem;
    color: #fff;
    padding: 13px 50px;
}

.register-instant-box p {
    float: none;
    color: #fff;
    line-height: 1.4;
}

.register-instant-box a {
    display: block;
    background: #1FAF38;
    border-radius: 16px;
    padding: 5px 15px 5px 34px;
    width: 150px;
    margin: auto;
    margin-top: 10px;
    position: relative;
    height: 30px;
    color: #fff;
}

.register-instant-box a:hover {
    filter: brightness(1.1);
}

.register-instant-box a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
}

.deposit-status-btn {
    width: 110% !important;
}

.register-instant-box span {
    color: #FFD700;
    font-weight: 500;
}

/*.login-div {
	box-shadow:none;
    border-radius: 32px;
    border: 0px solid #3F3F3F;
    background: rgb(247,241,237);
    background: radial-gradient(circle, rgba(247,241,237,1) 0%, rgba(208,148,224,1) 100%);
  

}*/
.reg_seperator {
    position: relative;
    font-size: 12px;
    color: #FFD700;
}

.reg_seperator:before {
    content: "";
    position: absolute;
    height: 1px;
    background: #3F3F3F;
    left: 0;
    right: 0;
    margin: auto;
    top: 8px;
    width: 70%;
}

.reg_seperator span {
    position: relative;
    background: #1e1e1e;
    padding: 0 5px;
}

.reg-head-22 {
    color: #2B2B32;
    font-weight: 500;
    margin-bottom: 2rem;
    margin-top: 1rem;
    font-size: 1.4em;
}

.login-head {
    padding: 15px 0;
}

.st_date {
    color: #2B2B32;
}

.sat_footer_2 {
    background: #f7f1ed;
    /* background: rgb(247,241,237);
    background: radial-gradient(circle, rgba(247,241,237,1) 14%, rgba(208,148,224,1) 100%); */
}

.sat_footer_2 p,
.sat_footer_2 a {
    color: #232329 !important;
    text-align: left;
}

.sat_footer_2 .links_dec2 li {
    border: none;
    padding: 0;
    margin-bottom: 10px;
}

@media only screen and (max-width: 490px) {
    .react-game-new .game-box.st_featured_thumb .icond {
        top: 12px !important;
    }

    .react-game-new .game-box.st_featured_thumb .icond {
        width: 38px;
        height: 38px;
    }
}

.sat_footer_2 .links_dec2 li a {
    padding: 0;
}

.sat_footer_2 .links_dec2 li a::before {
    display: none;
}

.sat_footer_2 .st_hd7 {
    color: #232329 !important;
    padding: 0;
    margin: 0;
    margin-bottom: 1em;
    font-size: 16px !important;
}

.sat_footer_2 .st_hd7::before {
    display: none;
}

.sat_footer_2 .go-up {
    display: none !important;
}

.sat_footer_2 .logo {
    margin-bottom: 15px;
}

.copy_right3 {
    background: #d094e0 !important;
}

.deposit_nav .st_overview_nav li a {
    color: #282828;

    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: #E4F4FD;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.deposit_nav .st_overview_nav li a span {
    color: #282828 !important;
    text-align: left;
    text-transform: capitalize;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.deposit_nav .st_overview_nav li.active {
    box-shadow: none;
}

.deposit_nav .st_overview_nav li.active a span {
    color: #fff !important;
}

.input_textarea textarea,
.select_dec select,
.input_dec input[type="text"] {
    border-radius: 8px;
    border: 1px solid #565656;
    background: transparent;
    color: #2B2B32;
}

.bb_transfer_div {
    background: transparent;
    border: 1px solid #565656;
    color: #B4B4B4;
}

.bb_transfer_subsection {
    background: transparent;
    border: 1px solid #565656;
    border-radius: 4px;
}

.bb_head {
    font-size: 1em;
    color: #4c4c4c;
}

.bb_bank_name {
    opacity: 0.5;
}

.input-btn {
    padding: 7px 20px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #393939;
    color: #7C7C7C;
}

.innner_banner {
    display: none;
}

.wallet-sec-body {
    background: transparent;
    border: 1px solid #565656;
}

.st_date.wal-head {
    color: #2B2B32;
}

.balance-box1.freespin-icon .balance-txt {
    color: #0f0e0e !important;
}

.money-cash {
    margin: 7px 0;
}

.st_overview_nav a span {
    color: #2B2B32;
}

.st_overview_nav.st_nav_main_bonus a span {
    font-size: 14px;
}

.st_overview_nav .active a:before {
    display: none;
}

.st_overview_nav a {
    border: 0px solid #565656;
}

.month_tab .label2 {
    margin-right: 5px;
}

.label2:before {
    display: none;
}

.dataTables_length label {
    color: #2B2B32;
}

.dataTables_wrapper .dataTables_length select {
    color: #fff;
    background: #222;
}

body .wallet_overview {
    background: transparent !important;
    border: 1px solid #565656 !important;
}

body .wallet_overview .tab-content {
    background: transparent !important;
}

body .wallet_overview .tab-pane p {
    text-align: center;
}

body .h3_title {
    color: #2B2B32 !important;
}

body .deposit_btn {
    border-radius: 6px !important;
    background: linear-gradient(180deg, #FFD700 0%, #FFD700 100%) !important;
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.30) inset;
    color: #000 !important;
}

body .deposit_btn a {
    color: #000 !important;
}

body .bonus_title {
    background: transparent !important;
    color: #000 !important;
    border: 1px solid #E4E4E4 !important;
    margin-bottom: 0 !important;
    border-radius: 5px 5px 0 0 !important;
}

body .wallet_tab table.table thead th {
    border-right: 1px solid #E4E4E4 !important;
    background: transparent;
    border-bottom: 1px solid #E4E4E4 !important;
}

body .wallet_tab table.table td {
    border-right: 1px solid #E4E4E4 !important;
}

body .wallet_tab table.table {
    background: transparent !important;
    border: 1px solid #E4E4E4 !important;
}

body .valid_status {
    color: #767676 !important;
    background: transparent !important;
    border: 1px solid #E4E4E4 !important;
    border-radius: 0 0 5px 5px !important;
}

body .valid_status strong {
    font-weight: 400 !important;
    color: #767676 !important;
}

.deposit_pay_box_22 .bb_transfer_subsection {
    width: 100%;
}

.team_schedule_page a {
    color: #fff;
}

.upload_box_22 {
    text-align: center;
    justify-content: center;
    align-items: center;
    position: relative;
}

.bb_payment_div input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    outline: none !important;
    box-shadow: none !important;
    width: 100px;
    margin: auto;
    aspect-ratio: 1;
    opacity: 0;
    border: 1px solid #565656;
    border-radius: 4px;
    cursor: pointer;
}

.deposit_pay_box_22 {
    align-items: center;
}

.upload_box_22 .text-danger {
    font-size: 12px;
}

div#userimageold1:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    margin: 0 auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    z-index: 0;
    background-color: #222;
    background-image: url(../images/fileupload_img1.png);
    background-size: contain;
    pointer-events: none;
}

.bb_payment_div #userimage img:not([src]),
.bb_payment_div #userimageold1 img:not([src]) {
    opacity: 0;
}

.bb_payment_div #userimage,
.bb_payment_div #userimageold1 {
    position: relative;
    text-align: center;
}

.bb_payment_div #userimage img,
.bb_payment_div #userimageold1 img {
    object-fit: contain;
    object-position: center;
    margin: auto;
    margin-bottom: 10px;

}

div#userimageold1:before {
    margin: auto;
}

.bb_payment_div .bb_overall_transfer {
    position: relative;
}

.bb_payment_div .bb_overall_transfer .text-danger.error-msg-font-size,
.bb_payment_div .error-msg-font-size {
    text-align: center;
    font-size: 12px;
}

.bb_tran_subdiv .floating-input {
    background: transparent;
    border: none;
}

.bb_overall_transfer_common22 .bb_overall_transfer:first-child input[type=file] {
    margin-left: 0;
}

.bb_overall_transfer_common22 .bb_overall_transfer:first-child #userimage img,
.bb_overall_transfer_common22 .bb_overall_transfer:first-child #userimageold1 img {
    margin-left: 0;
}

.bb_overall_transfer_common22 .bb_overall_transfer:first-child div#userimageold1:before {
    margin-left: 0 !important;
}

.bb_overall_transfer_common22 .bb_overall_transfer:first-child .text-danger.error-msg-font-size {
    text-align: left;
}

.kyc-main-field1 {
    align-items: initial;
}

.kyc-main-field1 .floating-label {
    margin-left: 0;
    position: relative;
    float: none;
    clear: both;
}

.home-submenu-main-22 {
    border: 1px solid #333;
    background: #111;
    overflow: auto;
    display: none;
}

ul.home-submenu-main-22-list {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.home-submenu-main-22 li a {
    color: #fff;
    padding: 8px 15px;
    display: block;
    text-align: center;
    line-height: 1;
    font-size: 12px;
}

.home-submenu-main-22 li a .homesubmenu_icon {
    margin-bottom: 4px;
}

.copy_right3 .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: none;
    clear: both;
}

.copy_right3 .container p {
    float: none;
    width: auto;
    margin: 0;
    display: block;
    margin-right: auto;
    text-align: left;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
}

.copy_right3 {
    float: none;
    padding: 10px 5px;
    clear: both;
    line-height: 1;
    margin-bottom: 0 !important;
}

.scroll_to_top {
    display: flex !important;
    align-items: center;
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    white-space: nowrap;
    opacity: 1 !important;
}

.scroll_to_top img {
    width: 22px;
}

.copy_right3 .container {
    padding: 0 5px;
}

ul.st_social3 {
    float: none;
    display: block;
    clear: both;
    display: flex;
    padding: 0 !important;
}

.st_social3 li {
    float: none;
    clear: both;
}

.st_social3 li a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* float: none;
    clear: both;*/
}

.widget_responsiblegaming ul.st_tags {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.widget_responsiblegaming ul.st_tags a {
    border: none;
    padding: 0;
    margin-right: 10px;
    background: transparent !important;
}

.widget_responsiblegaming ul.st_tags a img {
    width: 35px;
}

.widget_responsiblegaming .contact-phone {
    float: none;
    display: block;
    clear: both;
}

.widget_responsiblegaming .contact-phone img {
    width: 35px;
}

.st_social3 {
    justify-content: initial !important;
}

.st_social3 li {
    margin-right: 15px;
}

.st_social3 li:last-child {
    margin-right: 0;
}

.widget.widget_payment22 li img {
    width: auto !important;
    height: 20px;
}

.widget_payment22 ul {
    display: flex;
    flex-wrap: wrap;
}

.widget_payment22 ul li {
    margin-right: 10px;
    margin-bottom: 10px;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #2B2B32;
}

.widget.widget_payment22 li img,
.widget_responsiblegaming ul.st_tags a img {
    filter: grayscale(1) contrast(0.4) brightness(1.2);
}

table.dataTable.stripe tbody tr,
table.dataTable.display tbody tr {
    background: transparent !important;
    color: #2B2B32 !important;
    border-color: #7C7C7C !important;
}

table.dataTable.stripe tbody tr td,
table.dataTable.display tbody tr td {
    color: #2B2B32 !important;
    border-color: #E4E4E4 !important;
}

table.dataTable thead th,
table.dataTable thead td {
    border-color: #E4E4E4 !important;
    color: #282828 !important;
}

table#transaction_table {
    border-color: #7C7C7C !important;
}

table.dataTable thead th {
    border-bottom: 1px solid #E4E4E4 !important;
}

table thead tr th {
    background: #393939;
    border-color: #7C7C7C !important;
}

table th {
    background: #FFF !important;
    color: #282828 !important;
}

table td {
    background: transparent !important;
    color: #2B2B32 !important;
    border-color: #7C7C7C !important;
}

.login-btn {
    padding: 12px 32px !important;
}

.login-btn:hover {
    filter: contrast(1.2);
    box-shadow: 0px 4px 9px 0px rgba(247, 228, 202, 0.47) !important;
}

@media screen and (max-width:991px) {
    .gamesearch input {
        width: 100%;
    }

    .widget.widget_payment22 li img,
    .widget_responsiblegaming ul.st_tags a img {
        filter: none;
    }

    .home-submenu-main-22 {
        display: block;
    }

    .menu_section_main22 .nav li {
        margin-right: 0px;
    }

    .myacc_bar {
        padding: 0px 0px;
    }

    .mob_gamesearch {
        color: #000;
        display: none;
    }

    .menu_section_main22 {
        overflow: scroll;
        scrollbar-width: none;
    }

    .header_sec_main_flex22 .container {
        width: 100%;
        padding: 0 5px;
        display: flex;
        justify-content: space-between;
    }

    .logo-main {
        width: 110px;
    }

    .links_dec2 {
        margin: 0;
        display: flex;
        flex-wrap: wrap;
    }

    .links_dec2 li {
        width: auto;
    }

    .links_dec2 li a {
        border-right: 1px solid #6A6A6A !important;
        line-height: 1;
        padding: 0px 7px !important;
    }

    .links_dec2 li:last-child a {
        border-right: none !important;
    }
}

@media screen and (max-width:575px) {
    .footer_cont_box_1 {
        display: flex;
        flex-direction: column;
    }

    .footer_cont_box_1 .logo {
        width: 150px;
        order: 2;
    }

    .footer_cont_box_1 ul.st_social3 {
        order: 1;
        justify-content: space-evenly !important;
        margin-bottom: 15px !important;
        padding-bottom: 15px !important;
        border-bottom: 1px solid #5A5A5A;
        margin-top: 10px !important;
    }

    .footer_cont_box_1 p {
        order: 3;
    }

    .respo_box_foot {
        display: flex;
        float: none;
        clear: both;
        justify-content: space-between;
    }

    .sat_footer_2 {
        padding-top: 10px;
    }

    .widget.widget_text.footer_cont_box_1 {
        margin-bottom: 15px !important;
        padding-bottom: 15px !important;
        border-bottom: 1px solid #5A5A5A;
    }

    .widget.widget_link2 {
        margin-bottom: 15px !important;
        padding-bottom: 15px !important;
        border-bottom: 1px solid #5A5A5A;
    }

    .widget.widget_payment22 {
        margin-bottom: 15px !important;
        padding-bottom: 15px !important;
        border-bottom: 1px solid #5A5A5A;
    }

    .widget.widget_responsiblegaming {
        margin-bottom: 15px !important;
        padding-bottom: 15px !important;
    }

    .st_overview_nav a {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .tab-pane .st_featured_thumb {
        padding-top: 0px;
        width: 100%;
        margin: auto;
        display: block;
        float: none;
    }

    .deposit_nav {
        flex-direction: column;
    }

    .deposit_nav .st_overview_nav {
        width: 100%;
    }

    .deposit_nav .tab-content {
        width: 100%;
    }

    .deposit_nav .st_overview_nav ul {
        flex-direction: initial;
        flex-wrap: wrap;
        justify-content: center;
    }

    .deposit_nav .st_overview_nav ul li {
        min-width: auto;
        margin: 0px 0px 5px 0px;
    }

    .deposit_nav .st_overview_nav li img {
        border-radius: 4px;
    }



    .deposit_nav .month_tab {
        display: block;
    }

    .withdraw_section .deposit_nav .submit-sec .select_dec2 {
        width: 100%;
    }

    .register-instant-box {
        padding: 13px 15px;
    }

    a.header_notify.mobile_notify {
        display: none;
    }

    .desktop_notify {
        display: none !important;
    }

    .userdtls_hdr22_dropdown_head {
        padding-right: 40px;
    }

    .header_notify.mobile_notify {
        width: 30px;
        padding: 4px 0 0 0 !important;
        position: absolute;
        right: 6px;
    }

    .header_notify.mobile_notify::after {
        display: none;
    }
}

.container {
    max-width: 100%;
}

input#user-password-current,
input#user-password-new,
input#user-password-newc {
    border-radius: 8px;
    border: 1px solid #565656;
    background: transparent;
    color: #2B2B32;
}

input::placeholder,
select::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b9b9b9;
    opacity: 1;
    /* Firefox */
}

input:-ms-input-placeholder,
select:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #b9b9b9;
}

input::-ms-input-placeholder,
select::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #b9b9b9;
}


.deposit_nav .month_tab .label2 {
    padding: 8px 5px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.notes_txt22 {
    border: 1px solid #565656;
    background: transparent !important;
    color: #7C7C7C;
}

.notes_txt22 ul li {
    background: transparent !important;
    border-radius: 8px !important;
    border: 1px solid #565656 !important;
    color: #FFF !important;
    font-size: 13px !important;
}

.deposit_nav .st_overview_nav {
    height: auto;
}

.notes_txt22 ul {
    flex-wrap: wrap !important;
    justify-content: center !important;
}

ul.transaction_menu_lst li a {
    color: #2B2B32;
    font-weight: 500;
    font-size: 11px;
    padding: 8px 15px;
}

.transaction_menu_main {
    float: none;
    clear: both;
    background: transparent;
    border-color: #565656;
    border-bottom: 1px solid #565656;
}

ul.transaction_menu_lst li {
    border-right: 1px solid #565656;
}

ul.transaction_menu_lst li:first-child {
    border-left: 1px solid #565656;
}

ul.transaction_menu_lst li.active a,
ul.transaction_menu_lst li a:hover {
    color: #000;
    font-weight: 700;
}

img.cal_icon_img {
    position: absolute;
    top: 9px;
    right: 10px;
    width: 18px;
}

.datepicker table tr td,
.datepicker table tr th {
    background: #fff !important;
    color: #000 !important;
}

.promo-code-box1 {
    background: #fff;
    box-shadow: none;
    border: 1px solid #CBCBCB;
    border-radius: 8px;
    overflow: hidden;
    padding: 35px 0px 0px 0px;
    align-items: center;
    vertical-align: middle;
    display: flex;
    background-size: 100% 100% !important;
}


.swiper-slide.promo-code {
    padding-right: 0;
    background: transparent;
}

.buychips .swiper-button-prev {
    background: url(../images/slider_left_icn.svg) !important;
    background-size: 24px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    left: 3px;
    width: 25px;
}

.buychips .swiper-button-next {
    background: url(../images/slider_right_icn.svg) !important;
    background-size: 24px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    right: 3px;
    width: 25px;
}

/* .swiper-container.buychips .swiper-wrapper {} */

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 5px !important;
}

.input_dec.start_dec select {
    border-radius: 8px;
    border: 1px solid #565656;
    background: #222222;
    color: #fff;
}

.level_default .header_notify.mobile_notify img {
    filter: none !important;
}

.top-header-1 {
    background: #d094e0;
}

.logo-main {
    position: relative;
    height: 60px;
    display: flex;
    align-items: center;
}

.logo-main:before {
    top: 0;
    right: -12px;
    bottom: 0px;
    content: "";
    width: 1000%;
    position: absolute;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    background: #f7f1ed;
    border-bottom: 1px solid #f7f1ed;
}

.logo-main a {
    position: relative;
    background: #f7f1ed;
}

.kyc-main-field1 .floating-label img {
    display: block;
    margin: auto;
}

.bb_keep button.reg_plr_btn3,
.go_btn {
    background: #171716;
    font-weight: 500;
    padding: 10px;
    border-radius: 6px;
    background: linear-gradient(180deg, #FFD700 0%, #FFD700 100%);
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.30) inset;
    color: #000 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

/*a#bonus_history_previous {
    position: absolute;
    left: 100px;
    top: 173px;
}
a#bonus_history_next {
    top: 173px;
    position: absolute;
    right: 100px;
}*/
/*div#bonus_history_info {
    float: unset !important;
    text-align: center !important;
    margin-top: 37px !important;
}*/

@media screen and (max-width:1690px) {
    ul.submenu_list li a {
        padding: 8px 16px;
    }

    .gamesearch input {
        width: 220px;
    }


    .download-area-bottom .single-download-box .boxed-btn {
        bottom: -35px;
        font-size: 18px;
    }

}

@media screen and (max-width:1367px) {
    ul.submenu_list li a {
        padding: 8px 8px;
    }

    .download-area-bottom .single-download-box .boxed-btn {
        font-size: 12px;
    }

    .gamesearch input {
        width: 193px;
    }

}
















.bb_overall_transfer_common22 .bb_overall_transfer:first-child .text-danger.error-msg-font-size {
    text-align: center;
}

.bb_overall_transfer_common22 .bb_overall_transfer:first-child div#userimageold1:before {
    margin: auto !important;
}

.bb_overall_transfer_common22 .bb_overall_transfer:first-child input[type=file] {
    margin: auto;
}

.logo-main {
    width: 95px;
    height: 50px;
}

/* .swiper-slide.promo-code { */
/* width: 100% !important; */
/* } */
.notes_txt22 ul li {
    font-size: 11px !important;
    width: 46%;
    padding: 4px 5px !important;
}

.scroll_to_top {
    font-size: 11px;
}

.copy_right3 .container p {
    font-size: 12px !important;
}

.copy_right3 .container {
    padding: 0;
}

.search_tab .start_dec {
    width: 100%;
    margin-right: 0 !important;
}

.main-banner .swiper-pagination {
    bottom: 0;
    position: absolute;
    margin-bottom: 0;
    transform: scale(0.7);
}

.menu_section_main22 {
    height: auto;

}

.menu_section_main22 ul {
    display: -webkit-box;
}

.buychips .swiper-button-next,
.buychips .swiper-button-prev {
    right: 0 !important;
    left: 0 !important;
    bottom: -5px !important;
    top: initial;
    margin: auto;
}

.buychips .swiper-button-next {
    right: -30px !important;
}

.buychips .swiper-button-prev {
    left: -30px !important;
}

.buychips .promo-code-box1 {
    margin-bottom: 40px;
}

/* } */

@media screen and (max-width:425px) {
    .menu_section_main22 .nav li {
        margin-right: px;
    }

    .menu_section_main22 .nav li:first-child {
        margin-left: 0px;
    }

    .menu_section_main22 .nav a img {
        margin-right: 1px;
    }
}

.mostp {
    padding: 10px 0px;
    float: left;
}

.game-individual-box {
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
}

/* .trybtn.game-play */
.game-individual-box:hover .trybtn {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

/* home page game category css fetch html content from cms */
.game-individual-box:hover .login-overlay {
    display: flex;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

.game-individual-box .boxed-btn {
    text-transform: capitalize;
    padding: 6px 23px;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    position: absolute;
    z-index: 1;
    width: 80%;
    left: 0;
    bottom: -2px;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transform: skew(-0deg);
    -moz-transform: skew(-0deg);
    -ms-transform: skew(-0deg);
    -o-transform: skew(-0deg);
    transform: skew(-0deg);
}

/* home page game category css fetch html content from cms */

/*  bio-metric css */

.biometric-login-btn {
    border-radius: 6px;
    background: linear-gradient(180deg, #FFD700 0%, #FFD700 100%);
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.30);
    padding: 10px px 32px 10px;
    display: flex;
    justify-content: center;
    background-position: center;
    font-weight: 500;
    margin: 29px auto;
    width: max-content;
    align-items: center;
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    background: #FFD700;
    border-radius: 4px;
}

/*  bio-metric css */

/* sport iframe alignmet */

@media screen and (max-width:991px) {

    html,
    body {
        /* height: 100%;*/
    }

    .sat_wrapper {
        height: 100%;
    }

    .sports_page {
        height: calc(100% - 85px);
    }

    .game_common,
    .sports_page iframe {
        height: 100%;
    }
}

/* game popup close button */
#game_popup_modal .game-close {
    position: absolute;
    right: -11px;
    top: -78px;
    background: #fff;
    border-radius: 50%;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    width: 20px;
    height: 20px;
    padding-bottom: 5px;
}

/* game popup close button */

/* 01-03-2023 signup otp verify and resend css */
.otp-num {
    width: 41%;
}

.otp-verify-message {
    position: absolute;
    font-size: .85em !important;
    bottom: 0px;
    margin-bottom: 0;
    text-align: left;
    width: 78%;
    position: relative;
    font-weight: normal !important;
}

.send_otp_div {
    width: 50%;
}

.empty_send_otp_text_div {
    width: 50%;
}

/* 01-03-2023 signup otp verify and resend css */

/* 01-03-2023 signup otp verify and resend css */

/*17-02-23 Verify button changes*/
.mob-no-div {
    width: 100%;
}

.otp-header-div {
    width: 100%;
    display: flex;
}

.mob-no-div .mob-no-input-box {
    width: 100%;
}

.mob-no-div .verify-btn-div {
    width: 25%;
    display: flex;
    justify-content: end;
}

.mob-no-div .verify-btn-div .otp_btn {
    margin-top: 0;
    width: 112px !important;
    margin-left: auto;
    border-radius: 7px;
    font-size: 12px;
    padding: 14px 20px 14px;
    cursor: pointer;
}

.otp-header-div .otp-input-box {
    width: 55%
}

.otp-header-div .verify-resend-btn-div {
    width: 45%;
    display: flex;
    justify-content: end;
}

@media screen and (max-width:575px) {
    .otp-header-div {
        display: block;
    }

    .mob-no-div .mob-no-input-box {
        width: 100%;
    }

    .mob-no-div .verify-btn-div {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .mob-no-div .verify-btn-div .otp_btn {
        margin-top: 1rem;
    }

    .otp-header-div .otp-input-box {
        width: 100%;
    }

    .otp-header-div .verify-resend-btn-div {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 1rem;
    }
}

@media screen and (min-width:576px) and (max-width:991px) {
    .mob-no-div .mob-no-input-box {
        width: 80%;
    }

    .mob-no-div .verify-btn-div {
        width: 20%;
    }

    .otp-header-div .otp-input-box {
        width: 60%
    }

    .otp-header-div .verify-resend-btn-div {
        width: 40%;
    }
}

/* Footer Currency Icons */
@media only screen and (max-width: 767px) {
    .jackpot {
        background-repeat: no-repeat !important;
    }

    .footer-icone {
        position: relative;


        border-block: 0px solid #F1ECE8;
        overflow: hidden;
    }

    .footer-icone>.row {
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .footer-icone>.row,
    .footer-icone .currency-icon {
        display: flex;
        align-items: center;
    }

    .footer-icone .desknone {
        display: none;
    }

    .footer-icone .mobnone {
        display: block;
        padding-inline: 10px;
    }

    .footer-icone .mobnone:has(.icon-footer) {
        border-right: 1px solid #b5b5b5;
        border-radius: 1px;
    }

    .footer-icone::before {
        content: '';
        position: absolute;
        width: 0px;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        background: linear-gradient(270deg, #ffffff54 0%, #fff 101%);
    }

    .footer-icone::after {
        content: '';
        position: absolute;
        width: 0px;
        height: 100%;
        top: 0;
        right: 0;
        z-index: 1;
        background: linear-gradient(90deg, #ffffff54 0%, #fff 101%);
    }

    .footer-icone .mobnone img {
        width: 25px;
        height: 25px;
        max-width: none;
    }

    .footer-icone .mobnone>div {
        display: flex;
        column-gap: 5px;
        align-items: center;
    }

    .footer-icone .frame-parent30 .privacy-policy {
        display: none;
    }

    .footer-icone>.row::-webkit-scrollbar {
        height: 0;
    }
}

/* 01-03-2023 signup otp verify and resend css */

/*Games on Hover*/
.game-box.st_featured_thumb .icond {
    opacity: 0;
    background: #DB2234;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    position: absolute;
    inset-inline: 0;
    margin-inline: auto;
    transition: 0.3s all;
    cursor: pointer;
    border: 1px solid #fff;
}

.game-box.st_featured_thumb .icond img {
    width: 15px;
}

.login-overlay {
    inset-inline: 0;
    bottom: 43px;
    margin-inline: auto;
    width: fit-content;
    background: transparent;
    color: #FFF;
    text-align: center;
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    position: absolute;
    text-decoration-line: underline;


}

.single-download-box:hover .game-box.st_featured_thumb .icond {
    opacity: 1;
}

.game-name a {
    color: #000;
}

@media only screen and (max-width: 1123px) {
    .login-overlay {
        font-size: 14px;
    }

    b.title-react-cat {
        font-size: 20px;
    }

    .game-box.st_featured_thumb .icond {
        width: 50px;
        height: 50px;
    }


}

.frame-parent22-abouts .frame-wrapper6 {
    height: 270px;
}

@media only screen and (max-width: 767px) {
    .abouts-new-mobile-silder .frame-wrapper6 {
        min-height: 245px;
    }

    .frame-parent22-abouts .frame-wrapper6 {
        height: auto;
        width: 90%;
        overflow: hidden;
        margin: 0 auto;
    }

    .about-us-all {
        background-size: cover;
    }

}



.games_card>div:has(.icond) {
    position: relative;
    display: flex;
    border-radius: 15px;
}

.modal.frespinmod .games_card>div:has(.icond)::after {
    height: 95%;
}

.games_card>div:has(.icond)::after {
    content: '';
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgb(0 0 0 / 61%) 30%, rgb(0 0 0 / 44%) 50%);
    border-radius: 15px;
    opacity: 0;
    transition: 0.3s all;
}

.games_card>div:has(.icond) .login-overlay {
    z-index: 2;
}

.games_card>div .icond {
    opacity: 0;
    background: #DB2234;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #fff;
    position: absolute;
    inset-inline: 0;
    margin-inline: auto;
    top: 35%;
    transition: 0.3s all;
    cursor: pointer;
    z-index: 5;
}

.games_card>div:has(.icond) .icond img {
    background: transparent;
    width: 15px;
}

.games_card>div:has(.icond):hover::after,
.games_card>div:has(.icond):hover .login-overlay,
.games_card>div:hover .icond {
    opacity: 1;
}

@media only screen and (max-width: 1551px) {
    .games_card>div .icond {
        top: 20%;
    }
}

/*Latest winners swiper slider*/
.latest_game_winners_slider_sec {
    padding: 1.2rem 0.5rem 0.7rem 0.5rem;
    width: 100%;
    margin-inline: auto;
    overflow: hidden;
}

.latest_game_winners_slider_sec .game-winners-swiper-container .game_winner_main_sec {
    background-image: url("../dreamroyale_web/assets/images/game-view-bg.png");
    background-repeat: no-repeat;
    background-size: 87% 88%;
    background-position: right bottom;
    display: flex;
    align-items: end;
    cursor: pointer;
}

.latest_game_winners_slider_sec .game-winners-swiper-container .game_winner_main_sec .game_winner_left {
    width: 68px;
    min-width: 68px;
}

.latest_game_winners_slider_sec .game-winners-swiper-container .game_winner_main_sec .game_winner_left img {
    aspect-ratio: 1;
    width: 100%;
    /*height: 80px;*/
    border-radius: 50%;
    outline: 6px solid #191919;
}

.latest_game_winners_slider_sec .game-winners-swiper-container .game_winner_main_sec .game_winner_right {
    /*margin-top: -1.2rem;*/
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% - 68px);
    line-height: 1;
}

.latest_game_winners_slider_sec .game-winners-swiper-container .game_winner_main_sec .game_winner_right .amt_text {
    color: #EB7511 !important;
    font-size: 21px;
    margin-bottom: 5px;
    font-weight: 500;
    text-shadow: 4px 0 #1D1E21, -4px 0 #1D1E21, 0 4px #1D1E21, 0 -4px #1D1E21, 2px 2px #1D1E21, -2px -2px #1D1E21, 2px -2px #1D1E21, -2px 2px #1D1E21;
}

.latest_game_winners_slider_sec .game-winners-swiper-container .game_winner_main_sec .game_winner_right .game_name {
    color: #EB7511 !important;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.latest_game_winners_slider_sec .game-winners-swiper-container .game_winner_main_sec .game_winner_right .wonby_text {
    color: #C6C6C6;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.latest_game_winners_slider_sec .game-winners-swiper-container .game_winner_main_sec .game_winner_right .wonby_text .wonby_name {
    font-weight: 500;
}

.light .latest_game_winners_slider_sec .game-winners-swiper-container .game_winner_main_sec {
    background-image: url("../dreamroyale_web/assets/images/game-view-bg-light.png");
}

.light .latest_game_winners_slider_sec .game-winners-swiper-container .game_winner_main_sec .game_winner_left img {
    outline: 6px solid #ededed;
}

.light .latest_game_winners_slider_sec .game-winners-swiper-container .game_winner_main_sec .game_winner_right .amt_text {
    text-shadow: 4px 0 #ededed, -4px 0 #ededed, 0 4px #ededed, 0 -4px #ededed, 2px 2px #ededed, -2px -2px #ededed, 2px -2px #ededed, -2px 2px #ededed;
}

.light .latest_game_winners_slider_sec .game-winners-swiper-container .game_winner_main_sec .game_winner_right .wonby_text {
    color: #717171 !important;
}


.latest_game_winners_slider_sec {
    position: relative;
}

.game-winners-swiper-container::before,
.game-winners-swiper-container::after {
    /* background: linear-gradient(to right,#1B1A1F 10%, rgba(255, 255, 255, 0) 100%); */
    content: "";
    position: absolute;
    width: 50px;
    z-index: 2;
}

.game-winners-swiper-container::after {
    right: 0px;
    top: 0;
    bottom: 0;
    transform: rotateZ(180deg);
}

.game-winners-swiper-container::before {
    left: 0px;
    top: 0;
    bottom: 0;
}

.light .game-winners-swiper-container::before,
.light .game-winners-swiper-container::after {
    background: linear-gradient(to right, #EDEDED 10%, rgba(255, 255, 255, 0) 100%);
}

/*.game-winners-swiper-container .swiper-slide {
  width: 10vw;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  color: white;
  margin-right:20px!important;
  font-weight: 500;
}*/

@media screen and (max-width:991px) {
    .game_winner_right .amt_text {
        font-size: 16px !important;
    }

    .wonby_text {
        font-size: 10px !important;
    }

    .game_winner_right .game_name {
        font-size: 12px !important;
    }

    .latest_game_winners_slider_sec .game-winners-swiper-container .game_winner_main_sec .game_winner_left {
        width: 50px;
        min-width: 50px;
    }

    .latest_game_winners_slider_sec .game-winners-swiper-container .game_winner_main_sec .game_winner_left img {
        width: 100% !important;
        min-width: initial;
    }

    .game-winners-swiper-container::before,
    .game-winners-swiper-container::after {
        width: 30px;
    }
}

.jungle-orginal {
    width: fit-content !important;
}

.jungle-orginal>div>div {
    position: relative;
    line-height: 150%;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    font-size: 15px;
}

@media (max-width: 767px) {
    .newgamebg {
        overflow: hidden;
    }

    .jungle-orginal {
        overflow-x: scroll !important;
    }

    .jungle-orginal>div {
        width: fit-content;
        display: flex;
    }

    .jungle-orginal::-webkit-scrollbar {
        height: 0;
    }
}

.payment-options,
.payment-options__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 1.5rem;
}

.container.react-game-new .grid-container .single-download-box:nth-child(6),
.container.react-game-new .grid-container .single-download-box:nth-child(7),
.container.react-game-new .grid-container .single-download-box:nth-child(8),
.container.react-game-new .grid-container .single-download-box:nth-child(9),
.container.react-game-new .grid-container .single-download-box:nth-child(10),
.container.react-game-new .grid-container .single-download-box:nth-child(11),
.container.react-game-new .grid-container .single-download-box:nth-child(12),
.container.react-game-new .grid-container .single-download-box:nth-child(13),
.container.react-game-new .grid-container .single-download-box:nth-child(14) {
    display: none;
}

@media (max-width: 768px) {
    .row:has(.payment-options) {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .payment-options,
    .payment-options__icon {
        column-gap: 1.5rem;
    }

    .payment-options .payment-options__icon img {
        width: 24px;
    }

    .container.react-game-new .grid-container .single-download-box:nth-child(4),
    .container.react-game-new .grid-container .single-download-box:nth-child(5),
    .container.react-game-new .grid-container .single-download-box:nth-child(6),
    .container.react-game-new .grid-container .single-download-box:nth-child(7),
    .container.react-game-new .grid-container .single-download-box:nth-child(8),
    .container.react-game-new .grid-container .single-download-box:nth-child(9),
    .container.react-game-new .grid-container .single-download-box:nth-child(10),
    .container.react-game-new .grid-container .single-download-box:nth-child(11),
    .container.react-game-new .grid-container .single-download-box:nth-child(12),
    .container.react-game-new .grid-container .single-download-box:nth-child(13),
    .container.react-game-new .grid-container .single-download-box:nth-child(14) {
        display: none;
    }
}

/* Login & Registration Popup Design*/
.logsign-modal .modal-dialog {
    max-width: 842px;
    width: 100%;
}

.logsign-modal .logsign-box {
    display: grid;
    grid-template-columns: 1fr 1fr;


}

.logsign-modal .logsign-box .login-div {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.logsign-modal .logsign-box .logo {
    width: 120px;
}

.logsign-modal .logsign-box .logo.reg-logo {
    width: 80px;
}

#loginForm {
    padding: 0px 14px;
}

.logsign-modal .logsign-box .login-head {
    font-size: 18px;
    color: #2B2B32;
    font-weight: 500;
    text-transform: capitalize;
    padding-bottom: 26px;

}

.logsign-modal .logsign-box .input_dec {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-bottom: 10px;
    z-index: 2;
}

.logsign-modal .logsign-box .input_dec label:not(.error) {
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #7A7A7A;
}

.logsign-modal .logsign-box input.input-txt,
.logsign-modal .logsign-box .select-optn {
    width: 100% !important;
    background: transparent;
    color: #000;
}

.logsign-modal .logsign-box input::placeholder {
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #7A8088;
}

.logsign-modal .logsign-box .toggle-password {
    position: absolute;
    right: 4%;
    bottom: 30%;
    /* top: unset; */
    color: #7A8088;
    cursor: pointer;
}

.logsign-modal .logsign-box .toggle-password.toggle-password-login {
    right: 4%;
}

.logsign-modal .logsign-box .toggle-password.toggle-password-reg {
    top: unset;
}

.logsign-modal .logsign-box .login-btn {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 12px;
}

.logsign-modal .logsign-box .login-div .d-flex-sec {
    justify-content: center;
}

.logsign-modal .logsign-box .login-div__last {
    margin-top: 0px;
}

.logsign-modal .logsign-box .login-div__last p {
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #7A8088;
    color: var(--Pragraph, #7A8088);
    text-align: center;

    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 24px */
}

.logsign-modal .logsign-box .login-div__last p a {
    color: #DB2234;
}

.logsign-modal .logsign-box__cover {
    position: relative;
    background-image: url(../images/user-hero.png);
    background-position: top;
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
    display: flex;
    align-items: end;
    background-size: 100% 100%;
}

.logsign-modal .logsign-box__cover .king-img {
    /* position: absolute; */
    bottom: 0;
    inset-inline: 0;
    width: 100%;
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
    mix-blend-mode: lighten;
}

.logsign-modal .logsign-box__cover .close {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 25px;
    z-index: 999;
}

.logsign-modal .logsign-box__cover .close svg {
    width: 16px;
    height: 16px;
}

.logsign-modal .logsign-box .pi-e {
    padding-right: 8px;
}

.logsign-modal .logsign-box .pi-s {
    padding-left: 8px;
}

.logsign-modal .logsign-box form:has(.rec-p) {
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    justify-content: center;
}

.logsign-modal .logsign-box .login-div .back-login {
    padding: 10px var(--3, 12px);
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 5px;
    border: 1px solid #CFCFCF;
    background: #E4E4E4;
    color: #06030F;
    text-transform: capitalize;

    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.logsign-modal .logsign-box p.rec-p {
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-align: center;
    font-style: normal;
    /* font-weight: 400; */
    line-height: 145%;
    /* 17.4px */
}

#forgotPassword {
    padding: 0px 14px;
}

#signup.logsign-modal .reg-head-22 {
    display: none;
    opacity: 0;
    margin-block: 0;
}

#signup.logsign-modal .reg-head {
    font-family: "Rubik", sans-serif;
    color: var(--Black-heading, #2B2B32);

    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
    /* 26.1px */
    margin-bottom: 0.75rem;
}

#signup.logsign-modal p.click-agreement {
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #000000;
    text-align: left;
    padding-top: 5px;
}

#signup.logsign-modal p.click-agreement a {
    color: #DB2234;
}

#signup.logsign-modal div:has(> p.prev-agreement) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#signup.logsign-modal p.prev-agreement {
    font-family: "Rubik", sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 15px;
    color: #2B2B32;
    text-align: center;
    max-width: 259px;
    margin-inline: auto;

}

#signup.logsign-modal p.prev-agreement a {
    color: #DB2234;
}

#signup #terms+a {
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000 !important;
}

@media (max-width: 767px) {
    .logsign-modal .logsign-box__cover {
        display: none;
    }

    .close {
        display: none;
    }
}

@media (max-width: 768px) {
    .logsign-modal .logsign-box {
        grid-template-columns: 1fr;
        height: 100vh;
    }

    .modal-dialog {
        margin: 0;
    }

    .modal-dialog {
        padding: 0 !important;
    }

    .logsign-modal .logsign-box .login-div {
        width: 100%;
        /* border-radius: 16px; */
        border-radius: 0;
    }

    .logsign-modal .logsign-box .pi-e {
        padding-right: 15px;
    }

    .logsign-modal .logsign-box .pi-s {
        padding-left: 15px;
    }
}

/*Submenu Scrollbar*/
.submenu_list.nav::-webkit-scrollbar {
    height: 5px;
}

/* Track */
.submenu_list.nav::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.submenu_list.nav::-webkit-scrollbar-thumb {
    background: rgb(54, 54, 54);
    border-radius: 50px;
}

/* Hero Banner ReDesign */
.hero-banner {
    position: relative;
    background-image: url(../images/hero-bg-img.89e3636b1553494bd454.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 647px;
    width: 100%;
    padding: 50px 30px;
    /*border-radius: 32px;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-banner .hero-banner__leftArt,
.hero-banner .hero-banner__RightArt {
    position: absolute;
    bottom: 0;
}

.hero-banner .hero-banner__leftArt {
    left: 0;
}

.hero-banner img.mobile {
    display: none;
}

.hero-banner .hero-banner__RightArt {
    right: 0;
    transform: rotateY(180deg);
    /*border-radius: 32px;*/
}

.hero-banner .hero-banner__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.hero-banner .hero-banner__info h1 {
    color: #fff;
    font-family: "Rubik", sans-serif;
    font-size: 53px;
    font-style: normal;
    font-weight: 700;
    line-height: 68.9px;
    text-align: center;
}

.hero-banner .hero-banner__info p {
    color: #fff;
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.2px;
    max-width: 590px;
    text-align: center;
    margin-top: 16px;
}

.hero-banner .hero-btns__Container {
    display: flex;
    flex-wrap: wrap;
    margin-inline: -12px;
    margin-top: 32px;
}

.hero-banner .hero-btns__Container a {
    margin-inline: 12px;
    padding: 20px 48px;
    border-radius: 50px;
}

.hero-banner .hero-btns__Container a.header_login_btn {
    appearance: button;
    backdrop-filter: blur(12.5px);
    background: rgba(255, 255, 255, 0.23);
    color: #fff !important;
}

@media (max-width: 767px) {

    .hero-banner .hero-banner__info p,
    .hero-banner .hero-banner__leftArt,
    .hero-banner .hero-btns__Container a.header_login_btn {
        display: none;
    }

    .hero-banner {
        border-radius: 10px;
        min-height: 350px;
    }

    .hero-banner::after {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        inset: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #070526 100%);
    }

    .hero-banner img.mobile {
        display: block;
        inset-inline: 0;
        margin-inline: auto;
        height: 100%;
    }

    .hero-banner .hero-banner__RightArt {
        display: none;
    }

    .hero-banner .hero-banner__info h1 {
        font-size: 24px;
        line-height: 32.4px;
    }

    .hero-banner .hero-btns__Container a {
        border-radius: 14px;
        padding: 14px 70px;
    }
}

/****
** Sidebar Design
****/

#sidebar-toggle,
#sidebar-closeBtn {
    z-index: 1;
    cursor: pointer;
}

.sidebar {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 345px;
    height: 100dvh;
    transform: translatex(-90%);
    opacity: 0;
    visibility: hidden;
    background: #F8F8F8;
    padding: 20px 30px;
    z-index: 999;
    transition: .5s all;
}

#sidebar-head {
    overflow-y: scroll;
}

#sidebar-head::-webkit-scrollbar {
    width: 0;
}

.sidebar.active {
    opacity: 1;
    visibility: visible;
    transform: translatex(0);
}

.sidebar .sidebar__header {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.sidebar .sidebar__header .sidebar__header-logo {
    flex: 1;
    display: flex;
    justify-content: center;
}

.sidebar .sidebar__header .sidebar__header-logo img {
    width: 88px;
    height: 43px;
}

.sidebar ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}

.sidebar .sidebar__nav li a,
.sidebar .sidebar__additional ul li a {
    background: #FFFFFF;
    color: #000;
    padding: 8px 12px;
    border-radius: 8px;
    display: block;
    text-decoration: none;

    display: flex;
    align-items: center;
    transition: 0.3s all;
}

.sidebar .sidebar__nav li a:is(:hover, :active),
.sidebar .sidebar__additional ul li a:is(:hover, :active) {
    background: #f4f4f4;
}

.sidebar .sidebar__nav li a img,
.sidebar .sidebar__additional ul li a img {
    margin-right: 10px;
}

.sidebar .sidebar__nav li a span,
.sidebar .sidebar__additional ul li a span {
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    color: #343437;
}

/* .sidebar .sidebar__additional ul li a span {
    color:
} */

.sidebar .sidebar__additional p {
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    color: #343437;
    margin-block: 16px 8px;
}

.sidebar .sidebar__additional ul {
    background: #FFFFFF;
    border-radius: 8px;
    margin-top: 0;
    row-gap: 0;
}

/* crypto coin address model */
.copy-input {
    max-width: 98%;
    width: 100%;
    cursor: pointer;
    background-color: #eaeaeb;
    border: none;
    color: #6c6c6c;
    font-size: 14px;
    border-radius: 5px;
    padding: 15px 45px 15px 0px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.copy-input:focus {
    outline: none;
}

.copy-btn {
    width: 40px;
    /* background-color: #eaeaeb;*/
    font-size: 18px;
    padding: 3px 9px;
    border-radius: 5px;
    border: none;
    color: #6c6c6c;
    margin-left: -50px;
    transition: all .4s;
}

.copy-btn:hover {
    transform: scale(1.3);
    color: #1a1a1a;
    cursor: pointer;
}

.copy-btn:focus {
    outline: none;
}

.copied {
    font-family: "Rubik", sans-serif;
    width: 100px;
    opacity: 0;
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    color: #000;
    padding: 15px 15px;
    background-color: #fff;
    border-radius: 5px;
    transition: .4s opacity;
}

.currency-container {
    border: 1px solid gray;
}

.curr-heading {
    background: lightgray;
}

/* .pad-13 {} */

.txt-align-right {
    text-align: right;
}

.pad-12 {
    padding: 1% 2%;
}

.align-center {
    text-align: center;
}

.coin-mdl-bg {
    background: #fff !important;
    border: 1px solid #EBEBEB;
}

.coin-mdl-dspblk {
    display: block !important;
}

.coin-red {
    color: red;
}

/* support page */

#support .jackpot {
    padding-bottom: 0;
    border-radius: 51px;
}

#support img.image-2302-icon {
    float: right;
}

#support .frame-parent33 {
    padding-top: 0px;
}

#support h1 {
    font-family: "Rubik", sans-serif;
    display: block;
    margin-bottom: 20px;
}

#support p {
    font-family: "Rubik", sans-serif;
    color: #fff;
}

#support .redeem-your-welcome svg {
    width: 17px;
    height: 17px;
}

#support .redeem-your-welcome {
    margin-top: 30px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    background: linear-gradient(90deg, gold, transparent);
}

#support .b {
    display: block;
    border-radius: 8px;
    margin-top: 20px;
    padding: 10px 28px;
    font-size: 28px;
    color: #fee066;
    background: linear-gradient(90deg, rgb(0, 0, 0), transparent);
}

#support .dtu {
    font-size: 24px;
    margin-block: 22px;
}

.main-banner {
    overflow: visible !important;
}

.close.mobile {
    display: none;
}

.st_form .input_dec input[type="text"]::placeholder {
    color: #000;
}

.claim-now-wrapper {
    cursor: grab;
}

.logo-show-mobile {
    display: none;
}


@media (max-width: 767px) {
    .hero-banner::after {
        border-radius: 10px;
    }

    .logo-show-mobile {
        display: flex;
        text-align: center;
    }

    .close.mobile {
        display: block;
        right: 12px;
        top: 8px;
        filter: none;
    }

    body .input_dec .select-optn {
        width: 126%;
    }

    .close.mobile svg path {
        fill: #000;
    }

    #support :is(.redeem-your-welcome, .b) {
        padding: 10px 20px;
        font-size: 18px;
    }

    .jungle-orginal {
        width: 100% !important;
        padding: 6px;
    }

    .jungle-orginal>div>div {
        font-size: 14px;
    }

    .home-submenu-main-22 {
        border: none;
    }

    .footer {
        float: none !important;
    }

    #send_resend_otp_verification>.input-width {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

#send_otp_verification .input-width {
    width: 100% !important;
}

/*#send_otp_verification .input-width div:empty{
	display: none;
}*/

#send_otp_verification .input-width button span,
#send_resend_otp_verification .input-width button span {
    color: #000;
}

#send_resend_otp_verification .input-width .otp-num {
    display: flex;
    align-items: center;
}

#send_resend_otp_verification .input-width {
    width: 100% !important;
    justify-content: center;
    gap: 5px;
}

#send_resend_otp_verification .input-width .phone-code {
    width: fit-content;
}

/*****
** FAQ 1.0.1
******/
#FAQ h1 {
    font-family: "Rubik", sans-serif;
    font-size: 67px;
    font-weight: 600;
    text-align: center;
    margin-block: 70px;
}

#FAQ .right-section {
    background: #FFFFFF33;
    border: 1px solid #FFFFFF;
    border-radius: 32px;
    padding: 72px 64px;
}

#FAQ .right-section .title_1 span {
    font-family: "Rubik", sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #2B2B32;
}

#FAQ .right-section .title_1 {
    margin-bottom: 20px;
}

#FAQ .panel-default>.panel-heading,
#FAQ .panel {
    background: transparent;
    border: 0;
    box-shadow: none;
}

#FAQ .panel {
    margin-block: 20px;
}

#FAQ .panel .panel-heading a {
    font-family: "Rubik", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #2B2B32;
    display: flex;
    align-items: center;
    gap: 16px;
}

#FAQ .panel-collapse .panel-body {
    margin-left: 50px;
    border-top: 0;
}

#FAQ .panel-collapse .panel-body p {
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #343437;
}

#FAQ .faq-box {
    position: relative;
    width: 28px;
    height: 28px;
    border-radius: 50px;
    background: #FFD700;
    display: flex;
    flex: 0 0 28px;
    justify-content: center;
    align-items: center;
}

#FAQ .faq-box::before {
    content: '+';
    inset: 0;
    font-size: 24px;
    font-weight: 500;
    transition: 0.3s all;
}

#FAQ .panel:has(.show.in) .faq-box::before {
    content: '-';
}

@media (max-width: 767px) {
    #FAQ h1 {
        font-size: 42px;
    }

    #FAQ .right-section {
        padding: 20px;
    }

    #FAQ .right-section .title_1 span {
        font-size: 32px;
    }

    #FAQ .panel {
        margin-block: 10px;
    }

    #FAQ .panel .panel-heading {
        padding-inline: 0;
    }

    #FAQ .panel .panel-heading a {
        font-size: 18px;
    }

    #FAQ .panel-collapse .panel-body p {
        font-size: 14px;
    }

    #FAQ .panel-collapse .panel-body {
        margin-left: 0px;
    }
}

.main-banner .swiper-slide img.banner-side {
    border-radius: 0px;
}

.main-banner .swiper-slide:has(.banner-side) .hero-btns__Container {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    margin-inline: auto;
}

.latest_game_winners_slider_sec {
    display: none;
}

.hero-btns__Container #signbtn {
    background: linear-gradient(180deg, #FFAE54 20.88%, #FDF7DD 100%);
    box-shadow: none;
    font-weight: 500;
    border-radius: 8px;
    color: #000;
}

.hero-btns__Container #loginbutton {
    border-radius: 8px;
    color: #fff !important;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(12.5px);
}

.main-banner .swiper-slide:has(.banner-side) .hero-btns__Container a {
    padding: 22px 48px;
    border-radius: 8px;
    font-size: 18px;
    font-family: "Rubik", sans-serif;
    margin-left: 10px;
    text-transform: capitalize;
}


.game-list-dropdown {
    display: none;
}

@media (max-width: 768px) {

    ul.submenu_list li.active a {
        margin-bottom: 12px;
        margin-top: 6px;
    }

    ul.submenu_list li a {
        margin-bottom: 12px;
        margin-top: 6px;
    }

    .games-title {
        font-size: 30px !important;
        padding: 0px 5px;
        margin-bottom: 0px;
        margin-top: 10px;
    }

    .game-list-dropdown {
        display: block;
    }

    .latest_game_winners_slider_sec {
        display: block;
    }

    .main-banner .swiper-slide:has(.banner-side) .hero-btns__Container {
        bottom: 10%;
    }

    .main-banner .swiper-slide:has(.banner-side) .hero-btns__Container a {
        padding: 10px 48px;
        margin-inline: auto;
    }
}


/****
** Inner Pages New Design V1.01
****/
.blog_detail_wrap .container .st_blog_detail {
    background: #FFFFFF33;
    border: 1px solid #FFFFFF;
    border-radius: 32px;
    padding: 72px 64px;
}

.blog_detail_wrap .container .st_featured_thumb {
    border: none;
}

.blog_detail_wrap .container .st_featured_thumb figure {
    height: 350px;
    margin-bottom: 30px;
}

.blog_detail_wrap .container .st_featured_thumb figure img {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}

.blog_detail_wrap .st_hd1 {
    background: transparent;
    margin-bottom: 50px;
}

.blog_detail_wrap .st_hd1 span {
    font-family: "Rubik", sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: #2B2B32;
    padding: 0;
}

.blog_detail_wrap .text_2 {
    padding: 0;
}

.blog_detail_wrap .st_blog_detail_thumb .st_featured_thumb .text_2 :is(h6, h4, h5) {
    font-family: "Rubik", sans-serif;
    font-size: 27px;
    font-weight: 500;
    color: #343437;
    margin-bottom: 5px !important;
}

.blog_detail_wrap .st_blog_detail_thumb .st_featured_thumb .text_2 :is(h6, h4, h5):not(:first-child) {
    margin-top: 10px;
    float: left;
    width: 100%;
}

.blog_detail_wrap .text_2 p {
    font-size: 18px;
}

/**
** inner banner v 0.1
**/
.inner_bannerv1 .blog_detail_wrap h1 {
    margin-bottom: 66px;
}

.inner_bannerv1 .text_2 p {
    float: none;
}

.inner_bannerv1 .blog_detail_wrap .container .st_blog_detail {
    padding: 48px;
}

.inner_bannerv1 .blog_detail_wrap .container .st_blog_detail:not(:first-child) {
    margin-top: 72px;
}

.inner_bannerv1 .blog_detail_wrap .st_blog_detail_thumb .st_featured_thumb .text_2 h4 {
    font-size: 53px;
    font-weight: 500;
    margin-top: 0;
}

.inner_bannerv1 .blog_detail_wrap .container .st_featured_thumb {
    margin-bottom: 0;
}

.inner_bannerv1 .list_meta li {
    display: flex;
    align-items: center;
    column-gap: 16px;
}

.inner_bannerv1 .list_meta li::before {
    display: none;
}

.inner_bannerv1 .list_meta li em {
    font-size: 18px;
}

.st_blog_cards {
    position: relative;
    width: 100%;
    display: flex;
    gap: 17px;
    margin-block: 55px 40px;
}

.st_blog_cards .st_blog_card {
    width: 33.33%;
    background: #FFFFFF2B;
    padding: 40px 32px 32px;
    box-shadow: 4px 5px 32px 0px #EBE7E5E8;
    border-radius: 16px;
}

.st_blog_card .st_blog_card-head,
.st_blog_card .st_blog_card-head-logos {
    display: flex;
    align-items: center;
}

.st_blog_card .st_blog_card-head h5 {
    font-size: 28px !important;
    font-weight: 600 !important;
    color: #FFD700 !important;
    margin-bottom: 0 !important;
}

.st_blog_card .st_blog_card-head-logos {
    column-gap: 8px;
    margin-left: 24px;
}

.st_blog_card .st_blog_card-head-logos div {
    padding: 8px;
    width: 40px;
    height: 40px;
    border: 1px solid #E0D5CE;
    border-radius: 5px;
}

.st_blog_card .st_blog_card-body {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.st_blog_card .st_blog_card-body>p {
    margin-block: 40px 25px;
    font-size: 18px;
    min-height: 24px;
}

.st_blog_card .st_blog_card-body p:last-child {
    margin-bottom: 0;
}

.st_blog_card .st_blog_card-body .st_blog_card-body-flex {
    display: flex;
    gap: 70px;
}

.st_blog_card-body .st_blog_card-body-flex span {
    background-color: transparent;
    margin-top: 16px;
}

.st_blog_card-body-info {
    display: flex;
    align-items: center;
    column-gap: 8px;
    font-size: 18px;
    font-weight: 400;
    margin-top: 37px;
    color: #FFD700;
}

.inner_bannerv1 .stb_grid-cards {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 32px;
    grid-row-gap: 32px;
    margin-block: 47px 0;
}

.inner_bannerv1 .stb_grid-cards .stb_grid-card:nth-child(1) {
    grid-column: 1 / 6;
}

.inner_bannerv1 .stb_grid-cards .stb_grid-card:nth-child(2) {
    grid-column: 6 / 12;
}

.inner_bannerv1 .stb_grid-cards .stb_grid-card:nth-child(3) {
    grid-column: 1 / 12;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
}

.inner_bannerv1 .stb_grid-cards .stb_grid-card:nth-child(3) .stb-grid-card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.inner_bannerv1 .stb_grid-cards .stb_grid-card h5 {
    font-size: 34px !important;
    font-weight: 700 !important;
}

.inner_bannerv1 .stb_grid-cards .stb_grid-card p {
    margin-top: 16px;
}

.inner_bannerv1 .stb_grid-cards .stb_grid-card .stb_grid_card-btn {
    width: fit-content;
    padding: 17px 23px;
    font-size: 18px;
    font-weight: 500;
    background: #FFD700;
    color: #2E3A59;
    border-radius: 8px;
    transition: 0.3s all;
}

.inner_bannerv1 .stb_grid-card .stb_grid_card-btn:is(:hover, :focus) {
    background: #ecd349;
}

.inner_bannerv1 .stb_grid-cards .stb_grid-card p {
    min-height: 50px;
    margin-bottom: 27px;
}

.inner_bannerv1 .stb_grid-cards .stb_grid-card:nth-child(1) .stb_grid-card-images,
.inner_bannerv1 .stb_grid-cards .stb_grid-card:nth-child(2) .stb_grid-card-images {
    display: flex;
    column-gap: 30px;
}

.inner_bannerv1 .stb_grid-cards .stb_grid-card .stb_grid-card-image {
    display: flex;
    flex-direction: column;
}

.inner_bannerv1 .stb_grid-cards .stb_grid-card .stb_grid-card-image span {
    background: transparent;
    color: #ABABAB;
}

.inner_bannerv1 .stb_grid-cards .stb_grid-card {
    background: #FFFFFF2B;
    padding: 40px 32px 32px;
    box-shadow: 4px 5px 32px 0px #EBE7E5E8;
    border-radius: 16px;
}

.inner_bannerv1 .notes {
    padding: 78px 78px 40px;
    border: 0;
}

.inner_bannerv1 .notes h4 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 24px;
}

@media (max-width: 1200px) {
    .st_blog_cards .st_blog_card {
        width: 50%;
    }

    .inner_bannerv1 .stb_grid-cards .stb_grid-card:nth-child(1) {
        grid-column: 1 / 7;
    }

    .inner_bannerv1 .stb_grid-cards .stb_grid-card:nth-child(2) {
        grid-column: 7 / 13;
    }

    .inner_bannerv1 .stb_grid-cards .stb_grid-card:nth-child(3) {
        grid-column: 1 / 13;
    }
}

@media (max-width: 768px) {
    .logo-main1 img {
        width: auto;
    }

    .inner_bannerv1 .blog_detail_wrap h1 {
        margin-bottom: 46px;
    }

    .blog_detail_wrap .st_hd1 span {
        font-size: 22px;
    }

    .inner_bannerv1 .blog_detail_wrap .container .st_blog_detail {
        padding: 0;
        border: 0;
        background: transparent;
    }

    .inner_bannerv1 .blog_detail_wrap .container .st_blog_detail:not(:first-child) {
        margin-top: 16px;
    }

    .inner_bannerv1 .blog_detail_wrap .st_blog_detail_thumb .st_featured_thumb .text_2 h4 {
        font-size: 24px;
    }

    .st_blog_detail_thumb .st_featured_thumb .text_2 p,
    .inner_bannerv1 .list_meta li em {
        font-size: 13px;
        line-height: 14px;
    }

    .st_blog_cards {
        flex-direction: column;
        margin-block: 24px 10px;
    }

    .st_blog_cards .st_blog_card {
        width: 100%;
    }

    .inner_bannerv1 .list_meta li {
        padding-left: 0;
        align-items: start;
    }

    .inner_bannerv1 .list_meta li img {
        width: 14px;
        height: 14px;
    }

    .inner_bannerv1 .stb_grid-card {
        padding: 32px;
    }

    .inner_bannerv1 .stb_grid-cards,
    .inner_bannerv1 .stb_grid-cards .stb_grid-card:nth-child(3) {
        display: flex;
        flex-direction: column;
    }

    .stb_grid-card-images {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .inner_bannerv1 .notes {
        padding-inline: 0;
    }

    .inner_bannerv1 .stb_grid-cards .stb_grid-card .stb_grid_card-btn {
        margin-bottom: 20px;
        font-size: 12px;
        padding: 10px 20px;
    }

    .inner_bannerv1 .notes h4,
    .inner_bannerv1 .st_blog_detail_thumb .st_featured_thumb .text_2 h6 {
        font-size: 20px;
    }

    .inner_bannerv1 .st_blog_card-body .st_blog_card-body-flex span,
    .inner_bannerv1 .st_blog_cards .st_blog_card p {
        font-size: 12px;
    }

    .st_blog_card .st_blog_card-head h5 {
        font-size: 22px !important;
    }

    .st_blog_card .st_blog_card-head-logos div {
        width: 32px;
        height: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/**VIP PAGE**/
.vip-page .jackpot h1 {
    font-size: 67px;
    font-weight: 700;
    color: #F3F3F3;
}

.vip-page .jackpot p {
    font-size: 20px;
    font-weight: 600;
    color: #DDD;
    text-align: center;
}

.vip-page .jackpot .image-2302-parent img {
    width: 540px;
}

.vip-page .st_hd1 span {
    text-transform: none;
}

.vip-page .vip-tabs-wrapper {
    margin-block: 80px;
    display: flex;
    flex-direction: column;
}

.vip-page .vip-tabs-wrapper .nav-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-bottom: 0;
    background: rgb(255 255 255 / 20%);
    border-radius: 16px;
    padding: 10px;
}

.vip-page .vip-tabs-wrapper .nav-tabs::before,
.vip-page .vip-tabs-wrapper .nav-tabs::after {
    display: none;
}

.vip-page .vip-tabs-wrapper .nav-tabs li {
    float: none;
}

.vip-page .vip-tabs-wrapper .nav-tabs li button {
    background: transparent;
    color: #2E3A59;
    font-size: 18px;
    font-weight: 500;
    padding: 28px;
    border-radius: 8px;
    width: 100%;
    text-transform: uppercase;
}

.vip-page .vip-tabs-wrapper .nav-tabs li button.active {
    background: #DB2234;
    color: #fff;
}

.vip-page .vip-tabs-wrapper .st_featured_thumb {
    padding-top: 0;
}

@media (max-width: 768px) {
    .vip-page .jackpot h1 {
        font-size: 27px;
    }

    .vip-page .jackpot p {
        font-size: 14px;
    }

    .vip-page .st_hd1 {
        margin-block: 20px;
    }

    .vip-page .jackpot {
        margin-top: 0;
    }

    .vip-page>.blog_detail_wrap {
        padding-top: 0;
    }

    .vip-page .vip-tabs-wrapper .nav-tabs li button {
        font-size: 10px;
        padding: 12px;
    }

    .vip-page .st_blog_detail {
        margin-block: 20px;
    }

    .blog_detail_wrap .st_blog_detail_thumb .st_featured_thumb .text_2 :is(h6, h4, h5) {
        font-size: 24px;
    }

    .vip-page .blog_detail_wrap .container .st_blog_detail {
        padding: 30px 20px;
    }
}

/*Promotions Page*/
#promotions-page .st_hd1 {
    background: transparent;
    margin-block: 50px 20px;
}

#promotions-page .st_hd1 span {
    color: #343437;
    font-size: 38px;
    font-weight: 500;
}

#promotions-page .sal__tabs .sal__tabs__container {
    background: #121C2B;
    border: 1.31px solid #F5EEE8;
    border-radius: 14px;
    height: auto;
    padding: 10px 8px;
    gap: 6px;
}

#promotions-page .sal__tabs .sal__tabs__container .sal__tab {
    padding: 10px 14px;
    color: #807B61;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    text-transform: capitalize;
    display: flex;
    gap: 8px;
}

#promotions-page .sal__tabs .sal__tabs__container .sal__tab-active {
    background: #ffbe00;
    color: #2E3A59;
}

#promotions-page .sat_content_wrap {
    margin-top: 56px;
}

#promotions-page .sat_content_wrap .sal_promotion {
    display: flex;
    flex-direction: column;
}

.prom-cards {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 54px;
}

.prom-cards .promo-cards__card {
    padding: 73px 32px;
    background: #4E098A;
    color: #fff;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.prom-cards .promo-cards__card .promo-cards__card-content {
    position: relative;
    max-width: 275px;
    display: flex;
    flex-direction: column;
    align-items: start;
    z-index: 2;
}

.prom-cards .promo-cards__card .promo-cards__card-content * {
    color: #fff;
}

.prom-cards .promo-cards__card .promo-cards__card-content h3 {
    font-size: 42px;
    font-weight: 700;
    margin-block: 8px 18px;
}

.promo-cards__card-content__btnContainer {
    display: flex;
    margin-inline: -8px;
}

.promo-cards__card-content__btnContainer a {
    margin-inline: 8px;
    font-size: 18px;
    font-weight: 500;
    padding: 14px 16px;
    border-radius: 8px;
    background: #000000;
    color: #fff;
    transition: 0.3s all;
}

.promo-cards__card-content__btnContainer a.info-btn {
    display: none;
}

#promotions-page .promo-cards__card-content__btnContainer a.active-btn {
    background: linear-gradient(180deg, #FFAE54 20.88%, #FDF7DD 100%);
    color: #000;
}

.promo-cards__card-content__btnContainer a:hover {
    opacity: 0.8;
}

.prom-cards .promo-cards__card img {
    position: absolute;
    right: 0;
    inset-block: 0;
    opacity: 0.7;
    z-index: 1;
}

#promotions-page .text_2 {
    position: relative;
    border: 0;
    overflow: hidden;
}

#promotions-page .text_2:has(+.see-more)::after {
    content: '';
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(360deg, #F5EEE8 31.63%, rgba(245, 238, 232, 0.83) 79.7%);
}

#promotions-page .text_2:has(+.see-more) {
    height: 290px;
}

#promotions-page .see-more {
    margin-inline: auto;
    text-align: center;
    background: #FFFFFF40;
    color: #2B2B32;
    border: 1px solid #FFFFFFB0;
    border-radius: 4px;
    padding: 14px;
    font-size: 18px;
    font-weight: 500;
    transition: 0.3s all;
}

#promotions-page .see-more:hover {
    background: #fff;
}

#promotions-page .text_2 h3 {
    font-size: 43px;
    font-weight: 500;
}

#promotions-page .text_2 p {
    font-size: 18px;
}

#promotions-page .text_2 h4 {
    font-size: 27px;
    font-weight: 500;
}

#promotions-page .text_2 h4 {
    margin-block: 32px 0px;
}

#promotions-page .text_2 h4+p {
    margin-bottom: 32px;
}

#promotions-page .text_2:has(.seemore-btn) {
    height: 294px;
    position: relative;
    overflow: hidden;
}

#promotions-page .text_2:has(.seemore-btn)::after {
    content: '';
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    width: 100%;
    height: 100%;

    background: linear-gradient(0deg, #F5EEE8 0%, rgba(245, 238, 232, 0.83) 79.7%);
}

@media (max-width: 768px) {
    #promotions-page .jackpot {
        margin-top: 0;
    }

    #promotions-page .jackpot .owl-silder {
        display: flex !important;
    }

    #promotions-page .st_hd1 span {
        font-size: 24px;
    }

    #promotions-page .sal__tabs .sal__tabs__container {
        display: ruby;
    }

    #promotions-page .sal__tabs .sal__tabs__container .sal__tab {
        font-size: 14px;
    }

    #promotions-page .sal__tabs .sal__tabs__container::-webkit-scrollbar {
        height: 0;
    }

    #promotions-page .sat_content_wrap {
        margin-top: 0;
    }

    #promotions-page .sal_promotion {
        padding-inline: 20px;
    }

    #promotions-page .sat_content_wrap section>.container {
        display: flex;
    }

    .prom-cards {
        flex-direction: column;
        margin-bottom: 24px;
    }

    .prom-cards .promo-cards__card {
        padding: 44px 32px;
    }

    #promotions-page .text_2 {
        padding: 32px;
    }

    #promotions-page .text_2 h3 {
        font-size: 24px;
    }

    #promotions-page .text_2 h4 {
        font-size: 14px;
    }

    #promotions-page .text_2 p {
        font-size: 14px;
    }

    .blog_detail_wrap .container .st_blog_detail {
        padding: 24px 17px;
    }

    .st_blog_detail_thumb .st_featured_thumb .text_2 ul :is(li, em) {
        font-size: 13px !important;
        line-height: 23px;
        float: left;
        width: 100%;
        padding-right: 30px;
    }
}

.logsign-modal {
    overflow-y: scroll;
}

.logsign-modal::-webkit-scrollbar {
    width: 0;
}

/* nav search bar  */

.header-search-wrapper {
    /*float: right;
      position: relative;*/
    position: absolute;
    margin-left: 73%;
}

.search-main {
    display: block;
    line-height: 50px;
    padding: 1px 21px;
    cursor: pointer;
    color: #fff;
    background: #eee0e7;
    border: 1px solid #fff;
    border-radius: 10px;
}

.fa-clr {
    color: #000;
}

.header-search-wrapper .search-form-main {
    background: #f7f1ed none repeat scroll 0 0;
    -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, .15);
    box-shadow: 1px 1px 7px rgba(0, 0, 0, .15);
    border-top: 2px solid #408c40;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 124%;
    width: 370px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
}

.search-form-main.active-search {
    opacity: 1;
    visibility: visible;
}

.header-search-wrapper .search-form-main {
    border-top-color: #f4ece8
}

.header-search-wrapper .search-form-main:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #408c40;
    content: "";
    position: absolute;
    right: 15px;
    top: -10px;
}

.header-search-wrapper .search-form-main:before {
    border-bottom-color: #f4ece8
}

.header-search-wrapper .search-form-main .search-field {
    border-radius: 0;
    padding: 8px 8px;
    width: 100%;
    float: left;
    border-radius: 8px;
    /* border: 1px solid #565656; */
    background: transparent;
    color: #2B2B32;
}

.header-search-wrapper .search-form-main .search-submit {
    border: medium none;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    float: left;
    padding: 8px 0 21px;
    width: 77%;
    height: 35px;
    background: #eee0e7;
    text-align: center;
    cursor: pointer;
}

/* nav search bar  */

.panel>.panel-collapse[aria-expanded=false] .panel-body {
    display: none;
}

#FAQ .panel-title a[aria-expanded="true"] .faq-box::before {
    content: '-';
}

.st_blog_detail_thumb .st_featured_thumb .text_2 ul :is(li, em) {
    font-size: 18px;
}

#topbigwin-slider,
#topwin-slider {
    border-radius: 0;
}


/* 21-05-2024 login otp css */
.login-otp-num {
    width: 70%;
}

.login-otp-verify-message {
    position: absolute;
    font-size: .85em !important;
    bottom: 0px;
    margin-bottom: 0;
    text-align: left;
    width: 100%;
    position: relative;
    font-weight: normal !important;
}

.login-send_otp_div {
    width: 50%;
}

.login-empty_send_otp_text_div {
    width: 50%;
}

.login-mob-no-div {
    width: 100%;
}

.login-otp-header-div {
    width: 100%;
    display: flex;
}

.login-mob-no-div .login-mob-no-input-box {
    width: 75%;
}

.login-mob-no-div .login-verify-btn-div {
    width: 25%;
    display: flex;
    justify-content: end;
}

.login-mob-no-div .login-verify-btn-div .login-otp_btn {
    margin-top: 0;
    width: 112px !important;
    margin-left: auto;
    border-radius: 7px;
    font-size: 12px;
    padding: 14px 20px 14px;
    cursor: pointer;
}

.login-otp-header-div .login-otp-input-box {
    width: 55%
}

.login-otp-header-div .login-verify-resend-btn-div {
    width: 45%;
    display: flex;
    justify-content: end;
}


#login_send_otp_verification .input-width {
    width: 100% !important;
}

/*#send_otp_verification .input-width div:empty{
	display: none;
}*/

#login_send_otp_verification .input-width button span,
#login_send_resend_otp_verification .input-width button span {
    color: #000;
}

#login_send_resend_otp_verification .input-width .otp-num {
    display: flex;
    align-items: center;
}

#login_send_resend_otp_verification .input-width {
    width: 100% !important;
    justify-content: center;
    gap: 5px;
}

#login_send_resend_otp_verification .input-width .phone-code {
    width: fit-content;
}

@media screen and (max-width:575px) {
    .login-otp-header-div {
        display: block;
    }

    .login-mob-no-div .login-mob-no-input-box {
        width: 100%;
    }

    .login-mob-no-div .login-verify-btn-div {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .login-mob-no-div .login-verify-btn-div .login-otp_btn {
        margin-top: 1rem;
    }

    .login-otp-header-div .login-otp-input-box {
        width: 100%;
    }

    .login-otp-header-div .login-verify-resend-btn-div {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 1rem;
    }
}

@media screen and (min-width:576px) and (max-width:991px) {
    .login-mob-no-div .login-mob-no-input-box {
        width: 80%;
    }

    .login-mob-no-div .login-verify-btn-div {
        width: 20%;
    }

    .login-otp-header-div .login-otp-input-box {
        width: 60%
    }

    .login-otp-header-div .login-verify-resend-btn-div {
        width: 40%;
    }
}

.login-error-mn {
    position: absolute;
    font-size: .85em;
    color: #eb1717;
    bottom: -28px;
    margin-bottom: 0;
    text-align: left;
    width: 78%;
}

/* 21-05-2024 login otp css */

.logsign-modal .logsign-box .verify-otp-btn {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 12px;
}

ul.submenu_list li.active a {
    border-right: 0;
    border-radius: 10.445px;
    background: #DB2234;
    color: #FFF;
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;

    margin-bottom: 25px;
    margin-top: 8px;
}

ul.submenu_list li.active a::after {
    content: '';
    position: absolute;
    left: 42%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #DB2234;
    clear: both;
}

.games-title {
    color: #2B2B32;
    font-family: Rubik;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

.download-area-bottom .single-download-box .game-name.boxed-btn a {
    font-weight: 500;
}

/****
** Dashboard My Profile
****/
.tab-bonus {
    column-gap: 10px;
    padding-inline: 15px;
}

.tab-bonus .tablinksmyprofile {
    width: auto;
    padding: 17px 26px;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
}

.tab-bonus .tablinksmyprofile.active {
    background: #000000;
    color: #fff;
    border-color: #000;
    font-weight: 500;
}

.tabcontenttablinksprofile {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 15px;
    margin-top: -23px;
    padding: 35px 15px 15px;
}

.tabcontenttablinksprofile .px-0 {
    padding-inline: 0;
}

.tabcontenttablinksprofile .team_schedule_page {
    padding: 0;
}

.tabcontenttablinksprofile .team_schedule_page>.container>div {
    padding-left: 0;
}

.tabcontenttablinksprofile#Account_Verification :is(p, ul li) {
    color: #343437;
}

.tabcontenttablinksprofile#Account_Verification :is(.proof-of-id, .credit-card, .proof-of-address) {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    min-height: 530px;
    height: auto;
}

.tabcontenttablinksprofile :is(.st_hd1, .st_featured_thumb) {
    background: transparent;
    border: 0;
}

.tabcontenttablinksprofile .st_featured_thumb {
    margin: 0;
}

.tabcontenttablinksprofile .st_featured_thumb .col-md-12 {
    padding-inline: 0;
}

.tabcontenttablinksprofile .st_hd1 {
    margin-block: 0px 20px;
}

.tabcontenttablinksprofile .st_hd1 span {
    font-size: 18px;
    font-weight: 500;
    color: #282828;
    text-align: left;
    padding: 0;
}

.tabcontenttablinksprofile form .submit-sec {
    margin-bottom: 0;
}

.tabcontenttablinksprofile form .submit-sec button {
    background: #0C6DC6;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 53px;
}

.tabcontenttablinksprofile form .input_dec input,
.tabcontenttablinksprofile form .select_dec select {
    border: 0;
    outline: 0;
    padding: 0;
    min-height: 10px;
    height: auto;
    font-size: 14px;
    font-weight: 500;

}

.tabcontenttablinksprofile form .input_dec input::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #282828;
}

.tabcontenttablinksprofile form :is(.input_dec, .select_dec) {
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    padding: 12px 18px;
}

.tabcontenttablinksprofile form .field_label {
    position: relative;
    inset: 0;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    color: #7A7A7A;
}

.tabcontenttablinksprofile .withdraw_section .container {
    display: flex;
}

.tabcontenttablinksprofile .withdraw_section .st_overview_nav {
    max-width: 149px;
}

.tabcontenttablinksprofile .withdraw_section .st_overview_nav ul {
    display: flex;
    flex-direction: column;
}

.tabcontenttablinksprofile .withdraw_section .st_overview_nav ul li {
    margin-bottom: 14px;
}

.tabcontenttablinksprofile .withdraw_section .st_overview_nav ul li:last-child {
    margin-bottom: 0;
}

.tabcontenttablinksprofile .withdraw_section .st_overview_nav ul li a {
    padding: 17px;
    background: #F4F4F4;
    border: 0;
    border-radius: 10px 0 0 10px;
}

.tabcontenttablinksprofile .withdraw_section .st_overview_nav ul li a span {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.tabcontenttablinksprofile .withdraw_section .st_overview_nav ul li.active a {
    background: #DB2234;
}

.tabcontenttablinksprofile .withdraw_section .st_overview_nav ul li.active a span {
    color: #fff;
    font-weight: 500;
}

.tabcontenttablinksprofile .withdraw_section .tab-content {
    border: 1px solid #EBEBEB;
    margin-left: -2px;
}

.tabcontenttablinksprofile .col-md-12:has(>.refer_link) {
    padding: 17px;
    border: 1px solid #E4E4E4;
    border-radius: 5px;
}

.tabcontenttablinksprofile .col-md-12>.refer_link {
    font-size: 12px;
    font-weight: 400;
    color: #7A7A7A;
}

.tabcontenttablinksprofile .col-md-12:has(>.refer_link)>.row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tabcontenttablinksprofile .col-md-12:has(>.refer_link)>.row::before,
.tabcontenttablinksprofile .col-md-12:has(>.refer_link)>.row::after {
    display: none;
}

.tabcontenttablinksprofile .col-md-12:has(>.refer_link) .input_dec {
    margin-bottom: 0;
    width: 100%;
}

.tabcontenttablinksprofile .col-md-12:has(>.refer_link) input {
    padding: 0;
    display: block;
    min-height: auto;
    width: 100%;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    color: #282828;
}

.tabcontenttablinksprofile .col-md-12:has(>.refer_link) :is(.date-search-1, .form-group) {
    padding: 0;
    margin: 0;
}

.tabcontenttablinksprofile .col-md-12:has(>.refer_link) .submit-btn {
    background: #F5F5F5;
    padding: 10px 34px;
    font-size: 12px;
    font-weight: 500;
}

.tabcontenttablinksprofile .col-md-12:has(>.refer_link) .date-search-1 .form-group {
    display: flex;
    justify-content: flex-end;
    margin-right: 17px;
}

.tabcontenttablinksprofile :is(input#user-password-current, input#user-password-new, input#user-password-newc) {
    border: 0;
    padding: 0 !important;
    min-height: 10px !important;
}

.tabcontenttablinksprofile#My_Messages .search_tab input {
    font-size: 12px;
    color: #000;
    width: 100%;
}

.tabcontenttablinksprofile#My_Messages table {

    border-collapse: separate;
    border-spacing: 0;
}

/*.tabcontenttablinksprofile#My_Messages table td, table th {
    border: 1px solid #E4E4E4;
}
*/
/*.tabcontenttablinksprofile#My_Messages table tr td {
    border-right: 0;
}*/

/*.tabcontenttablinksprofile#My_Messages table tr:last-child td {
    border-bottom: 0;
}
*/
/*.tabcontenttablinksprofile#My_Messages table tr td:first-child,
.tabcontenttablinksprofile#My_Messages table tr th:first-child {
    border-left: 0;
}*/

/*.tabcontenttablinksprofile#My_Messages table tr td{
    border-top: 0;
}*/
table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting {
    padding-right: 30px;
    border: 1px solid #E4E4E4 !important;
    /* border-bottom: unset !important; */
}

table.dataTable thead td:last-child,
table.dataTable thead th:last-child,
table.dataTable.display tbody td:last-child {
    border: 1px solid #E4E4E4 !important;
    /* border-top: unset !important; */
}

.sorting_asc {
    border-top-left-radius: 5px;
}

.dataTables_scroll table thead tr th:last-child {
    border-top-right-radius: 5px;
}

.dataTables_empty {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.tabcontenttablinksprofile .tab-content {
    width: 100%;
    padding-block: 15px;
}

.tabcontenttablinksprofile .form-control {
    box-shadow: none;
}

.tabcontenttablinksprofile li {
    padding-left: 20px;
}

.tabcontenttablinksprofile li::before {
    background-color: #000;
    width: 4px;
    height: 4px;
    top: 15px;
}

.tabcontenttablinksprofile li em {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}

.tabcontenttablinksprofile#Account_Verification .submit-sec {
    clear: none;
    float: none;
}

.tabcontenttablinksprofile#Account_Verification .submit-sec button {
    background: #0C6DC6;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 53px;
}

.tabcontenttablinksprofile #communication-new #comms_submit .col-md-12 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.tabcontenttablinksprofile #communication-new .radio_style2 {
    max-width: 620px;
    padding: 0;
    margin-block: 20px;
    border: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

.tabcontenttablinksprofile #communication-new .radio_style2 .radio_dec {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    border: 1px solid #CFCFCF;
    border-radius: 5px;
    padding: 15px;
    margin: 0;
}

.tabcontenttablinksprofile #communication-new .radio_style2 .radio_dec span:not(.radio) {
    font-size: 14px;
    font-weight: 400;
    color: #343437;
}

/* Style the custom checkbox */
.tabcontenttablinksprofile #communication-new .radio_style2 .radio-value {
    margin: 0 0 0 6px;
    display: inline-block;
    width: 17px;
    height: 17px;
    background-color: #f0f0f0;
    border: 2px solid #ccc;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s;
    box-shadow: none;
}

/* Create the tick mark */
.tabcontenttablinksprofile #communication-new .radio_style2 .radio-value::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0;
    transition: opacity 0.3s;
}

/* Show the tick mark when the checkbox is checked */
.tabcontenttablinksprofile #communication-new .radio_style2 input[type="checkbox"]:checked+.radio-value::after {
    opacity: 1;
}

/* Change background color when checked */
.tabcontenttablinksprofile #communication-new .radio_style2 input[type="checkbox"]:checked+.radio-value {
    background-color: #007bff;
    border-color: #007bff;
}

/********************************/

.tab-pane:is(#timeouts-new, #deactivate-new, #chngepwd-new, #manage-2fa) :is(#time_out, #change_password, #deactivate_form, #manage-2fa) {
    display: flex;
    justify-content: center;
}

.tab-pane:is(#timeouts-new, #deactivate-new, #chngepwd-new) :is(#time_out, #change_password, #deactivate_form)>.col-md-12 {
    max-width: 536px;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tab-pane:is(#timeouts-new, #deactivate-new, #chngepwd-new) :is(#time_out, #change_password, #deactivate_form)>.col-md-12 div {
    width: 100%;
    float: left;
}

.tab-pane:is(#timeouts-new, #deactivate-new, #chngepwd-new) .timesout_check_bx {
    justify-content: center;
}

.tab-pane:is(#timeouts-new, #deactivate-new, #chngepwd-new) ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tab-pane:is(#timeouts-new, #deactivate-new, #chngepwd-new) ul li {
    text-align: left;
    width: 100%;
    margin-left: 10px;
    font-size: 14px;
}

.tab-pane:is(#timeouts-new, #deactivate-new, #chngepwd-new) ul li em {
    font-size: 14px;
}

.tab-pane .timesout_check_bx+div {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

div#logout_popup .login-div {
    padding: 10px 10px 15px 10px;
    display: none !important;
}

.tabcontenttablinksprofile .submit-btn {
    background: #0C6DC6;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 53px;
}

.tabcontenttablinksprofile .col-md-12:has(>.refer_link) .submit-btn {
    color: #000 !important;
}

@media (max-width: 768px) {
    .tab-bonus-main {
        display: flex;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        height: auto;
        background: transparent;
    }

    .tab-bonus-main::-webkit-scrollbar {
        height: 0;
    }

    .tab-bonus-main button.tablinksbonusmain {
        display: inline-block;
        padding: 8px 12px;
        font-size: 12px;
    }

    .tabcontenttablinksprofile form .input_dec input::placeholder,
    .tabcontenttablinksprofile form .select_dec select::placeholder {
        color: #9e9d9d;
    }

    #MyProfile .tab-bonus {
        display: flex;
        white-space: nowrap;
        overflow-x: scroll;
        scrollbar-width: none;


    }

    .tab-bonus .tablinksmyprofile {
        display: inline-block;
        padding: 8px 12px;
        font-size: 12px;
    }

    .tabcontenttablinksprofile .col-12 {
        padding-inline: 0;
    }

    .tabcontenttablinksprofile .withdraw_section .container {
        flex-direction: column;
    }

    .tabcontenttablinksprofile .withdraw_section .st_overview_nav {
        max-width: 100%;
        margin-bottom: 0;
    }

    .tabcontenttablinksprofile .withdraw_section .st_overview_nav ul {
        display: flex;
        flex-direction: row;
        gap: 8px;
        white-space: nowrap;
        overflow-x: scroll;
        min-height: auto;
        scrollbar-width: none;
    }

    .tabcontenttablinksprofile .withdraw_section .st_overview_nav ul :is(li, li a) {
        display: inline-block;
        min-height: auto;
        height: auto;
    }

    .tabcontenttablinksprofile .withdraw_section .tab-content {
        margin-left: 0;
        padding-top: 0;
        border: 0;
    }

    .tabcontenttablinksprofile .st_featured_thumb {
        width: 100%;
    }

    .tabcontenttablinksprofile .withdraw_section .st_overview_nav ul::-webkit-scrollbar {
        height: 0;
    }

    .tabcontenttablinksprofile .withdraw_section .st_overview_nav ul li a {
        border-radius: 10px;
        padding: 8px 12px;
        font-size: 12px;
    }

    .tabcontenttablinksprofile #communication-new .radio_style2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    #Refer_A_Friend.tabcontenttablinksprofile .st_featured_thumb .text_wrper * {
        text-align: center;
    }

    #Refer_A_Friend.tabcontenttablinksprofile .st_featured_thumb .text_wrper .row {
        flex-direction: column;
    }

    #Refer_A_Friend.tabcontenttablinksprofile .st_featured_thumb .text_wrper .row div {
        width: 100%;
    }

    #Refer_A_Friend.tabcontenttablinksprofile .st_featured_thumb .text_wrper .row input {
        height: 30px;
        margin-bottom: 10px;
    }

    #Refer_A_Friend.tabcontenttablinksprofile .st_featured_thumb .text_wrper .row .date-search-1 .form-group {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .startdate_lable {
        font-size: 12px;
        white-space: nowrap;
    }

    .right-section-header .login-reg-section {
        align-items: stretch
    }

    .search_tab :is(.input_dec, .start_dec) {
        margin-bottom: 0;
    }
}

.popup-content {
    margin-top: -72px;
}

.right-section-header .login-reg-section {
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}

.right-section-header .login-reg-section :is(.tens, .header_wallet) {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-section-header .login-reg-section .tens {
    padding-right: 30px;
    gap: 5px;
}

.right-section-header .login-reg-section .tens .tens_blk {
    display: flex;
    flex-direction: column;
}

.right-section-header .login-reg-section .header_wallet {
    padding: 10px 30px;
}

.right-section-header .login-reg-section .tens .header_username {
    font-size: 10px !important;
}

.right-section-header .login-reg-section .tens :is(.header_username, .hdr_blc22) {
    width: fit-content !important;
}

.right-section-header .login-reg-section .userdtls_hdr22 {
    width: 37px;
    height: 37px !important;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Mobile Layout fixes HK */

@media (max-width: 786px) {
    .right-section-header .login-reg-section .userdtls_hdr22 {
        padding: 5px !important;
    }

    .right-section-header .login-reg-section :is(.tens, .header_wallet) {
        width: auto;
        height: auto !important;
    }

    .tab-bonus {
        display: block;
        white-space: nowrap;
        overflow-x: scroll;
        padding-inline: 15px;
        scrollbar-width: none;
    }

    .tab-bonus :is(.tablinkshistory, .tablinksbonus, .tablinkscashier) {
        display: inline-block;
        padding: 8px 12px;
        margin-inline: 0;
        font-size: 12px;
        width: auto;
        height: auto;
        background: #fff;
        font-weight: 400;
        color: #000;
        border: 1px solid #EBEBEB;
        border-radius: 10px;
    }

    .menu_section_main22::-webkit-scrollbar,
    .tab-bonus::-webkit-scrollbar {
        height: 0;
        width: 0;
    }

    .menu_section_main22 ul li {
        margin-right: 10px !important;
    }

    body .tab-bonus-main .tablinksbonusmain {
        display: inline-block !important;
        padding: 8px 12px !important;
        font-size: 14px !important;
        height: auto !important;
        width: auto !important;
    }

    .main-bonuse-container>.container,
    .main-bonuse-container>.container .col-md-12 {
        padding-inline: 0 !important;
    }

    .tab-bonus-main {
        background: #bed4ea;
        border-radius: 0;
        padding: 5px;
    }

    .tabpanel .text_2 {
        margin-bottom: 20px;
    }

    .footer-links-add-new {
        position: relative;
        z-index: 999;
    }

    .st_blog_detail .st_hd1 {
        margin-bottom: 10px;
    }

    .st_blog_detail_thumb .st_featured_thumb .text_2 p {
        margin-bottom: 5px;
    }

    .st_blog_detail_thumb .st_featured_thumb .text_2 ul {
        padding-left: 25px !important;
    }

    .vip-page .blog_detail_wrap .container .st_blog_detail {
        margin-block: 0px !important;
    }

    #FAQ .content-page h1 {
        margin-block: 30px;
    }
}

/* Mobile Layout fixes HK ENDS */

.tab-bonus {
    white-space: nowrap;
    overflow-x: scroll;
    scrollbar-width: none;

}

.tab-bonus :is(.tablinksmyprofile, .tablinkshistory, .tablinksbonus, .tablinkscashier) {
    display: inline-block;
    padding: 8px 12px;
    margin-inline: 0;
    font-size: 12px;
    height: 45px;
    text-transform: capitalize;
}

#History .tab-bonus {
    padding-left: 0px;
}

@media (max-width: 977px) {
    .hk-topOverflow {
        margin-right: auto;
    }

    .hk-topOverflow .menu_section_main22::-webkit-scrollbar {
        height: 0;
        width: 0;
    }

    .hk-topOverflow li a {
        display: flex;
        white-space: nowrap;
        padding-inline: 8px;
    }

    .login-reg-section a {
        padding: 10px;
    }

    .right-section-header .login-reg-section :is(.tens, .header_wallet) {
        padding: 5px 6px;
    }

    .right-section-header .login-reg-section .tens {
        padding-right: 30px;
    }

    .login-reg-section a,
    .userdtls_hdr22 {
        margin-left: 5px;
    }

    .deposit_nav .st_overview_nav {
        width: auto;
    }

    .deposit_nav .st_overview_nav li img {
        width: auto;
    }

    .quick_amt.offline_amount.label2.active {
        background: #db2234;
        color: #fff;
    }

    .deposit_nav {
        justify-content: center;
    }
}

.tabcontenttablinkscashier .st_blog_detail {
    padding-inline: 0px;
}

@media (max-width: 996px) {
    .logsign-modal .modal-dialog {
        max-width: 800px;
    }

    .logsign-modal .modal-dialog .logsign-box .login-div {
        width: 100%;
    }
}

/* Dropdown Menu Anchor */
.userdtls_hdr22_dropdown {
    overflow: unset;
    /*  z-index: unset; */
}

.userdtls_hdr22_dropdown::before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    right: 15px;
    top: -8px;
    transform: rotate(47deg);
    background: linear-gradient(133deg, #ffffff 56%, transparent 60%);
    border: 1px solid #EBEBEB;
    border-right: 0;
    border-bottom: 0;
    z-index: -1;
}

@media (max-width: 430px) {

    .banner-mobile-sign-up {
        display: grid;
        grid-template-columns: 84px 130px 1fr;

    }

    .frame-wrapper13 {
        display: flex;
    }



    /* .banner-mobile-sign-up .frame-wrapper13{
        display: grid;
        grid-template-columns: 84px 130px 1fr;
    } */

    .banner-mobile-sign-up .frame-wrapper13 .group {
        position: relative;
        overflow: hidden;
        width: fit-content;
    }

    .frame-wrapper13 .group:has(.claim-now-wrapper) {
        display: none;
    }

    :is(#chngepwd-new, #deposit-new, #Setting) .input_dec:has(label[class^="error"]) {
        /*margin-bottom: 50px;*/
    }

    :is(#chngepwd-new, #deposit-new, #Setting) .input_dec:has(label[class^="error"]) label[class^="error"] {
        position: absolute !important;
        /*bottom: -50px;*/
        bottom: -11px;
    }
}

@media (max-width: 321px) {
    .frame-parent33 {
        padding-top: 180px !important;
    }

    .jackpot .b {
        font-size: 34px !important;
    }

    .redeem-your-welcome {
        padding: 10px 25px !important;
    }
}

/* game-popup-css */
#game_popup_modal .modal-dialog {
    margin: 10px auto;
    width: 98%;
    max-width: 98%;
    top: 0;
}

#game_popup_modal iframe#game-iframe-url {
    height: calc(100vh - 20px) !important;
    border: none !important;
}

#game_popup_modal {
    background: rgb(0 0 0 / 50%);
}

#game_popup_modal .popup-content {
    margin: 0;
}

#game_popup_modal .game-close {
    position: absolute;
    right: -5px;
    top: -5px;
}

/* 6/12/2024 */
.tab-bonus::-webkit-scrollbar {
    height: 0;
}

.deposit_nav ul[role="tablist"] {
    padding-left: 0;
}

.month_tab .label2.active {
    box-shadow: 0px 4px 9px 0px rgba(222, 222, 222, 0.47);
    background: linear-gradient(180deg, #FFAE54 20.88%, #FDF7DD 100%) !important;
    color: #000 !important;
}

.tab-pane:is(#timeouts-new, #deactivate-new, #chngepwd-new) ul li em {
    width: fit-content;
}

table.dataTable th {
    text-align: left;
}

#Bank_Information .team_schedule_page .select_dec,
#Setting .team_schedule_page .select_dec {
    margin-top: 0;
}

@media (max-width: 1000px) {
    #about-us-all .frame-child11 {
        padding-inline: 0;
    }

    body .col-md-9.col-sm-9.col-9.abouts-section-new {
        padding-right: 15px !important;
    }

    /*.abouts-section-new #about-us-slider .swiper-slide .item .frame-wrapper6{
        min-height: 300px;
    }*/
}

@media (max-width: 767px) {
    b.title-react-cat {
        font-size: 12px;
        font-weight: 600;
    }

    .col-md-6:has(.credit-card) {
        margin-block: 20px;
    }

    .proof-of-id,
    .credit-card,
    .proof-of-address {
        min-height: auto !important;
    }
}

@media (max-width: 490px) {
    .search_tab :is(.start_new, .enddate_new) {
        width: 100%;
    }
}

.dream-royale-logo-1-parent {
    display: flex;
    flex-direction: column;
    width: 100%;
}

#Deposit-new-game input {
    background: white;
}

.tab-pane:is(#timeouts-new, #deactivate-new) :is(#time_out, #deactivate_form) .col-md-6 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab-pane:is(#timeouts-new, #deactivate-new) :is(#time_out, #deactivate_form) .col-md-6 .newsletter_dec:has(.list_meta) {
    max-width: 100%;
    margin-inline: auto;
}

@media (max-width: 767px) {
    .userdtls_hdr22_dropdown ul {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .userdtls_hdr22_dropdown ul li a {
        display: flex;
        width: 100% !important;
        margin-left: 0 !important;
    }

    #alphapopay-btc-pane .pad-13 {

        border-left: 0px;
    }

    #alphapopay-btc-pane .inside_box>.col-md-12>.row {
        margin-inline: 0;
    }

    #Deposit-new-game .promo-code {
        margin-bottom: 0px;
    }

    #Deposit-new-game .back-status-button {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }

}

@media (max-width: 400px) {
    .tab-pane:is(#timeouts-new, #deactivate-new) :is(#time_out, #deactivate_form) .col-md-6 .newsletter_dec:has(.list_meta) {
        max-width: 100%;
        margin-inline: auto;
    }

    .tabcontenttablinksprofile #communication-new .radio_style2 {
        grid-template-columns: 1fr;
    }

    .tabcontenttablinksprofile #communication-new .radio_style2 .radio_dec {
        justify-content: space-between;
    }

    .footer-links-add-new ul {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        row-gap: 10px;
    }

    .footer-links-add-new ul li {
        border-right: 0;
    }

    .startdate_lable {
        white-space: normal;
    }
}



@media screen and (max-width:767px) {

    .games-title {
        margin-top: 0px;
    }
}

.startdate_lable {
    width: 100%;
    font-weight: 500;
}

table.dataTable thead th,
table.dataTable tfoot th,
:is(#Setting.tabcontenttablinksprofile, #deposit-new, #Bank_Information) form .field_label {
    font-weight: 500 !important;
}


/*Form Errors Field Positions*/
.logsign-modal .logsign-box .input_dec:has(.error) {
    margin-bottom: 20px;
    /* margin-bottom: -43px;*/
}

.logsign-modal .logsign-box .input_dec:has(.error) .error:not([type="checkbox"]) {
    bottom: -22px;
    width: 100%;
}

label#c_password-error {
    position: absolute !important;
}

label#new_password-error {
    position: absolute !important;
}

@media (max-width: 1000px) {
    .logsign-modal .logsign-box .input_dec:has(.placeholder_name_input+.error) {
        margin-bottom: 30px;
    }

    .logsign-modal .logsign-box .input_dec:has(.placeholder_name_input+.error) .error:not([type="checkbox"]) {
        bottom: -30px;
    }
}

div#userimageold1:before {
    display: none;
}

/*Form Errors Field Positions End Here*/

.banner-destop-sign-up .hero-btns__Container {
    float: left;
    width: 100%;
    text-align: center;
    line-height: 106px;
}

.banner-destop-sign-up .hero-btns__Container a#signbtn {
    font-size: 18px;
    font-weight: 600;
    padding: 20px 44px;
    background: linear-gradient(180deg, #FFAE54 20.88%, #FDF7DD 100%);
    color: #000;
}

.hero-btns__Container a:hover {
    box-shadow: 0px 4px 9px 0px rgba(247, 228, 202, 0.47);
}

.modal-dialog .rebem-me1 input[type="checkbox"]:checked {
    -webkit-appearance: auto;
    filter: none;
}

/* Hide Placeholders in Profile Tab */
:is(#Setting.tabcontenttablinksprofile, #deposit-new, #Bank_Information) form .input_dec input::placeholder,
:is(#Setting.tabcontenttablinksprofile, #deposit-new, #Bank_Information) form .input_dec input,
:is(#Setting.tabcontenttablinksprofile, #deposit-new, #Bank_Information) form .select_dec select {
    font-weight: 400;
}

:is(#Setting.tabcontenttablinksprofile, #deposit-new, #Bank_Information) form .select_dec select {
    background: #fff;
}

:is(#Setting.tabcontenttablinksprofile, #deposit-new, #Bank_Information) form .input_dec input::placeholder {
    opacity: 0;
}

:is(#Setting.tabcontenttablinksprofile, #deposit-new, #Bank_Information) form .field_label {
    font-weight: 800;
    color: #000;
}

/* End Hide Placeholders in Profile Tab */

/*manage 2fa*/

h2.manage-2fa {
    color: #282828;
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    float: left;
    width: 100%;
    text-align: center;
    padding: 80px 0px 10px 0px;
}

@media only screen and (max-width: 1500px) and (min-width: 1390px) {
    .banner-destop-sign-up .hero-btns__Container {
        line-height: 90px;
    }
}

@media (max-width: 786px) {
    .tab-bonus-main {
        display: flex;
        align-items: center;
    }

    label#withdraw_amount-error,
    label#btc_alphapopay_amount-error {
        position: relative;
    }

    .tabcontenttablinksprofile form .submit-sec {
        margin-bottom: 30px;
    }
}

@media (max-width: 386px) {
    .tab-bonus-main {
        display: block;
    }
}

.nav.mainmenu_nav1 {
    overflow-x: scroll;
    scrollbar-width: none;
}

.nav.mainmenu_nav1::-webkit-scrollbar {
    height: 0;
    scrollbar-width: none;
}

body .search_tab {
    display: flex;
    gap: 10px;
}

body .search_tab :is(.enddate_new, button) {
    margin-left: 0;
}

@media (max-width: 425px) {

    .start_new,
    .enddate_new {
        gap: 0 !important;
    }

    :is(.start_new, .enddate_new) .start_dec input {
        width: 100% !important;
        padding-right: 0;
    }

    #enable_two_factor .rebem-me1 {
        text-align: left;
        white-space: revert;
    }
}

input[name="bank_otp_number"],
input[name="bank_otp_number"]::placeholder {
    color: #7a7a7a;
}

input[name="bank_otp_number"] {
    border-color: #7a7a7a !important;
}

img.question-icon {
    width: 48px !important;
    height: 48px !important;
}

.top-winner-casino .frame-wrapper17-topwin {
    box-shadow: 0px 0px 5px 0px rgba(61, 61, 61, 0.25) !important;
}

#enable_two_factor .rebem-me1 {
    text-align: left;
    white-space: nowrap;
}

.promo-code {
    margin-block: 5px;
}

a.down {
    display: block;
    width: fit-content;
    margin-top: 60px;
    margin-left: 30px;
    padding: 15px 30px;
    background: #db2234;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    float: left;
}

ul.submenu_list li a {
    font-weight: 400;
}

button.bank-info-design {
    background: #0C6DC6 !important;
}

button.bank-info-design a {
    color: #fff !important;
}

form#btc_alphapopay {
    display: flex;
}

form#btc_alphapopay :is(.bacode_title-columun, .spin-input-new-right-column) {
    float: unset;
}

form#btc_alphapopay #payment-btc .month_tab {
    flex-wrap: wrap;
}

form#btc_alphapopay #payment-btc .promo-code-box1 {
    flex-wrap: wrap;
}

.innner_banner_bank_account h3 {
    color: #282828;
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 10px;
}

@media (max-width: 1223px) {
    form#btc_alphapopay #payment-btc .promo-code-box1 div {
        width: 100%;
    }
}

@media (max-width: 786px) {
    form#btc_alphapopay {
        flex-direction: column;
    }

    form#btc_alphapopay #payment-btc .promo-code-box1 {
        gap: 10px;
    }

    .payment-amount-summary {
        margin-top: 0 !important;
    }

    .input-width:has(.otp-num) {
        display: flex;
        flex-direction: row !important;
    }

    .input-width:has(.otp-num) .phone-code {
        margin-right: 4px;
    }

    .input-width:has(.otp-num) .phone-code button {
        font-size: 12px;
        padding: 10px !important;
    }

    .wallet-sec-body1 .col-md-3 {
        width: 100% !important;
    }
}




#BonusReport .d-flex .month_tab {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
}

@media (max-width: 1000px) {
    #BonusReport .d-flex .month_tab {
        display: block;
        gap: 0;
    }
}

@media (max-width: 1288px) {
    .wallet-sec-body1 .col-md-3 {
        padding: 0 5px;
    }
}



@media (max-width: 390px) {
    .allrecenlyheading {
        font-size: 32px;
    }
}

@media (max-width: 834px) {
    form#btc_alphapopay .spin-input-new-right-column {}

    #Deposit-new-game .payment-btn {
        font-size: 12px;
    }
}

.dataTables_wrapper {
    display: inline-block;
    overflow-x: scroll;
    scrollbar-width: none;
}

/*  ::-webkit-scrollbar{
    height: 5px;
   background: #ffffff0a;}
  ::-webkit-scrollbar-thumb:horizontal{
      background: #838080eb;
      border-radius: 10px;
  }*/

/*new css 21-11-2024*/
.info-icon {
    top: 42% !important;
}

@media (max-width: 767px) {
    .logsign-modal .logsign-box .toggle-password {
        right: 3%;
    }

    .modal .login-div {
        padding: 15px;
    }

    /* .modal .login-div .col-md-12 {
        padding-right: 0;
    padding-left: 0;
    } */
    .modal .register-div {
        padding-right: 0;
        padding-left: 0;
    }

    .otp_dv {
        border-radius: 0 !important;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .logsign-modal .logsign-box {
        height: auto;
    }

    .modal-dialog {
        padding: 0px 20px !important;
    }

    .modal-dialog {
        margin: 35px auto;
    }

    .logsign-modal .logsign-box {
        grid-template-columns: 1fr 1fr;
    }

    .logsign-modal .logsign-box .login-div {
        border-top-right-radius: 32px;
        border-bottom-right-radius: 32px;
    }

    .close {
        top: -32px;
        right: -10px;
    }
}

.fade.logsign-modal.in {
    /*background: rgb(179 195 209 / 28%);
    backdrop-filter: blur(24px);*/
    background: rgb(57 67 120 / 90%);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    z-index: 111111111111111;
}

.phone-flag-code {
    width: auto;
    margin-right: 10px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

.phone-flag-code .country_code {
    margin-left: 6px;
}

.country-flag-code-btn {
    border-radius: 5px !important;
    border: 1px solid #CFCFCF !important;
    box-shadow: none;
    background: transparent;
    line-height: normal;
    padding: 10px 15px !important;
    min-height: auto !important;
}

.country-flag-code-btn:focus {
    box-shadow: none;
    outline: 0;
}

.country-flag-code-dropdown .dropdown-menu {
    min-width: auto;
    padding: 10px 15px;
}

.country-flag-code-dropdown .dropdown-menu a.dropdown-item:hover {
    background-color: #FFAE54;
}

.country-flag-code-dropdown .flag-img {
    width: 18px;
    height: 18px;
}

.logsign-modal .logsign-box .login-div {
    justify-content: center;
}

/*.close {
    display: none;
}*/
@media (max-width:767px) {
    .logsign-modal .logsign-box .login-div {
        justify-content: start;
    }

    .login-div {
        margin: 10px;
    }

    .logsign-box .login-div {
        margin: 0px;
    }

    .logsign-modal .logsign-box .logo.reg-logo {
        width: 120px;
    }

    .main-banner .swiper-slide:has(.banner-side) .hero-btns__Container {
        bottom: 8%;
        font-size: 10px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .logsign-box .close {
        top: -30px;
        right: -9px;
    }

    .logsign-box .otp_dv .close {
        top: -30px;
        right: 6px;
    }
}

@media (max-width:360px) {
    .main-banner .swiper-slide:has(.banner-side) .hero-btns__Container {
        bottom: 6%;
    }
}





.logsign-modal .logsign-box__cover1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

p.signup_welcome_text,
p.signup_freespin {
    color: #fff;
}

p.signup_percentage {
    color: #dd2433
}

p.signup_welcome_text {
    font-size: 34px;
}

p.signup_percentage {
    font-size: 56px;
    font-weight: 500;
    padding: 20px 0;
}

p.signup_freespin {
    font-size: 36px;
    font-weight: 600;
}



.signup_bannercontent {
    text-align: center;
    padding-top: 70px;
}


@media screen and (max-width: 991px) {

    p.signup_percentage {
        font-size: 48px;
    }

    p.signup_welcome_text {
        font-size: 30px;
    }

    p.signup_freespin {
        font-size: 30px;
    }

}


@media screen and (max-width: 767px) {
    .logsign-modal .logsign-box__cover {
        display: none;
    }
}

/* Mobile verify popup css - profile */

.mobile_verify_btn {
    color: #000 !important;
    border-radius: 8px;
    background: var(--new-golden, linear-gradient(180deg, #FFAE54 20.88%, #FDF7DD 100%));
    padding: 15px 26px;
}

.mob_verify_otp_sec .otp-header-div {
    width: 100%;
    display: block;
}

.mob_verify_otp_sec .otp-header-div .otp-input-box {
    width: 100%;
    position: relative;
}

.mob_verify_otp_sec .otp-header-div .verify-resend-btn-div {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    line-height: 1;
    margin-bottom: 1rem;
}

.mob_verify_otp_sec .resend_otp_link {
    text-decoration: underline;
    opacity: 0.8;
    font-size: 12px;
}

.verify-subtitle {
    max-width: 280px;
    margin: 0 auto;
    margin-bottom: 1.5rem;
    line-height: 1.5;
    font-size: 12px;
}

.login-head.login_head_small {
    padding: 12px 0 0 0;
    font-size: 18px;
}

.mob_verify_otp_sec .timer-container #timer {
    top: 60%;
    font-size: 10px;
}

.mob_verify_otp_sec .timer-container {
    position: absolute !important;
    width: 46px;
    height: 40px;
    right: 10px;
    top: 2px;
    bottom: 0;
    float: right;
}

.login-div.mob_verify_popup_div {
    padding: 15px 45px;
    max-width: 350px;
    margin: 0 auto;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.verify-resend-btn-div .mobile_verify_btn {
    padding: 10px 20px;
    font-weight: 500;
    margin-top: 1.5rem;
}

.mob_verify_popup_div .mobile-verify-img {
    width: 70px;
}


@media screen and (max-width:767px) {
    .login-div.mob_verify_popup_div {
        padding: 15px 35px;
        max-width: 100%;
        margin: 0 1rem;
        margin-top: 2rem;
    }

    .mob_verify_popup_div .mobile-verify-img {
        width: 65px;
    }
}

.mob_verify_maindiv {
    position: relative;
}

.verify-mob-btn {
    background: rgba(219, 34, 52, 1);
    text-align: center;
    padding: 0.5rem 1.25rem;
    cursor: pointer;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    float: right;
    color: #fff;
    border-radius: 6px;
}

.mob_verify_input {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*forgot password verify OTP*/

.frgtpswd_verifyotp_sec {
    position: relative;
}

.frgtpswd_verifyotp_sec .timer-container {
    position: absolute;
    right: 6px;
    top: 1px;
}

.frgtpswd_verifyotp_sec .input_dec .input-txt {
    padding: 15px 15px !important;
}

.frgtpswd_verifyotp_sec .timer-container #timer {
    top: 60%;
    font-size: 12px;

}

/*profile page 20-12-24*/
.myacc-phone-flag-code {
    padding-right: 10px;
    border-right: 1px solid #CFCFCF;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

.mobile-flag-field-maindiv {
    display: flex;
}

.myacc-phone-flag-code .country_code {
    margin-left: 6px;
}

.reg-input-padding-left {
    padding-left: 15px;
}

.reg-input-padding-right {
    padding-right: 15px;
}

@media (min-width: 1024px) {

    /* Adjust breakpoint as needed */
    .reg-input-padding-right {
        padding-right: 10px !important;
    }

    .reg-input-padding-left {
        padding-left: 0px !important;
        /* Default for smaller screens */
    }
}















@supports (-webkit-touch-callout: none) {
    img[loading="lazy"] {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
}

.newgamebg h1 {
    font-size: 25px;
    padding-top: 15px;
}

.level_default a.logout_btn22 {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

.userdtls_hdr22_dropdown a.logout_btn22 img {
    width: 24px;
    height: auto;
    vertical-align: middle;
}






.userdtls_hdr22_dropdown a.logout_btn22,
.level_default a.logout_btn22 {
    display: flex !important;
    align-items: center !important;
    gap: 8px;
    /* padding: 8px 12px !important; */
    box-sizing: border-box;
    line-height: 1;
    float: none !important;
    bottom: -8px;
}

.userdtls_hdr22_dropdown a.logout_btn22 img,
.level_default a.logout_btn22 img {
    width: 20px !important;
    height: auto !important;
    min-width: 20px;
    display: block;
    margin: 0;
    vertical-align: middle;
}

@media (max-width: 767px) {

    .userdtls_hdr22_dropdown a.logout_btn22,
    .level_default a.logout_btn22 {
        padding: 9px 10px !important;
        height: auto !important;
    }
}

.login-reg-section a.logout_btn22,
.userdtls_hdr22.logout_btn22 {
    display: flex !important;
    align-items: center !important;
}


b,
strong {
    font-weight: 500;
}

li {
    line-height: 30px;
}

.text_2 ul li:last-child {
    margin-bottom: 10px;
}

.text_2 ul li:first-child {
    margin-top: 5px;
}

#FAQ .panel .panel-heading a {
    font-size: 20px;
}

#FAQ .panel-collapse .panel-body p {
    margin-bottom: 0;
}

.panel-heading {
    padding-bottom: 0;
}

.inner_bannerv1 .notes h4 {
    margin-bottom: 8px;
}

.forgot-password,
.rebem-me,
.need-help {
    font-size: 16px;
}

.tab-bonus :is(.tablinksmyprofile, .tablinkshistory, .tablinksbonus, .tablinkscashier) {
    font-size: 16px;
}

button.tablinkshistory.active {
    font-weight: 500;
}

@media screen and (max-width: 768px) {

    #FAQ .content-page h1,
    #FAQ {
        font-size: 24px !important;
    }

    .right-section .title_1 span {
        font-size: 20px !important;
    }

    #FAQ .panel .panel-heading a {
        font-size: 18px;
    }

}

@media screen and (max-width: 768px) {
    .main-banner .swiper-slide:has(.banner-side) .hero-btns__Container {
        bottom: 7% !important;
    }
}

/* All minify end */

/* style 1 start */
* {
    scrollbar-color: #888 #f4f4f4;
}

@supports (-webkit-touch-callout: none) {
    .kyc-container .select_kyc {
        font-size: 16px !important;
        width: 100%;
        display: block;
        transform: none !important;
    }
}

@media only screen and (max-width: 768px) {
    .banner-destop-sign-up {
        display: none;
    }
}

.maintenance {
    background: linear-gradient(90deg, rgba(204, 0, 0, 0) 4.76%, rgba(255, 0, 0, 0.18) 49.31%, rgba(204, 0, 0, 0) 93.41%);
    padding: 7px 0px;
    margin: 0px 0px 20px 0px;
    float: left;
    width: 100%;
}

.maintenance p {
    font-family: Rubik;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    margin: 0px;
    color: rgba(242, 21, 25, 1);
}

.maintenance p span {
    font-family: Rubik;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 6%;
    text-align: center;
}

.dob1 span {
    top: 56% !important;
}

p {
    letter-spacing: normal;
}

#dob1 {
    height: 50px !important;
}

.kyc_he {
    color: rgba(40, 40, 40, 1);
    text-align: center;
    font-family: Rubik;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 5px 0px;
}

.kyc_hep {
    color: rgba(133, 133, 133, 1);
    text-align: center;
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.kyc_status {
    margin: 0px auto;
    text-align: center;
    padding: 20px 0px;
}

.balance-dropdown {
    display: none;
}

#Setting .input_dec .dob span {
    right: 30px !important;
    top: 63% !important;
}

#DepositSummary input#start_date2,
#DepositSummary input#end_date2,
#WithdrawalSummary input#start_date2,
#WithdrawalSummary input#end_date2 {
    background: unset !important;
}

.balance-dropdown {
    display: none;
    border-radius: 15px;
    border: 1px solid #EBEBEB;
    background: #FFF;
    box-shadow: 0px 0px 0px 0px #C2E2FF;
    padding-bottom: 10px;
    z-index: 1111;
    top: 100%;
    left: 0;
    position: absolute;
    width: 250px;
    padding: 0px 10px
}

.casinop {
    display: none;
}

.balance-dropdown li {
    list-style: none;
    padding: 8px 10px !important;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 10px;
    border: 1px solid #EBEBEB;
    background: #FFF;
    color: #000;
    margin: 10px 0px 0px 0px !important;
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

main {
    float: left;
    width: 100%;
}

.logout_btn222 {
    color: #000 !important;
    border-radius: 8px;
    background: var(--new-golden, linear-gradient(180deg, #FFAE54 20.88%, #FDF7DD 100%));
    float: left;
    width: 100%;
    margin: 10px 0px !important;
    text-align: center !important;
    line-height: 40px !important;
}

.balance-dropdown li span {
    font-weight: 400;
}

.balance-dropdown li:hover {
    background: #f7f7f7;
    cursor: pointer;
}

/* orange cashier button */
.balance-dropdown .logout_btn22 {
    display: block;
    text-align: center;
    background: linear-gradient(90deg, #ffaf47, #ff7a00);
    color: #fff !important;
    border-radius: 8px;
    padding: 10px;
    margin: 10px 15px 0;
    font-weight: 500;
}

/* 👇 now dropdown opens when you hover .tens */
.tens:hover .balance-dropdown {
    display: block;
}

.register-success {
    color: green;
}

.userdtls_drop_icn {
    transition: transform 0.3s ease;
}

.userdtls_drop_icn.rotate {
    transform: rotate(-180deg);
}

.banner-mobile-sign-up .hero-btns__Container {
    display: none;
}

.casinop .top-winner h1 {
    color: #2B2B32;
}

.casinop .top-winner {
    margin: 0px 0px 0px;
    padding: 0px;
}

.casinop .top-winner .row {
    margin: 0px;
    padding: 0px;
}

.iframe-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
}

.iframe-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.iframe-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.close-btn {
    position: absolute;
    top: 5px;
    right: 25px;
    z-index: 10000;
    font-size: 24px;
    background: transparent;
    border: none;
    color: white;
    cursor: pointer;
}

.game_labels {
    position: absolute;
    width: 100%;
    overflow: hidden;
    min-height: 100px;
}

.game_labels .label1 {
    float: left;
    background: rgba(235, 72, 2, 1);
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 0px 15px;
    margin: 10px 0px 0px 10px;
    border-radius: 8px;
    text-transform: uppercase;
    box-shadow: 0px 4px 4px rgba(235, 72, 2, 0.5);
    line-height: 22px;
    min-width: 55.22px;
}

.game_labels .label2 {
    float: none;
    background: rgba(0, 113, 212, 1);
    color: white;
    font-weight: 500;
    font-size: 12px;
    padding: 4px 30px;
    transform: rotate(40deg);
    align-items: center;
    box-shadow: 0px 4px 4px rgba(0, 113, 212, 0.52);
    right: -30px;
    position: absolute;
    top: 30px;
    display: none;
}

.game_labels .label2 span {
    padding-right: 3px;
}

.main-banner .swiper-slide {
    overflow: Hidden;
}

.error_kyc {
    text-align: center;
    line-height: 30px !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    color: #eb1717 !important;
}

.fade.games_model.in {
    background: rgb(57 67 120 / 90%);
    backdrop-filter: blur(15px);
    overflow: hidden;
}

.pl0 {
    padding-left: 5px;
    padding-bottom: 1px;
}

.pr0 {
    padding-right: 5px;
}

.country_code {
    width: 100%;
    color: #000;
    border-radius: 5px;
    margin-bottom: 2px;
}

#change_password .input_dec .input-txt::placeholder {
    color: #666 !important;
}

#change_password .input_dec .input-txt {
    color: #000 !important;
    width: 90% !important;
}


.price-tag {
    position: absolute;
    bottom: 11px;
    left: 50%;
    transform: translateX(-50%);
    background: #f2f1f8e0;
    padding: 6px 16px;
    border-radius: 24px;
    font-weight: 500;
    font-size: 10px;
    color: #000;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

.manual-coupon-form-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.manual-coupon-form {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: nowrap;
    /* max-width: 600px; */
    /* width: 100%; */
}

.fa-info-circle {
    display: none;
}

.manual-coupon-form .input-rede {
    flex: 1;
    padding: 10px 14px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.manual-coupon-form .subbtn {
    background-color: #0c6dc6;
    color: #fff;
    font-weight: 500;
    border-radius: 8px;
    padding: 6px 20px;
    border: none;
    font-size: 14px;
    white-space: nowrap;
    min-width: 100px;
}

.manual-coupon-form .subbtn[disabled],
.manual-coupon-form .subbtn:hover {
    background-color: #0C6DC6 !important;
    border-color: #0C6DC6 !important;
}

#change_password .toggle-password {
    position: absolute;
    right: 15%;
    top: 21px;
}

.dob {
    border: 0px !important;
    color: #000;
    width: 100% !important;
    padding: 0px !important;
}

.tabcontenttablinksprofile {
    margin-top: -23px;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(235, 235, 235);
    border-image: initial;
    border-radius: 15px;
    padding: 35px 15px 15px;
}

.games_model .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.games_model .login-div {
    top: 50%;
    left: 45%;
    transform: translate(-50%, -10%);
    width: 90%;
    padding: 0px;
    background: transparent;
    box-shadow: none;
}

.games_model img {
    border-radius: 15px;
}

.games_model .login-btn {
    position: relative;
    margin: -91px 80px auto auto;
    text-transform: capitalize;
}

.games_model .close {
    opacity: 1;
    position: absolute;
    top: -18px;
    right: -30px;
    width: 27px;
    display: block;
}

#check_wager .close {
    display: block;
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 10px;
}

#check_wager .close img {
    Width: 30px;
}

/*KYC start  */
.tooltip-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    font-size: 11px;
    border-radius: 50%;
    background-color: rgba(152, 152, 152, 1);
    color: #fff;
    line-height: 16px;
    cursor: pointer;
    margin-left: 5px;
    position: relative;

}

#MyBonuses #active_bonus #list-promotion-no-deposit-code .col-md-12 {
    padding: 0px 2px;
}

.tooltip-text {
    background-color: #fff;
    color: rgba(141, 137, 137, 1);
    text-align: left;
    padding: 4px 8px;
    border-radius: 6px;
    position: absolute;
    top: -5px;
    left: 20px;
    font-size: 11px;
    z-index: 10;
    white-space: nowrap;
    visibility: hidden;
}

.tooltip-icon:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

#Account_Verification {
    padding-top: 70px;
}

.kyc_heading {
    Color: rgba(40, 40, 40, 1);
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.kyc_text {
    Color: rgba(133, 133, 133, 1) !important;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.req_heading {
    Color: rgba(40, 40, 40, 1);
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 5px;
}

.select_kyc {
    border: 1px solid rgba(207, 207, 207, 1);
    border-radius: 5px;
    padding: 12px 8px;
    Color: rgba(92, 92, 92, 1);
    font-size: 14px;
    font-weight: 600;
}

.kyc-container .col-md-6 {
    padding-left: 0px;
}

.vs_rp p {
    color: rgba(250, 0, 0, 1) !important;
    font-size: 11px;
    font-weight: 500;
}

.kyc-container .col-md-4 {
    padding: 0px 0px 0px 13px;
}

.vs_rp {
    padding: 16px 0px 0px 0px;
    text-align: center;
}

.vs_rp img {
    width: 90%;
}

.kyc_suc {
    background-color: rgba(237, 248, 235, 1);
    color: rgba(24, 172, 0, 1);
    padding: 9px 15px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin-right: 15px;
    margin-top: 10px;
}

.kyc_p {
    background-color: rgba(245, 118, 32, 0.08);
    color: rgba(255, 132, 0, 1);
    padding: 9px 15px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin-right: 15px;
    margin-top: 10px;
}

.kyc-container select {
    height: 50px;
}

.kyc-container input {
    height: 50px;
    width: 100%;
}

.max_bg {
    background: rgba(245, 245, 245, 1);
    border-radius: 10px;
    padding: 15px;
    float: left;
    width: 100%;
}

.max_file {
    color: rgba(130, 130, 130, 1);
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
}

.max_title {
    color: rgba(22, 19, 19, 1);
    font-size: 14px;
    font-weight: 600;
}

.max_bg .col-md-9 {
    padding: 0px 7px 0px 0px;
}

.max_bg .col-md-8 {
    padding: 0px;
    border-right: 1px solid rgba(222, 222, 222, 1);
}

.close-icon {
    position: absolute;
    top: 1px;
    right: 1px;
    background: red;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    cursor: pointer;
    display: none;
    /* Hidden by default */
    float: right;
}

.kyc-container {
    max-width: 900px;
    margin: 20px auto;
    padding: 15px 0px 15px 15px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(235, 235, 235, 1);
    border-radius: 15px;
    display: grid;
}

.kyc-container .form-group {
    float: left;
    width: 100%;
}

.d_flx {
    display: flex;
    column-gap: 15px;
}

.sub_btn {
    background: rgba(154, 154, 154, 1);
    border-radius: 5px;
    Color: #fff;
    padding: 9px 50px;
}

.kyc-container .row {
    float: left;
    width: 100%;
    margin: 20px auto;
    text-align: center;
}

#imagePreviewFront {
    background: url(../images/inactivebg.png) no-repeat;
    background-size: 100% 100% !important;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: relative;
    background-color: #fff;

}

#imagePreviewBack {
    background: url(../images/inactivebg2.png) no-repeat;
    background-size: 100% 100% !important;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: relative;
    background-color: #fff;

}

#imagePreviewSelfie {
    background: url(../images/inactivebg3.png) no-repeat;
    background-size: 100% 100% !important;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: relative;
    background-color: #fff;

}

.file-upload input {

    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.upload-box {
    border: 1px dashed rgba(0, 0, 0, 1);
    text-align: center;
    padding: 0px;
    cursor: pointer;
    height: 120px;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    width: 100%;
    border-radius: 10px;
    margin-top: 6px;
    position: relative;
}

.submit-btn {
    width: 100%;
    margin-top: 20px;
    background-color: #007bff;
    color: white;
    font-size: 18px;
    padding: 10px;
    border-radius: 5px;
    border: none;
}

.submit-btn:hover {
    background-color: #0056b3;
}

.visual-representation {
    text-align: center;
}

.visual-representation img {
    width: 80px;
    margin-top: 5px;
}

label {
    font-weight: 500;
}

.form-group .row {
    margin-bottom: 15px;
}

.form-row {
    align-items: center;
}

.form-control::placeholder {
    font-weight: normal;
}

/* KYC end */
#bank_information_update {
    display: none;
}

#DREAM50 .coupon-code-box {
    display: none;
}

#DREAM50 .content h5 {
    display: block;
}

#DREAM50 .mobile_ver {
    display: block;
}

#DREAM50 .content h2 {
    display: none;
}

.mobile_ver {
    width: 180px;
    color: #fff !important;
    text-align: left;
    line-height: 23px;
}

.coupon-item .content h5 {
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;


}

#saved_address h3 {
    Color: rgba(40, 40, 40, 1);
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0px;
}

.clearadres {
    Color: rgba(117, 117, 117, 1);
    font-size: 14px;
    font-weight: 400;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    padding: 10px 10px;
    margin: 0px 0px 10px;
}

.rea {
    padding: 0px !important;
    color: #fff !important;
    font-size: 18px !important;
    position: fixed;
    bottom: 20px;
    right: 20px;
    box-shadow: unset !important;
}

.rea:hover {
    box-shadow: unset !important;
}

.closeadres {
    border-radius: 8px;
    background: var(--new-golden, linear-gradient(180deg, #FFAE54 20.88%, #FDF7DD 100%));
    color: #000 !important;
    text-align: center;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 150px;
    height: 37px;
    padding: 10px 0px;
    margin-bottom: 20px;
}

.savedad a {
    color: rgba(0, 147, 147, 1) !important;
    font-size: 14px;
    padding: 15px 20px;
    text-decoration: underline;
    cursor: pointer;
}

.savedad a::before {
    display: none;
    content: "";
    position: absolute;
    top: 47%;
    width: 1px;
    height: 33px;
    background-color: #ccc;
    transform: translateY(30%);
    right: 170px;
}

.savedad input {
    width: 70%;
    border: 0px !important;
    padding: 15px 10px;
    border-radius: 10px;
    color: #000 !important;
}

#saved_address div {
    cursor: pointer;
}

.input-container {
    display: flex;
    align-items: center;
    border: 1px solid rgba(207, 207, 207, 1);
    border-radius: 10px;
    width: 400px;
    justify-content: space-between;
    margin-top: 15px !important;
}

.mb1 {
    display: none;
}

.amt {
    flex: 1 0 23%;
}

.saved-address-popup {
    display: none;
    background: rgba(246, 246, 246, 1);
    padding: 0px 15px;
    border-radius: 10px;
    width: 97%;
    position: absolute;
    z-index: 11111;

}

#saved_address .close {
    opacity: 1;
    position: absolute;
    margin: 0px 0px 0px 0px;
    right: 10px;
    top: 2px;
    display: block;
}

.popup button {
    display: block;
    width: 100%;
    margin: 5px 0;
    padding: 10px;
    cursor: pointer;
}

.card {
    padding: 20px;
    border-radius: 12px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 145px;
}

.righ a {
    background: rgba(219, 34, 52, 1);
    color: #fff !important;
    padding: 15px 11px;
    border-radius: 10px;
    font-weight: 600;
    float: right;
    margin: -12px 0px 10px;
}

.deposit_nav .submit-sec.withdraw_text {
    padding-bottom: 9px;
}

#wid_br {
    border-bottom: 1px solid;
    color: rgba(228, 228, 228, 1);
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

#wid_br .nms {
    font-weight: 400;
    font-style: normal;
}

#cry_wth {
    padding: 10px 0px 0px 10px;
    float: left;
    width: 100%;
}

#cry_wth .month_tab .label2 {
    Width: 21%;
    background: #fff;
    height: 50px;
    font-weight: 400;
    color: rgba(40, 40, 40, 1) !important;
    border: 1px solid rgba(207, 207, 207, 1);
    border-radius: 10px;
}

#cry_wth .month_tab {
    width: 64.66666667%;
    margin: 0px auto;
}

#cry_wth .col-md-4 {
    padding: 0px;
}

#cry_wth #crypto_withdraw_amount {
    border: 1px solid rgba(207, 207, 207, 1);
    border-radius: 10px;
    padding: 16px 10px;
    width: 100%;
}

.withdrawable {
    background-color: rgba(227, 255, 237, 1);
}

.pending {
    background-color: rgba(251, 232, 233, 1);
}


.content {
    text-align: center;
    flex: 1;
}

.content h2 {
    margin: 0;
    font-size: 21px;
    color: rgba(111, 147, 0, 1);
    font-weight: 700;
}

.content p {
    margin: 5px 0 0;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
}

.content p a {
    font-size: 12px;
    color: rgba(40, 40, 40, 1);
    font-weight: 600;
}

.pending .content h2 {
    color: #f44336;
}

.pending .content p {
    text-decoration: underline;
}

.hide {
    display: none;
}

#DEPOSIT-GSCCModal .modal-title {
    text-align: center;
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%;
}

.promoinside .deposit-terms {
    color: #fff;
}

#Verify_email_login #otp_login {
    border: 0px !important;
    padding: 5px 0px 5px 0px !important;
    color: #282828;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.otp_parent #timer_login {
    width: 100%;
    float: right;
    color: #000;
    text-align: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.otp_parent #timer_login1 {
    width: 100%;
    float: right;
    color: #000;
    text-align: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#resend_email_login_otp {
    background: none;
}

#resend_email_login_otp span {
    color: #DB2234;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

#timer_login {
    position: absolute;
    top: 59%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#timer_login1 {
    position: absolute;
    top: 59%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.support-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fbe3e4;
    color: #000;
    padding: 2px 5px 2px 15px;
    border-radius: 15px;
    font-size: 14px;
    width: max-content;
    margin: 0px auto;
}

.support-banner a {
    text-decoration: none;
    margin-left: 10px;
}

.support-banner_botm {
    height: -webkit-fill-available;
    align-items: flex-end;
    display: flex;
}

img.dream-royale-logo-11 {
    height: 120px;
}

#Verify_email_login #otp_login {
    border: 0px !important;
    padding: 5px 0px 5px 0px !important;
    color: #282828;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.otp_parent #timer_login {
    width: 100%;
    float: right;
    color: #000;
    text-align: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.otp_parent #timer_login1 {
    width: 100%;
    float: right;
    color: #000;
    text-align: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#resend_email_login_otp {
    background: none;
}

#resend_email_login_otp span {
    color: #DB2234;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

#timer_login {
    position: absolute;
    top: 59%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#timer_login1 {
    position: absolute;
    top: 59%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.support-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fbe3e4;
    color: #000;
    padding: 2px 5px 2px 15px;
    border-radius: 15px;
    font-size: 14px;
    width: max-content;
    margin: 0px auto;
}

.support-banner a {
    text-decoration: none;
    margin-left: 10px;
}

.support-banner_botm {
    height: -webkit-fill-available;
    align-items: flex-end;
    display: flex;
}

.litc {
    display: none;
}

#litecoin .litc {
    display: block;
    border-radius: 5px;
    background: #000;
    color: #FFF !important;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 3px 3px;
    margin-bottom: 0;
    margin-right: 5px;

}

#depositSummaryModal .modal-dialog {
    max-width: 420px;
}

#depositSummaryModal .modal-content {

    background: url('../images/deposit_bg.jpg') no-repeat;
    border-radius: 15px;
    border: none;
    color: white;
    padding: 0px 10px;
    text-align: center;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2) !important;
    background-size: 100% 100%;

}

/* Header icon */
#depositSummaryModal .icon-wrapper {
    width: 80px;
    height: 80px;
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
    padding-top: 20px;
}

#depositSummaryModal .icon-wrapper img {
    height: auto;
}

/* Notification badge */
#depositSummaryModal .badge {
    background: #f44336;
    color: white;
    font-size: 12px;
    position: absolute;
    top: -5px;
    right: -5px;
    padding: 3px 6px;
    border-radius: 50%;
}

.loader-overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.spinner {
    border: 4px solid #f3f3f3;
    /* Light gray */
    border-top: 4px solid #d33;
    /* Red like your play icon */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin-bottom: 5px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    display: none;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-clear-button {
    display: none;
}

#CashierModal .modal-dialog {
    max-width: 900px !important;
}

#depositSummaryModal .modal-body {
    padding: 0px 20px;
}

/* Modal title */
#depositSummaryModal .modal-title {
    color: #FFF;
    text-align: center;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
    /* 30.45px */
}

/* Information rows */
#depositSummaryModal .info-row {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    margin: 10px 0;
}

#depositSummaryModal .info-row span {
    font-weight: 500;
}

#depositSummaryModal .info-value {
    color: #ffa726;
}

#depositSummaryModal .success-value {
    color: #00e676;
}

/* Footer button */
#depositSummaryModal .btn-ok {
    background-color: #2196f3;
    color: white;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    padding: 10px 30px;
    border: none;
}

#depositSummaryModal .btn-ok:hover {
    background-color: #1e88e5;
}

#depositSummaryModal .modal-footer {
    text-align: center;
}


.summary-container {

    padding: 10px 10px 0px 0px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    width: 100%;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(12.5px);
}

.summary-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #2e425a;
    /* Separator line */
    padding-bottom: 10px;
}

.summary-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.summary-container .label {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    /* 23.2px */
}

.summary-container .label img {

    margin-right: 5px;
}

.value {
    font-size: 18px;
}

.value.success {
    color: #C5FD0A;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
    /* 20.3px */
}

.value.amount {
    color: #FFCB89;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
    /* 20.3px */
}

#depositSummaryModal .close {
    color: #fff;
}

.otp_parent {
    border-radius: 5px;
    border: 1px solid #CFCFCF;
    padding: 10px 5px 0px 10px;
    margin-bottom: 10px;
}

.otp_parent .input_dec {
    margin-bottom: 4px;
}

.otp_parent .input_dec label {
    color: #7A7A7A !important;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
    text-transform: capitalize;
}

.prom_p #list-promotion-no-deposit-code .deposit-code-para {
    color: #fff;
    font-size: 12px;
}

.prom_p #list-promotion-no-deposit-code .coupon-code {
    font-size: 12px;
    font-weight: 700;
}

.prom_p #list-promotion-no-deposit-code .col-md-6 {
    padding: 0px 5px;
}

.prom_p #list-promotion-no-deposit-code .coupon-item .content {
    width: 45%;
}

.table-condensed .datepicker-switch {
    width: 100px !important;
}

.prom_tc {
    color: #FFF;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    cursor: pointer;
    line-height: 150%;
    text-decoration-line: underline;
    position: absolute;
    bottom: 10px;
    right: 15px;
    cursor: pointer;
}

.prom_tc:hover {
    color: #fff;
}

.btn-claim_pro {
    margin-top: 0px;
    cursor: pointer;
    background: var(--new-golden, linear-gradient(180deg, #FFAE54 20.88%, #FDF7DD 100%));
    border: none;
    padding: 6px 20px;
    color: white;
    border-radius: 8px;
    color: #06040B;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    box-shadow: 0px 4px 9px 0px rgba(247, 228, 202, 0.47);
    text-align: center;
    text-shadow: 0 0 BLACK;
    float: left;
}

#list-promotion-no-deposit-code {
    float: left;
    width: 100%;
    padding: 20px 17% 70px;
}

#prompage {
    float: left;
    width: 100%;
    padding: 0px 17% 10px;
}

#prompage .col-md-6 {
    padding: 0px 5px;
}

#prompage .deposit-code-para {
    color: #fff;
    font-size: 12px;
}

#prompage .coupon-code {
    font-size: 12px;
    font-weight: 700;
}

#prompage .coupon-item {
    margin-bottom: 10px;
}

.promoinside .promo-code-box1 {
    flex-wrap: wrap;
}

.pcde {
    border-radius: 5px;
    border: 1px dashed #747474;
    color: #747474;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    text-align: center;
    padding: 9px 20px;
    cursor: pointer;
    margin-bottom: 0px;
    float: left;
    background: #000;
}

/* amit changes - deposit promo css start */
.deposit-coupon-item .content {
    float: right;
    padding: 93px 0px;
    color: white;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    margin-right: 40px;
}

.deposit-coupon-code-box {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    /* padding: 1px 0px 4px 6px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
    position: relative;
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    border: 2px dotted #fff;
    font-weight: 700;
    line-height: 140%;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 130px;
    display: flex;
    justify-content: space-between;
}

.deposit-coupon-code {
    margin: 0;
    letter-spacing: 2px;
    color: #FFF;
    /*font-size: 14px;*/
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    overflow: hidden;
    /* padding: 4px 5px 4px 15px; */
    padding: 4px 5px 4px 5px;
    white-space: nowrap;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
}

.deposit-code-title {

    color: #fff !important;
    font-family: Rubik;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    text-align: left;
    overflow-wrap: break-word;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 130px;
    overflow: hidden;
}

.deposit-code-para {
    padding: 5px 0px;
    text-align: left;
    margin-bottom: 0;
    color: #fff;
    font-family: Rubik;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    display: contents;
    display: none;
}

.deposit-copy-btn {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 14px;
    margin-left: -8px;
}

.deposit-copy-btn:hover {
    color: #0c6dc6;
}

.deposit-terms {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: white;
    text-decoration: underline;
    font-size: 12px;
}

#active_bonus .apply_code {
    margin-bottom: 0px;
}

/* my bonuses start */
#active_bonus .active {
    color: #fff;
    background: #4E4E4E !important;
}

#active_bonus .deactive {
    background: #000 !important;
    color: #747474;
    box-shadow: none;
    float: left;
}

#active_bonus .promo-code-box1 {
    display: block;
    background-size: 100% 100% !important;
    padding: 45px 0px;
}

#active_bonus .deposit-code-title {
    background: #ffd70000;
    color: #fff !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    text-align: left;
    overflow-wrap: break-word;
}

#active_bonus .page_id11 p {
    text-align: left;
    margin-bottom: 0;
    padding: 5px 0px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}

#active_bonus .code-para span {
    color: #DB2234;
}

.promoinside .coupon-item .content {
    margin-right: 10px;
    padding: 33px 0px;
}

.promoinside .deposit-code-title {
    font-size: 15px;
}

.promoinside .coupon-item1 .content {
    margin-right: 10px;
    padding: 33px 0px;
}

.promoinside .deposit-coupon-code {
    font-size: 10px;
}

.apply_code a {
    text-shadow: none !important;
    color: #000;
}

#active_bonus .deposit-terms {
    color: #FFF;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    right: 15px;
    cursor: pointer;
    line-height: 150%;
    text-decoration-line: underline;
}

#active_bonus .deposit-coupon-code-box {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 0px 5px 0px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 0;
    position: relative;
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    border: 2px dotted #fff;
    font-weight: 700;
    line-height: 140%;
    margin: 10px 0;

}

/*#active_bonus .copyPromoCode{background: none;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 20px;
    margin-left: 20px;}
    #active_bonus .copy-btn {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 14px;
    margin-left: 0px;
    
}*/
.foc {
    border-color: #FFD700 !important;
}

.promoinside .deactive {
    box-shadow: none;
    border-radius: 5px;
    border: 0px dashed #fff;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    text-align: center;
    padding: 10px 20px;
    cursor: pointer;
    text-shadow: none;
    float: left;
    margin-bottom: 0px;
}

#active_bonus .apply_code {
    margin-top: 0px;
    background: var(--new-golden, linear-gradient(180deg, #FFAE54 20.88%, #FDF7DD 100%));
    padding: 10px 6px;
    font-size: 18px;
    float: left;
    padding: 8px 20px;
}

.apply_code img {
    width: auto !important;
}

.otp_dv {
    padding: 15px 20px;
    display: flex;
    float: left;
    width: 100%;
    flex-direction: column;
    background: #fff;

    border-radius: 0;
    text-align: center;
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
}

.otp_dv b {
    color: #2B2B32;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
    padding-top: 20px;
}

.otp_dv .prev-agreement_otp {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    max-width: 360px;
    margin-inline: auto;
    line-height: 145%;
    /* 20.3px */
}

#verify_email_otp {
    background: var(--new-golden, linear-gradient(180deg, #FFAE54 20.88%, #FDF7DD 100%));
    padding: 16px 32px;
    color: #000;
    border-radius: 5px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 25.2px */
}

#resend_email_signup_otp {
    background: none;
}

#resend_email_signup_otp span {
    color: #DB2234;

    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.otp-verify-message {
    text-align: center;
    float: left;
    width: 100%;
    padding-top: 10px;

    color: #FF1212;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    /* 17.4px */
}

.otp_dv #error_login1 {
    margin-bottom: 5px;
}

.otp_parent .input_dec {
    width: 85%;
}

.otp_parent #timer {
    width: 100%;
    float: right;
    color: #000;
    text-align: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.otp_parent #otp {
    border: 0px !important;
    padding: 5px 0px 5px 0px !important;
    color: #282828;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.timer-container {
    position: relative;
    width: 46px;
    height: 40px;
    float: right;
}

#timer {
    position: absolute;
    top: 59%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: black;
}

#timer1 {
    position: absolute;
    top: 59%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    color: black;
}

.progress-ring__circle {
    transition: 0.5s stroke-dashoffset;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
}

.progress-ring__circle1 {
    transition: 0.5s stroke-dashoffset;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
}

.otp_parent label {
    margin-bottom: 0;
}

#active_bonus .page_id11 {
    padding-bottom: 30px !important;
}

/* my bonuses end */
#DEPOSIT-GSCCModal p {
    color: var(--Black-heading, #2B2B32);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    padding: 0;
    text-align: left;
    line-height: 145%;
}

/* amit changes - deposit promo css end */


/* radeem css start*/
#GSCCModal p {
    color: var(--Black-heading, #2B2B32);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    padding: 0;
    text-align: left;
    line-height: 145%;
}

.rebem-head {
    font-size: 20px;
    font-weight: 600;
    line-height: 39px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
}

#playpop .content {
    display: block !important;
}

.coupon-code-box {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 4px 5px 4px 5px;
    white-space: nowrap;

    text-overflow: ellipsis;
    max-width: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
    position: relative;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    border: 2px dotted #fff;
    font-weight: 700;
    line-height: 140%;
    /* 30.8px */

}

.coupon-code {
    margin: 0;
    letter-spacing: 2px;
    color: #FFF;

    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 30.8px */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;


}

.copy-btn {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 14px;
    margin-left: 10px;
}

.copy-btn:hover {
    color: #0c6dc6;
}

#GSCCModal .modal-dialog {
    margin: 10% auto auto;
}


.single-download-box .disabled::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.61) 30%, rgba(0, 0, 0, 0.44) 50%);
    border-radius: 15px;
    pointer-events: none;
    z-index: 11;
}

.single-download-box .disabled::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    background: url('../images/lock.png') no-repeat center center;
    background-size: contain;
    transform: translate(-50%, -50%);
    z-index: 12;
    pointer-events: none;
}

.swiper-slide .disabled2>div:first-child::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.61) 30%, rgba(0, 0, 0, 0.44) 50%);
    border-radius: 15px;
    z-index: 1;
    pointer-events: none;
}

.swiper-slide .disabled2>div:first-child::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    background: url('../images/lock.png') no-repeat center center;
    background-size: contain;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
}

/* Overlay modal */
.iframe-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 70%);
    /* background: url(../images/bg.webp) no-repeat; */
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.single-download-box.disabled {
    opacity: 0.6;
    pointer-events: none;
}

.single-download-box .disabled-overlay {
    border-radius: 8px;
}

/* Wrapper sizes */
.iframe-wrapper.normal {
    width: 85%;
    height: 85%;
}

.iframe-wrapper.max {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 9999;
    background: #000;
    border-radius: 0;
}

.iframe-wrapper.mini {
    width: 75%;
    height: 75%;

}

/* Iframe */
.iframe-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 15px;
}

/* Center button group */
.iframe-center-controls {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 5px;
    z-index: 10000;
    background: rgba(243, 243, 243, 1);
    border-radius: 10px;
    padding: 2px 4px;
}

.iframe-center-controls button {
    padding: 2px 5px 4px;
    font-size: 18px;
    color: rgba(111, 126, 141, 1);
    cursor: pointer;
    transition: background 0.2s;
    background: rgba(243, 243, 243, 1);
}

.iframe-center-controls button:hover {
    background: rgba(255, 255, 255, 0.2);
}

.latest_arr_sec2_main .download-area-bottom .single-download-box .boxed-btn {
    color: var(--Black-heading, #2b2b32);
    text-align: center;
    font-family: Rubik;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100% !important;
}

.latest_arr_sec2_main .download-area-bottom {
    margin-bottom: 40px;
}

.country-flag-code-dropdown {
    border-radius: 5px !important;
    border: 1px solid #CFCFCF !important;
    padding: 5px 5px;
}

#transaction_table thead tr th {
    color: rgb(40, 40, 40) !important;
}

#transaction_table .red {
    color: #DB2234 !important;
}

.copy-message {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0c6dc6;
    color: white;
    padding: 1px 10px;
    border-radius: 5px;
    font-size: 14px;
}

#GSCCModal .modal-body h1 {
    display: none;
}

#GSCCModal strong {
    color: #46464d;
}

#playpop .modal-content {
    background: none;
}

#confirmClaimBonus .modal-content {
    background: none;
    box-shadow: 0px 0px 0px 0px;
    border: 0px;
}

#confirmClaimBonus .content p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    margin-bottom: 5px;
    font-weight: 400;
    line-height: 130%;
}

#confirmClaimBonus .modal-header {
    min-height: 0;
    padding: 0;
}

#confirmClaimBonus .modal-body {
    padding: 0px;
}

#confirmClaimBonus .content {
    display: block !important;
}

#confirmClaimBonus .coupon-item .content {
    width: 50%;
    padding: 89px 0px;
}

#confirmClaimBonus .coupon-item {
    border-radius: 30px;
}

#confirmClaimBonus .modal-dialog {
    max-width: 600px;
}

/* cancel bonus confirmation modal - amit changes */
#confirmCancelBonus .modal-content {
    background: none;
    box-shadow: 0px 0px 0px 0px;
    border: 0px;
}

#confirmCancelBonus .content p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    margin-bottom: 5px;
    font-weight: 400;
    line-height: 130%;
}

#confirmCancelBonus .modal-header {
    min-height: 0;
    padding: 0;
}

#confirmCancelBonus .modal-body {
    padding: 0px;
}

#confirmCancelBonus .content {
    display: block !important;
}

#confirmCancelBonus .coupon-item .content {
    width: 50%;
    padding: 50px 0px;
}

#confirmCancelBonus .coupon-item {
    border-radius: 30px;
}

/* cancel bonus confirmation modal - amit changes */
.dec12 {
    cursor: default !important;
    pointer-events: none !important;
    opacity: 0.6 !important;
}

.dec122 {
    cursor: default !important;
    pointer-events: none !important;
    opacity: 0.6 !important;
}

.cancel {
    color: #fff !important;
    background: red !important;
}

.content .deactive {
    background: #000;

    color: #747474;
    box-shadow: none;
}

.dec12 .copyDepositPromoCode {
    pointer-events: none;
}

.cc {
    opacity: 0.5;
    background: #0C6DC6 !important;
}

.bg12 {
    opacity: 1 !important;
}

.content .active {
    background: #4E4E4E !important;

    color: #fff;
    box-shadow: none;
}

#playpop .modal-header {
    min-height: 0;
    padding: 0;
}

#playpop .coupon-item .content h3 {
    color: #FFF;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    overflow: hidden;
    line-height: 110%;
    /* 44px */
}

#playpop .coupon-item .content h2 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 44px */
}

#playpop .coupon-item .content {
    width: 50%;
    padding: 44px 0px;
}

#playpop .modal-header .close {
    color: #fff;
    z-index: 111;
}

#playpop .modal-body {
    padding: 0px;
}

#playpop .coupon-item {
    margin: 0px;
    border-radius: 27px;
}

.coupon-item .terms {
    color: #FFF;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    cursor: pointer;
    line-height: 150%;
    /* 27px */
    text-decoration-line: underline;
}

.redeem-section h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 39px;
    text-align: center;
    margin-bottom: 10px;
}

.btn-clc {
    border-radius: 8px;
    color: #C9C9C9;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    padding: 8px 20px;
    margin-right: 5px;
    /* 28px */
}

#playpop .content p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 130%;
    /* 23.4px */
}

.redeem-section .form-control {
    width: 23%;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.9px;
    text-align: left;
    border-radius: 10px;
    border: 1px solid #CFCFCF;
    padding: 18px 20px !important;
    background: #FFF;
    text-transform: uppercase;
}

#Redeems .col-md-6 {
    padding: 0px 5px;
}

#active_bonus .col-md-6 {
    padding: 0px 5px;
    margin-bottom: 10px;
}

.redeem-section .btn-success {
    background-color: #19B100 !important;
    border-color: #19B100 !important;
    padding: 10px 10px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    border-radius: 8px !important;
    line-height: normal;
}

.coupon-item {

    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0px;
    background-size: 100% 100% !important;
    background-position: 0px 0px !important;
    min-height: 173px;
}

.coupon-item1 {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0px;
    background-size: 100% 100% !important;
    background-position: 0px 0px !important;
}

.promoinside .deposit-coupon-code-box {
    margin: 5px 0;
}

#list-promotion-no-deposit-code .coupon-item {
    /* margin-bottom: 10px; */
}

.coupon-item1 {
    margin-bottom: 10px;
}

.coupon-item img {
    width: 100%;
    height: auto;
}

.coupon-item1 img {
    width: 100%;
    height: auto;
}

.coupon-item .content {

    float: right;
    padding: 45px 0px;
    color: white;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    margin-right: 50px;
    min-width: 160px;
    text-align: left;
}

.coupon-item1 .content {
    float: right;
    padding: 45px 0px;
    color: white;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    margin-right: 50px;
    min-width: 160px;
    text-align: left;
}

.coupon-item .content h3 {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 55px */

}

.coupon-item1 .content h3 {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 55px */
}

.coupon-item .content h2 {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 55px */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.coupon-item1 .content h2 {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 55px */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}

.inside_box .coupon-item {
    background-size: 100% 100% !important;
    min-height: auto;
}

.inside_box .coupon-item1 {
    background-size: 100% 100% !important;
}

.btn-claim {
    margin-top: 0px;
    background: var(--new-golden, linear-gradient(180deg, #FFAE54 20.88%, #FDF7DD 100%));
    border: none;
    padding: 6px 20px;
    color: white;
    border-radius: 8px;
    color: #06040B;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    /* 28px */
    box-shadow: 0px 4px 9px 0px rgba(247, 228, 202, 0.47);
    margin: 0px 5px 0px 0px;

}

.btn-claim:hover {
    background-color: #ff8c00;
}

.terms {
    position: absolute;
    bottom: 10px;
    right: 15px;
    color: white;
    text-decoration: underline;
}

.redeem-section {
    text-align: center;
    margin: 20px 0;
}

/* radeem css end */

.btbg {
    margin-left: 10px;
    background: rgba(247, 147, 26, 0.09);
    border-radius: 10px;
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 600;
    line-height: 16.2px;
    text-align: left;
    padding: 11px 0px;
}

.etb {
    background: #F6F5F5 !important;
}

.usdb {
    background: #E5F4F4 !important;
}

.btbg .col-md-8 {
    text-align: right;
}

.dicbg {
    margin-left: 10px;
    background: rgba(255, 248, 232, 1);
    padding: 15px 8px;
    border-radius: 10px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.dic_title {
    color: #11151F;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    /* 14px */
}

.dicbg p {
    color: #000;
    font-size: 12px;
    padding-left: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 0px;
    padding-top: 5px;
}

.dicbg svg {
    float: left;
    margin-right: 5px;
}

.affsec .col-md-7 {
    order: 1;
}

.affsec .col-md-4 {
    order: 2;
}

.mob-coupen {
    display: none;
}

.desk-coupen {
    display: block;
}

.play_game11 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 111;
    display: flex;
    opacity: 0;
    display: -webkit-box;
    display: block;
    border-radius: 15px;

    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.game-box .play_game11:hover {
    opacity: 1;
    cursor: pointer;
    display: flex;
    background: linear-gradient(180deg, rgb(0 0 0 / 61%) 30%, rgb(0 0 0 / 44%) 50%);
    transition: 0.3s all;
}



.play_game11 .newbutton {
    background: #DB2234;
    width: 51px;
    height: 51px;
    transition: 0.3s all;
    cursor: pointer;
    border: 1px solid #fff;
    margin-bottom: 20px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px;
    position: unset;
    flex-wrap: wrap;
    text-align: center;
}

.play_game11 .perplay {
    color: #FFF;
    text-align: center;
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    position: unset;
    text-align: center;
    z-index: 11;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: underline;
}

.play_game11 .st_featured_thumb .login-overlay {
    position: unset;
    margin-inline: unset;
}



.jackpot img.image-2302-icon {
    mix-blend-mode: lighten;
}

.jackpot-section-necolumn {
    padding-top: 100px;
    padding-left: 0px;
}

.total-jackpot-amount-parent .top-games {
    max-width: unset !important;
}

.amoun_pad {
    padding: 0px 6px 0px 9px;
}

.amoun_pad2 {
    padding: 0px 0px 0px 6px;
}

.bacode_title-columun {
    padding: 24px 15px 0px 7px !important;
}

table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting {
    padding-right: 70px !important;
}

#cryptopool .submit-sec.withdraw_text.ismai {
    padding-bottom: 10px;
}

#enable_two_factor .rebem-me1 {
    text-align: left;
    white-space: nowrap;
    padding-top: 7px;
    line-height: 10px;
    font-size: 14px;
}

#cryptopool_back_payment_form {
    background: none;
}

.rebem-me a {
    font-size: 14px;
}

/*footer css cms start*/
#signup label.error {
    position: absolute !important;
}

/*table {
  table-layout: fixed;
}*/

#eth_alphapopay,
#btc_alphapopay,
#usdte_alphapopay,
#cryptopool {
    padding-top: 0px;
}

.top-winner.top-winner-casino {
    margin-top: 0px !important;
}

.col-md-3.col-sm-12.col-xs-12.p000.banner-destop-sign-up img {
    width: 99.4%;
    border-radius: 16px;
}

#topwin-slider-casino-game .rectangle-parent15 {
    width: 100%;
    flex-direction: row;
    align-items: center;
    gap: 9px;
    display: flex;
}

#topwin-slider-casino-game .item {
    float: left;
    width: 100%;
    padding: 0px;
}

.team_schedule_page {
    padding-top: 20px;
}

#FAQ h1 {
    font-size: 36px !important;
}

ul.anti-money-ul li {
    float: left;
    padding-bottom: 10px;
}

.footer-links-add-new ul li:nth-last-child(1) {
    border-right: none;
}

.no_games_available {
    float: left;
    width: 100%;
    /* font-weight: 500; */
    text-align: center;
    font-weight: 700;
}

.download-area-bottom #SPNL-1179732 {
    display: none !important;
}

.download-area-bottom .SPNL-1179732 {
    display: none !important;
}

.download-area-bottom #SPNL-1179769 {
    display: none !important;
}

.download-area-bottom .SPNL-1179769 {
    display: none !important;
}

.download-area-bottom #SPNL-1179862 {
    display: none !important;
}

.download-area-bottom .SPNL-1179862 {
    display: none !important;
}


.footer-links-add-new {
    padding-left: 30px;
}

.footer-links-add-new ul li a i {
    color: #DB2234;
    padding-right: 5px;
}

.footer-links-add-new ul li a {
    color: #232329;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    line-height: 35px;
}

#verity-bank-otp_btn {
    background: linear-gradient(180deg, #FFAE54 20.88%, #FDF7DD 100%) !important;
    padding: 6px 20px;
}

.footer-img {
    text-align: center;
    padding-bottom: 0px;
    padding-top: 0px;
}

.footer-img embed {
    float: left;
}

.footer-links-add-new ul li a:hover {
    color: #1965bc;
}

.footer-links-add-new ul li {
    float: left;
    padding: 0px 6px;
    float: left;
    width: 50%;
}

.footer-links-add-new ul {
    float: left;
    width: 100%;

    line-height: 25px;
}

#support {
    margin: 0 auto;
}

/*xyz*/
div#signup {
    padding-right: 0px !important;
}

p.faq-content {
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #343437;
    margin-left: 13px;
}

.panel-heading {
    display: flex;
}

h4.panel-title {
    font-family: "Rubik", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #2b2b32;
    display: flex;
    align-items: center;
    padding-left: 16px;
}

.top-winner.top-winner-casino h1 {
    font-size: 36px !important;
}

.top-winner-casino .col-md-8.col-sm-8.col-8.col-xs-6 {
    width: 100%;
}


/*recently-play-game start*/
.grid-container.recently-play-game {
    padding-top: 30px;
}

/*recently-play-game End*/
.about-us-all {
    background-image: url(../images/abbg.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
}

.group {
    vertical-align: middle;
}

.vip-program h1.text-center {
    font-size: 36px !important;
}

#promotions-page .text_2 h3 {
    font-size: 38px !important;
}

.main-banner .swiper-container {
    border-radius: 16px;
}



.jackpot {
    background-repeat: no-repeat;
}

.logo-main1 img {
    padding: 10px 0px;
    height: auto !important;
}

.login-reg-section a,
.userdtls_hdr22 {
    margin-left: 15px;
}

.header_username {
    font-size: 17px;
    font-weight: 500 !important;
}

.container {
    width: 100% !important;
    margin: 0px 0px;
    padding: 0px 60px;
}

.dep_btn a {
    border-radius: 8px;
    background: #1965BC;
    line-height: 50px;
    padding: 11px 12px;
    color: #F5EEE8;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}

.container .container {
    width: 100% !important;
    margin: 0px 0px;
    padding: 0px !important;
}

#txw {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    display: block;
    margin: 5px 0px 5px;
    line-height: 145%;
    /* 37.7px */
}

#deposit_error_modal .login-btn1 a {
    border-radius: 8px;
    background: #1965BC;
    line-height: 50px;
    padding: 11px 12px;
    color: #F5EEE8;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}

#paymentmode .login-btn11 a {
    border-radius: 8px;
    background: #1965BC;
    line-height: 50px;
    padding: 11px 12px;
    color: #F5EEE8;
    font-size: 18px;
    font-style: normal;
    cursor: pointer;
    font-weight: 500;
}

#paymentmode_promo .login-btn12 a {
    border-radius: 8px;
    background: #1965BC;
    line-height: 50px;
    padding: 11px 12px;
    color: #F5EEE8;
    font-size: 18px;
    font-style: normal;
    cursor: pointer;
    font-weight: 500;
}

.customNavigation i {
    text-align: center;
    font-size: 28px;
    font-family: "FontAwesome";
    font-style: normal;
    color: #000;
}

button.silder-button {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    font-size: 22px;
    background: #fff;
}

.customNavigation {
    .prev {
        left: -33px !important;
    }
}

.customNavigation {
    .next {
        right: -33px !important;
    }
}

button.silder-button:hover {
    background: #db2234;
    color: #fff;
}

.we.pur-silde i {
    text-align: center;
    font-size: 22px;
    font-family: "FontAwesome";
    font-style: normal;
}

.banking-new {
    float: left;
    width: 100%;
}

.withdrawal-method {
    float: left;
    width: 100%;
    padding-top: 100px;
}

.lable-row-banking h3 {
    color: #0C6DC6;
    text-align: center;
    font-family: Rubik;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 0px;
}

.banking-new h2 {
    color: #282828;
    text-align: center;
    font-family: Rubik;
    font-size: 43px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
}

.lable-row-banking {
    display: flex;
    justify-content: space-around;
    border-radius: 15px;
    border: 1px solid #E1E1E1;
    background: #FFF;
    height: 70px;
    align-items: center;
}

.banking-new h3 {
    color: #282828;
    text-align: center;
    font-family: Rubik;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 40px;
}

.banking-new p {
    color: #282828;
    text-align: center;
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-top: 20px;
    padding-bottom: 50px;
}

.inner_bannerv1 .notes {
    padding-left: 0px;
}

.baning-table_uni {
    float: left;
    width: 100%;
    /* border: 1px solid #E1E1E1; */
    /* background: #FFF; */
    padding: 10px 0px;
    border-radius: 15px !important;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}

.baning-table_uni li {
    color: #0C6DC6;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 0px;
}

.baning-table_uni_inner {
    float: left;
    width: 100%;
    /* height: 100px; */
    border: 1px solid #E1E1E1;
    background: #FFF;
    padding: 0px 0px;
    margin: 10px 0px 0px 0px;
    border-radius: 15px !important;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    align-items: center;
}

.baning-table_uni_inner li {
    color: #282828;
    text-align: center;

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
}

.baning-table_uni_inner li img {
    object-fit: fill;
    width: 100px;
    height: 50px;
}

/*purvita Css END*/
.text_22 {
    float: left;
    width: 99%;
    background: #E3F1FF;
    padding: 14px 20px;
    border-radius: 5px;
    margin: 10px 7px;
}

.text_22 .st_date1 {
    color: #282828;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    /* 18.9px */
}

.text_22 .value-amt {
    float: right;
    color: #0C6DC6;
    text-align: right;
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
}

.swiper-container {
    z-index: unset !important;
}

.frame-parent16 {
    text-align: left;
}

#tournaments-slider .image-1710-icon {
    width: 230.11px !important;
}

#tournaments-slider .swiper-slide {
    display: block;
}

#tournaments-slider .user-user {
    width: 24px !important;
}


.content-heading {
    color: #000;
}

.panel-content {
    display: none;
}

.panel.open .panel-content {
    display: block;
}

.toggle-btn {
    border: none;
    font-size: 1.5em;
    cursor: pointer;
    outline: none;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 50px;
    background: #ffd700;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    font-size: 24px;
    font-weight: 500;
    transition: 0.3s all;
}

.main-banner .swiper-slide {
    background: transparent;
}

#DEPOSIT-GSCCModal .modal-content {
    background: #fff;
}

.header_error_msg {
    font-size: 12px;
}

/* footer cms css End*/

/*bonus style start*/
button.copy-crypto-address-wallent {
    border-radius: 5px;
    background: #fff;
    color: #db2234;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
    float: right;
    width: 82px;
    height: 22.32px;
}

.crypto-type-lable-wallet p {
    font-size: 12px !important;
}

.timeline {
    position: relative;
    margin: 0px 0;

    border-left: 0px solid #ccc;
    max-height: 290px;
    overflow: auto;
    padding: 10px 20px;
    min-height: 50px;
}

/* Custom scrollbar styling for webkit-based browsers (Chrome, Safari, etc.) */
.timeline::-webkit-scrollbar {
    width: 5px;
    /* Width of the scrollbar */
}

.timeline::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Color of the track (background of the scrollbar) */
    border-radius: 5px;
    /* Optional: round the scrollbar track */
}

.timeline::-webkit-scrollbar-thumb {
    background-color: #888;
    /* Color of the thumb (scrollbar handle) */
    border-radius: 5px;
    /* Optional: round the scrollbar handle */
    border: 2px solid #f1f1f1;
    /* Optional: add a border around the thumb */
}

.timeline::-webkit-scrollbar-thumb:hover {
    background-color: #555;
    /* Change color on hover */
}

/* For Firefox (using scrollbar-width and scrollbar-color properties) */
.timeline {
    scrollbar-width: thin;
    /* Thin scrollbar */
    scrollbar-color: #e9e9e9 #f1f1f1;
    /* Thumb and track colors */
}


.timeline p {
    color: var(--Black-heading, #2B2B32);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    /* 17.4px */
}

.timeline .event {
    position: relative;
    margin-bottom: 20px;
    padding-left: 30px;
}

.timeline .event:before {
    content: '';
    position: absolute;
    left: -9px;
    top: 0;
    width: 18px;
    height: 18px;
    background-color: #4CAF50;
    border-radius: 50%;
    border: 0px solid white;
    box-shadow: 0 0 0 2px #4CAF50;
}

.timeline .event .checkmark {
    position: absolute;
    left: -6px;
    top: 0px;
    font-size: 14px;
    color: white;
    font-weight: 500;
}

#GSCCModal .modal-content {
    background: #fff;
}

#GSCCModal .modal-header .modal-title {
    text-align: center;
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%;
}

#GSCCModal1 .modal-content {
    background: #fff;
}

#GSCCModal1 .modal-header .modal-title {
    text-align: center;
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%;
}

.st_overview_nav ul .active .cash-img2 {
    display: block;
}

.st_overview_nav ul .active .cash-img {
    display: none;
}

.st_overview_nav ul .cash-img2 {
    display: none;
}

.terms_btn:hover {
    color: #fff;
}

.terms_btn {
    position: absolute;
    margin: -10px 0px 0px 0px;
    cursor: pointer;
    bottom: 5px;
    right: 40px;
    color: #fff;
}

.page_id11 {
    padding-top: 30px;
    float: left;
    padding-bottom: 50px;
}

.page_id11 h1 {
    color: #101010;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

.page_id11 p {
    overflow: hidden;
    color: #101010;
    padding: 5px 0px;
    text-align: center;
    text-overflow: ellipsis;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.col-lg-12.col-md-12.col-sm-12.col-xs-12.crypto-currency-bank-info-column {
    display: flex;
    text-align: center;
    justify-content: center;
}

button#crypto-currency-bank-info-button {
    align-items: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    clear: both;
    float: left;
    text-align: center;
    margin-top: 10px;
    background: #0c6dc6;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 53px;
}

button.copy-crypto-address-key {
    border-radius: 5px;
    background: #f5f5f5;
    width: 121.364px;
    height: 26px;
    color: #282828;
    text-align: center;

    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.crypto-type-bank-address-first-col p {
    padding: 0px;
    margin: 0px;
    color: #282828;

    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.crypto-type-bank-address-first-col h2 {
    color: #7a7a7a;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.crypto-type-bank-address {
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    border: 1px solid #cfcfcf;
    padding: 9px;
    vertical-align: middle;
    align-items: center;
}

.react-game-new .single-download-box {
    margin-bottom: 15px;
    width: 19%;
}

.crypto-type-lable-wallet {
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    padding: 9px;
    vertical-align: middle;
    align-items: center;
    background: #f5f5f5;
}

.crypto-type-bank {
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
    padding: 16px;
}

.login-reg-section #signbtn:hover {
    box-shadow: 0px 4px 9px 0px rgba(247, 228, 202, 0.47);
}

.login-reg-section #loginbutton:hover {
    box-shadow: 0px 4px 10px 0px rgba(90, 171, 253, 1);
    background: rgba(16, 103, 191, 1);
    color: #fff !important;
    border: 0px solid #fff;
}

.hero-btns__Container .header_signup_btn:hover {
    box-shadow: 0px 4px 9px 0px rgba(247, 228, 202, 0.47) !important;
}

.hero-btns__Container .wa1:hover {
    box-shadow: 0px 4px 9px 0px rgba(247, 228, 202, 0.47) !important;
}

.hero-btns__Container #loginbutton:hover {
    box-shadow: 0px 4px 10px 0px rgba(90, 171, 253, 1);
    background: rgba(16, 103, 191, 1);
    color: #fff !important;
    border: 0px solid #fff;
}

#banktransfer_btn:hover {
    box-shadow: 0px 4px 9px 0px rgba(247, 228, 202, 0.47) !important;
}

.topcl {
    padding-top: 10px;
}

h2.crypto-type-fisrt-lable {
    color: #7a7a7a;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

h2.crypto-type-lable {
    color: #0c6dc6;

    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.innner_banner_bank_account.crypto-currency-wallet {
    padding: 20px 0px 0px 0px;
    border-top: 1px solid #ebebeb;
    margin-top: 20px;
}

.innner_banner_bank_account.crypto-currency-bank-info {
    padding: 20px 0px 0px 0px;
    border-top: 1px solid #ebebeb;
    margin-top: 20px;
}

table.table.table-striped.bank-account-my-profile-table thead>tr>th:first-child {
    border-radius: 5px 0px 0px 0px;
}

table.table.table-striped.bank-account-my-profile-table thead>tr>th:last-child {
    border-radius: 0px 5px 0px 0px;
}

table.table.bank-account-my-profile-table>tbody>tr>td:first-child {
    border-radius: 0px 0px 0px 5px !important;
}

.bank-account-my-profile-table>tbody>tr:nth-of-type(odd) {
    background-color: #f5f5f5;
}

td.edit-button-bank-account {
    margin: -10px 20px 0px 0px;
    float: right;
}

table.table.table-striped.bank-account-my-profile-table {
    margin: 0px;
}

table.table.table-striped.bank-account-my-profile-table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 0px 0px 10px 10px;
    border: 0px;
    background: #f5f5f5 !important;
}

table.table.table-striped.bank-account-my-profile-table thead>tr>th {
    border: 0px;
    color: #282828 !important;
    font-family: Rubik;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    text-align: left;
    padding: 10px 0px 0px 10px;
    background: #f5f5f5 !important;
}

.submit-sec button {
    background: #0c6dc6;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 53px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 34px;
    margin: 10px 10px 10px 0px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 10px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked+.slider {
    background-color: #2196f3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.authentication-input {
    display: flex;
    vertical-align: middle;
    align-items: center;
    border: 1px solid #cfcfcf;
    justify-content: space-between;
}

.popup-bank-info .login-head {
    font-size: 23px;
}

#History .tab-bonus {
    margin-top: -39px;
}

.st_overview_contant span {
    color: #282828;
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.container-fluid.myacc_bar {
    display: none;
}

#timeout_checkbox-error {
    text-align: center;
    position: absolute !important;
}

#detactivate_checkbox-error {
    text-align: center;
    position: absolute !important;
}

label.error {
    position: initial !important;
}

.deposit_nav .st_overview_nav {
    height: auto !important;
    padding-top: 10px;
}

.deposit_nav .st_overview_nav li a span {
    word-break: break-word;
    white-space: initial;
    line-height: 1.1;
}

.re {
    float: right;
    border-radius: 8px;
    border: 1px solid #9F9F9F;
    padding: 7px 7px;
    background: var(--White, #FFF);
}

.st_overview_nav .active .re {
    border-color: #000;
    background: #fff;
    padding: 4px 4px;
}

.st_overview_nav .active .re i {
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 13px;
    float: left;
}

.newsletter_dec label {
    color: #fb0000;
    display: block;
    font-weight: 400;
    margin-bottom: -8px;
    position: absolute;
    bottom: -11px;
    font-size: 12px;
}

.newsletter_dec input[type="text"]:disabled {
    background-color: #fff;
}

.newsletter_dec .email-error {
    margin: 0px 0 0px !important;
    font-size: 11px;
}

.validation-doc h2 {
    color: #000;
    font-family: Rubik;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.list_meta li em {
    padding-right: 0px !important;
}

.list_meta li {
    padding-right: 0px !important;
}

.validation-doc p {
    color: #807b61;
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding-top: 10px;
}

ul.validation-list li {
    color: #807b61;
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    list-style: disc;
    padding-bottom: 9px;
    margin-left: 29px;
}

.validation-doc {
    padding-bottom: 25px;
}

.credit-card,
.proof-of-address,
.proof-of-id {
    padding: 24px 24px 32px 24px;
    border-radius: 16px;
    border: 1px solid var(--stoke-2, #f5eee8);
    background: #f8f8f8;
    height: 530px;
}

.validation-three-card h2 {
    color: var(--Black-heading, #2b2b32);
    font-family: Rubik;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.validation-three-card p {
    color: var(--Pragraph-2, #55555e);
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding-top: 6px;
}

button.bank-info-design {
    border-radius: 6px;
    background: linear-gradient(180deg, #ffd700 0%, #ffd700 100%);
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.3) inset;
    color: #2e3a59 !important;
    padding: 14px 30px;
}

button.bank-info-design a {
    color: #000;
    font-size: 17px;
    font-weight: 500 !important;
}

.col-md-4.changes-password h2 {
    padding-bottom: 20px;
}

.col-md-4.email-verification h2 {
    padding-bottom: 20px;
}

.personal-details label,
.email-verification label,
.changes-password label {
    margin-bottom: 0px;
}

.personal-details input[type="text"],
.email-verification input[type="email"],
.changes-password input[type="password"] {
    display: flex;
    width: 75%;
    height: 56px;
    min-height: 48px;
    padding: 14px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    border-radius: 8px;
    border: 1px solid var(--stoke-2, #f5eee8);
    background: #ece5df;
}

.personal-details label:nth-child(2) {
    padding-top: 15px;
}

#MyTransaction .text-history-startdateenddate {
    margin-right: 20px;
}

#MyPayment button.text-history-showbutton {
    margin-left: 20px;
}

.help-section {
    display: none;
}

button.text-history-showbutton {
    display: inline;
    width: 194.75px;

    padding: var(--3, 12px) 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid var(--button, #ffd700);
    background: #fdd602;
    margin-top: 25px;
}

.d-flex-history {
    display: flex;
    align-items: center;
}

.text-history-startdateenddate {
    width: 15%;
}

.text-history-startdateenddate label {
    color: var(--Pragraph-2, #55555e);
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 10px;
    padding-bottom: 0px;
}

input#start_date {
    width: 100%;
    height: 40px;
}

input#end_date {
    width: 100%;
    height: 40px;
}

.select-history-roll {
    width: 16%;
    margin-right: 20px;
}

.text-history-startdateenddate:nth-child(2) {
    width: 15%;
    margin-right: 20px;
}

.text-history-startdateenddate:nth-child(3) {
    margin-right: 20px;
}

.select-history-roll select {
    color: var(--Pragraph, #879688);
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 10px;
}

.text-history-startdateenddate input[type="date"] {
    padding: 8px 12px;
}

.d-flex-history lable {
    color: var(--Pragraph-2, #55555e);
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.main-bonuse-container .tab-bonus-main .st_date1 {
    font-size: 24px;
}

.main-bonuse-container .tab-bonus-main {
    background: transparent;
}

.comppoints-input {
    padding-top: 15px;
}

button.redeem {
    margin-bottom: 50px;
    display: flex;
    padding: 17px 74px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    color: var(--Black-heading, #2b2b32);
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    background: #f8f8f8;
    margin-top: 20px;
}

input#amount {
    display: flex;
    width: 25%;
    height: 49px;
    padding: 8px 16px;
    align-items: center;
    gap: 8px;
}

.main-bonuse-container .container {
    padding: 0px 40px !important;
}

div#available-bonus {
    float: left;
    width: 100%;
}

.bonus-status-title h2 {
    color: #000;
    font-family: Rubik;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.bonus-status-selectore select {
    color: #000;
    width: 15%;
    margin-top: 20px;
}

.nodatahistory {
    border-radius: 16px;
    border: 1px solid var(--stoke-2, #f5eee8);
    background: #f8f8f8;
    margin-top: 30px;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 30px;
}

.tab-bonus-main {
    display: flex;
    height: 55px;

    align-items: center;
    border-radius: 15px;
    background: #fff;
    backdrop-filter: blur(18.149999618530273px);
}

.tablinksbonusmain.col-md-3 {
    display: flex;
    padding: var(--3, 12px) 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    height: 45px;
    color: #2e3a59;
    font-family: Rubik;
    font-weight: 400;
    line-height: 150%;
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    text-align: center;

}

.tablinksbonusmain.col-md-3.active {
    display: flex;
    padding: var(--3, 12px) 16px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin: 0px 3px;
    border-radius: 10.445px;
    background: #0c6dc6;
    color: #fff;
}

.tablinkshistory.active {
    background: #000000;
    color: #fff;
    border-color: #000;
    font-weight: 600;
}

.tablinkshistory {
    display: flex;
    height: 45px;
    padding: var(--3, 12px) 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;

    color: #090417;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin: 0px 5px;
    line-height: 150%;
    border-radius: 10.445px;
    border: 1px solid #ebebeb;
    background: #fff;
}

div#History {
    border-radius: 15px;
    border: 1px solid #ebebeb;
    background: #fff;
    backdrop-filter: blur(18.149999618530273px);
    padding: 15px;
    float: left;
    width: 100%;
}

#MyProfile .tab-bonus {
    max-width: 100%;
}

.tablinksmyprofile.active {
    background: #ffd700;
    border: 1px solid var(--button, #ffd700);
}

.tablinksmyprofile {
    padding: 11px 0px;
    background: transparent;
    border-radius: var(--2, 8px);
    color: #2e3a59;
    leading-trim: both;
    text-edge: cap;
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

div#Cashier {
    border-radius: 15px;
    border: 1px solid #ebebeb;
    background: #fff;
    backdrop-filter: blur(18.149999618530273px);
}

.tablinkscashier.active {
    background: #000000;
    color: #fff;
    border-color: #000;
    font-weight: 600;
}

.tablinkscashier {
    display: flex;
    height: 45px;
    padding: var(--3, 12px) 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 10.445px;
    border: 1px solid #ebebeb;
    background: #fff;
    color: #090417;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin: 0px 5px;
    line-height: 150%;
}

.rebem-me1 {
    display: flex;
    margin-top: 10px;
}

a.tablinkscashier {
    display: flex;
    height: 45px;
    padding: var(--3, 12px) 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 10.445px;
    border: 1px solid #ebebeb;
    background: #fff;
    color: #090417;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin: 0px 5px;
    line-height: 27px;
    padding: 8px 12px !important;
}

.tab-bonus .active {
    background: #000000;
    color: #fff;
    border-color: #000;
    font-weight: 600;
}

.tablinksbonus.active {
    background: #000000;
    color: #fff;
    border-color: #000;
    font-weight: 600;
}

.tab-bonus {
    display: flex;
    margin-top: -27px;
}

.tablinksbonus {
    display: flex;
    width: 138px;
    height: 45px;
    padding: var(--3, 12px) 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 10.445px;
    border: 1px solid #ebebeb;
    background: #fff;
    color: #090417;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin: 0px 5px;
    line-height: 150%;
}

.tabcontenttablinksbonus {
    display: none;
    padding: 15px;
}

div#MyBonuses {
    border-radius: 15px;
    border: 1px solid #ebebeb;
    background: #fff;
    float: left;
    width: 100%;
    backdrop-filter: blur(18.149999618530273px);
}

.tabcontentlinkshistory {
    display: none;
}

.tabcontenttablinksprofile {
    display: none;
}

.tabcontenttablinkscashier {
    display: none;
}

.tabcontent {
    margin-top: 60px;
}

button.input-btn.submit_dec {
    margin-left: 10px;
}

button.input-btn.submit_dec {
    margin-left: 10px;
    border-radius: 5px;
    background: #0C6DC6;
    flex-shrink: 0;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
    background: #0c6dc6 !important;
    color: #fff !important;
}

.start_new {
    display: flex;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #CFCFCF;
    background: #FFF;
    height: 41px;
    padding: 8px 10.934px 9px 10px;
    justify-content: center;
    gap: 111px;
}

.enddate_new {
    display: flex;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #CFCFCF;
    background: #FFF;
    height: 41px;
    padding: 8px 10.934px 9px 10px;
    justify-content: center;
    gap: 111px;
    margin-left: 10px;
}

input#start_date {
    border: unset;
    color: #000;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: -0.132px;
}

input#end_date {
    border: unset;
    color: #000;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: -0.132px;

}

.start_new .input_dec.start_dec {
    padding: 0px;
    margin: 0px;
}

.start_new input#start_date {
    border: unset;
    color: #000;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: -0.132px;
    margin: 0px;
    padding: 0px;
    text-align: end;
}

.enddate_new input#end_date {
    border: unset;
    color: #000;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: -0.132px;
    margin: 0px;
    padding: 0px;
    text-align: end;
}

.search_tab {
    display: flex;
}

/*a#bonus_history_previous::before {
  content: '';
  position: absolute;
  background-image: url(assets/images/arrow-left-datatable.svg);
  width: 20px;
  height: 20px;
  left: -14px;
  right: 0px;
}

a#bonus_history_next::before {
  content: '';
  position: absolute;
  background-image: url(assets/images/arrow-right-datatable.svg);
  width: 20px;
  height: 20px;
  left: 43px;
  right: 0px;
}*/
.month_tab select {
    background-color: white;
    border: thin solid grey;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.month_tab select.arrows {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAA3klEQVRIS+3VMU9CMRTF8d8zBL+aizoQFhx0kUk33RzdYMNFXUFnYeGrYYyaJiUxJHDLSxodbNKpfeffc9/pbaPyaCrr+3OA++z4rtT5Pg5GuMnCY9yWQEoBE1xhlUUP8YDrCBIB0vojLvGO0yz4hm4JJAKcYYoPHGOZAUdYoIMBXrc5iQAHeMlzviFygj7O8dkWEJU4XI8chALRhn9AVKHf70VRTHu4wFfbmKZLNKt50dLBnna0imcMd/2I0phWa3Y/D1e1Xa9BCZJG0VuQNpaWKMx72xS1Fl5/WN3BN+AgJhnZQlq4AAAAAElFTkSuQmCC');
    background-position: calc(100% - .5rem), 100% 0;
    background-size: 1.5em 1.5em;
    background-repeat: no-repeat;
}

.month_tab select.arrows:focus {
    border-color: blue;
    outline: 0;
}

.month_tab option.label2.date_selected2 {
    color: #000;
}

.month_tab select.arrows {
    color: #000;
}

.month_tab select.arrows:focus {
    border-color: #cfcfcf !important;
    outline: 0 !important;
}

.month_tab select.arrows {
    border: 1px solid #cfcfcf;
}

a#bonus_history_next {
    border: 1px solid #cfcfcf !important;
}

a#bonus_history_previous {
    border: 1px solid #cfcfcf !important;
}

#start_date2 {
    border: 0px !important;
    width: 100% !important;
    margin: 0px;
    float: right;
}

#end_date2 {
    border: 0px !important;
    width: 100% !important;
    margin: 0px;
    float: right;
}

div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
    background: #FFF;
    color: #000;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    fill: #FFF;
    stroke-width: 1px;
    border: 1px solid #E4E4E4;
}

.innner_banner_bank_account.text_wrper {
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 20px;
}

.tabcontenttablinksprofile .submit-sec button {
    text-transform: capitalize;
}

.tabcontenttablinksprofile button.bank-info-copy {
    width: 50px;
    height: 26px;
    flex-shrink: 0;
    border-radius: 5px;
    color: #282828;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    background: #F5F5F5;
}

.tabcontenttablinksprofile .input_dec_new {
    border-radius: 5px;
    border: 1px solid #CFCFCF;
    padding: 10px;
    margin: 10px 0px 0px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

label.field_label_new {
    margin: 0px;
    padding: 0px;
    color: #7A7A7A;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.tabcontenttablinksprofile .form-control {
    box-shadow: none;
    border: unset;
    padding: 0px;
    height: unset;
    color: #282828 !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: white !important;
}

button.copy-crypto-address-wallent {
    border-radius: 5px;
    background: #FFF;
    color: #DB2234;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
    float: right;
    width: 100px;
    height: 26px;
}

.crypto-type-lable-wallet p {
    font-size: 12px !important;
}

.col-lg-12.col-md-12.col-sm-12.col-xs-12.crypto-currency-bank-info-column {
    display: flex;
    text-align: center;
    justify-content: center;
}

button#crypto-currency-bank-info-button {
    align-items: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    clear: both;
    float: left;
    text-align: center;
    margin-top: 10px;
    background: #0C6DC6;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 53px;
    text-transform: capitalize;
}

button.copy-crypto-address-key {
    border-radius: 5px;
    background: #F5F5F5;
    width: 121.364px;
    height: 26px;
    color: #282828;
    text-align: center;

    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.crypto-type-bank-address-first-col p {
    padding: 0px;
    margin: 0px;
    color: #282828;

    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.crypto-type-bank-address-first-col h2 {
    color: #7A7A7A;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.crypto-type-bank-address {
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    border: 1px solid #CFCFCF;
    padding: 9px;
    vertical-align: middle;
    align-items: center;
}

.crypto-type-lable-wallet {
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    padding: 16px 10px;
    vertical-align: middle;
    align-items: center;
    background: #F5F5F5;
}

.crypto-type-bank {
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    border: 1px solid #F5F5F5;
    background: #F5F5F5;
    padding: 17px;
}

h2.crypto-type-fisrt-lable {
    color: #7A7A7A;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

h2.crypto-type-lable {
    color: #0C6DC6;

    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.innner_banner_bank_account.crypto-currency-wallet {
    padding: 20px 0px 0px 0px;
    border-top: 1px solid #EBEBEB;
    margin-top: 20px;
}

.innner_banner_bank_account.crypto-currency-bank-info {
    padding: 20px 0px 0px 0px;
    border-top: 1px solid #EBEBEB;
    margin-top: 20px;
}

table.table.table-striped.bank-account-my-profile-table thead>tr>th:first-child {
    border-radius: 5px 0px 0px 0px;
}

table.table.table-striped.bank-account-my-profile-table thead>tr>th:last-child {
    border-radius: 0px 5px 0px 0px;
}

table.table.bank-account-my-profile-table>tbody>tr>td:first-child {
    border-radius: 0px 0px 0px 5px !important;
}

.bank-account-my-profile-table>tbody>tr:nth-of-type(odd) {
    background-color: #f5f5f5;
}

td.edit-button-bank-account {
    margin: -10px 20px 0px 0px;
    float: right;
}

table.table.table-striped.bank-account-my-profile-table {
    margin: 0px;
}



table.table.table-striped.bank-account-my-profile-table>tbody>tr>td {
    padding: 0px 0px 15px 10px;
    border: 0px;
    background: #F5F5F5 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 164px !important;
}

.message_popup {
    width: 1900px;
    margin-top: 162px;


}


.gender_selection_parent {
    display: flex !important;
    justify-content: flex-start !important;
}

.gender_selection {
    justify-content: flex-start !important;
    display: flex !important;
}


.gender_label {
    position: relative !important;
    bottom: 0 !important;
    margin-left: 5px;
    color: #000 !important;
}

@media (max-width: 768px) {
    .message_popup {
        width: 302px !important;
        margin: 162px auto 0px auto;
    }

    .modal-dialog {
        max-width: 450px !important;
    }

    .page_id11.prom_p #prompage {
        padding: 0px 3% 10px !important;
    }


}

.dataTables_wrapper {
    scrollbar-width: none;
}

.horizontal-shake {
    animation: horizontal-shaking 0.35s infinite;
}

.payment-info-delete-confirm {
    background: linear-gradient(180deg, #FFAE54 20.88%, #FDF7DD 100%);
    border-color: #FDF7DD !important;
    color: #000 !important;
}

.payment-info-delete-confirm:hover {
    background: linear-gradient(180deg, #FFAE54 20.88%, #FDF7DD 100%);
    border-color: #FDF7DD !important;
    color: #000 !important;
}

.login-head-icon {
    padding: 15px 0;
}

.rebem-me-delete {
    padding: 0px 14px;
}


@keyframes horizontal-shaking {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(5px)
    }

    50% {
        transform: translateX(-5px)
    }

    75% {
        transform: translateX(5px)
    }

    100% {
        transform: translateX(0)
    }
}

#user-password-current-error {

    position: absolute !important;
    margin-bottom: 8px !important;
}

#user-password-new-error {
    position: absolute !important;
    margin-bottom: 8px !important;

}

#user-password-newc-error {
    position: absolute !important;
    margin-bottom: 8px !important;
}

#current_password-error {
    position: absolute !important;
    margin-bottom: 8px !important;

}


select#country_code {
    width: 63px;
    height: 30px;
    color: #000;
    font-size: 14px;
    padding: 0px 0;
    border: none;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #fff;
    cursor: not-allowed;
}

/* email verifyed status icon */
.mob-no-div .mob-no-input-box {
    position: relative;
    display: flex;
}

.mob-no-input-box img.verified_result_img {
    position: absolute;
    right: 0;
    bottom: 30%;
}

@media screen and (max-width: 575px) {
    .mob-no-input-box img.verified_result_img {
        bottom: 30%;
    }
}

.select2-dropdown {
    width: 100px !important;
    text-align: left;
}

.select2-container {
    width: 100% !important;
}

#updateProfile .phone-code {
    width: 40%;
}

#updateProfile #mobile {
    width: 60%;
}

.active-code-button button {
    border-radius: 8px;
    border: 1px solid #f7f7fc;
    background: #f5eee8;
    display: flex;
    height: 47px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-left: 11px;
}

.col-md-4.col-sm-4.col-4.col-xs-12.bonus-code-form {
    display: flex;
    align-items: center;
}

.bonus-code-main input[type="text"] {
    display: flex;
    width: 308px;
    height: 43px;
    padding: 8px 16px;
    align-items: center;
}

span.bonus-code-span {
    color: var(--cap, #fdc448);
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

p.bonus-code-text {
    color: var(--Black-heading, #2b2b32);
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    width: 100%;
    padding-bottom: 0px !important;
    margin: 0px;
}

.bonus-code-main {
    display: flex;
    padding: 18px 16px 18px 45.777px;
    align-items: center;
    border-radius: 16px;
    background: #f8f8f8;
    margin-top: 30px;
    margin-bottom: 30px;
}

h2.nomore-data {
    display: flex;
    height: 175px;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 16px;
    border: 1px solid var(--stoke-2, #f5eee8);
    background: #f8f8f8;
    margin-top: 25px;
    margin-bottom: 25px;
    width: 100% !important;
    padding: 0px 60px !important;
}

h1.active-bonus-title {
    color: #000;
    font-family: Rubik;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.available-bonus-silder {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    float: left;
    width: 100%;
    height: 260px;
}

.available-bonus-title-tc {
    display: flex;
    text-align: left;
}

.tandcondition {
    text-align: right;
    width: 30%;
    text-decoration: underline;
}

.available-bonus-title-tc .title {
    font-size: 18px;
    font-family: "Rubik";
    font-weight: 500;
    width: 100%;
    color: #000;
}

.available-bonus-text {
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 40px;
}

.fheading {
    color: #232329;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    padding-left: 6px;
    padding-top: 10px;
    padding-bottom: 20px;
    line-height: 150%;
    /* 30px */
}

.available-bonus-button {
    border-radius: 6px;
    background: linear-gradient(180deg, #ffd700 0%, #ffd700 100%) !important;
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.3) inset;
    color: #000 !important;
    padding: 17px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    font-family: "Rubik";
    float: left;
    position: absolute;
    bottom: 20px;
}

.available-bonus h1 {
    color: var(--Black-heading, #2b2b32);
    font-family: "Rubik", sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.available-bonus .all {
    color: var(--Black-heading, #2b2b32);
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    float: right;
    padding-top: 20px;
    line-height: 150%;
    text-decoration-line: underline;
}

.react-game-new {
    margin-bottom: 60px;
}

.bns-claim-btn {
    border: 2px solid #eb7511 !important;
    background: none !important;
    padding: 4px 16px !important;
    border-radius: 50px !important;
    color: #eb7511 !important;
    font-weight: 600;
    cursor: pointer;
}

body .hr_bottom {
    border-top: 2px solid #eaeaea;
    width: 36%;
    display: none;
}

body .wallet_overview {
    width: 100%;
    margin: 0 auto;
    box-shadow: none;
    margin: 50px auto;
    border-radius: 25px;
    max-width: 84%;
    background: #ffffff;
    border-radius: 0px;
    overflow: hidden;
    border: 1px solid #efefef;
}

.st_nav_main_bonus {
    clear: both;
    float: none;
}

body .wallet_overview .tab-pane p {
    margin: 10px 0;
}

body span.first_td_head {
    font-weight: 500;
}

body .wallet_overview .tab-content {
    padding: 0 3%;
    background: #ffffff;
    border-radius: 0;
    position: relative;
    z-index: 1;
    top: 0;
    padding-bottom: 21px;
    box-shadow: none;
}

body .deposit_btn {
    background: #ffbe00;
    color: #fff;
    border-radius: 0px;
    text-align: center;
    padding: 5px;
    width: 150px;
    margin: 20px auto 0;
    text-transform: uppercase;
    padding: 10px 20px 11px;
    font-weight: 500;
}

body .deposit_btn:hover {
    background: #000;
    color: #fff;
}

body .deposit_btn:hover a {
    color: #fff;
}

body .wallet_overview .nav-tabs .nav-item {
    width: 49%;
    box-shadow: none;
    border-radius: 25px 25px 0 0;
    margin-right: 1%;
    margin-bottom: 0;
}

body .wallet_overview .nav-tabs .nav-item:last-child {
    margin-right: 0%;
}

body .wallet_overview .nav-tabs .nav-link {
    color: #000000;
    font-weight: 500;
    padding: 10px 5px;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    font-size: 14px;
    text-align: center;
    box-shadow: none;
    border-radius: 0;
    background: #ffffff;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

body .wallet_overview .nav-tabs .nav-link.active {
    position: relative;
    z-index: 11;
    box-shadow: none;
    border: none;
    border-bottom: none;
    color: #000000;
    background: #ffbe00;
    font-weight: 500;
    text-transform: uppercase;
    border-color: #ffbe00;
}

.list_meta li:before {
    background-color: #000;
}

body .bonus_title {
    background: #fff;
    font-size: 1em;
    font-weight: normal;
    color: #000;
    padding: 5px 0;
    text-align: center;
    border-radius: 0;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

body .h3_title {
    color: #666;
    text-align: center;
    font-weight: 500;
    padding: 0px 0 15px 0;
    font-size: 18px;
    margin-bottom: 0;
}

body .bonus_visible:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    right: 15px;
    background-color: #9c9c9c;
    padding-bottom: 30px;
    width: 0px;
    z-index: -1;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-30deg) skewX(30deg);
    -ms-transform: rotate(-30deg) skewX(30deg);
    transform: rotate(-30deg) skewX(30deg);
}

body .bonus_visible {
    position: relative;
}

body .status_active {
    background: #0c6dc6;
    text-align: center;
    border-radius: 0 0 10px 10px;
    margin-bottom: 30px;
    color: #daefe7;
    padding: 10px 5px;
    position: relative;
    z-index: 1;
}

body .bonus_visible .table-responsive {
    margin-bottom: 0;
}

body .valid_status {
    background: #767676;
    text-align: center;
    border-radius: 0;
    margin-bottom: 15px;
    color: #fefefe;
    padding: 6px 0;
    position: relative;
    z-index: 1;
    font-size: 14px;
}

body .valid_status strong {
    font-weight: 700;
}

body .wallet_tab .table {
    margin-bottom: 0px;
}

body .bonus_tab .table {
    margin-bottom: 0;
}

body .bonus_tab .bonus_title {
    margin-top: 50px;
}

body .bonus_tab .bonus_title:first-child {
    margin-top: 0;
}

body .wallet_tab .table {
    background: #f4f4f4;
    text-align: center;
    border-radius: 0;
}

body .wallet_tab .table thead th {
    color: #424242;
    padding: 8px 5px;
    border: none !important;
    font-size: 14px;
    vertical-align: middle;
    border-right: 2px solid #d6d6d6 !important;
    line-height: 18px;
    text-align: center;
}

body .wallet_tab .table td {
    color: #424242;
    padding: 5px 5px 5px;
    border: none !important;
    width: 33.3%;
    font-size: 14px;
    vertical-align: middle;
    border-right: 2px solid #d6d6d6 !important;
    line-height: 18px;
}

body .wallet_tab .table td:last-child {
    border-right: none !important;
}

body .wallet_tab .table th:last-child {
    border-right: none !important;
}

body .wallet_tab .bonus_visible .table,
.bonus_tab .table {
    margin-bottom: 0;
    position: relative;
    z-index: 11;
}

body .wallet_tab .bonus_visible .table td {
    line-height: 25px;
    border-bottom: 2px solid #d6d6d6 !important;
}

body .wallet_tab .bonus_visible .table tr:last-child td {
    border-bottom: none !important;
}

body .bonus_tab .table td {
    width: 25%;
}

.st_nav_main_bonus ul li {
    width: 100%;
    margin: 0;
    padding: 0;
    float: none;
    min-width: initial;
}

.st_nav_main_bonus ul {
    margin: 0;
}

body .bonus_tab .bonus_title {
    border-radius: 0px;
    margin-bottom: 20px;
}

body .bonus_tab .table {
    border-radius: 0px;
}

body .bonus_click {
    cursor: pointer;
    border: none;
}

body .bonus_visible {
    display: none;
    margin-top: 15px;
}

.st_overview_nav.st_nav_main_bonus a span {
    font-size: 12px;
}

.tablinksbonusmain.col-md-3 {
    width: 100%;
    border-radius: 10.445px;
    background: #e3f1ff;
    margin: 0px 4px;
}

.swal2-confirm {
    order: 3 !important;
}

.cancel_deposit {
    cursor: pointer !important;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
}

.dataTables_scrollHeadInner .dataTable {
    width: 100% !important;
}

.table>tbody>tr>td,
.table>tfoot>tr>td {
    color: black !important;
}

/*bonus style end*/
body {
    background: url("../images/bg.webp") no-repeat;
    background-size: 100%;
}

#withdraw_amount-error,
#btc_alphapopay_amount-error,
#crypto_withdraw_amount-error {
    color: #eb1717 !important;
    width: 100% !important;
    padding: 10px 0px 5px 0px;
    font-size: 12px;
    font-weight: 400;
}

.dataTables_processing {
    margin-top: -15px !important;
}

.dataTables_empty {
    padding: 20px 0px 0px !important;
}

/*label.error{color: #eb1717 !important; padding-top: 5px !important;}*/
label.error {
    color: #eb1717 !important;
    padding-top: 5px !important;
    font-size: 0.75em !important;
    font-weight: normal !important;
    width: 100% !important;
}

.cptext img {
    padding: 0px 6px;
}

.cptext {
    font-size: 19px;
    font-weight: 700;
    line-height: 24.7px;
    text-align: left;
    color: #fff;
    padding: 20px 0px 0px 0px;
}

.cptext b {
    color: rgba(219, 34, 52, 1);
}

.affli {
    background: url(../images/affbody.jpg) no-repeat;
    background-size: 100% 100%;
}

.logoa {
    margin: 0px auto;
    text-align: center;
    padding: 20px 0px 40px;
}

.afbg a {
    float: left;
    width: 100%;
    margin: 30px auto;
    text-align: center;
}

.affooter {
    background: rgba(14, 10, 36, 1);
    padding: 16px 0px;
}

.cpimg {
    float: right;
}

.logoa img {
    width: 200px;
}

.payment-amount-margin .col-md-6 {
    padding: 0px 7px;
}

.payment-amount .col-md-6 {
    padding: 0px 7px;
}

.cc1 .promo-code {
    padding: 0px 7px;
}

.cc1 {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.promo-code {
    padding: 0px 5px 0px 5px;
}


.clear {
    background: #DB2234 !important;
}

.min-max-rule {
    display: none !important;
}

.copy_aply {
    color: #FFF;

    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 171.429% */
    letter-spacing: -0.154px;
    border-radius: 8px;
    background: #0C6DC6;
    display: flex;

    height: 30px;
    padding: 16px 20px 18px 22px;
    align-items: center;
    gap: 15px;
    flex-shrink: 0;
    position: absolute;
    right: 2px;
    top: 3px;
}

.code-para span {
    color: #DB2234;
}

.promoinside {
    margin: 0px -4px 0px 5px;
}

.input_dec .amount {
    background: #fff !important;
}

.cc1 .promo-code-box1 {
    background: #f6f5f5;
    box-shadow: none;
    border: 1px solid #cbcbcb;
}

.cc1 .code-title {
    color: #282828 !important;
}

.inside_box {
    float: left;
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 20px;
    margin-bottom: 50px;
}

.bacode_title {
    float: left;
    width: 100%;
    text-align: center;
    padding: 26px 0px;
    color: #282828;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    /* 24.3px */
}

.bacode_title span {
    color: #282828;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    float: left;
    width: 100%;
    padding-top: 10px;
}

.round-time-bar {
    margin: 1rem;
    overflow: hidden;
}

.round-time-bar div {
    height: 5px;
    animation: roundtime calc(var(--duration) * 1s) steps(var(--duration)) forwards;
    transform-origin: left center;
    background: #db2234;
    animation: roundtime calc(var(--duration) * 1s) steps(var(--duration)) forwards;
    transform-origin: left center;
}

.round-time-bar[data-style="smooth"] div {
    animation: roundtime calc(var(--duration) * 1s) linear forwards;
}

.round-time-bar[data-style="fixed"] div {
    width: calc(var(--duration) * 5%);
}

.bacode_title span b {
    color: #db2234;
    font-weight: 600;
}

.single-download-box img.img-fluid.lozad:hover {
    opacity: 0.4;
    background: linear-gradient(180deg,
            rgba(54, 54, 54, 0.46) 51%,
            rgba(0, 0, 0, 0.9) 100%);
}

img.rectangle-icon {
    border-radius: 16px;
}

.coupn .col-md-4 {
    padding: 0px 10px;
    margin-bottom: 20px;
}

b.title-react-cat {
    color: var(--Black-heading, #2b2b32);
    text-align: center;
    font-family: Rubik;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100% !important;
}

.title-react-cat-name-div {
    padding-top: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
}

.logout-user-game {
    inset-inline: 0;
    bottom: 49px !important;
    margin-inline: auto;
    width: fit-content;
    background: transparent;
    color: #fff !important;
    text-align: center;
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-decoration-line: underline;
}

@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

.header_notify {
    display: none;
}

.headerbg {
    border-radius: 16px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(30px);
    width: 100%;
    margin: 35px 0px;
}

.menu_section_main22 .nav a:hover {
    background: #0c6dc6;
    border-radius: 10.445px;
    color: #fff;
}

.menu_section_main22 .nav a:hover svg {
    fill: #fff;
}

.menu_section_main22 .nav a svg {
    fill: #000;
}

.tens {
    float: left;
    border: 1px solid #282828;
    border-radius: 8px;
    padding: 12px 10px;
    margin-right: -26px;
}

.tens img {
    float: left;
    padding-right: 5px;
}

.tens .header_username {
    float: left;
    width: 70%;
    color: #282828;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-family: "Rubik", sans-serif;
    line-height: normal;
}

.tens #player-balance-head {
    float: left;
    width: 70%;
    color: #282828;
    text-align: center;
    font-size: 12px;
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.main-banner {
    position: unset;
}

.header_sec_main {
    position: relative;
    z-index: 10;
}

.userdtls_hdr22_dropdown {
    width: 280px;
}

.swiper-container.main-banner-static.swiper-container-horizontal.swiper-container-android {
    z-index: -1 !important;
}

.main-banner .swiper-container {
    z-index: -1;
}

.header_sec_main {
    background: transparent !important;
}

.top-header-1 {
    background: transparent !important;
}

.menu_section_main22 {
    background: transparent;
}

.logo-main a {
    background: transparent;
}

.logo-main:before {
    background: transparent;
    border-bottom: 0px solid #f7f1ed;
}

.right-section-header {
    margin-left: initial;
}

.top-header-1 .container {
    height: auto;
}

.header_login_btn {
    padding: 10px 20px;
    font-size: 18px;
    font-family: "Rubik", sans-serif;
    margin-left: 10px;
    /* height: 50px !important; */
}

.ryal .we {
    padding: 12px 5px 12px 16px;
}

.top-winner .we {
    padding: 12px 10px 12px 25px;
}

.searchbar {
    position: relative;
    min-width: 50px;
    width: 100% !important;
    height: 40px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
    border-radius: 8px;
    border: 1px solid #e3e3e3;
    background: #fff;
}

.searchbar-input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background: #fff;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0px 15px 0px 20px;
    font-size: 20px;
    color: #000;
}

.searchbar-icon i {
    display: block !important;
    padding: 12px 15px;
    border: 0px solid #fff;
    border-radius: 5px;
}

.searchbar .searchbar-input {
    border-radius: 5px;
    background: transparent;
    border: 0px solid #fff;
}

.searchbar-open .searchbar-input {
    border: 0px solid #E3E3E3;
}

.searchbar-input::-webkit-input-placeholder {
    color: #000;
}

.searchbar-input:-moz-placeholder {
    color: #000;
}

.searchbar-input::-moz-placeholder {
    color: #000;
}

.searchbar-input:-ms-input-placeholder {
    color: #000;
}

.searchbar-icon,
.searchbar-submit {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    font-family: verdana;
    font-size: 14px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 47px;
    text-align: center;
    cursor: pointer;
    color: #000;
    background: transparent;
    border-radius: 5px;
    border-right: 0px solid #fff;
}

.game-box.st_featured_thumb .icond {
    top: 68px;
}

.rectangle-parent {
    margin: 0px 0px;
}

.searchbar-submit .searchbar-icon {
    display: block !important;
}

.searchbar-open {
    width: 100%;
}

.searchbar-open {
    width: 100%;
}

.searchbar-open:hover {
    width: 100%;
}

.header-search-wrapper {
    margin-left: unset;
    position: unset;
}

.top-header-1 .container {
    display: flex;
}

.containersearch {
    max-width: 100%;
    margin: 12px 30px 20px 0px;
    float: right;
    width: 50%;
}

.waq32 {
    text-transform: capitalize !important;
}

.myacc_bar {
    border-top: 0;
    background: transparent;
    border-color: transparent;
}

.myacc_bar .container {
    background: #000;
}

.myacc_bar .sat_navigation li a {
    color: #fff;
}

.myacc_bar .active-myaccmenu a {
    color: #000 !important;
}

.jackpot-support h1.top-games {
    color: #fff;
}

.jackpot-support {
    background: url(../images/maingp-images.jpg);
    float: left;
    width: 100%;
    padding: 13px 70px;
    margin-top: 50px;
    padding-bottom: 50px;
    background-size: auto;
    border-radius: 62px;
}

.transaction_menu_main {
    border-bottom: 0;
    background: transparent;
    border-color: transparent;
}

.transaction_menu_main .container {
    background: #000;
}

.transaction_menu_main ul.transaction_menu_lst li a {
    color: #fff;
}

.login-reg-section a,
.userdtls_hdr22 {
    height: 42px;
    text-align: center;
}

.right-section-header .login-reg-section a#loginbutton {
    width: 115px;
}

.header_signup_btn {
    /* height: 50px !important; */
    padding: 11px 29px;
    font-size: 18px;
    font-family: "Rubik", sans-serif;
    margin-left: 10px;
}

#owl-demo .item img {
    width: 100% !important;
}

.logo {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0px auto;
    padding: 16px 0px;
}

.mene {
    float: left;
    width: 100%;
    padding: 15px 20px;
}

.header-serach {
    display: flex;
    width: 55px;
    height: 55px;
    padding: 15.5px;
    justify-content: center;
    align-items: center;
    border-radius: var(--2, 8px);
    border: 1px solid #fff;
    flex-shrink: 0;
    float: right;
    margin: 16px 0px;
}

.frame-parent {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin: 15px 17px;
    float: right;
}

.p-0 {
    padding-right: 0px;
}

.log-in-wrapper {
    display: flex;
    width: 142px;
    height: 55px;
    color: #2e3a59;
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 25.2px */
    padding: 15px 26px;
    justify-content: center;
    align-items: center;
    gap: var(--2, 8px);
    border-radius: var(--2, 8px);
    font-family: "Rubik", sans-serif;
    border: 1px solid #f5eee8;
    background: #fff;
}

.sign-in-wrapper {
    display: flex;
    width: 142px;
    height: 55px;
    padding: 15px 26px;
    justify-content: center;
    align-items: center;
    border-radius: var(--2, 8px);
    color: #2e3a59;
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 25.2px */
    background: #ffd700;
    font-family: "Rubik", sans-serif;
    gap: var(--2, 8px);
}

#owl-demo1 .item {
    img {
        width: auto;
    }
}

#owl-demo2 .owl-item {
    padding: 0px 10px;
}

#owl-demo3 .owl-item {
    padding: 0px 10px;
}

.we {
    float: right;
    padding: 12px 22px;
    gap: 5px;
    display: flex;
}

.we img {
    width: 40px;
    cursor: pointer;
}

#owl-demo1 .owl-item {
    padding: 0px 10px;
}

#owl-demo4 .owl-item {
    padding: 0px 5px;
}

#owl-demo5 .owl-item {
    padding: 0px 5px;
}

.banerbg {
    background: url("../images/rectangle-4613%402x.png") no-repeat;
    min-height: 640px;
    width: 100%;
    background-size: 100%;
    float: left;
}

.carousel {
    float: left;
    width: 100%;
}

.leftimg {
    float: left;
    position: absolute;
    bottom: 10px;
}

.rightimg {
    float: right;
    position: absolute;
    bottom: 15px;
    right: 10px;
}

.frame-group {
    position: absolute;
    top: calc(50% - 150.5px);
    left: 445.07px;
    flex-direction: column;
    align-items: center;
    gap: var(--gap-13xl);
}

.get-a-100 {
    position: relative;
    line-height: 130%;
    display: inline-block;
    width: 60%;
    color: #fff;
    text-align: center;
    font-family: "Rubik", sans-serif;
    font-size: 53px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 68.9px */
}

.p0 {
    padding-left: 0px !important;
}

.p00 {
    padding-right: 0px !important;
}

.p000 {
    padding: 0px !important;
}

.embark-on-an {
    color: #e4e4f0;
    text-align: center;
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    width: 60%;
    line-height: 140%;
    /* 25.2px */
}

.frame-container {
    display: flex;
    gap: 15px;
    margin: 20px 200px;
}

.lets-play-wrapper {
    display: flex;
    padding: 20px 48px;
    justify-content: center;
    align-items: center;
    gap: var(--2, 8px);
    border-radius: 40px;
    background: #ffd700;
}

.log-in-container {
    display: flex;
    width: 156px;
    height: 65px;
    color: #fff;
    padding: 15px 26px;
    justify-content: center;
    align-items: center;
    gap: var(--2, 8px);
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12.5px);
}

.latest_arr_sec2_main {
    float: left;
    width: 100%;
    padding-top: 0px;
}

.frame-parent31 {
    border-radius: 16px;
    background: url("../images/aboutbg.webp");
    float: left;
    width: 100%;
    margin: 0px 0px;
    padding: 17px 15px 0px 17px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.tron {
    color: #fff;
    text-align: center;
    leading-trim: both;
    text-edge: cap;

    font-size: 67px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 100.5px */
}

.group {
    padding: 10px 0px;
    float: left;
    width: 100%;
    display: flex;
}

.sign-up {
    color: #fff;

    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 30.8px */
    text-transform: uppercase;
}

.header_username {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 70px;
}

.creat-a-free {
    color: #fff;

    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 25.2px */
}

.sign-up-parent .sign-up {
    color: #fff;
    font-family: Rubik;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
}

.sign-up-parent {
    float: left;
    padding: 20px 0px 0px 20px;
}

.claim-now-wrapper {
    border-radius: 8px;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 20px 18px;
    font-size: 18px;
    color: #000;
    height: 65px;
    width: 180px;
    margin-top: 0px;
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin: 23px auto;
    text-align: center;
}

.newgamebg {
    border-radius: 0px;
    float: left;
    width: 100%;
}

.newgamebg h1 {
    color: var(--Black-heading, #2b2b32);
    font-family: "Rubik", sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    padding-top: 5px;
    /* 55.9px */
}

.newgamebg .all {
    color: var(--Black-heading, #2b2b32);
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    float: right;
    padding-top: 20px;
    line-height: 150%;
    /* 24px */
    text-decoration-line: underline;
}

.tournaments {
    float: left;
    width: 100%;
    margin: 30px 0px;
}

.tournaments h1 {
    color: var(--Black-heading, #2b2b32);
    font-family: "Rubik", sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 55.9px */
}

.tournaments .all {
    color: var(--Black-heading, #2b2b32);
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    float: right;
    padding-top: 20px;
    line-height: 150%;
    /* 24px */
    text-decoration-line: underline;
}

input#banktransfer_btn,
input#crypto_transfer_btn {
    border-radius: 8px;
    background: var(--new-golden, linear-gradient(180deg, #FFAE54 20.88%, #FDF7DD 100%));
    color: #000 !important;
    text-align: center;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 150px;
    height: 37px;
}

.st_blog_detail .select_dec {
    margin-top: 15px;
}

.rigspac {
    float: left;
    width: 98%;
    margin: 0px 0px 0px 10px;
}

.sub_mar {
    margin-top: 20px !important;
}

.right_men {
    padding-top: 30px;
}

.ismai .input_dec {
    float: right;
    width: 62% !important;
    border: 0px !important;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.dispflex {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.certificat {
    float: left;
}

.footer-img {
    float: left;
    padding-left: 0px;
}

#cerfied {
    line-height: 70px;
}

#cerfied .certificat {
    line-height: 70px;
    padding-right: 10px;
}

.ismai .input_dec #withdraw_amount {
    border: 0px;
    background: #fff;
    margin-bottom: 0px;
    border-radius: 5px !important;
}

.ismai .input_dec #crypto_withdraw_amount {
    border: 0px;
    background: #fff;
    margin-bottom: 0px;
    border-radius: 5px !important;
}

.ismai label {
    float: left;
    width: 70%;
    text-align: left;
    color: #282828;

    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    padding-top: 19px;
    line-height: normal;
}

.ismai {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    background: #eeeeee;
    border-radius: 5px;
    padding: 0px 20px;
}

.btn_1,
.input-btn {
    box-shadow: none;
}

.st_date1 {
    float: left;
    width: 50%;
    color: #282828;
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    /* 16.2px */
}

.righ {
    float: right;
    width: 40%;
    color: #000;
    text-align: right;
    font-family: Rubik;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    /* 16.2px */
    text-align: right;
}

.righ b {
    color: #db2234;
    font-family: Rubik;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
}

.input_textarea textarea,
.select_dec select,
.input_dec input[type="text"] {
    border-radius: 5px;
    border: 1px solid #EBEBEB;
}

.input_textarea textarea,
.select_dec select,
.input_dec input[type="number"] {
    border-radius: 5px;
    border: 1px solid #EBEBEB;
    min-height: 40px;
    padding: 10px 10px 10px;
    width: 100%;
}

.withdraw_section .submit-sec .select_dec2 {
    width: 100%;
}

.st_date {
    color: #282828;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    /* 24.3px */
}

.month_tab .label2:hover {
    background: #000;
    cursor: pointer;
    color: #fff;
}

.month_tab .label2:focus {
    background: #000;
    cursor: pointer;
    color: #fff;
}

.month_tab .label2:active {
    background: #000;
    cursor: pointer;
    color: #fff;
}

.deposit_nav .month_tab .label2 {
    background: #eeeeee;
}

.deposit_nav .month_tab .label2 {
    margin: 0px 6px;
    display: block;
    width: 15%;
    float: left;
    height: 40px;
    color: #282828;
    text-align: center;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.month_tab .label2:nth-child(6) {
    margin-right: 0px;
}

.month_tab .label2:nth-child(1) {
    margin-left: 0px;
}

.tab-pane .text_2 .st_date {
    margin-bottom: 0px !important;
}

.wallet-sec-body1 {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.wallet-sec-body1 .col-md-3 {
    padding: 0px 7px;
}

.wallet-sec-body1 .money-cash {
    float: left;
    width: 100%;

    color: #282828;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    border: 1px solid #cbcbcb;
    padding: 30px 20px;
    border-radius: 5px;
}

.text_2 {
    border-color: transparent;
}

.wallet-sec-body1 .money-cash b {
    float: right;
    color: #282828;
    text-align: right;

    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
}

.top-games {
    color: var(--Black-heading, #2b2b32);
    text-align: center;
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    padding: 10px 0px 5px 0px;
    line-height: 150%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100% !important;
    /* 40.5px */
}

.online-slot {
    color: #4c4c58;
    text-align: center;
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 24px */
}

.frame-parent6 {
    display: flex;
    padding: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}

.rectangle-parent img {
    width: 100%;
}

.m-t {
    margin-top: 0px;
}

.jungle-orginal {
    border-radius: 14.362px;
    border: 1.306px solid #f5eee8;
    background: #f5eee8;
    float: left;
    width: 70%;
    display: flex;
    margin-bottom: 20px;
}

.icon-casino-page-tab-parent {
    border-radius: 10.44px;
    background-color: #fdd602;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    gap: 10px;
    color: #2e3a59;
}

.icon-casino-page-tab {
    position: unset;
    width: 20.89px;
    height: 20.89px;
    overflow: hidden;
    flex-shrink: 0;
}

.top-games1 {
    position: relative;
    line-height: 150%;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    font-size: 15px;
}

.frame-parent1,
.icon-casino-page-tab-group {
    border-radius: 10.44px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0px 16px;
    gap: 10px;
}

.frame-div {
    font-size: 18px;
    color: #807b61;
}

.icon-casino-page-tab-parent:hover {
    cursor: pointer;
}

.icon-casino-page-tab-group:hover {
    cursor: pointer;
}

.frame-parent15 {
    position: relative;
    border-radius: 16px;
    background: linear-gradient(90.87deg, #bf05bf, #65003d);
    height: 258px;
    cursor: pointer;
}

.vector-parent {
    cursor: pointer;
}

.cashback {
    cursor: pointer;
}

#exampleModal .modal-header {
    display: flex;
    justify-content: space-between;
}

button.modal-closed {
    color: #000;
    background-color: #f1f1f1;
    padding: 0px 16px;
    font-size: 27px;
}

.frame-parent16 {
    position: absolute;
    top: calc(50% - 81px);
    left: 24.4px;
}

.vip-wheel-parent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}

.frame-parent17 {
    flex-direction: row;
    align-items: center;
    gap: 16px;
    font-size: 18px;
    color: #2a2a31;
    display: flex;
    justify-content: flex-start;
    padding-top: 20px;
}

.user-user-parent {
    border-radius: 40px;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    gap: 8px;
}

@keyframes roundtime {
    to {
        /* More performant than animating `width` */
        transform: scaleX(0);
    }
}

.bonus-terms {
    position: relative;
    font-size: 18px;
    text-decoration: underline;
    line-height: 140%;
    color: #fff;
    white-space: pre-wrap;
    display: inline-block;
    width: 119.73px;
    flex-shrink: 0;
}

.btc_bb {
    background: #f6f5f5;
    border-radius: 5px;
    color: #282828;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin-top: 10px;
    line-height: 36px !important;
    padding: 10px 40px;
    line-height: normal;
}

.btc_bb p {
    color: #1965bc;
    float: right;
    padding-left: 5px;
    line-height: 36px;
    margin-bottom: 0px;
}

.pad-13 label {
    color: #282828;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    /* 21.6px */
}

.user-user {
    position: relative;
    width: 24px;
    height: 24px;
    overflow: hidden;
    flex-shrink: 0;
}

.image-1710-icon {
    position: absolute;
    top: 13.94px;
    left: 306.89px;
    width: 230.11px;
    height: 230.11px;
    object-fit: cover;
}

.menu_section_main22 .nav li .active {
    background: #0c6dc6;
    border-radius: 10.445px;
    color: #fff;
}

.menu_section_main22 .nav li .active svg {
    fill: #fff;
}

.frame-parent14 {
    font-size: 27px;
    color: #fff;
}

.mob {
    display: none;
}

.desk {
    display: none;
}

.deskheader {
    display: block;
}

.mobheader {
    display: none;
}

.vip-wheel {
    line-height: 150%;
    text-transform: uppercase;
    font-weight: 500;
    color: #f3f3f3;
    font-family: "Rubik", sans-serif;
    font-size: 27px;
    font-weight: 500;
    line-height: 150%;
    /* 40.5px */
    text-transform: uppercase;
}

.obtain-free-spins {
    font-size: 18px;
    line-height: 140%;
    color: #ddd;
    width: 266.31px;
}

/*14/1/2023*/
.vector-parent {
    background: linear-gradient(90.87deg, #9400d3, #cf00d3);
    position: relative;
    border-radius: 16px;
    height: 258px;
}

.vector-parent .vip-wheel {
    width: 304.93px;
}

.cashback {
    background: linear-gradient(97.2deg, #4e6bea, #d718e8);
    position: relative;
    border-radius: 16px;
    height: 258px;
}

.cashback .vip-wheel {
    width: 283.2px;
    margin-top: -20px;
}

.about-us-all {
    border-radius: 25px;
    float: left;
    width: 100%;
    background-color: #F8F8F8;
    padding: 45px 0px 0px 0px;
}

.about-us {
    color: var(--Black-heading, #2B2B32);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 49.5px */
}

.verifymodelemail .modal-dialog {
    width: 470px;
    top: 20%;
}

.verifymodelemail h4 {
    color: rgba(18, 18, 18, 1);
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 10px;
}

.verifymodelemail p {
    line-height: 18px;
}

.deposit_nav .st_overview_nav li a label {
    border-radius: 5px;
    background: #DB2234;
    color: #FFF;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 3px 5px;
    margin-bottom: 0;
    margin-right: 10px;
}

#usdtether a label {
    display: none;
}

#cryptopool a label {
    display: none;
}

.deposit_nav .month_tab label {
    color: #FFF;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 5px;
    background: #DB2234;
    position: absolute;
    padding: 3px 7px;
    text-transform: capitalize;
    margin-top: -32px;
}

.enjoy-5000-crypto p {
    color: var(--Black-heading, #2b2b32);
    font-family: "Rubik", sans-serif !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    width: 248px;
    padding-top: 19px;
}

img.icon2 {
    object-fit: cover;
    margin-left: -43px;
    margin-bottom: -77px;
    margin-top: 65px;
}

.frame-parent23 {
    flex-direction: row;
    align-items: flex-start;
    padding: 16px;
}

.frame-parent23,
.frame-parent24 {
    display: flex;
    justify-content: flex-start;
}

.frame-wrapper6 {
    position: relative;
    border-radius: var(--2, 8px);
    background-color: #fff;
    width: 100%;
    height: 240px;
}

img.question-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    text-align: center;
}

.home-2-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 10px;
}

.frame-parent22-abouts .top-games {
    padding-top: 16px;
    color: var(--Black-heading, #2b2b32);
    text-align: center;
    font-family: "Rubik", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    max-width: unset !important;
    text-transform: capitalize;
    /* 40.5px */
}

.frame-parent22-abouts .our-licensed-casino {
    overflow: hidden;
    color: var(--black-pragraph, #343437);
    text-align: center;
    text-overflow: ellipsis;
    font-family: "Rubik", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding-top: 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

img.question-icon.last-col {
    margin-top: 10px;
}

.row.second-row {
    padding-top: 15px;
}

.col-md-4.col-sm-4.col-4.second-row {
    padding-top: 20px;
}

.frame-child11 {
    float: left;
    width: 100%;
    background: url(../images/kaka.webp) no-repeat;
    background-position: bottom left;
    border-radius: 10px;
    padding: 0px 40px 45px 40px;
    background-size: auto 75%;
}

.jackpot {
    background: linear-gradient(161deg, #A4021A 13.05%, #1864BB 63.82%);
    border-radius: 32px;
    float: left;
    width: 100%;
    padding: 0px 0px 0px 85px;
    margin-top: 50px;
    padding-bottom: 0px;
    background-size: 100% 100%;
}

.jackpot .top-games {
    color: #fff;
    font-family: "Rubik", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-align: unset;
    padding: 0px;
}

.jackpot .b {
    color: #ffd700;
    font-family: "Rubik", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 185%;
}

.top-games-new-jackpot {
    color: #fff;
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.redeem-your-welcome {
    padding: 20px 48px;
    border-radius: var(--2, 8px);
    background: #DB2234;
    color: #fff;
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

.go-to-casino-wrapper {
    display: flex;
    padding: 20px 0px;
    align-items: center;
    margin: 0 auto;
}

.team_schedule_page .container {
    padding: 0px !important;
}

.go-to-casino-wrapper .redeem-your-welcome {
    background: linear-gradient(180deg, #FFAE54 20.88%, #FDF7DD 100%);
    color: #000;
}

.go-to-casino-wrapper .redeem-your-welcome:hover {
    box-shadow: 0px 4px 9px 0px rgba(247, 228, 202, 0.47) !important;
}

.promotions-page-banner .go-to-casino-wrapper .redeem-your-welcome {
    background: linear-gradient(180deg, #FFAE54 20.88%, #FDF7DD 100%);
    color: #000;
}

.item {
    .img-box {
        padding: 10px;
    }

    img {
        width: 100%;
    }
}

.customNavigation {
    a {
        position: absolute;
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 1;
        margin-top: auto;
        margin-bottom: auto;
        top: calc(50% - 20px);
        cursor: pointer;
        color: #ddd;
    }

    .prev {
        left: -15px;
    }

    .next {
        right: -24px;
    }
}

img.group-inner {
    position: absolute;
    left: -13px;
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.rectangle-parent10 {
    border-radius: 16px;
    background: #041d3d;
    margin: 0px auto;
    text-align: center;
    padding-bottom: 20px;
}

.owl-silder .log-in {
    color: var(--button, #ffd700);
    text-align: center;
    font-family: "Rubik", sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.owl-silder .redolphs-revenge {
    color: var(--pragraph-2, #ddd);
    text-align: center;
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.col-md-12.col-sm-12.col-12.owl-silder {
    padding: 0px 70px 0px 0px;
}

.top-winner .col-md-8 {
    padding-left: 0px;
}

.jackpot .row {
    margin-right: 0px !important;
}

.top-winner {
    float: left;
    width: 100%;
    margin: 30px 0px 30px;
    padding-right: 70px;
}

.top-winner-casino {
    padding-right: 0px !important;
}

.top-winner-casino .col-md-8 {
    padding-left: 10px;
}


.top-winner h1 {
    color: #fff;
    font-family: "Rubik", sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 55.9px */
}

.top-winner .all {
    color: var(--Black-heading, #fff);
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    float: right;
    padding-top: 20px;
    line-height: 150%;
    text-decoration-line: underline;
}

.item {
    float: left;
    width: 100%;
    padding: 0px 8px 20px 8px;
}

.rectangle-parent15 {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

.frame-wrapper17-topwin {
    border-radius: 16px;
    border: 1px solid #c8bbc6;
    box-sizing: border-box;
    background: #f8f8f8;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    padding: 16px 13px 16px 16px;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.casinop .frame-wrapper17-topwin {
    padding: 10px 10px 10px 10px;
}

img.frame-child24 {
    position: relative;
    border-radius: 12px;
    width: 112px !important;
    height: 112px;
    object-fit: cover;
}

.frame-wrapper17-topwin .log-in {
    color: var(--Black-heading, #2b2b32);
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    text-align: left;
    line-height: 140%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
}

.dec12 .coupon-item {
    pointer-events: none !important;
}

#dob {
    text-align: left !important;
}

.frame-wrapper17-topwin .lovl6 {
    color: var(--Black-heading, #2b2b32);
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;

}

.log-in-price {
    color: #000;
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.wrapper-button {
    border-radius: var(--2, 8px);
    margin-top: 7px;
}

.log-in-price {
    color: #1864bb;
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-align: start;
    background: #e4f0ff;
    display: inline-block;
    padding: 10px 0px;
    border-radius: var(--2, 8px);
    float: left;
    min-width: 100px;
    text-align: center;
}

.buccaneer-bash-parent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.row.first-row-topwin {
    padding-top: 30px;
}

.col-md-3.col-sm-3.col-3.second-row-topwin {
    padding-top: 32px;
}

.top-winner.recent-big-wins {
    margin: 0px;
}

.top-games-footer {
    color: #232329;
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    padding-bottom: 15px;
}

.row.row-cols-2.row-cols-lg-4.footer-grid {
    justify-content: space-between;
    padding-bottom: 20px;
}

.footer-grid {
    display: flex;
}

#verity-bank-otp_btn_crypto {
    background: var(--new-golden, linear-gradient(180deg, #FFAE54 20.88%, #FDF7DD 100%));
    padding: 10px 20px;
}

.footer {
    width: 100%;
    float: left;
    margin-top: 10px;

}

.pp1 .col-md-4 {
    padding: 0px 15px;
}

.pp1 .col-md-6 {
    padding: 15px 15px;
}

.footer .home {
    color: #232329;
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 178%;
}

.footer .home a {
    color: #232329;
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 178%;
}

.footer .home a:hover {
    color: #232329;
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 178%;
    text-decoration: none;
}

.facebook-parent {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    background: unset;
}

.footer img.arrow-icon {
    position: relative;
    width: 16px;
    height: 16px;
    overflow: hidden;
    flex-shrink: 0;
}

.line-div {
    align-self: stretch;
    position: relative;
    border-top: 1px solid #dbdbdb;
    box-sizing: border-box;
    height: 1px;
    margin: 0px 0px 30px;
}

.paymnt {
    padding: 30px 0px;
    float: left;
    width: 100%;
    text-align: center;
}

.paymnt img {
    width: 20%;
}

.paymnt p {
    color: #0c0d11;
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    text-align: right;
    padding-top: 10px;
    line-height: 139.5%;
    /* 25.11px */
    text-transform: capitalize;
}

.icon-footer {
    width: 33.607px;
    height: 33.607px;
    flex-shrink: 0;
}

.currency-icon-parent {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 6.72px;
}

.footer .frame-parent30 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
    gap: 2px;
    overflow: hidden;
}

.currency-icon {
    position: relative;
    width: 33.61px;
    height: 33.61px;
    object-fit: cover;
}

.currency-icon-parent b.privacy-policy {
    color: var(--Paragraph, #acccac);
    font-family: Proxima Nova;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.tron-footer {
    position: relative;
    color: var(--Paragraph, #acccac);
    font-family: Proxima Nova;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.footer-icone {
    padding-bottom: 10px;
}

.dream-royale-logo-1-parent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: var(--gap-base);
    color: #adadad;
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    padding-bottom: 12px;
    padding-top: 30px;
}

.coyright .privacy-policy {
    color: #adadad;
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;

    line-height: 150%;
}

.coyright .privacy-policy1 {
    padding: 15px 0px 0px 0px;
    color: #1965BC;
    font-family: Rubik;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    /* 27.2px */
}

.footer {
    padding-bottom: 20px;
    padding-top: 40px;
}

.privacy-policy1 a {
    color: #0c6dc6;
}

.footer {
    background-image: url("../images/footerbg.webp");
    padding-top: 60px;
    background-size: 100% 100%;
}

.mainslider-container .col-md-9 {
    width: 77.2%;
}

.mainslider-container .col-md-3 {
    width: 22.8%;
}

.desknone {
    display: none;
}

.demo-one.col-md-9.col-sm-9.col-9.col-12 {
    display: none;
}

#popup_freespin .modal-dialog {
    max-width: none;
}

#popup_freespin table thead tr th {
    color: #2b2b32 !important;
}

#popup_freespin .modal-content {
    height: fit-content;
    display: block;
    border-radius: 0px;
}

.modal-content {
    height: fit-content;
    display: block;
    border-radius: 30px;
    background: linear-gradient(246deg,
            #9ab3f2 -1.35%,
            #fff 50.01%,
            #fe97a0 108.65%);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
}

.rwea .login-overlay {
    bottom: 53px;
}

.allrecenly {
    color: var(--Black-heading, #2b2b32);
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    float: right;
    padding-top: 20px;
    line-height: 150%;
    text-decoration-line: underline;
}

.allrecenlyheading {
    color: var(--Black-heading, #2b2b32);
    font-family: "Rubik", sans-serif;
    font-size: 30px;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

.swiper-pagination {
    display: none;
}

.col-md-9.col-sm-9.col-9.abouts-section-new {
    padding-right: 20px !important;
}

.tournaments {
    display: none;
}

.about-us-all {
    margin-top: 20px;
}

.banner-mobile-sign-up {
    display: none;
}

.line-barcode {
    height: 1px;
    animation: roundtime calc(var(--duration) * 1s) steps(var(--duration)) forwards;
    transform-origin: left center;
    background: #EBEBEB;
}

.pad-13.bacode_title-columun::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #ebebeb;
    left: 100%;
    right: 0px;
    top: 0px;
}

.col-md-4.col-sm-4.col-xs-12.pad-13.spin-input-new-right-column {
    padding-top: 25px;
    border-left: 1px solid #EBEBEB;
}

.process-payment-button {
    border-radius: 8px;
    background: #db2234 !important;
    width: 162px;
    height: 37.434px;
    flex-shrink: 0;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0px auto;
}

h2.subtotal-price-discount-total {
    color: #282828;
    text-align: right;

    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
}

.sub-total-barcode-discount-total label {
    color: #282828;

    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
}

h2.subtotal-price-discount {
    color: #09b810;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
}

.sub-total-barcode-discount label {
    color: #09b810;

    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
}

h2.subtotal-price {
    color: #282828;
    text-align: right;

    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
}

.sub-total-barcode label {
    color: #282828;

    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
}

.sub-total-barcode {
    display: flex;
    justify-content: space-between;
    margin: 16px 16px 0px 15px;
}

.sub-total-barcode-discount-total {
    display: flex;
    justify-content: space-between;
    margin: 15px 16px 5px 16px;
}

.sub-total-barcode-discount {
    display: flex;
    justify-content: space-between;
    padding: 0px 16px 0px 15px;
}

.spin-button button {
    border-radius: 5px;
    background: #0c6dc6;
    display: flex;
    width: 75px;
    height: 38px;
    padding: 16px 20px;
    align-items: center;
    margin-left: 10px;
    color: #fff;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.132px;
}

.spin-input input {
    border-radius: 5px;
    border: 1px solid #cfcfcf;
    background: #fff;
    display: flex;
    width: 100%;
    height: 38px;
    padding: 16px 20px;
    align-items: center;
    gap: 15px;
}

.spin-input-div {
    display: flex;
}

.barcode-new .copy-btn:hover {
    transform: unset;
    color: #fff;
    cursor: pointer;
}

.col-md-6.back-button-div {
    display: flex;
    justify-content: end;
}

button.back-button {
    border-radius: 8px;
    background: #000;
    width: 162px;
    display: flex;
    height: 37px;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    color: #fff;
    text-align: center;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.back-button2 {
    border-radius: 8px;
    background: #000;
    width: 162px;
    display: flex;
    height: 37px;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    color: #fff;
    text-align: center;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
}

.bacode_title-columun .payment-amount {
    margin-top: 10px;
}

.deposit_nav .st_overview_nav ul li a {
    margin-bottom: 5px;
}

button.check-status-button {
    border-radius: 8px;
    background: var(--new-golden, linear-gradient(180deg, #FFAE54 20.88%, #FDF7DD 100%));
    width: 162px;
    display: flex;
    height: 37px;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    color: #000;
    text-align: center;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.payment-amount-margin {
    height: 40px;
    background: #f6f5f5;
    align-items: center;
    display: flex;
    justify-content: space-between;
    border-radius: 9px;
}

h2.amount-in-btc {
    color: #0c6dc6;
    text-align: right;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

h2.payment-amount-price {
    color: #000;
    text-align: right;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.payment-amount .col-md-6 label {
    color: #282828;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-items: center;
    display: flex;
    padding: 0px;
    margin: 0px;
}

.payment-amount .col-md-5 {
    padding: 0px;
}

.barcode-new .copy-btn {
    width: 71px;
    padding: 7px 9px;
    margin-left: -84px;
    transition: all 0.4s;
    border: none;
    border-radius: 5px;
    background: #0c6dc6;
    color: #fff;
    text-align: center;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.barcode-new input#btc_coin_address,
input#eth_coin_address,
input#usdte_coin_address,
input#ltc_coin_address {
    border-radius: 5px;
    border: 1px solid #cfcfcf;
    background: #fff;
    padding: 16px 20px;
    height: 38px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #0c6dc6;
    border: 1px solid #0c6dc6;
}

input#start_date1,
input#start_date2,
input#start_date3,
input#start_date4,
input#start_date5,
input#start_date6,
input#start_date7,
input#start_date8 {
    width: auto;
    border: unset;
    text-align: right;
    display: block;
    color: #000;
}

input#end_date1,
input#end_date2,
input#end_date3,
input#end_date4,
input#end_date5,
input#end_date6,
input#end_date7,
input#end_date8 {
    width: auto;
    border: unset;
    text-align: right;
    display: block;
    color: #000;
}

.payment-btn {
    border-radius: 8px;
    box-shadow: 0px 4px 9px 0px rgba(222, 222, 222, 0.47);
    background: linear-gradient(180deg, #FFAE54 20.88%, #FDF7DD 100%) !important;

    width: auto;
    height: 37.434px;
    flex-shrink: 0;
    color: #000;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    align-items: center;
    display: flex;
    justify-content: center;

    border: none;
    width: 100%;
}

.address-barcode {
    border: 8px solid #000;
    width: 50%;
    margin: auto;
    border-radius: 20px;
    display: inline-block;


}

.address-barcode-img {
    border-radius: 9px;
}

.payment-submit-loader {
    display: none;
    padding: 29px 0;
    text-align: center;
}

.payment-loader {
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}

.payment-loader-2 span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #db2234;
    margin: 0 2px;
}

/*.payment-loader-2 span:nth-child(1) {
animation: bounce 1s ease-in-out infinite;
}

.payment-loader-2 span:nth-child(2) {
animation: bounce 1s ease-in-out 0.33s infinite;
}

.payment-loader-2 span:nth-child(3) {
animation: bounce 1s ease-in-out 0.66s infinite;
}*/

.payment-loader-2 span:nth-child(1) {
    animation: bounce 1s ease-in-out infinite;
    -webkit-animation: bounce 1s ease-in-out infinite;
}

.payment-loader-2 span:nth-child(2) {
    animation: bounce 1s ease-in-out 0.33s infinite;
    -webkit-animation: bounce 1s ease-in-out 0.33s infinite;
}

.payment-loader-2 span:nth-child(3) {
    animation: bounce 1s ease-in-out 0.66s infinite;
    -webkit-animation: bounce 1s ease-in-out 0.66s infinite;
}

.modal_trnx_summary_heading {
    display: flex;
    padding: var(--3, 12px) 16px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin: 0px 3px;
    border-radius: 10.445px;
    background: #0c6dc6;
    color: #fff;
}

.modal_trnx_summ_close_btn {
    width: 71px;
    padding: 7px 9px;
    /* margin-left: -84px; */
    transition: all 0.4s;
    border: none;
    border-radius: 5px;
    background: #db2234;
    color: #fff;
    text-align: center;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.btc-subm {
    margin: 0px 15px 15px 15px;
}

.rightmenu {
    border: 1px solid #CBCBCB;
    border-radius: 8px;
}

.payment-amount-summary {
    font-weight: 600;
    color: #282828;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0;
    border-bottom: 1px solid #CBCBCB;
    line-height: 21.6px;
    border-radius: 8px;

    padding: 9px 0px;
    background: #F5F5F5;

}

.payment-btn:hover {
    box-shadow: 0px 4px 9px 0px rgba(222, 222, 222, 0.47);
}

.level_default a.logout_btn22:hover {
    box-shadow: 0px 4px 9px 0px rgba(222, 222, 222, 0.47);
}

.tablinksbonusmain.col-md-3.active a {
    color: #fff !important;
}

table.table.table-striped.bank-account-my-profile-table>tbody>tr>td:last-child {
    float: right;
}

table.table.table-striped.bank-account-my-profile-table>tbody>tr>td {
    font-size: 10px;
}

#Cashier .tab-bonus.new-me {
    display: none;
}

#transaction_table a.new-bn {
    padding: 5px 10px;
    font-size: 12px;
    font-family: "Rubik", sans-serif;
    margin-left: 10px;
    text-transform: capitalize;
    border-radius: 8px;
    background: linear-gradient(180deg, #FFAE54 20.88%, #FDF7DD 100%);
}

.tablinksbonusmain button,
.tablinkscashier button,
.tablinkshistory button,
.tablinksmyprofile button {
    background: transparent;
    background-color: transparent;
}

/*meida Query start*/

#FAQ h1.text-center.bank_head {
    margin-block: 0 !important;
    font-size: 34px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

h1.st_hd1 {
    /* margin-top: 20px; */
    font-size: 34px;
    font-weight: 600;
}


p.text-danger.cu-err {
    margin-bottom: 2px;
    margin-top: -6px;
    font-size: 12px;
}

/* push notification message tab starts  */

.messageTab_parent {
    display: flex;
    width: 100%;
    background: #ffffff;
    padding: 45px 15px;
    border-radius: 15px;
    gap: 1%;
    justify-content: space-between;
    border: 1px solid #EBEBEB;
    margin-top: -80px;
    min-height: 300px;
    height: 100%;
}

.messageHeading {
    font-size: 18px;
    font-weight: 800;
    color: #222222;
    padding-bottom: 20px;
}

.messageTab_right_head {
    margin-bottom: 10px;
    font-size: 30px !important;
    font-weight: 500 !important;
    text-align: center;
}

.messageTab_right h1 {
    text-align: center;
    margin: 0 !important;
}

.messageContent {
    font-size: 16px;
    font-weight: 400;
    color: rgba(6, 28, 61, 1);
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-left: 10px;
}

.unread .messageContent {
    font-weight: 600;
}

.messageMonth {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    width: 56px;
    height: 56px;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    padding: 10px;
}

.messageMonth span:first-child {
    color: #000000;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: -4px;
    margin-top: 2px;
    text-transform: uppercase;
}

.messageMonth span:last-child {
    color: #FF385C;
    font-size: 18px;
    font-weight: 600;
}

.messageContent_parent {
    display: flex;
    align-items: center;
    background: rgba(245, 243, 243, 1);
    padding: 10px 15px 10px 10px;
    border-bottom: 1px solid rgba(221, 221, 221, 1);
    border-radius: 0px;
    margin-bottom: 0px;
    gap: 1%;
    justify-content: space-between;
    width: 100%;
    height: 66px;
}

.messageContent_parent:last-child {
    border-bottom: 0px;
}

.meesageContent_right {
    display: flex;
    gap: 0.5%;
    align-items: center;
    width: 90%;
}


.messageContent_parent.active {
    background: #d2e3fc;
}

.messageContent_parent.read {
    background: transparent;

}

.messageContent_parent.unread {
    background: rgba(245, 243, 243, 1);
}

.messageContent_parent.unread .messageMonth {
    background: #f4f2f2;
}

.messageContent_parent.unread .messageContent {
    font-weight: 700;
}


.messageDelete_icon {
    background: transparent;
    width: 25px;
    text-align: right;
    display: flex;
    justify-content: right;
}

.messageTab_left {
    width: 39%;
    padding-right: 10px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #fff #F6F6F6;
    height: 100vh;
    min-height: max-content;
}

.messageTab_left.no-msg {
    height: max-content;
    min-height: max-content;
}

.messageTab_left::-webkit-scrollbar,
.messageTab_right::-webkit-scrollbar {
    width: 10px;
}

.messageTab_left::-webkit-scrollbar-track,
.messageTab_right::-webkit-scrollbar-track {
    background: #f3f5f7;
    border-radius: 12px;
}

.messageTab_left::-webkit-scrollbar-thumb,
.messageTab_right::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #d1d6db, #b6bbc1);
    border-radius: 12px;
    border: 2px solid transparent;
    background-clip: padding-box;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.35);
}

.messageTab_left::-webkit-scrollbar-thumb:hover,
.messageTab_right::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #eeeeee, #9ea3a9);
}

.messageTab_right {
    width: 59%;
    height: 100vh;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #fff #F6F6F6;
    padding-right: 10px;
}

.messageTab_right .prose.max-w-none table {
    background: white !important;
    border: none !important;
}

.messageTab_right .prose.max-w-none table tbody td table {
    width: 100% !important;
    max-width: 100% !important;
    background: white !important;
    background-color: white !important;
    border: none !important;
}

.messageTab_right table tbody td table tbody tr td img {
    width: 100% !important;
    border-radius: 35px !important;
}

.messageTab_right table>tbody>tr>td {
    border: none !important;
}

.messageTab_right tr td h1,
.messageTab_right tr td h3,
.messageTab_right tr td p,
.messageTab_right tr td p strong {
    color: #0D131C !important;
    margin-top: 10px !important;
    font-size: 24px !important;
    font-weight: 400;
    line-height: 26px;
}

.messageTab_right tr td h1 {
    font-weight: 500;
}

.messageTab_right tr td p,
.messageTab_right tr td p strong {
    font-size: 18px !important;
    color: #0D131C !important;
}

.messageTab_right tr td p strong {
    font-weight: 500;
}

.messageTab_right tr td ul li:first-child {
    margin-top: 15px;
}

.messageTab_right tr td ul li,
.messageTab_right tr td ul li strong,
.messageTab_right tr td ol {
    color: #0D131C !important;
    font-size: 18px !important;
    line-height: 30px;
}

.messageIcon_parent {
    position: relative;
    cursor: pointer;
}

.messageIcon_parent img {
    margin: 0 5px 0 15px;

}

.messageIcon_parent span {
    position: absolute;
    right: -2px;
    top: -9px;
    background: #FF385C;
    color: white;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 4px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
}

.empty-loamsg,
.sel-msg-cont {
    text-align: center;
}

.messageHeading {
    font-size: 18px;
    font-weight: 500;
    position: absolute;
}

.no-msg-avail {
    position: absolute;
    left: 44%;
    top: 60%;
}

.messageTab_left .messageContent_parent:first-of-type {
    margin-top: 40px;
}

@media screen and (max-width: 1200px) {
    .messageContent {
        font-size: 14px;
    }

    .messageIcon_parent span {
        right: -11px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    body {
        background-color: transparent !important;
    }
}

@media screen and (max-width: 991px) {
    .messageMonth {
        width: auto;
        height: auto;
        padding: 4px 12px;
    }

    .messageIcon_parent span {
        right: -2px;
    }
}

@media screen and (max-width: 991px) {
    .no-msg-avail {
        left: 38%;
    }

    .messageTab_right button {
        background: transparent;
    }

    .messageTab_left,
    .messageTab_right {
        width: 100%;
        padding-right: 0;
    }

    .messageTab_parent {
        padding: 85px 15px 45px;
    }

    .messageTab_right {
        padding: 25px 10px 0;
        background: white;
        border-radius: 15px;
        padding: 30px;
        height: 100%;
    }

    #Messages {
        margin-top: 10px !important;
    }

    .messageTab_right h2 {
        font-size: 16px;
        text-align: center;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .messageTab_right table>tbody>tr>td {
        padding: 0;
    }

    .messageTab_right td {
        padding: 0;
    }

    .messageTab_right tr td h1,
    .messageTab_right tr td h3,
    .messageTab_right tr td p,
    .messageTab_right tr td p strong,
    .messageTab_right tr td ul li,
    .messageTab_right tr td ul li strong {
        font-size: 14px !important;
        line-height: 20px;
    }

    .messageTab_right tr td ul li,
    .messageTab_right tr td ul li strong {
        line-height: 20px;
    }

    .messageMonth {
        width: auto;
        height: auto;
        padding: 4px 12px;
    }

    .messageContent {
        font-size: 14px;
    }

    .messageTab_right table>tbody>tr>td ol li {
        font-size: 14px;
        line-height: 20px;
    }

    .messageTab_right table>tbody>tr>td ol li:first-child {
        margin-top: 10px;
    }

    .no-msg-avail img {
        width: 55px;
    }



}

@media screen and (max-width:768px) {
    .iframe-center-controls button:nth-child(2) {
        display: none;
    }

    .messageTab_right {
        border-radius: 0;
        padding: 10px;
    }

    .maintenance {
        margin: 10px 0px 10px 0px;
    }

    .maintenance p {
        font-size: 11px;
    }

    .maintenance p span {
        font-size: 10px;
    }

    /* .messageContent {
    width: 95%;
  } */

    .messageTab_right button img {
        margin: 5px 0px 14px 14px;
    }

    .no-msg-avail {
        left: 38%;
    }

    .no-msg-avail img {
        width: 55px;
    }

    .messageTab_right h2 {
        font-size: 24px;
    }

    .messageTab_right tr td h1,
    .messageTab_right tr td h3,
    .messageTab_right tr td p,
    .messageTab_right tr td p strong {
        font-size: 20px;
    }

    .messageTab_right table>tbody>tr>td {
        padding: 0;
        font-size: 14px !important;
    }


}


@media screen and (max-width: 600px) {
    .messageTab_right h2 {
        /* margin-bottom: 0; */
    }

    .messageTab_right table>tbody>tr>td {
        padding: 0 !important;
    }
}


@media screen and (max-width: 575px) {

    .messageContent_parent,
    .meesageContent_right {
        width: 100%;
    }

    .messageDelete_icon img {
        width: 18px;
    }

    /* .meesageContent_right {
    width: 80%;
  } */

    /* .messageContent {
    width: 85%;
  } */

    .messageMonth span:first-child {
        font-size: 10px;
    }

    .messageMonth span:last-child {
        font-size: 14px;
    }

    a.header_wallet {
        margin-right: 10px;
    }

    .messageIcon_parent img {
        margin: 0 5px 0 0;
        width: 30px !important;
        max-width: 30px !important;
    }

    .no-msg-avail {
        left: 33%;
    }

}

@media screen and (max-width: 400px) {
    .no-msg-avail {
        left: 26%;
    }
}

@media screen and (max-width: 375px) {
    /* .messageContent {
        width: 75%;
    } */

    .no-msg-avail {
        left: 26%;
    }

}


/* push notification message tab ends  */


@media only screen and (max-width: 1760px) {
    .games_card>div .icond {
        width: 65px;
        height: 65px;
        top: 26%;
    }
}

@media only screen and (max-width: 2000px) and (min-width: 1800px) {
    .banner-destop-sign-up .hero-btns__Container {
        bottom: -75px;
        position: relative;
    }
}


@media only screen and (max-width: 1950px) and (min-width: 1100px) {
    #about-us-slider .swiper-wrapper {
        transform: none !important;
    }
}

@media only screen and (max-width: 1650px) and (min-width: 1350px) {
    .sign-up-parent .sign-up {
        font-size: 19px;
    }

    .promoinside .coupon-item .content {
        padding: 15px 0px;
    }

    .promoinside .coupon-item1 .content {
        padding: 15px 0px;
    }

    .coupon-item .content {

        padding: 30px 0px;
    }

    .game-box.st_featured_thumb .icond {
        width: 51px;
        height: 51px;
        top: 66px;
    }

    .games_card>div .icond {
        top: 28%;
        z-index: 111111111;
    }

    .sign-up-parent {
        padding: 10px 0px 0px 20px;
    }

    .tron {
        font-size: 47px;
    }

    .group {
        /* padding: 6px 0px; */
    }

    .claim-now-wrapper {
        margin: 0px auto;
    }

    .tens img {
        padding-right: 0px;
    }

    .tens {
        padding: 10px 5px;
    }

    .header_wallet {
        padding: 15px 20px;
    }
}

@media only screen and (max-width: 1349px) and (min-width: 1025px) {
    .sign-up-parent .sign-up {
        font-size: 15px;
    }

    .promoinside .coupon-item .content {
        padding: 15px 0px;
    }

    .promoinside .coupon-item1 .content {
        padding: 15px 0px;
    }

    .coupon-item .content {

        padding: 30px 0px;
    }

    .game-box.st_featured_thumb .icond {
        width: 51px;
        height: 51px;
        top: 66px;
    }

    .games_card>div .icond {
        top: 28%;
    }

    .sign-up-parent {
        padding: 10px 0px 0px 20px;
    }

    .tron {
        font-size: 40px;
    }

    .group {
        padding: 3px 0px;
    }

    .banner-destop-sign-up .hero-btns__Container {
        line-height: 80px;
    }

    .claim-now-wrapper {
        margin: 0px auto;
    }

    .tens img {
        padding-right: 0px;
    }

    .tens {
        padding: 10px 5px;
    }

    .header_wallet {
        padding: 15px 20px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 770px) {
    .tron {
        font-size: 22px;
    }

    .sign-up-parent {
        float: left;
        padding: 0px 0px 0px 10px;
    }

    .sign-up-parent .sign-up {
        font-size: 14px;
    }

    .banner-destop-sign-up .hero-btns__Container {
        line-height: 50px;
    }

    .group {
        padding: 3px 0px;
    }

    .creat-a-free {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 2;
    }

}

@media only screen and (max-width: 1450px) {
    .game-box.st_featured_thumb .icond {
        top: 39px;
    }

    /*  .innner_banner_bank_account {
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}*/
}

@media only screen and (max-width: 1440px) and (min-width: 1400px) {

    .logout-user-game {
        bottom: 40px !important;
    }

    .deposit_nav .month_tab .label2 {
        width: 88px;
    }

    .deposit_nav .st_overview_nav li a span {
        font-size: 13px;
    }
}

@media only screen and (max-width: 1420px) {

    .games_card>div .icond {
        width: 60px;
        height: 60px;
    }

    .logout-user-game {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1350px) {
    /*#Refer_A_Friend,#My_Messages,#AllTransactions,#DepositSummary,#WithdrawalSummary,#GameHistory .d-flex {
  display: block;
}
#Refer_A_Friend,#My_Messages,#AllTransactions,#DepositSummary,#WithdrawalSummary,#GameHistory .d-flex .month_tab {
margin-top: 15px;
float: left;
width: 100%;
}*/
}

@media only screen and (max-width: 1320px) {
    .logout-user-game {
        bottom: 33px !important;
    }
}

@media only screen and (max-width: 1310px) and (min-width: 1284px) {
    .sign-up-parent .sign-up {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1284px) and (min-width: 1255px) {
    .sign-up-parent .sign-up {
        font-size: 17px;
    }
}

@media only screen and (max-width: 1280px) and (min-width: 1100px) {

    .frame-parent22-abouts .top-games {
        font-size: 22px;
    }

    table.table.table-striped.bank-account-my-profile-table thead>tr>th {
        font-size: 10px;
    }

    table.table.table-striped.bank-account-my-profile-table>tbody>tr>td {
        font-size: 10px;
    }

    img.frame-child24 {
        width: 102px !important;
        height: 102px;
    }

    .frame-wrapper17-topwin .log-in {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1255px) and (min-width: 1200px) {
    .sign-up-parent .sign-up {
        font-size: 13px;
    }

    .claim-now-wrapper {
        height: 37px !important;
    }

}

@media only screen and (max-width: 1200px) and (min-width: 1180px) {
    .sign-up-parent .sign-up {
        font-size: 13px;
    }

    .group {
        display: flex;
        padding: 3px 0px;
    }

    .tron {
        font-size: 39px;
    }

    .claim-now-wrapper {
        height: 37px;
    }
}

@media only screen and (max-width: 1180px) and (min-width: 1140px) {
    .sign-up-parent .sign-up {
        font-size: 13px;
    }

    .creat-a-free {
        font-size: 15px;
    }

    .group {
        display: flex;
        padding: 3px 0px;
    }

    .tron {
        font-size: 39px;
    }

    .claim-now-wrapper {
        height: 37px;
    }
}

@media only screen and (max-width: 1140px) and (min-width: 1100px) {
    .sign-up-parent .sign-up {
        font-size: 13px;
    }

    .claim-now-wrapper {
        height: 20px;
    }

    .creat-a-free {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1100px) and (min-width: 1080px) {
    .sign-up-parent .sign-up {
        font-size: 13px;
    }

    .claim-now-wrapper {
        height: 20px;
        margin: 0px;
    }

    .creat-a-free {
        font-size: 14px;
    }

    .sign-up-parent {
        padding: 4px 16px;
    }

    .frame-parent31 {
        padding: 0px 17px;
    }
}

@media only screen and (max-width: 1080px) and (min-width: 1025px) {
    .sign-up-parent .sign-up {
        font-size: 12px;
    }

    .claim-now-wrapper {
        height: 20px;
        margin: 0px;
    }

    .creat-a-free {
        font-size: 12px;
    }

    .sign-up-parent {
        padding: 0px 16px;
    }
}

@media only screen and (max-width: 1280px) {
    b.title-react-cat {
        font-size: 23px;
    }

    .label2 {
        padding: 5px 4px 6px;
    }

    .month_tab .label2 {
        margin-right: 0px;
        font-size: 11px;
    }
}

@media only screen and (max-width: 1240px) {
    .select-history-roll {
        width: 100%;
    }

    .text-history-startdateenddate:nth-child(2) {
        width: 100%;
    }

    .text-history-startdateenddate {
        width: 100%;
    }

    .tablinksmyprofile {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1220px) {
    .game-box.st_featured_thumb .icond {
        top: 30px;
    }

    .game-box.st_featured_thumb .icond {
        width: 53px;
        height: 53px;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 800px) {
    img.frame-child24 {
        height: auto;
    }

    .frame-child11 {
        background-size: 30%;
    }

    .frame-wrapper17-topwin .lovl6 {
        font-size: 14px;
    }

    .frame-wrapper17-topwin .log-in {
        font-size: 13px;
    }

    .wrapper-button {
        width: 64%;
    }

    .log-in-price {
        font-size: 14px;
        min-width: 80px;
    }

    body {
        background-repeat: no-repeat;
    }

    .main-banner {
        overflow: hidden;
        margin: 0 auto;
    }

    .top-games {
        font-size: 20px;
        line-height: 113%;
    }

    .vector-parent .vip-wheel {
        width: unset;
    }

    .owl-silder .redolphs-revenge {
        font-size: 18px;
        padding: 6px;
    }

    .vip-wheel {
        font-size: 25px;
    }

    .frame-parent22-abouts .top-games {
        font-size: 14px;
    }

    .logsign-modal .modal-dialog {
        max-width: 80%;
    }

    .top-header-1 {
        padding: 0px 30px;
    }

    .container {
        padding: 0px 30px;
    }

    .jackpot {
        padding: 13px 0px 0px 45px;
    }

    .top-winner {
        padding-right: 30px;
    }

    .col-md-12.col-sm-12.col-12.owl-silder {
        padding: 0px 30px 0px 0px;
    }

    .frame-parent22-abouts .our-licensed-casino {
        font-size: 14px;
    }

    .home-2-group {
        padding: 19px 6px;
    }

    .vip-page .vip-tabs-wrapper {
        margin-block: 0px;
    }

    .blog_detail_wrap .container .st_blog_detail {
        padding: 22px 24px;
    }

    .vip-page .vip-tabs-wrapper .nav-tabs li button {
        font-size: 14px;
    }

    .about-us {
        font-size: 17px;
    }

    .promotions-page-banner .b {
        font-size: 45px !important;
    }

    .jackpot .b {
        font-size: 50px;
    }

    .owl-silder .log-in {
        font-size: 21px;
    }

    a.next5.next {
        right: -33px;
    }

    #tournaments-slider .image-1710-icon {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .games_card>div .icond {
        width: 51px;
        height: 51px;
    }

    .logout-user-game {
        bottom: 27px !important;
        font-size: 14px;
    }

    .col-md-4.col-sm-4.col-4.col-xs-12.bonus-code-form {
        display: block;
        margin: 10px;
    }

    .active-code-button {
        margin-top: 16px;
    }

    .active-code-button button {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 1100px) {
    .games_card>div .icond {
        width: 48px;
        height: 48px;
        top: 21%;
    }
}

@media only screen and (max-width: 1040px) {
    .logout-user-game {
        bottom: 17px !important;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1450px) {
    .title-react-cat-name-div {
        max-width: 100% !important;
    }

    .about-us-all {
        background-size: 29px;
    }

    .login-reg-section a,
    .userdtls_hdr22 {
        min-width: 0px !important;
    }

    .menu_section_main22 .nav li {
        margin-right: 0px;
    }

    /*.login-reg-section a,
.userdtls_hdr22 {
  padding: 5px 6px;
}*/

    .userdtls_hdr22 {
        height: 50px;
    }

    a.header_wallet {
        font-size: 14px;
    }

    .header_username {
        font-size: 16px !important;
    }
}

@media only screen and (max-width: 1050px) {
    button.input-btn.submit_dec {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 1024px) {
    .coupon-item .content h3 {
        font-size: 18px;
    }

    .coupon-item .content h2 {
        font-size: 18px;
    }

    .coupon-item1 .content h3 {
        font-size: 18px;
    }

    .coupon-item1 .content h2 {
        font-size: 18px;
    }

    .btn-claim {
        font-size: 12px;
        padding: 6px 10px;
    }

    .react-game-new .single-download-box {
        width: 24%;
    }

    .deposit_nav .month_tab .label2 {
        width: 46%;
        margin: 5px 6px;
    }

    .react-game-new .grid-container {
        grid-template-columns: repeat(4, 1fr);
    }

    .container.react-game-new .grid-container .single-download-box:nth-child(5),
    .container.react-game-new .grid-container .single-download-box:nth-child(6),
    .container.react-game-new .grid-container .single-download-box:nth-child(7),
    .container.react-game-new .grid-container .single-download-box:nth-child(8),
    .container.react-game-new .grid-container .single-download-box:nth-child(9),
    .container.react-game-new .grid-container .single-download-box:nth-child(10),
    .container.react-game-new .grid-container .single-download-box:nth-child(11),
    .container.react-game-new .grid-container .single-download-box:nth-child(12),
    .container.react-game-new .grid-container .single-download-box:nth-child(13),
    .container.react-game-new .grid-container .single-download-box:nth-child(14) {
        display: none;
    }

    .title-react-cat-name-div {
        max-width: 100% !important;
    }

    .play_game11 .newbutton {
        width: 44px;
        height: 44px;
    }

    .re {
        display: none;
    }

    .righ b {
        font-size: 10px;
    }

    .righ {
        font-size: 10px;
    }

    .start_new {
        gap: 11px !important;
    }

    .enddate_new {
        gap: 11px !important;
    }

    .month_tab .label2 {
        margin-top: 10px;
        margin-left: 5px;
    }

    .banner-destop-sign-up .hero-btns__Container a#signbtn {
        padding: 10px 34px;
        font-size: 13px;
    }

    .main-banner .swiper-slide:has(.banner-side) .hero-btns__Container a {
        padding: 10px 34px;
        font-size: 13px;
    }

    .image-2302-parent {
        padding-top: 0px;
    }

    .jackpot-section-necolumn {
        padding-top: 50px;
    }

    .top-winner {
        margin: 20px 0px 10px;
    }

    .row.first-row-topwin {
        padding-top: 10px;
    }

    .game-box.st_featured_thumb .icond {
        width: 44px;
        height: 44px;
    }

    .game-box.st_featured_thumb .icond img {
        width: 11px;
    }

    b.title-react-cat {
        font-size: 14px;
    }

    .games_card>div .icond {
        width: 52px;
        height: 52px;
    }

    .login-overlay {
        bottom: -30px;
    }

    .available-bonus h1 {
        font-size: 31px;
    }

    h1.active-bonus-title {
        font-size: 31px;
    }

    h2.nomore-data {
        font-size: 31px;
    }

    div#available-bonus {
        margin-top: 22px;
        margin-bottom: 40px;
    }

    .bonus-code-main input[type="text"] {
        width: 100%;
    }

    .col-md-4.col-sm-4.col-4.col-xs-12.bonus-code-form {
        display: block;
        margin: 0px;
        padding: 0px;
    }

    .active-code-button button {
        height: 40px;
        padding: 0px 13px;
    }

    .bonus-code-main input[type="text"] {
        height: 38px;
    }

    .bonus-status-selectore select {
        color: #000;
        width: 40%;
    }

    input#amount {
        width: 100%;
    }
}

@media screen and (min-width: 769px) and (max-width: 950px) {
    .rectangle-parent10 {
        width: 150px;
    }

    .item {
        padding: 0px 4px 15px 4px;
    }

    .container {
        width: unset !important;
    }

    .header_sec_main_flex22 .container {
        width: 100% !important;
        padding: 5px 5px;
    }

    .main-banner {
        overflow: hidden;
        margin: 0 auto;
    }

    .home-submenu-main-22 {
        display: none;
    }

    .frame-parent16 {
        top: 10%;
        left: unset;
        padding: 10px;
    }

    .vip-wheel {
        font-size: 23px;
    }

    .cashback .vip-wheel {
        width: unset;
        margin-top: 0px;
    }

    .user-user-parent {
        padding: 12px 17px;
    }

    .about-us-all {
        padding: 40px 31px;
    }

    .enjoy-5000-crypto {
        width: unset;
    }

    img.icon2 {
        margin-left: -26px;
    }

    .rectangle-parent10 {
        width: 171px;
    }
}

@media only screen and (max-width: 991px) {
    .games_card>div .icond {
        width: 47px;
        height: 47px;
        top: 15%;
    }

    .cptext {
        padding: 0px;
    }

    .innner_banner_bank_account {
        overflow: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .crypto-type-lable-wallet {
        overflow: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .col-lg-6.col-md-6.col-sm-12.col-xs-12.crypto-type-bank-address-second-col-new {
        padding-top: 10px;
    }

    .crypto-type-bank-address {
        margin-top: 10px;
        display: block;
    }

    button.copy-crypto-address-key {
        margin-top: 5px;
    }

    .col-lg-6.col-md-6.col-sm-12.col-xs-12.bank-account-deatils-table-second-row {
        padding-top: 10px;
    }

    #tab-bonus .tab-bonus {
        max-width: 80%;
    }

    body .wallet_overview {
        width: 100%;
        max-width: 100%;
    }

    .bonus-status-selectore select {
        color: #000;
        width: 80%;
    }

    .tablinkscashier {
        padding: 11px 28px;
    }

    .tablinksbonus {
        padding: 11px 51px;
    }

    .tablinksmyprofile {
        padding: 10px 10px;
    }

    #MyProfile .tab-bonus {
        display: block;
    }

    #MyBonuses .tab-bonus {
        max-width: 100%;
    }

    .tablinkshistory {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1001px) {
    .ban_iner {
        width: 100% !important;
    }
}

@media (min-width: 768px) {


    .modal-daa {
        width: 600px;
        margin: 30px auto;
    }

    .right-section-header .login-reg-section a#loginbutton {
        width: auto;
    }
}

@media only screen and (max-width: 768px) {
    .spinner {
        width: 20px;
        height: 20px;
    }

    ul.submenu_list li.active a {
        font-size: .85em;
        margin-bottom: 0px;
        margin-top: -5px;
    }

    .casinop .top-winner .col-md-8 {
        padding-left: 0px;
    }

    #deposit_summary_table_filter {
        float: right;
        margin-top: 0px;
    }

    .dataTables_length {
        float: left !important;
    }

    .mb1 {
        display: block;
    }

    .game_labels .label1 {
        font-size: 9px;
        padding: 0px 5px;
        margin: 5px 0px 0px 5px;
        min-width: auto;
    }

    .game_labels .label2 {
        font-size: 7px;
        top: 12px;
        right: -33px;
    }

    .amt {
        flex: 1 0 50%;
    }

    .tooltip-text {
        font-size: 8px;
    }

    .vs_rp p {
        font-size: 9px !important;
        padding-bottom: 15px;
    }

    .vs_rp {
        padding: 0px 0px 0px 10px !important;
    }

    .select_kyc {
        font-size: 14px !important;
    }

    .kyc_text {
        font-size: 14px !important;
    }

    .kyc-container .col-md-6 {
        margin: 10px 0px;
    }

    .upload-box {
        height: 90px;
    }

    .vs_rp img {
        width: 60%;
    }

    .max_bg .col-md-8 {
        border: 0px;
    }

    .kyc_p {
        font-size: 12px;
    }

    .kyc_suc {
        font-size: 12px;
    }

    .savedad a::before {
        background: none;
    }

    #cry_wth .month_tab {
        width: 100%;
    }

    .savedad input {
        width: 50%;
    }

    .mobile_ver {
        width: 180px;
    }

    .error_kyc {
        font-size: 13px !important;
    }

    .games_model .close {
        top: 0;
        right: 5px;
    }

    #litecoin .litc {
        max-width: 60px;
        margin-left: 20px;
        position: absolute;
        right: 50px;
        top: 13px;
    }

    .home_banner {
        display: block !important;
    }

    .download-area-bottom #SPNL-1179732 {
        display: block !important;
    }

    .download-area-bottom .SPNL-1179732 {
        display: block !important;
    }


    .download-area-bottom #SPNL-1179769 {
        display: block !important;
    }

    .download-area-bottom .SPNL-1179769 {
        display: block !important;
    }

    .download-area-bottom #SPNL-1179862 {
        display: block !important;
    }

    .download-area-bottom .SPNL-1179862 {
        display: block !important;
    }

    .otp_parent .input_dec {
        width: 80%;
    }

    .otp_dv {
        border-radius: 32px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    label.error {
        font-size: 12px !important;
    }

    #dob {
        width: 100% !important;
    }

    input[type="date"] {
        text-align: left;
        /* Regular alignment */
        text-align-last: left;
        /* Some browsers need this */
        -webkit-appearance: none;
        /* Remove default iOS styling */
        -moz-appearance: none;
        /* For Firefox */
        appearance: none;
        /* Standard */
    }

    /* Hide default date input icons (Chrome, Edge, Safari desktop) */
    input[type="date"]::-webkit-calendar-picker-indicator {
        opacity: 0;
        display: none;
    }

    input[type="date"]::-webkit-inner-spin-button,
    input[type="date"]::-webkit-clear-button {
        display: none;
    }

    .mob-coupen .deactive {
        border-radius: 5px;
        border: 1px dashed #747474;
        color: #747474;
        font-family: Rubik;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 135%;
        text-align: center;
        padding: 9px 20px;
        cursor: pointer;
        margin-bottom: 0px;
        float: left;
        background: #000;
    }

    .prom_p #list-promotion-no-deposit-code {
        padding: 0px;
    }

    .prom_p #list-promotion-no-deposit-code .coupon-item .content {
        width: auto;
    }

    .prom_p #list-promotion-no-deposit-code .coupon-item1 .content {
        width: auto;
    }

    .promo-code {
        margin-block: 10px;
    }

    #list-promotion-no-deposit-code {
        padding: 20px 20px;
    }

    #active_bonus .apply_code {
        float: left;
        width: auto;
    }

    #active_bonus .deposit-coupon-code-box {
        width: auto;
    }

    /* .deposit-coupon-code-box{width: 70%;} */
    #loginOtpAuthForm .input_dec,
    .col-md-12 {
        float: left;
        width: 100%;
    }

    #confirmCancelBonus .coupon-item .content {
        padding: 49px 0px;
    }

    #confirmCancelBonus .coupon-item .content1 {
        padding: 49px 0px;
    }

    #confirmClaimBonus .modal-dialog {
        margin: 0px 10px;
    }

    #confirmClaimBonus .coupon-item .content1 {
        padding: 40px 0px;
    }

    #confirmCancelBonus .modal-dialog {
        margin: 0px 10px;
    }

    #playpop .modal-dialog {
        margin: 0px 10px;
    }

    .copy-message {
        padding: 5px 10px;
        top: -50px;
    }

    #confirmClaimBonus .coupon-item .content {
        padding: 40px 0px;
    }

    .content .active svg {
        float: left;
        margin: 0px 5px 0px 0px;
    }

    .coupon-item {
        /* background-size: 100% 100% !important; */
        /* background-size: cover !important; */
        min-height: 140px;
    }

    .coupon-item1 {
        background-size: 100% 100% !important;
        min-height: 140px;
    }

    .coupon-code {
        font-size: 10px;
        font-weight: 400;
    }

    #playpop .content p {
        font-size: 15px;
    }

    #playpop .coupon-item .content h3 {
        font-size: 20px;
    }

    #playpop .coupon-item .content {
        top: 50px;
        padding: 12% 0px;
    }

    .btn-clc {
        padding: 10px 10px;
        font-size: 12px;
    }

    /* .copy-btn{ font-size: 10px; padding: 0px 0px !important; width: 20px;} */
    .coupon-item .content h3 {
        font-size: 20px;
    }

    .coupon-item .content h3 {
        font-size: 20px;
    }

    .redeem-section .form-control {
        width: 70%;
    }

    .coupon-item .content {
        padding: 6% 10px 20px 0px;
        margin-right: 20px;
        min-height: auto;
    }

    .btn-claim {
        padding: 8px 20px;
        font-size: 14px;
        font-weight: 600;
        box-shadow: none;
    }

    .coupon-item .terms {
        font-size: 12px;
        bottom: 5px;
        right: 5px;
    }

    .coupon-item1 .content {
        padding: 6% 10px 20px 0px;
        margin-right: 20px;
    }

    .coupon-item1 .terms {
        font-size: 12px;
        bottom: 5px;
        right: 5px;
    }

    .bacode_title span {
        font-size: 13px;
    }

    .payment-amount-margin {
        margin-bottom: 10px;
    }

    .btbg {
        width: 94%;
    }

    .dicbg {
        width: 94%;
    }

    .col-xs-0 {
        display: none;
    }

    .btbg .col-md-8 {
        text-align: center;
    }

    .page_id11 p {
        font-size: 13px !important;
        font-weight: 400 !important;
    }

    /* .coupon-code-box{padding: 4px 5px 4px 5px; max-width: 90px;} */
    #active_bonus .copy-btn {
        font-size: 10px;
    }

    #active_bonus .apply_code {
        padding: 10px 20px;
        font-size: 14px;
        margin-top: 0px;
    }

    #prompage {
        padding: 0px 0% 50px;
    }

    .deposit-copy-btn {
        font-size: 10px;
    }

    /* .page_id11 br {
    display: none;
  } */

    .banking-new br {
        display: none;
    }

    .banking-new h2 {
        font-size: 22px;
    }

    .banking-new p {
        font-size: 14px;
        font-weight: 400;
    }

    .banking-new h3 {
        font-size: 18px;
    }

    .baning-table_uni li {
        font-size: 14px;
    }

    .baning-table_uni_inner li {
        font-size: 12px;
        line-height: 40px;
    }

    .baning-table_uni_inner li img {
        width: 100px;
        height: 40px;
    }

    .baning-table_uni {
        padding: 10px 0px;
    }

    .withdrawal-method {
        padding-top: 40px;
    }

    .inner_bannerv1 .notes h4 {
        font-size: 18px !important;
    }

    .banking-new .list_meta li {
        font-size: 12px;
        margin-left: 10px;
    }

    .banking-new .list_meta li:last-child {
        margin-left: 10px;
    }

    .banking-new .notes {
        padding: 28px 0px 0px;
        border: 0;
    }

    .banking-new .list_meta {
        margin-bottom: 20px;
    }

    .baning-table_uni_inner {
        padding: 0px;
    }

    .ban_iner {
        width: 100% !important;
    }

    .affooter .col-md-9 {
        padding: 0px !important;
    }

    .cptext img {
        padding: 0px 0px;
    }

    .pp0 {
        padding: 0px !important;
    }

    .afbg .mobheader {
        margin: 0px auto;
    }

    .affsec .mobheader {
        margin: 0px auto;
    }

    .affsec {
        display: flex;
        flex-flow: column;
    }

    .logoa img {
        width: 90px;
    }

    .logoa {
        padding: 10px 0px 10px;
    }

    .cptext {
        font-size: 15px;
        padding-top: 10px;
    }

    .cpimg {
        float: initial;
        text-align: center;
        margin: 10px auto;
    }

    .cpimg img {
        width: 180px;
    }

    .affooter {
        padding: 0px;
    }

    .afbg a img {
        width: 215px;
    }

    .affsec .col-md-7 {
        order: 2;
    }

    .affsec .col-md-4 {
        order: 1;
    }

    .footer-links-add-new ul li {
        padding: 0px;
    }

    .modal-dialog {
        max-width: 100%;
        padding: 0px 20px;
    }

    #deposit_error_modal .login-head img {
        width: 90px;
    }

    #txw {
        font-size: 20px;
    }

    .verifymodelemail .modal-dialog {
        width: 100%;
        top: 5%;
    }

    #deposit_error_modal .login-btn1 a {
        font-weight: 400;
        font-size: 13px;
    }

    .page_id11 h1 {
        font-size: 25px;
    }

    .terms_btn {
        bottom: 15px;
    }

    .page_id11 img {
        margin-bottom: 10px;
    }

    .allrecenly {
        font-size: 12px;
    }

    .react-game-new .single-download-box {
        width: 32%;
    }

    .footer-links-add-new ul li a {
        font-size: 11px;
    }

    .dispflex {
        display: flex;
        flex-flow: column;
    }

    .coyright .row {
        display: flex;
        flex-flow: column;
    }

    .ord1 {
        order: 1;
        position: static;
    }

    .ord2 {
        order: 2;
        position: static;
    }

    .footer-links-add-new {
        padding: 0px 0px 30px 0px;
        float: left;
    }

    .certificat {
        text-align: center;
        padding: 0px 0px 0px 0px;
        order: 2;
    }

    .footer-img embed {
        float: none;
        width: 100%;
    }

    .footer-img {
        border-top: 1px solid #E8DFD7;
        text-align: center;
        border-bottom: 1px solid #E8DFD7;
        padding: 15px 0px;
        width: 100%;
    }

    .co-footer .col-md-6 {
        padding: 0px !important;
    }

    .deposit_nav .st_overview_nav li a label {
        display: inline-block;
        margin-top: 3px;
    }

    .right_men {
        padding-top: 0px;
        padding-bottom: 30px;
    }

    .grid-container {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .title-react-cat-name-div {
        max-width: 100% !important;
    }

    .st_date1 {
        width: 40%;
        font-size: 14px;
    }

    .promo-code-box1 {
        padding: 15px 0px 0px;
    }

    .apply_code {
        border: 0px dashed #0C6DC6;
        margin-top: 0px;
    }

    .promo-code-box1 {
        display: block;
        background-size: 100% !important;
    }

    .copy_aply {
        padding: 14px 18px 16px 22px;
        height: 25px;
    }

    .select_dec2 input[type="text"] {
        border: 1px solid #CFCFCF;
        border-radius: 10px;
        min-height: 37px;
        font-size: 12px;
    }

    .amoun_pad2 {
        padding: 0px 10px;
    }

    .amoun_pad {
        padding: 0px 10px;
    }

    .inside_box {
        border: 0px;
    }

    .bacode_title-columun {
        padding: 5px 5px 0px 7px !important;
    }

    .text_22 {
        width: 98%;
    }

    .month_tab .label2:nth-child(1) {
        margin-left: inherit;
    }

    .month_tab .label2:nth-child(6) {
        margin-right: inherit;
    }

    .deposit_nav .month_tab .label2 {
        width: 29%;
    }

    .mob-coupen {
        display: block;
        padding-top: 20px;
    }

    .desk-coupen {
        display: none;
    }

    .play_game11 .perplay {
        font-size: 18px;
    }

    .deposit_nav .st_overview_nav ul li {
        width: 100%;
    }

    .deposit_nav .st_overview_nav .active a {
        border-radius: 5px;
    }

    .deposit_nav .st_overview_nav li a {
        display: block;
    }

    .deposit_nav .st_overview_nav li img {
        float: left;
        width: 100px;
    }

    .withdraw_section .st_overview_nav li a {
        padding: 10px;
        border-radius: 5px;
    }

    .active .re {
        margin: 5px 10px 0px 0px;
    }

    .re {
        margin: 5px 10px 0px 0px;
        display: block;
    }

    .vip-page .vip-tabs-wrapper {
        margin-block: 0px
    }

    .vip-program p.vip-banner-p {
        font-size: 15px !important;
    }

    .promotions-page-banner .b {
        font-size: 44px !important;
    }

    input[type="search"] {
        font-size: 14px;
    }

    input[type="text"] {
        font-size: 18px;
    }

    input[type="password"] {
        font-size: 18px;
    }

    .top-winner {
        padding-right: 0px;
        margin: 15px 0px 0px;
    }

    .col-md-12.col-sm-12.col-12.owl-silder {
        padding-right: 0px;
    }

    .top-winner .col-md-8 {
        padding-left: 10px;
    }

    .jackpot .row {
        margin: auto;
    }

    .nav.mainmenu_nav1 {
        margin-top: 10px;
    }

    .section,
    section {
        padding: 0px 0px 0px;
    }

    #loader-2 span {
        margin: 40px 2px 0px;
    }

    .jackpot-section-necolumn {
        padding-top: 20px;
    }

    .jackpot img.image-2302-icon {
        mix-blend-mode: lighten;
        padding: 20px 0px;
    }

    .frame-parent31 {
        background: url("../images/aboubg1.webp") no-repeat;
        background-size: 100% 100%;
    }

    .grid-container {
        grid-gap: 10px;
    }

    .tab-bonus :is(.tablinkshistory, .tablinksbonus, .tablinkscashier) {
        padding: 8px 6px !important;
    }

    #FAQ .panel-collapse .panel-body p {
        padding-left: 50px;
    }

    .tab-pane .text_2 {
        padding: 10px 10px 10px;

    }

    .st_date1 {
        font-size: 14px;
        width: 35%;
    }

    .text_22 .st_date1 {
        color: #282828;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .text_22 .value-amt {
        color: #0C6DC6;
        text-align: right;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 135%;
        /* 16.2px */
    }

    .righ {
        float: right;
        width: 65%;
        color: #000;
        font-family: Rubik;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        text-align: right;
        margin-top: 4px;
    }

    .pl0 {
        padding-left: 15px;
        padding-top: 10px;
    }

    .container .games-title {
        font-size: 20px !important;
        padding-bottom: 10px;
    }

    #change_password .input_dec .input-txt {
        width: 100% !important;
    }

    #change_password .toggle-password {
        right: 9%;
        top: 25px;
    }

    .tab-bonus :is(.tablinksmyprofile) {
        margin: 0px 4px;
    }

    .pr0 {
        padding-right: 15px;
    }

    .logout-user-game {
        bottom: 15px !important;
    }

    img.frame-child24 {
        width: 68px !important;
    }

    .hero-btns__Container #loginbutton {
        margin: 0px 10px;
    }

    .pd27 {
        padding-left: 15px;
    }

    .banner-mobile-sign-up {
        display: block;
    }

    .mainslider-container .col-md-3 {
        width: 100%;
    }

    .banner-destop-sign-up {
        display: none;
    }

    .mainslider-container .col-md-9 {
        width: 100%;
    }

    .mainslider-container .col-md-3 {
        width: 100%;
        margin-top: 10px;
    }

    b.title-react-cat {
        font-size: 12px;
        font-weight: 700;
    }

    .ismai .input_dec {
        width: 100%;
    }

    .deposit_nav .month_tab .label2 {
        padding: 8px 15px;
    }

    .ismai label {
        width: 40%;
        text-align: left;
        font-size: 12px;
    }

    .game-box.st_featured_thumb .icond {
        top: 46px;
    }

    .game-box.st_featured_thumb .icond {
        width: 54px;
        height: 54px;
    }

    .footer {
        margin-top: 0px;
        padding-top: 20px;
    }

    .container {
        padding: 0px 15px !important;
    }

    .dream-royale-logo-1-parent {
        display: block;
    }

    div#signup {
        padding-right: 0px !important;
    }

    .redeem-your-welcome {
        padding: 20px 25px;
    }

    .enjoy-5000-crypto p {
        width: unset !important;
    }

    .top-header-1 {
        padding: 0px 10px;
    }

    .footer-grid {
        display: block !important;
    }

    .col-4.col-lg-2.col-6.community {
        padding-left: 0 !important;
    }

    .top-winner-box .swiper-slide {
        float: left !important;
        display: block !important;
        background: unset !important;
    }

    .startdate_lable {
        width: 50% !important;
    }

    .main-bonuse-container .container {
        padding: 0px 0px !important;
    }

    .tab-bonus {
        max-width: 100%;
    }

    .bonus-status-selectore select {
        color: #000;
        width: 100%;
    }

    body .wallet_tab .table {
        width: 100%;
        max-width: 767px;
    }

    body .wallet_overview .nav-tabs .nav-link {
        font-size: 12px;
    }

    .available-bonus h1 {
        font-size: 26px;
    }

    h1.active-bonus-title {
        font-size: 26px;
    }

    h2.nomore-data {
        font-size: 26px;
    }

    .tablinksbonus {
        padding: 11px 28px;
        font-size: 14px;
        line-height: 16px;
    }

    .bonus-code-main {
        padding: 18px 16px 18px 10px;
    }

    .available-bonus .all {
        padding-top: 0px;
    }

    .tablinkshistory {
        font-size: 14px;
    }

    .d-flex-history {
        display: block;
    }

    #MyPayment button.text-history-showbutton {
        margin-right: 0px;
    }

    .deskheader {
        display: none !important;
    }

    .mobheader {
        display: block;
    }

    .row1 {
        float: left;
        width: 100%;
        position: relative;
        z-index: 1111;
    }

    .sign-up-parent .sign-up {
        font-size: 10px;
    }

    .containersearch {
        display: block;
        width: 100%;
        margin: 0px 0px 20px 0px;
    }

    .ryal .we {
        padding: 0px 16px;
    }

    /* .frame-wrapper13 {
  display: flex;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-around;
 
} */
    .top-winner .we {
        padding: 12px 10px 12px 10px;
    }

    button.silder-button {
        width: 29px;
        height: 29px;
    }

    /* .group {
  padding: 10px 5px;
  float: left;
  width: auto;
} */

    .group {
        padding: 5px;
        float: left;
        width: 33.33%;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
    }

    .sign-up-parent {
        padding: 11px 0px 11px 6px;
    }

    .games-title {
        margin-left: -6px;
    }

    .tron {
        color: #fff;
        text-align: center;
        leading-trim: both;
        text-edge: cap;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        /* 43.5px */
    }

    .greyed-out {
        opacity: 0.5;
        pointer-events: none;
        filter: grayscale(80%);
    }

    .main-banner {
        position: sticky;
        margin: 10px 0px;
    }

    .claim-now-wrapper {
        display: none;
    }

    .creat-a-free {
        display: none;
    }

    .p0 {
        padding: 0px !important;
    }

    .paymnt {
        padding: 10px 30px;
    }

    .paymnt p {
        color: #222;
        text-align: center;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 139.5%;
        /* 18.135px */
        text-transform: capitalize;
    }

    .paymnt img {
        width: 70%;
        padding: 0;
    }

    .casino-parent {
        padding: 10px 30px;
    }

    .allrecenlyheading {
        font-size: 18px;
    }

    .latest_arr_sec2_main .download-area-bottom .single-download-box .boxed-btn {
        font-size: 12px;
        line-height: 14px;
        padding: 10px 0px 10px;
    }

    .ssal {
        font-size: 20px !important;
    }

    .allrecenly {
        padding-top: 5px;
    }

    .main-banner .swiper-container {
        border-radius: 20px;
    }

    .rectangle-parent {
        margin: 0px 0px;
    }

    .silder-button i {
        font-size: 17px !important;
        display: block;
    }

    .ryal .we {
        padding: 2px 8px 12px 16px;
    }

    .games_card>div:has(.icond) .icond img {
        width: 7px;
    }

    .frespinmod .games_card>div:has(.icond) .icond img {
        width: 12px;
    }

    .item {
        padding: 0px 5px 0px 5px;
    }

    .top-header-1 .container {
        overflow: visible !important;
        display: block;
    }

    .main-banner .swiper-slide:has(.banner-side) .hero-btns__Container a {
        padding: 7px 10px;
        margin-inline: auto;
        color: #fff;
        font-family: Rubik;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
        /* 19.6px */
    }

    .login-reg-section a,
    .userdtls_hdr22 {
        margin-left: 5px !important;

        padding: 8px 2px !important;
    }

    .header_username {
        font-size: 11px !important;
        width: auto;
    }

    .logo-main img {
        max-width: 35px;
        padding-top: 7px;
    }

    .wrapper-button {
        width: 71% !important;
    }

    .sat_content_wrap,
    .sat_wrapper,
    header,
    section {
        float: left;
    }

    .first-row-topwin>div {
        overflow: hidden;
    }

    .sat_content_wrap,
    .sat_wrapper,
    header,
    section {
        float: none !important;
    }

    .st_social3 li a {
        position: relative;
        width: 34px;
        height: 34px;
        display: grid;
        place-items: center;
        float: inline-end;
        clear: both;
    }

    .nav>li>a {
        padding: 6px 6px;
    }

    .st_social3 li a .fa {
        font-size: 17px;
    }

    .logo-main {
        width: auto;
    }

    .right-section-header .login-reg-section .userdtls_hdr22 {
        padding: 5px !important;
        width: 37px !important;
    }

    .login-reg-section .logout_btn222 {
        width: 100% !important;
        height: auto !important;
        padding: 1px 2px !important;
    }

    .login-reg-section a,
    .userdtls_hdr22 {
        width: auto !important;
        height: 36px !important;
        min-width: auto;
        padding: 9px 12px !important;
        font-size: 14px !important;
        line-height: 18px;
    }

    .tens {
        padding: 8px 3px;
    }

    .tens .header_username {
        width: 40%;
        font-size: 8px !important;
    }

    .tens #player-balance-head {
        width: 40%;
        font-size: 9px;
    }

    .userdtls_hdr_span_sec {
        align-items: last baseline;
    }

    .right-section-header {
        float: right;
        margin-left: auto;
        margin-top: 10px;
        position: relative;
        z-index: 000;
    }

    .z1 {
        z-index: auto;
    }

    .balance-dropdown {
        width: 100%;
    }

    .balance-dropdown li {
        font-size: 11px;
    }

    .logo-main1 {
        margin: 0 !important;
    }

    .logo-main1 img {
        padding: 0px !important;
        width: 70px;
        height: auto;
    }

    .top-header-1 {
        margin: 10px 0px;
    }

    .top-header-1 .container {
        padding: 5px 10px;
    }

    .item-new {
        margin-top: 17px;
        padding-bottom: 0px;
    }

    .owl-theme .owl-controls {
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .owl-theme .owl-controls .owl-page span {
        background: #ffd700 !important;
        margin: 5px 3px !important;
    }

    .abouts-new-mobile-silder .frame-parent22-abouts {
        margin: 5px;
    }

    .frame-parent22-abouts .top-games {
        color: var(--Black-heading, #2b2b32);
        text-align: center;
        font-size: 25px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 33px */
        max-width: unset !important;
        text-transform: capitalize;
    }

    .frame-parent22-abouts .our-licensed-casino {
        color: var(--black-pragraph, #343437);
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 21px */
    }

    .abouts-new-mobile-silder .frame-parent22-abouts .top-games {
        font-size: 22px;
    }

    .frame-wrapper6 {
        width: auto;
        margin-bottom: 12px !important;
    }

    .abouts-new-mobile-silder .frame-parent22-abouts .our-licensed-casino {
        font-size: 14px;
    }

    .abouts-new-mobile-silder .home-2-group {
        padding: 0px;
    }

    .abouts-new-mobile-silder .frame-wrapper6 {
        width: unset;
        height: 220px;
        padding: 24px 22.698px 24.085px 22.698px;
    }

    .col-md-4.col-sm-4.col-4.second-row {
        padding-top: 0px;
    }

    .abouts-new-mobile-silder .frame-wrapper6 {
        width: unset;
        height: 220px;
    }

    .demo-one.col-md-9.col-sm-9.col-9.col-12 {
        display: block;
    }

    .col-md-9.col-sm-9.col-9.abouts-section-new {
        display: block;
    }

    .we {
        display: flex;
        padding: 0px 16px;
    }

    .we.pur-silde i {
        font-size: 15px !important;
        display: block;
    }

    button.silder-button {
        width: 35px !important;
        height: 29px !important;
        font-size: 14px;
    }

    .desknone {
        display: block;
    }

    body {
        background: url("../images/Mob-BGn.jpg") no-repeat;
        background-size: 100% 100%;
    }

    .icon-casino-page-tab-parent {
        padding: 12px 16px;
        display: block;
        width: 43%;
        float: left;
    }

    .frame-parent1,
    .icon-casino-page-tab-group {
        display: block;
        width: 43%;
        float: left;
        height: 50px;
    }

    .icon-casino-page-tab-group {
        display: block ruby;
        padding: 12px 16px;
    }

    .latest_arr_sec2_main {
        padding-top: 0px;
    }

    .newgamebg {
        padding: 0px 0px;
        margin-top: 0px;
        border-radius: unset;
        margin-bottom: 0px;
        padding-top: 0px;
    }

    .coyright .row {
        margin: 0px !important;
    }

    .co-footer .row {
        margin: 0px !important;
    }


    .jungle-orginal {
        width: 100%;
        overflow: hidden;
        display: -webkit-inline-box;
    }

    .newgamebg h1 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .frame-parent6 {
        padding: 20px 10px;
    }

    .newgamebg .all {
        padding-top: 7px;
        z-index: 555;
        position: relative;
        font-size: 12px;
    }

    .footer-links-add-new {
        position: static;
    }

    .top-games {
        font-size: 12px;
        line-height: 14px;
        padding: 10px 0px 10px;
    }

    .online-slot {
        font-size: 13px;
    }

    .m-t {
        margin-top: 0px;
    }

    .leftimg {
        display: none;
    }

    .banerbg {
        min-height: 280px;
        background-size: 100% 100%;
        background: url("../images/banerbg.png") no-repeat;
        background-size: 100%;
    }

    .rightimg {
        text-align: center;
        display: none;
    }

    .rightimg img {
        width: 40%;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        border: 0px;
        position: absolute;
        bottom: -4px;
    }

    .swiper-pagination-bullet-active {
        background: #ffd700 !important;
    }

    .swiper-pagination-bullet {
        border: 0px solid #7e807f !important;
        opacity: 3 !important;
        background: #000 !important;
    }

    .get-a-100 {
        font-size: 24px;
        width: 100%;
        padding-top: 150px;
    }

    .frame-group {
        left: auto;
        position: relative;
    }

    .embark-on-an {
        display: none;
    }

    .frame-container {
        display: none;
    }

    .mobnone {
        display: none;
    }

    .logo {
        text-align: left;
    }

    .logo img {
        width: 100px;
    }

    .frame-child11 {
        background: none;
        background-position: bottom;
        padding: 0px 30px 0px 30px;
    }

    .about-us-all {
        background-image: url(../images/abbg_mob.png) !important;
        background-size: cover !important;
    }

    .log-in-wrapper {
        display: flex;
        height: 32px;
        max-height: 40px;
        padding: 6px 16px;
        justify-content: center;
        align-items: center;
        color: #2e3a59;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        /* 14.4px */
        gap: 10px;
        width: 80px;
    }

    .sign-in-wrapper {
        display: flex;
        height: 32px;
        max-height: 40px;
        padding: 6px 16px;
        justify-content: center;
        align-items: center;
        color: #2e3a59;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        width: 80px;
        /* 14.4px */
        gap: 10px;
    }

    .rea {
        font-size: 11px !important;
        bottom: 10px;
        right: 10px;
    }

    .headerbg {
        margin: 15px 0px;
    }

    .tournaments {
        display: none;
    }

    .about-us-all .row {
        display: block;
    }

    .about-us-icone {
        display: none;
    }

    .about-us-all {
        padding: 0px;
        border-radius: 0px;
    }

    .col-md-3.col-sm-3.col-3.abouts-mobile {
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 20px;
        padding-top: 20px;
    }

    .about-us {
        font-size: 24px;
        padding: 8px 6px;
    }

    .enjoy-5000-crypto {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .mob {
        display: none;
    }

    .desk {
        display: none;
    }

    .jackpot .b {
        font-size: 41px;
        text-align: center;
        margin: 0 auto;
        display: block;
    }

    .jackpot .top-games {
        font-size: 20px;
        text-align: center;
        max-width: none !important;
    }

    .total-jackpot-amount-parent .top-games {
        max-width: unset !important;
        text-align: center;
        width: unset;
    }


    .top-games-new-jackpot {
        font-size: 18px;
        text-align: center;
    }

    .go-to-casino-wrapper {
        display: block;
        padding: 20px 0px;
        text-align: center;
    }

    .frame-parent31 {
        padding: 0px 28px;
    }

    .jackpot {
        padding: 20px 10px;
        padding-top: 30px;
        margin-top: 20px;
        background-size: 100%;
        background: linear-gradient(161deg, #A4021A 13.05%, #1864BB 63.82%);
    }

    .image-2302-parent img {
        width: 100%;
    }

    @media screen and (max-width: 376px) {
        .frame-parent31 {
            padding: 0px 13px;
        }
    }

    .customNavigation.prev_next {
        display: none;
    }

    .rectangle-parent10 {
        padding: 10px;
        width: unset;
        height: unset;
        margin: 5px;
    }

    .top-winner h1 {
        font-size: 19px;
        padding-bottom: 15px;
    }

    #jackpot-slider .item {
        padding: 0px 3px 0px 3px;
    }

    .topcl {
        padding: 12px 0px 0px 0px;
    }

    .p000 {
        padding: 0px 0px 0px 0px !important;
    }

    .top-winner .row {
        display: flex;
        align-items: center;
        padding-left: 0px;
        padding-right: 0px;
    }

    .top-winner .all {
        padding-top: 24px;
        margin-top: -6px;
        font-size: 12px;
    }

    .frame-wrapper17-topwin {
        width: unset;
        height: unset;
        padding: 8px 11px 8.25px 8px;
    }

    .col-md-3.col-sm-3.col-3.second-row-topwin {
        padding-top: 0;
    }

    .top-winner-box .col-md-3.col-sm-3.col-3.col-12 {
        margin-bottom: 20px;
    }

    .fiat {
        float: left;
        width: 100%;
        text-align: center;
        overflow: hidden;
    }

    .line-div {
        display: block;
        margin: 0px 0px 10px;
    }

    .community .casino-parent {
        padding: 10px 0px;
    }

    .footer .home {
        color: #232329;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .footer {
        background-image: url("../images/foterbgmob.png");
        background-size: 100% 100%;
        float: left !important;
    }

    .footer .col-4.col-lg-2 {
        padding-bottom: 20px;
    }

    .top-winner-box img.frame-child24 {
        width: 60.214px;
        height: 73.75px;
    }

    .owl-silder .log-in {
        font-size: 20px;
    }

    .owl-silder .redolphs-revenge {
        font-size: 12px;
    }

    .coyright .privacy-policy {
        color: #adadad;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        float: left;
        width: 100%;
    }

    .btc-2673082 {
        font-size: 14px;
    }

    .dream-royale-logo-1-parent img {
        padding-bottom: 10px;
        width: 85px;
    }

    .coyright .privacy-policy1 {
        text-align: center;

        font-weight: 400;
        line-height: 150%;
        float: right;
        width: 100%;
        /* 21px */
    }

    .frame-wrapper17-topwin .log-in {
        font-size: 12px;
        text-align: left;
    }

    .frame-wrapper17-topwin .lovl6 {
        font-size: 12px;
    }

    .top-winner-box .col-md-3.col-sm-3.col-3.col-6 {
        padding: 5px;
    }

    .log-in-price {
        font-size: 10px;
        min-width: 80px;
    }

    .rectangle-parent15 {
        gap: 8px;
    }

    .row.first-row-topwin {
        padding-top: 0px;
    }

    .row.row-cols-2.row-cols-lg-4.footer-grid {
        justify-content: flex-start;
    }

    .col-4.col-lg-2.col-6.community {
        padding-left: 86px;
    }

    .icon-casino-page-tab {
        float: left;
    }

    .kyc_text {
        font-size: 14px;
    }

    .kyc-container .col-md-6 {
        margin: 10px 0px;
    }

    .upload-box {
        height: 90px;
    }

    .vs_rp img {
        width: 100% !important;
    }

    .max_bg .col-md-8 {
        border: 0px;
    }

    .kyc_p {
        font-size: 12px;
    }

    .kyc_suc {
        font-size: 12px;
    }

    #Cashier .tab-bonus.new-me {
        display: block;
    }

    #Cashier .new-me :is(.tablinksmyprofile, .tablinksbonus, .tablinkscashier) {
        margin: 0px 4px;
    }
}


/* pur */


@media screen and (min-width: 676px) and (max-width: 767px) {
    .games_card>div .icond {
        top: 30%;
    }

    .logout-user-game {
        bottom: 33px !important;
    }

    .games_card>div:has(.icond) .icond img {
        width: 12px;
    }
}


@media screen and (min-width: 610px) and (max-width: 676px) {
    .logout-user-game {
        bottom: 23px !important;
    }

    .games_card>div:has(.icond) .icond img {
        width: 12px;
    }
}

@media screen and (min-width: 610px) and (max-width: 676px) {
    .logout-user-game {
        bottom: 30px !important;
    }

    .games_card>div:has(.icond) .icond img {
        width: 12px;
    }

    .games_card>div .icond {
        top: 24%;
    }
}

/* pur end */

@media only screen and (max-width: 620px) {
    .game-box.st_featured_thumb .icond {
        top: 22px;
    }

    .game-box.st_featured_thumb .icond {
        width: 44px;
        height: 44px;
    }
}

@media only screen and (max-width: 600px) {
    .available-bonus-silder {
        padding: 15px;
        height: 100%;
    }

    .available-bonus-button {
        position: relative;
        bottom: 5px;
        padding: 11px;
    }

    .available-bonus h1 {
        font-size: 23px;
    }

    h1.active-bonus-title {
        font-size: 23px;
    }

    h2.nomore-data {
        font-size: 23px;
    }
}

@media only screen and (max-width: 550px) {
    .tablinkscashier {
        padding: 9px 13px;
    }
}

@media only screen and (max-width: 500px) {
    .login-overlay {
        bottom: -27px;
    }
}

@media only screen and (max-width: 490px) {
    #game-iframe .purplay.login-overlay {
        bottom: 15px !important;
        left: 0px !important;
        font-size: 12px;

    }

    div#userimageold1:before {
        background-color: #fff;
        background-image: unset;
    }

    .log-in-price {
        min-width: 46px !important;
    }

    .purplay.login-overlay {
        bottom: -27px !important;
    }

    .frame-wrapper17-topwin .log-in {
        font-size: 11px;
        max-width: 47px;
    }

    .frame-wrapper17-topwin .lovl6 {
        font-size: 10px;
    }

    .purplay.login-overlay {
        bottom: 15px !important;
        left: 0px;
        font-size: 12px;
        text-transform: unset;
    }

    .waq32 {
        font-size: 20px;
        text-transform: capitalize;
    }

    .game-box.st_featured_thumb .icond {
        top: 27% !important;
    }

    .games_card>div .icond {
        width: 27px;
        height: 27px;
        top: 27%;
    }

    .frespinmod .games_card>div .icond {
        width: 42px;
        height: 42px;
        top: 27%;
    }

    .baning-table_uni_inner li img {
        width: 60px;
        height: 30px;
    }
}

@media only screen and (max-width: 430px) {
    #topwin-slider-casino-game img.frame-child24 {
        width: 59px !important;
        height: 59px;
    }

    #topwin-slider-casino-game .frame-wrapper17-topwin .log-in {
        font-size: 13px !important;
    }

    #topwin-slider-casino-game .frame-wrapper17-topwin .lovl6 {
        font-size: 12px !important;
    }

    .logout-user-game {
        bottom: 15px !important;
        font-size: 12px;
    }
}

@media only screen and (max-width: 420px) {
    .tablinkscashier {
        padding: 5px 8px;
        font-size: 14px;
    }

    #MyBonuses .tab-bonus {
        display: block;
    }
}

@media only screen and (max-width: 400px) {
    .tablinksbonusmain.col-md-3 {
        padding: var(--3, 12px) 22px;
        display: block;
        width: 100%;
    }

    .tab-bonus-main {
        display: block;
        height: 100%;
    }

    .tablinksbonus {
        padding: 10px;
    }

    .frespinmod .games_card>div .icond {
        width: 30px;
        height: 30px;
        /* top: 27%; */
    }
}

@media only screen and (max-width: 365px) {
    .logout-user-game {
        bottom: 5px !important;
        font-size: 10px;
    }

}

/* media Query End*/


/* pur */
@media only screen and (max-width: 340px) {
    .games_card>div .icond {
        top: 19%;
    }
}

/* pur */
.pfp-clr {
    color: #FFF !important;
}

.imag-paynow-button img {
    width: 10px;
    height: auto;
}

.play_game11 .newbutton {
    width: 32px;
    height: 32px;
}

.play_game11 .perplay {
    font-size: 12px;
}

.play_game11 .newbutton {
    margin-bottom: 6px;
}

@media (min-width: 576px) {
    .play_game11 .newbutton {
        width: 44px;
        height: 44px;
    }

    .play_game11 .perplay {
        font-size: 18px;
    }

    .play_game11 .newbutton {
        margin-bottom: 12px;
    }
}

@media (min-width: 768px) {
    .imag-paynow-button img {
        width: 12px;
    }

}

@media (min-width: 992px) {
    .imag-paynow-button img {
        width: 15px;
    }

    .play_game11 .perplay {
        font-size: 18px;
    }

    .play_game11 .newbutton {
        margin-bottom: 15px;
    }


}

@media (min-width: 1200px) {
    .play_game11 .newbutton {
        width: 51px;
        height: 51px;
    }

    .play_game11 .newbutton {
        margin-bottom: 15px;
    }
}

@media (min-width: 1400px) {
    .play_game11 .newbutton {
        width: 60px;
        height: 60px;
    }

    .play_game11 .newbutton {
        margin-bottom: 18px;
    }
}

@media (min-width: 1600px) {
    .play_game11 .newbutton {
        width: 70px;
        height: 70px;
    }

    .play_game11 .newbutton {
        margin-bottom: 20px;
    }

    .play_game11 .perplay {
        font-size: 20px;
    }

}

@media screen and (min-width: 580px) and (max-width: 766px) {
    .re {
        display: none !important;
    }

    .deposit_nav .st_overview_nav li a label {
        display: none;
    }
}

@media screen and (min-width: 430px) and (max-width: 452px) {
    .group {
        width: auto;
        text-wrap: balance;
    }

    .frame-wrapper13 {
        display: flex;
    }
}

/* amit changes */
.active-promo-indicator {
    position: absolute;
    top: 10px;
    right: 16px;
}

/* Loader Overlay - Gray out the background */
.claimed-loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Gray out the page */
    z-index: 9999;
    /* Ensures it stays on top */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Loader Image */
.claimed-loader-image {
    width: 60px;
    height: 60px;
}

.spinner-img {
    width: 20px !important;
    height: 20px !important;
    margin-left: 10px;
    display: none;
    /* Hidden by default */
    /*animation: spin 1s linear infinite;*/
    /* Animation to spin the image */
}

.spn-img {
    padding: 6px 20px;
}

/* amit changes */


#resend_button_forgot span {
    color: #DB2234;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

#cryptopool_back_payment_form {
    display: none;
}

.home_banner {
    display: flex;
    justify-content: space-between;
}

/* .pd27 {
  padding-left: 27px;
} */

#verify_email_otp_login {
    background: var(--new-golden, linear-gradient(180deg, #FFAE54 20.88%, #FDF7DD 100%));
    padding: 16px 32px;
    color: #000;
    border-radius: 5px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 25.2px */
}

.litc {
    display: none;
}

#litecoin .litc {
    display: block;
    border-radius: 5px;
    background: #000;
    color: #FFF !important;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 3px 3px;
    margin-bottom: 0;
    margin-right: 5px;
}

#changelly_back_payment_form {
    display: none;
}

/*KYC start  */
#Account_Verification {
    padding-top: 70px;
}

.kyc_heading {
    Color: rgba(40, 40, 40, 1);
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.kyc_text {
    Color: rgba(133, 133, 133, 1) !important;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.req_heading {
    Color: rgba(40, 40, 40, 1);
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 5px;
}

.select_kyc {
    border: 1px solid rgba(207, 207, 207, 1);
    border-radius: 5px;
    padding: 12px 8px;
    Color: rgba(92, 92, 92, 1);
    font-size: 14px;
    font-weight: 600;
}

.kyc-container .col-md-6 {
    padding-left: 0px;
}

.vs_rp p {
    color: rgba(250, 0, 0, 1) !important;
    font-size: 11px;
    font-weight: 500;
}

.kyc-container .col-md-4 {
    padding: 0px 10px 0px 0px;
}


.vs_rp {
    padding: 16px 0px 0px 0px;
    text-align: center;
}

.vs_rp img {
    width: 90%;
}

.kyc_suc {
    background-color: rgba(237, 248, 235, 1);
    color: rgba(24, 172, 0, 1);
    padding: 9px 15px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin-right: 15px;
    margin-top: 10px;
}

.kyc_p {
    background-color: rgba(245, 118, 32, 0.08);
    color: rgba(255, 132, 0, 1);
    padding: 9px 15px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin-right: 15px;
    margin-top: 10px;
}

.kyc-container select {
    height: 50px;
}

.kyc-container input {
    height: 50px;
    width: 100%;
}

.max_bg {
    background: rgba(245, 245, 245, 1);
    border-radius: 10px;
    padding: 15px;
    float: left;
    width: 100%;
}

.max_file {
    color: rgba(130, 130, 130, 1);
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
}

.max_title {
    color: rgba(22, 19, 19, 1);
    font-size: 14px;
    font-weight: 600;
}

.max_bg .col-md-9 {
    padding: 0px 7px 0px 0px;
}

.max_bg .col-md-8 {
    padding: 0px;
    border-right: 1px solid rgba(222, 222, 222, 1);
}

.close-icon {
    position: absolute;
    top: 3px;
    right: 3px;
    background: red;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    cursor: pointer;
    display: none;
    /* Hidden by default */
    float: right;
}

.kyc-container {
    max-width: 900px;
    margin: 20px auto;
    padding: 15px 0px 15px 15px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(235, 235, 235, 1);
    border-radius: 15px;
    display: grid;
}

.kyc-container .form-group {
    float: left;
    width: 100%;
}

.d_flx {
    display: flex;
    column-gap: 15px;
}

.sub_btn {
    background: rgba(154, 154, 154, 1);
    border-radius: 5px;
    Color: #fff;
    padding: 9px 50px;
}

.kyc-container .row {
    float: left;
    width: 100%;
    margin: 20px auto;
    text-align: center;
}

.file-upload {
    background: url(../images/inactive1.svg) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: relative;

}

.file-upload input {

    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.upload-box {
    border: 1px dashed rgba(0, 0, 0, 1);
    text-align: center;
    padding: 0px;
    cursor: pointer;
    height: 120px;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    width: 100%;
    border-radius: 10px;
    margin-top: 6px;
}

.submit-btn {
    width: 100%;
    margin-top: 20px;
    background-color: #007bff;
    color: white;
    font-size: 18px;
    padding: 10px;
    border-radius: 5px;
    border: none;
}

.submit-btn:hover {
    background-color: #0056b3;
}

.visual-representation {
    text-align: center;
}

.visual-representation img {
    width: 80px;
    margin-top: 5px;
}

label {
    font-weight: 500;
}

.form-group .row {
    margin-bottom: 15px;
}

.form-row {
    align-items: center;
}

.form-control::placeholder {
    font-weight: normal;
}

/* KYC end */























@supports (-webkit-touch-callout: none) {
    img[loading="lazy"] {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
}





/* .main-banner .swiper-slide:has(.banner-side) .hero-btns__Container a, .banner-destop-sign-up .hero-btns__Container a#signbtn {
  padding: 11px 29px;
  font-size: 18px;
} */

.allrecenlyheading {
    margin-bottom: 30px;
}

.blog_detail_wrap .st_hd1 {
    margin-bottom: 25px;
}

/* .blog_detail_wrap .st_hd1 span:first-child, .blog_detail_wrap .st_blog_detail_thumb .st_featured_thumb .text_2 :is(h6, h4, h5), .banking-new h2, .redeem-section h2, .top-winner.top-winner-casino h1, .banking-new h3, .page_id11 h1, .newgamebg h1, .top-winner h1, .allrecenlyheading {
  font-size: 36px !important;
} */

.blog_detail_wrap .st_hd1 span:first-child,
.blog_detail_wrap .st_blog_detail_thumb .st_featured_thumb .text_2 :is(h4, h5),
.banking-new h2,
.redeem-section h2,
.top-winner.top-winner-casino h1,
.banking-new h3,
.page_id11 h1,
.newgamebg h1,
.top-winner h1,
.allrecenlyheading,
.banking-new h2.text-center {
    /* Default font-size for h1 */
    font-size: 36px !important;
    font-weight: 600 !important;
}


.st_featured_thumb .text_2 h6,
.st_featured_thumb .text_2 h6.st_hd2 {
    font-size: 30px !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    font-weight: 500 !important;

}

/* h2 elements */
.banking-new h2,
.redeem-section h2 {
    font-size: 30px !important;
    font-weight: 600 !important;
}

/* h3 elements */
.banking-new h3 {
    font-size: 24px !important;
    font-weight: 500 !important;
}

/* h4 elements */
.blog_detail_wrap .st_blog_detail_thumb .st_featured_thumb .text_2 h4 {
    font-size: 20px !important;
    font-weight: 500 !important;
}

/* h5 elements */
.blog_detail_wrap .st_blog_detail_thumb .st_featured_thumb .text_2 h5 {
    font-size: 18px !important;
    font-weight: 500 !important;
}


.blog_detail_wrap .st_hd1 span:first-child {
    margin-top: 20px;
}

.latest_arr_sec2_main .download-area-bottom .single-download-box .boxed-btn,
.blog_detail_wrap .st_hd1 span,
.st_blog_detail_thumb .st_featured_thumb .text_2 ul :is(li, em),
.deposit-btn,
.banking-new p,
.list_meta {
    font-size: 18px !important;
    font-weight: 400;
}

.blog_detail_wrap .container .st_blog_detail,
.banking-new h2.text-center {
    padding-bottom: 0;
}


.banking-new h3,
.banking-new h2 {
    padding-bottom: 25px;
}

.withdrawal-method,
.inner_bannerv1 .notes {
    padding-top: 40px;
}

.banking-new p {
    padding-bottom: 30px;
}


.blog_detail_wrap .text_2 p {
    font-size: 18px !important;
    line-height: 30px;
    margin-bottom: 10px !important;
    font-weight: 400;
}

/* .baning-table_uni_inner li {
  font-size: 20px;
} */








@media only screen and (max-width: 1199px) and (min-width: 800px) {
    .top-games {
        font-size: 18px;
    }
}

@media screen and (max-width: 1367px) {
    .download-area-bottom .single-download-box .boxed-btn {
        font-size: 18px;
    }
}

#FAQ .right-section {
    padding-bottom: 0;
}



.menu_section_main22 .nav a {
    font-size: 15px;
}

/* Slightly larger font on macOS browsers (Safari, Chrome on macOS) */
@supports (-webkit-touch-callout: none) {
    .menu_section_main22 .nav a {
        font-size: 15px;
    }
}

.main-banner .swiper-slide:has(.banner-side) .hero-btns__Container a {
    padding: 20px 44px;
}


@media only screen and (max-width: 1024px) {
    .main-banner .swiper-slide:has(.banner-side) .hero-btns__Container a {
        padding: 10px 34px;
        font-size: 13px;
    }
}

@media only screen and (max-width: 768px) {
    .main-banner .swiper-slide:has(.banner-side) .hero-btns__Container a {
        padding: 7px 10px;
        margin-inline: auto;
        color: #fff;
        font-family: Rubik;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
    }

    .blog_detail_wrap .st_hd1 span:first-child,
    .blog_detail_wrap .st_blog_detail_thumb .st_featured_thumb .text_2 :is(h6, h4, h5),
    .banking-new h2,
    .redeem-section h2,
    .top-winner.top-winner-casino h1,
    .banking-new h3,
    .page_id11 h1,
    .newgamebg h1,
    .top-winner h1,
    .allrecenlyheading {
        font-size: 24px !important;
    }

    .latest_arr_sec2_main .download-area-bottom .single-download-box .boxed-btn,
    .blog_detail_wrap .st_hd1 span,
    .st_blog_detail_thumb .st_featured_thumb .text_2 ul :is(li, em),
    .deposit-btn,
    .banking-new p,
    .list_meta {
        font-size: 14px !important;
    }

    .latest_arr_sec2_main .download-area-bottom .single-download-box .boxed-btn {
        font-size: 12px !important;
    }

    .st_blog_detail .st_blog_detail_thumb .st_featured_thumb .text_wrper h6.st_hd1 span:first-child {
        margin-bottom: 17px !important;
        font-weight: 600;
        margin-top: 10px;
    }

}



.tron {
    line-height: normal;
    margin-top: 5px;
}

.game-box.rectangle-parent.games_card div img.rectangle-icon {
    aspect-ratio: 2/1.5 !important;
    object-fit: cover !important;
    object-position: center !important;
}

.jackpot .top-games {
    font-size: 34px;
    font-weight: 600;
}

.top-winner .all,
.banner-destop-sign-up .hero-btns__Container a#signbtn,
.deposit-btn {
    font-weight: 500 !important;
}

.owl-silder .redolphs-revenge {
    font-size: 18px;
}

.frame-parent22-abouts .frame-wrapper6 {
    height: 323px;
}

.frame-parent22-abouts .our-licensed-casino {
    font-size: 18px;
    -webkit-line-clamp: 6;
}

.about-us {
    font-size: 30px;
}

.blog_detail_wrap .st_hd1 span:first-child,
.blog_detail_wrap .st_blog_detail_thumb .st_featured_thumb .text_2 :is(h5),
.redeem-section h2,
.top-winner.top-winner-casino h1,
.banking-new h3,
.page_id11 h1,
.newgamebg h1,
.top-winner h1,
.allrecenlyheading,
.banking-new h2.text-center {
    font-size: 34px !important;
}

.menu_section_main22 .nav li {
    margin-right: 8px;
}

img.cryptocurrency {
    width: 150px !important;
}

.blog_detail_wrap .st_blog_detail_thumb .st_featured_thumb .text_2 h4.oct_secheading {
    font-size: 20px !important;
}

.top-games,
.download-area-bottom .single-download-box .boxed-btn,
.redeem-your-welcome,
ul.submenu_list li.active a,
.logout-user-game {
    font-weight: 500;
}

.logsign-modal .logsign-box .login-div__last p {
    font-size: 16px;
}

.inner_bannerv1 .notes h4,
.btn-claim,
.tablinksbonusmain.col-md-3 {
    font-weight: 500;
}

.fheading {
    font-size: 24px;
    font-weight: 600;
}

.game-name.boxed-btn {
    font-weight: 500 !important;
}


.tablinkshistory.active {
    font-weight: 500;
}

.level_default .usr_ttle_22 {
    font-size: 14px;
    font-weight: 500;
}

.userdtls_hdr22_dropdown a.logout_btn22 {
    font-weight: 500;
}

@media only screen and (max-width: 1199px) and (min-width: 800px) {
    .about-us {
        font-size: 17px;
    }

    .frame-parent22-abouts .top-games {
        font-size: 20px;
    }

    .frame-parent22-abouts .our-licensed-casino {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .about-us {
        font-size: 24px;
    }

    .banking-new p {
        padding-bottom: 10px;
    }

    .blog_detail_wrap .st_hd1 span:first-child,
    .blog_detail_wrap .st_blog_detail_thumb .st_featured_thumb .text_2 :is(h4, h5),
    .redeem-section h2,
    .top-winner.top-winner-casino h1,
    .banking-new h3,
    .page_id11 h1,
    .newgamebg h1,
    .top-winner h1,
    .allrecenlyheading,
    .banking-new h2.text-center {
        font-size: 24px !important;
    }

    .frame-parent22-abouts .our-licensed-casino {
        font-size: 14px;
    }

    .frame-parent22-abouts .frame-wrapper6 {
        height: 270px;
    }

    .jackpot .top-games {
        font-size: 24px !important;
        text-align: center;
        max-width: none !important;
    }

    .st_blog_detail_thumb .st_featured_thumb .text_2 p,
    .inner_bannerv1 .list_meta li em {
        line-height: 25px;
        font-size: 14px;
    }

    .blog_detail_wrap .st_hd1 {
        margin-bottom: 8px;
    }

    .latest_arr_sec2_main .download-area-bottom .single-download-box .boxed-btn,
    .blog_detail_wrap .st_hd1 span,
    .st_blog_detail_thumb .st_featured_thumb .text_2 ul :is(li, em),
    .deposit-btn,
    .banking-new p,
    .list_meta,
    .blog_detail_wrap .text_2 p,
    .download-area-bottom .single-download-box .boxed-btn,
    .baning-table_uni_inner li,
    .banking-new .list_meta li {
        font-size: 14px !important;
        font-weight: 400;
    }

    .download-area-bottom .single-download-box .boxed-btn {
        font-size: 12px !important;
        font-weight: 500;
    }

    .blog_detail_wrap .st_blog_detail_thumb .st_featured_thumb .text_2 :is(h6, h4, h5),
    .banking-new h2,
    .redeem-section h2,
    .top-winner.top-winner-casino h1,
    .banking-new h3,
    .page_id11 h1,
    .newgamebg h1,
    .top-winner h1,
    .allrecenlyheading {
        font-size: 20px !important;
    }

    .banking-new p {
        line-height: 25px;
    }

    .tablinksbonusmain.col-md-3 {
        font-size: 15px !important;
    }

    .tab-bonus :is(.tablinksmyprofile, .tablinkshistory, .tablinksbonus, .tablinkscashier) {
        font-size: 12px;
    }

    #FAQ h1.text-center.bank_head {
        margin-block: 0;
        font-size: 24px !important;
    }

    h1.st_hd1 {
        font-size: 24px;
        font-weight: 600;
    }


}


@media screen and (max-width: 575px) {
    .tablinkshistory.active {
        margin-right: 10px;
    }
}


@media screen and (max-width: 450px) {

    .blog_detail_wrap .st_hd1 span:first-child,
    .blog_detail_wrap .st_blog_detail_thumb .st_featured_thumb .text_2 :is(h4, h5),
    .redeem-section h2,
    .top-winner.top-winner-casino h1,
    .banking-new h3,
    .page_id11 h1,
    .newgamebg h1,
    .top-winner h1,
    .allrecenlyheading {
        font-size: 20px !important;
    }

    .blog_detail_wrap .st_hd1 span:first-child {
        font-size: 24px !important;
    }

    .fheading {
        font-size: 20px;
    }

    .fheading {
        font-size: 20px;
        font-weight: 500;
    }
}


/* @media screen and (max-width: 400px) {
    .blog_detail_wrap .st_hd1 span:first-child, .blog_detail_wrap .st_blog_detail_thumb .st_featured_thumb .text_2 :is(h4, h5), .redeem-section h2, .top-winner.top-winner-casino h1, .banking-new h3, .page_id11 h1, .newgamebg h1, .top-winner h1, .allrecenlyheading, .banking-new h2.text-center {
    font-size: 16px !important;
  }

  .fheading{
    font-size: 16px;
  }

} */

@media screen and (max-width: 575px) {
    .main-banner .swiper-slide:has(.banner-side) .hero-btns__Container {
        bottom: 7% !important;
    }
}

@media screen and (max-width: 450px) {
    h1.topcl {
        white-space: nowrap;
    }
}

@media screen and (max-width: 375px) {
    .game-name.boxed-btn {
        font-weight: 300 !important;
    }

}


.newsletter_dec input[type="email"] {
    color: #2B2B32 !important;
    background: transparent !important;
}

a#signbtn {
    cursor: pointer;
}

button#active_bonus.tablinkshistory {
    margin-right: 10px;
}




/* promotion page alignment starts */

.coupon-item {
    /* background-size: cover !important; */
    min-height: 241px;
}

#list-promotion-no-deposit-code,
#prompage {
    padding: 20px 4% 70px;
    /* padding: 20px 1% 70px; */
}

a.terms.promo_terms_and_condition,
a.deposit-promo_terms_and_condition.prom_tc {
    width: 100%;
    text-align: start;
    left: 11px;
}

.coupon-item .content,
.content {
    text-align: right;
    padding: 25px 0px 0;
    display: flex !important;
    flex-direction: column;
    align-items: end;
}

.cnt-cde-p.polo-ln,
.cnt-cde-p {
    display: flex;
    flex-direction: column;
    justify-content: right;
    align-items: end;
}

.coupon-item .content h2 {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    white-space: normal;
    /* max-width: 300px; */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;

}

.coupon-item .content h2 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    white-space: normal;

    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;

    /* max-width: 100%; */
    max-width: 90%;
}

.coupon-item {
    border-radius: 10px;
}


.cnt-cde-p.polo-ln h2 .active-promo-indicator {
    position: initial;
}

.cnt-cde-p.polo-ln h2,
.cnt-cde-p h2 {
    display: flex;
    gap: 6px;
    /* height: 59px; */
}

button.btn-claim.cancelRTGCoupon,
button.btn-claim.activeRTGCoupon.cncl-btn {
    background: none;
    color: white;
    box-shadow: none;
    border: 1px solid #FFFFFF;
}

.userdtls_hdr22_dropdown ul {
    padding-bottom: 0;
}




/* promotion page alignment ends */


/* country flag starts  */
#country_code {
    display: flex;
    justify-content: space-between;
    background: transparent;
}

.country-flag-code-dropdown img {
    margin-right: 7px;
    height: 24px !important;
    width: 24px !important;
    border-radius: 50px !important;
}


.country-flag-code-dropdown ul {
    height: 250px;
    overflow: auto;
    position: absolute;
    z-index: 11111;
    background: white;
    border: 1px solid #CFCFCF !important;
    border-radius: 5px;
    box-shadow: 0px 8px 10px #0000002e;
    left: 17px;
    top: 40px;
    width: auto;
}

.country-flag-code-dropdown ul {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.country-flag-code-dropdown ul::-webkit-scrollbar {
    display: none;
}

.reg-input-margin {
    margin-bottom: 10px;
}

.country-flag-code-dropdown ul li img {
    margin-right: 10px;
    margin-top: 6px;
    height: 24px !important;
    width: 24px !important;
    border-radius: 50px !important;
}

.country-flag-code-dropdown ul li {
    padding: 0 5px 8px 5px;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.country-flag-code-dropdown ul li:hover {
    background-color: #ffae54;
    cursor: pointer;
}

.country-flag-code-dropdown ul li:first-child {
    padding-top: 8px;
}

.country-flag-code-dropdown ul li div {
    display: flex;
    align-items: center;
    transition: background-color 0.3s ease;
}

/* .country-flag-code-dropdown ul li div:hover{
        background-color: #ffae54;
        cursor: pointer;
     } */

.country-flag-code-dropdown ul li span.countryName {
    white-space: nowrap;
    display: flex;
    gap: 5px;
    font-weight: 400;
}

/* .country-flag-code-dropdown ul li span span {
      white-space: nowrap;
      display: flex;
      gap: 5px;
     } */


a.logout_btn22 {
    margin-bottom: 6px !important;
}

.reg-input-margin svg {
    width: 12px;
    margin-right: 2px;
}

.coupon-code-box {
    width: 270px;
    max-width: 200px;
    text-align: center;
}

.coupon-code-box p {
    text-align: center;
    margin: 0 auto !important;
}

.btn-claim {
    padding: 4px 20px;
}

#prompage.prompage.hd-tit {
    padding-bottom: 10px;
}

div#country_code-wrapper {
    font-size: 14px;
    font-weight: 500;
}

.cpn-cde-bn {
    display: flex;
    flex-direction: column;
    align-items: end;
    position: absolute;
    bottom: 21px;
}

.coupon-item .content {
    margin-right: 25px;
    margin-left: 25px;
}

#prompage .coupon-code {
    font-size: 20px !important;
    font-weight: 700;
    padding: 0;
}

#prompage .coupon-code {
    font-size: 16px !important;
}

button#country_code .flex.items-center {
    display: flex;
    align-items: center;
}

.btn-claim_pro {
    padding: 4px 20px;
    font-size: 16px;
}

.coupon-item {
    min-height: 220px;
}

.cpn-cde-bn {
    bottom: 28px;
}

.coupon-code-box {
    max-width: 180px;
}

@media screen and (max-width: 992px) {
    .reg-input-margin svg {
        margin-right: 0px;
    }

    .reg-input-padding-right.reg-input-margin {
        padding-right: 0;
    }

    .signup_mob_align {
        padding-right: 15px;
    }

    .signup_mob_align1 {
        padding-left: 15px;
    }

    .country-flag-code-dropdown {
        padding: 6px 10px;
    }

    .reg-input-margin {
        position: relative;
        z-index: 1111;
    }
}

@media screen and (max-width: 768px) {
    .country-flag-code-dropdown {
        padding: 9px 4px;
    }

    /* .coupon-item .content h2 {
      max-width: 150px;
    } */

    button#country_code span {
        font-size: 14px;
    }

    .btn-claim {
        padding: 5px 20px;
    }

    .country-flag-code-dropdown ul li span.countryName {
        font-size: 12px;
    }

    .country-flag-code-dropdown ul {
        top: 50px;
    }

    #prompage .coupon-code {
        font-size: 16px !important;
    }


}

@media screen and (max-width: 575px) {

    .coupon-item .content,
    .content {
        padding: 15px 0px 0;
    }

    .coupon-item .content h2 {
        font-size: 18px;
    }

    .btn-claim_pro {
        font-size: 14px;
    }
}


@media screen and (max-width: 375px) {
    .country-flag-code-dropdown img {
        height: 18px !important;
        width: 18px !important;
    }
}

/* country flag ends */


/* promotion responsive starts  */
@media screen and (max-width: 2561px) {

    #list-promotion-no-deposit-code,
    #prompage {
        padding: 20px 24% 70px;
    }
}

@media screen and (max-width: 2049px) {

    #list-promotion-no-deposit-code,
    #prompage {
        padding: 20px 21.4% 70px;
    }
}

@media screen and (max-width: 1900px) {

    #list-promotion-no-deposit-code,
    #prompage {
        padding: 20px 13.6% 70px;
        /* padding: 20px 1% 70px; */
    }

    .coupon-item .content,
    .content,
    .cnt-cde-p.polo-ln,
    .cnt-cde-p {
        width: 100%;
    }

    .coupon-item .content h2 {
        max-width: 65% !important;
    }
}


@media screen and (max-width: 1950px) and (min-width: 1800) {

    #list-promotion-no-deposit-code,
    #prompage {
        padding: 20px 9% 70px;
    }
}

@media screen and (max-width: 1500px) {

    #list-promotion-no-deposit-code,
    #prompage {
        /* padding: 20px 4% 70px; */
        padding: 20px 1% 70px;
    }

    .coupon-item .content h2 {
        max-width: 99%;
    }
}

@media screen and (max-width: 1450px) {

    #list-promotion-no-deposit-code,
    #prompage {
        /* padding: 20px 4% 70px; */
        padding: 20px 5% 70px;
    }
}

@media screen and (max-width: 1400px) {

    #list-promotion-no-deposit-code,
    #prompage {
        /* padding: 20px 4% 70px; */
        padding: 20px 1% 70px;
    }
}



@media screen and (max-width: 1025px) {
    .coupon-item {
        min-height: 242px;
        background-position-x: -25px !important;
    }

    .coupon-item .content {
        margin-right: 10px;
    }

    #list-promotion-no-deposit-code,
    #prompage {
        padding: 20px 5px 70px;
    }

    /* .coupon-item .content h2 {
    max-width: 179px;
  } */

}

@media screen and (max-width: 768px) {
    .page_id11.prom_p div#prompage {
        padding: 18px 5px 70px !important;
    }

    .coupon-item {
        background-position-x: 0px !important;
    }

    .coupon-code-box {
        max-width: 146px;
        height: 32px;
    }


    .btn-claim_pro {
        padding: 5px 20px;
    }

}

@media screen and (max-width: 576px) {
    .coupon-item {
        min-height: 204px;
        background-position-x: 0px !important;
    }

    .coupon-item .content,
    .content {
        padding: 40px 0px;
    }

}

@media screen and (max-width: 430px) {

    .coupon-item .content,
    .content {
        padding: 20px 0px;
    }

    .coupon-item {
        min-height: 170px;
        background-position-x: 0px !important;
    }


}

/* promotion responsive starts  */



/* star game start  */
@media screen and (max-width: 575px) {
    i.fa.fa-star {
        font-size: 15px;
    }

    .star-ci {
        top: 1px !important;
    }
}

/* star game end  */


@media screen and (max-width: 1026px) and (min-width: 1000px) {

    /* .right-section-header .login-reg-section .userdtls_hdr22 {
    margin-left: 30px;
  } */
    .messageIcon_parent img {
        margin: 0 5px 0 0;
        width: 30px !important;
        max-width: 30px !important;
    }

    a.header_wallet {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 1650px) and (min-width: 1350px) {
    .frespinmod .games_card>div .icond {
        top: 34%;
    }

    .frespinmod .logout-user-game {
        bottom: 30% !important;
    }
}

@media only screen and (max-width: 1760px) {
    .frespinmod .games_card>div .icond {
        top: 30%;
    }

    .frespinmod .logout-user-game {
        bottom: 32% !important;
    }
}

@media screen and (max-width: 1025px) {
    .logsign-modal .logsign-box .login-div .d-flex-sec {
        justify-content: center;
        display: flex;
        flex-direction: row;
        margin-bottom: 5px;
    }

    .frespinmod .games_card>div .icond {
        top: 34%;
    }

    .frespinmod .logout-user-game {
        bottom: 36% !important;
    }

}

@media only screen and (max-width: 768px) {
    .frespinmod .logout-user-game {
        bottom: 40% !important;
        font-size: 16px;
    }

    .frespinmod .games_card>div .icond {
        top: 32%;
    }

    .frespinmod .wishes-parent .top-games {
        font-size: 16px;
    }

    .logsign-modal .logsign-box .login-div .d-flex-sec,
    .forgot-password,
    .forgot-username,
    .logsign-modal .logsign-box .login-div__last p {
        /* justify-content: center;
    display: flex;
    flex-direction: column; */
        font-size: 14px;
    }
}

@media only screen and (max-width: 480px) {
    .frespinmod .games_card>div .icond {
        top: 36%;
    }

    .frespinmod .logout-user-game {
        bottom: 44%;
    }
}

@media only screen and (max-width: 430px) {
    .frespinmod .games_card>div .icond {
        top: 34%;
    }

    .frespinmod .logout-user-game {
        bottom: 44%;
    }
}

.frespinmod .games_card>div:has(.icond)::after,
.frespinmod .games_card>div .icond,
.frespinmod .login-overlay {
    opacity: 1 !important;
}

.bn-cl-ply-po-lgn {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    /* line-height: normal; */
    /* white-space: nowrap; */
}

.bn-cl-ply-po-lgn button {
    /* line-height: normal; */
    white-space: nowrap;
}

@media screen and (max-width: 350px) {

    .logsign-modal .logsign-box .login-div .d-flex-sec,
    .forgot-password,
    .forgot-username,
    .logsign-modal .logsign-box .login-div__last p {
        font-size: 13px;
    }

}



@media screen and (max-width: 850px) and (orientation: portrait) {
    .main-banner img.banner-side {
        object-fit: cover;
    }
}


@media screen and (max-width: 850px) {
    .main-banner {
        position: sticky;
        margin: 10px 0px;
    }

    .mainslider-container .col-md-9 {
        width: 100%;
        padding: 0;
    }

    .home_banner {
        display: block !important;
    }

    .mainslider-container .col-md-3 {
        width: 100%;
        margin-top: 10px;
    }

    .p000 {
        padding: 0px 0px 0px 0px !important;
    }

    .banner-mobile-sign-up {
        display: block;
    }

    .frame-parent31 {
        padding: 0px 28px;
    }

    .frame-parent31 {
        background: url(../images/aboubg1.webp) no-repeat;
        background-size: 100% 100%;
    }

    .group {
        padding: 5px;
        float: left;
        width: 33.33%;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
    }

    .tron {
        color: #fff;
        text-align: center;
        leading-trim: both;
        text-edge: cap;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
    }

    .sign-up-parent {
        padding: 5px 0px 0px 8px;
    }

    .banner-destop-sign-up {
        display: none;
    }

    .creat-a-free {
        display: none;
    }
}


.coupon-code-box {
    max-width: max-content;
    height: 32px;
    padding: 0 10px;
}