
@import url('style.css');

.marquee-text {
    background: linear-gradient(to left, #9877f5 24%, #6200ff);
    padding: 5px 0;
    border: 1px solid #ffffff;
    border-radius: 15px;
    margin: 5px;
}

.marquee-text {
    height: auto;
    display: block;
    line-height: 30px;
    overflow: hidden;
    position: relative
}

.marquee-text div {
    height: auto;
    line-height: 22px;
    font-size: 13px;
    white-space: nowrap;
    color: #fff;
    z-index: 1;
    font-weight: 600;
    font-family: Verdana;
    animation: marquee 20s linear infinite;
    margin-top: 3px
}

.marquee-text:hover div {
    animation-play-state: paused
}

@keyframes marquee {
    0% {
        transform: translateX(100%)
    }

    100% {
        transform: translateX(-200%)
    }
}

.footer2 {
    color: fff;
    text-align: center;
    position: relative;
    top: 30px;
    padding: 2px;
}

.h1 {
    font-size: 2em;
    margin: .67em 0
}

.hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

.pre {
    font-family: monospace, monospace;
    font-size: 1em
}

.a {
    background-color: transparent
}

.abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

.button,
.input,
.optgroup,
.select,
.textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

.button,
.input {
    overflow: visible
}

.button,
.select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
.button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
.button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
.button:-moz-focusring {
    outline: 1px dotted ButtonText
}

.fieldset {
    padding: .35em .75em .625em
}

.legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

.progress {
    vertical-align: baseline
}

.textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.details {
    display: block
}

.summary {
    display: list-item
}

[hidden],
.template {
    display: none
}

@font-face {
    font-family: "Open Sans";
    src: url(/_nuxt/fonts/OpenSans-Regular.3ed9575.ttf) format("ttf");
    font-weight: 400
}

@font-face {
    font-family: "Open Sans";
    src: url(/_nuxt/fonts/OpenSans-SemiBold.ba5cde2.ttf) format("ttf");
    font-weight: 600
}

@font-face {
    font-family: "Open Sans";
    src: url(/_nuxt/fonts/OpenSans-Bold.1025a6e.ttf) format("ttf");
    font-weight: 700
}

@font-face {
    font-family: "TheLedDisplaySt";
    src: url(/_nuxt/fonts/TheLedDisplaySt.d688c23.woff) format("ttf"), url(/_nuxt/fonts/TheLedDisplaySt.d688c23.woff) format("woff"), url(/_nuxt/fonts/TheLedDisplaySt.9901856.woff2) format("woff2");
    font-weight: 300;
    font-style: normal
}

:root {
    --base-color: 0 0%;
    --primary-color: hsl(var(--base-color) 50%);
    --g-primary-color: hsl(var(--base-color) 47%);
    --primary-dark: hsl(var(--base-color) 10%);
    --primary-accent: hsl(var(--base-color) 20%);
    --primary-light: hsl(var(--base-color) 25%);
    --mode-light: #fff;
    --mode-light-transparent: rgba(255, 255, 255, 0.5);
    --mode-dark: #000;
    --mode-greydark: #262626;
    --mode-greylight: #474747;
    --mode-lightdark: #dedede;
    --mode-complain-end: #dedede;
    --mode-form-lightdark: #d9d9d9;
    --mode-darklight: #a1a1a1;
    --mode-shadowlight: #a1a1a1;
    --mode-grey: #333;
    --mode-shadow: #000;
    --mode-background: #dedede;
    font-family: "Rajdhani", sans-serif;
    font-size: 16px;
    font-weight: 500
}

@media (max-width:1366px) {
    :root {
        font-size: 14px
    }
}

@media (max-width:320px) {
    :root {
        font-size: 12px
    }
}

[color-mode=dark] {
    --mode-light: #262626;
    --mode-light-transparent: rgba(0, 0, 0, 0.75);
    --mode-dark: #fff;
    --mode-lightdark: #5e5e5e;
    --mode-form-lightdark: #fff;
    --mode-grey: #404040;
    --mode-darklight: #9e9e9e;
    --mode-shadowlight: #333;
    --mode-background: #454545;
    --mode-complain-end: #000
}

* {
    transition: background .3s ease-in-out, box-shadow .5s ease-in-out
}

.html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
:after,
:before {
    box-sizing: inherit
}

.__nuxt-error-page {
    position: relative
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {

    .container,
    .container-sm {
        max-width: 750px
    }
}

@media (min-width:920px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 870px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1150px
    }
}

@media (min-width:1800px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1440px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.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-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.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-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.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-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}



.background-darklight {
    background-color: #a1a1a1;
    background-color: var(--mode-darklight)
}

.background-lightdark {
    background-color: #dedede;
    background-color: var(--mode-lightdark)
}

.background-success {
    background-color: #2cad3e
}

.background-danger {
    background-color: #3f3f3f
}

.background-dark {
    background-color: #000;
    background-color: var(--mode-dark)
}

.background-grey {
    background-color: #333;
    background-color: var(--mode-grey)
}

.background-greylight {
    background-color: #474747;
    background-color: var(--mode-greylight)
}

.background-greydark {
    background-color: #262626;
    background-color: var(--mode-greydark)
}

.background-black {
    background-color: #000
}

.a,
.button {
    text-decoration: none
}

.cta,
a,
button {
    cursor: pointer
}

.cta {
    padding: 7px 15px;
    border-radius: 5px;
    display: inline-block;
    font-weight: 600;
    transition: all .2s ease-in-out;
    position: relative
}

.button-area {
    margin-top: 15px
}

.cta-darklight {
    border: none;
    color: #fff;
    color: var(--mode-light)
}

.cta-darklight,
.cta-darklight:focus,
.cta-darklight:hover {
    background-color: #a1a1a1;
    background-color: var(--mode-darklight)
}

.cta-border-darklight {
    background-color: transparent;
    color: #a1a1a1;
    color: var(--mode-darklight);
    border: 1px solid #a1a1a1;
    border: 1px solid var(--mode-darklight)
}

.cta-border-darklight:focus,
.cta-border-darklight:hover {
    background-color: #ffffff;
    background-color: var(--mode-darklight);
    color: #fff;
    color: var(--mode-light)
}

.cta-hover-darklight {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.cta-hover-darklight:after {
    transition: all .3s;
    height: 0;
    left: 50%;
    top: 50%;
    width: 0
}

.cta-hover-darklight:after,
.cta-hover-darklight:before {
    content: "";
    position: absolute;
    background-color: #a1a1a1;
    background-color: var(--mode-darklight)
}

.cta-hover-darklight:hover {
    color: #fff;
    color: var(--mode-light);
}

.cta-hover-darklight:hover:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.cta-lightdark {
    border: none;
    color: #fff;
    color: var(--mode-light);
}

.cta-lightdark,
.cta-lightdark:focus,
.cta-lightdark:hover {
    background-color: #dedede;
    background-color: var(--mode-lightdark)
}

.cta-border-lightdark {
    background-color: transparent;
    color: #dedede;
    color: var(--mode-lightdark);
    border: 1px solid #dedede;
    border: 1px solid var(--mode-lightdark);
}

.cta-border-lightdark:focus,
.cta-border-lightdark:hover {
    background-color: #dedede;
    background-color: var(--mode-lightdark);
    color: #fff;
    color: var(--mode-light);
}

.cta-hover-lightdark {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.cta-hover-lightdark:after {
    transition: all .3s;
    height: 0;
    left: 50%;
    top: 50%;
    width: 0;
}

.cta-hover-lightdark:after,
.cta-hover-lightdark:before {
    content: "";
    position: absolute;
    background-color: #dedede;
    background-color: var(--mode-lightdark);
}

.cta-hover-lightdark:hover {
    color: #fff;
    color: var(--mode-light);
}

.cta-hover-lightdark:hover:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.cta-success {
    border: none;
    color: #fff;
    color: var(--mode-light);
}

.cta-success,
.cta-success:focus,
.cta-success:hover {
    background-color: #2cad3e;
}

.cta-border-success {
    background-color: transparent;
    color: #2cad3e;
    border: 1px solid #2cad3e;
}

.cta-border-success:focus,
.cta-border-success:hover {
    background-color: #2cad3e;
    color: #fff;
    color: var(--mode-light)
}

.cta-hover-success {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.cta-hover-success:after {
    transition: all .3s;
    height: 0;
    left: 50%;
    top: 50%;
    width: 0
}

.cta-hover-success:after,
.cta-hover-success:before {
    content: "";
    position: absolute;
    background-color: #2cad3e;
}

.cta-hover-success:hover {
    color: #fff;
    color: var(--mode-light)
}

.cta-hover-success:hover:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1
}

.cta-danger {
    border: none;
    color: #fff;
    color: var(--mode-light)
}

.cta-danger,
.cta-danger:focus,
.cta-danger:hover {
    background-color: #3f3f3f;
}

.cta-border-danger {
    background-color: transparent;
    color: #3f3f3f;
    border: 1px solid #3f3f3f;
}

.cta-border-danger:focus,
.cta-border-danger:hover {
    background-color: #3f3f3f;
    color: #fff;
    color: var(--mode-light);
}

.cta-hover-danger {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.cta-hover-danger:after {
    transition: all .3s;
    height: 0;
    left: 50%;
    top: 50%;
    width: 0;
}

.cta-hover-danger:after,
.cta-hover-danger:before {
    content: "";
    position: absolute;
    background-color: #3f3f3f;
}

.cta-hover-danger:hover {
    color: #fff;
    color: var(--mode-light);
}

.cta-hover-danger:hover:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.cta-dark {
    border: none;
}

.cta-dark,
.cta-dark:focus,
.cta-dark:hover {
    background-color: #000;
    background-color: var(--mode-dark);
}

.cta-border-dark {
    background-color: transparent;
    color: #000;
    color: var(--mode-dark);
    border: 1px solid #000;
    border: 1px solid var(--mode-dark);
}

.cta-border-dark:focus,
.cta-border-dark:hover {
    background-color: #000;
    background-color: var(--mode-dark);
    color: #fff;
    color: var(--mode-light);
}

.cta-hover-dark {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.cta-hover-dark:after {
    transition: all .3s;
    height: 0;
    left: 50%;
    top: 50%;
    width: 0;
}

.cta-hover-dark:after,
.cta-hover-dark:before {
    position: absolute;
}

.cta-hover-dark:hover {
    color: #fff;
    color: var(--mode-light)
}

.cta-hover-dark:hover:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.cta-grey {
    border: none;
    color: #fff;
    color: var(--mode-light)
}

.cta-grey,
.cta-grey:focus,
.cta-grey:hover {
    background-color: #333;
    background-color: var(--mode-grey)
}

.cta-border-grey {
    background-color: transparent;
    color: #333;
    color: var(--mode-grey);
    border: 1px solid #333;
    border: 1px solid var(--mode-grey)
}

.cta-border-grey:focus,
.cta-border-grey:hover {
    background-color: #333;
    background-color: var(--mode-grey);
    color: #fff;
    color: var(--mode-light)
}

.cta-hover-grey {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.cta-hover-grey:after {
    transition: all .3s;
    height: 0;
    left: 50%;
    top: 50%;
    width: 0
}

.cta-hover-grey:after,
.cta-hover-grey:before {
    content: "";
    position: absolute;
    background-color: #333;
    background-color: var(--mode-grey)
}

.cta-hover-grey:hover {
    color: #fff;
    color: var(--mode-light)
}

.cta-hover-grey:hover:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1
}

.cta-greylight {
    border: none;
    color: #fff;
    color: var(--mode-light)
}

.cta-greylight,
.cta-greylight:focus,
.cta-greylight:hover {
    background-color: #474747;
    background-color: var(--mode-greylight)
}

#countdown {
    font-size: 20px;
    color: #00ff39;
}
.count-title {
    display: block; /* Atau inline-block jika perlu */
    margin-bottom: 15px;
    font-size: 0.94em;
    font-weight: normal;
    font-family: 'Lato', sans-serif; /* Pastikan font ini di-load */
    color: #fff;
    text-transform: uppercase;
}
.cta-border-greylight {
    background-color: transparent;
    color: #474747;
    color: var(--mode-greylight);
    border: 1px solid #474747;
    border: 1px solid var(--mode-greylight)
}

.cta-border-greylight:focus,
.cta-border-greylight:hover {
    background-color: #474747;
    background-color: var(--mode-greylight);
    color: #fff;
    color: var(--mode-light)
}

.cta-hover-greylight {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.cta-hover-greylight:after {
    transition: all .3s;
    height: 0;
    left: 50%;
    top: 50%;
    width: 0
}

.cta-hover-greylight:after,
.cta-hover-greylight:before {
    content: "";
    position: absolute;
    background-color: #474747;
    background-color: var(--mode-greylight)
}

.cta-hover-greylight:hover {
    color: #fff;
    color: var(--mode-light)
}

.cta-hover-greylight:hover:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1
}

.cta-greydark {
    border: none;
    color: #fff;
    color: var(--mode-light)
}

.cta-greydark,
.cta-greydark:focus,
.cta-greydark:hover {
    background-color: #262626;
    background-color: var(--mode-greydark)
}

.cta-border-greydark {
    background-color: transparent;
    color: #262626;
    color: var(--mode-greydark);
    border: 1px solid #262626;
    border: 1px solid var(--mode-greydark)
}

.cta-border-greydark:focus,
.cta-border-greydark:hover {
    background-color: #262626;
    background-color: var(--mode-greydark);
    color: #fff;
    color: var(--mode-light)
}

.cta-hover-greydark {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.cta-hover-greydark:after {
    transition: all .3s;
    height: 0;
    left: 50%;
    top: 50%;
    width: 0
}

.cta-hover-greydark:after,
.cta-hover-greydark:before {
    content: "";
    position: absolute;
    background-color: #262626;
    background-color: var(--mode-greydark)
}

.cta-hover-greydark:hover {
    color: #fff;
    color: var(--mode-light)
}

.cta-hover-greydark:hover:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1
}

.cta-light {
    background-color: #fff;
    background-color: var(--mode-light);
    color: #000;
    color: var(--mode-dark)
}

.cta-dark {
    background-color: #333;
    background-color: var(--mode-grey);
    color: #fff;
    color: var(--mode-light)
}

.cta-block {
    width: 100%;
    display: block;
    text-align: center
}

.cta-round {
    border-radius: 50px
}

.cta-transparant {
    background-color: transparent;
    border: none
}

.cta-no-radius {
    border-radius: 0
}

.cta-reload {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 50%
}

.cta-copy {
    border-radius: 50%;
    border: 1px solid #333;
    border: 1px solid var(--mode-grey)
}

.cta-hover-primary,
.cta-hover-transparantprimary {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.cta-hover-primary:after,
.cta-hover-transparantprimary:after {
    transition: all .3s;
    height: 0;
    left: 50%;
    top: 50%;
    width: 0
}

.cta-hover-primary:after,
.cta-hover-primary:before,
.cta-hover-transparantprimary:after,
.cta-hover-transparantprimary:before {
    content: "";
    position: absolute
}

.cta-hover-primary:hover,
.cta-hover-transparantprimary:hover {
    color: #fff;
    color: var(--mode-light)
}

.cta-hover-primary:hover:after,
.cta-hover-transparantprimary:hover:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1
}

.cta-hover-primary:after,
.cta-hover-primary:before {
    content: "";
    background-color: grey;
    background-color: var(--primary-color)
}

.cta-hover-Tprimary:after,
.cta-hover-Tprimary:before {
    content: "";
    background-color: rgba(hsl(0 0% 50%), .35);
    background-color: rgba(var(--primary-color), .35)
}

.cta-hover-light,
.cta-hover-transparantlight {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.cta-hover-light:after,
.cta-hover-transparantlight:after {
    transition: all .3s;
    height: 0;
    left: 50%;
    top: 50%;
    width: 0
}

.cta-hover-light:after,
.cta-hover-light:before,
.cta-hover-transparantlight:after,
.cta-hover-transparantlight:before {
    content: "";
    position: absolute
}

.cta-hover-light:hover,
.cta-hover-transparantlight:hover {
    color: #fff;
    color: var(--mode-light)
}

.cta-hover-light:hover:after,
.cta-hover-transparantlight:hover:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1
}

.cta-hover-light:after,
.cta-hover-light:before {
    content: "";
    background-color: #fff;
    background-color: var(--mode-light)
}

.cta-hover-Tlight:after,
.cta-hover-Tlight:before {
    content: "";
    background-color: rgba(hsl(0 100% 100%), .35);
    background-color: rgba(var(--mode-light), .35)
}

.cta-hover-dark,
.cta-hover-transparantdark {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.cta-hover-dark:after,
.cta-hover-transparantdark:after {
    transition: all .3s;
    height: 0;
    left: 50%;
    top: 50%;
    width: 0
}

.cta-hover-dark:after,
.cta-hover-dark:before,
.cta-hover-transparantdark:after,
.cta-hover-transparantdark:before {
    content: "";
    position: absolute
}

.cta-hover-dark:hover,
.cta-hover-transparantdark:hover {
    color: #fff;
    color: var(--mode-light)
}

.cta-hover-dark:hover:after,
.cta-hover-transparantdark:hover:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1
}

.cta-hover-dark:after,
.cta-hover-dark:before {
    content: "";
    background-color: #000;
    background-color: var(--mode-dark)
}

.cta-hover-Tdark:after,
.cta-hover-Tdark:before {
    content: "";
    background-color: rgba(hsl(0 0% 0%), .35);
    background-color: rgba(var(--mode-dark), .35)
}

.cta-transparant-light {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.cta-transparant-light:after {
    transition: all .3s;
    height: 0;
    left: 50%;
    top: 50%;
    width: 0
}

.cta-transparant-light:after,
.cta-transparant-light:before {
    content: "";
    position: absolute;
    background-color: hsla(0, 0%, 100%, .4)
}

.cta-transparant-light:hover {
    color: #fff
}

.cta-transparant-light:hover:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1
}

.cta-primary {
    border: none;
    background-image: linear-gradient(0deg, grey, #787878);
    background-image: linear-gradient(0deg, #222121, #a5a5a5);
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s;
    text-shadow: 2px 1px 3px #000
}

.cta-xs {
    font-size: 11px
}

@media (max-width:1366px) {
    .cta-xs {
        padding: 5px 10px
    }
}

.cta-sm {
    font-size: 12px
}

.cta-md {
    font-size: 14px
}

.cta-lg {
    font-size: 18px;
    padding: 10px 30px
}

@media (max-width:1366px) {
    .cta-lg {
        padding: 7px 20px;
        font-size: 16px
    }
}

@media (max-width:767px) {
    .cta-lg {
        padding: 14px;
        font-size: 16px
    }
}

@media (orientation:landscape) {
    .cta-lg {
        padding: 15px 20px
    }
}

.cta-xl {
    font-size: 18px;
    padding: 15px 35px
}

@media (max-width:1366px) {
    .cta-xl {
        font-size: 16px
    }
}

.text-primary {
    color: grey;
    color: var(--primary-color)
}

.text-darklight {
    color: #a1a1a1;
    color: var(--mode-darklight)
}

.text-lightdark {
    color: #dedede;
    color: var(--mode-lightdark)
}

.text-success {
    color: #2cad3e
}

.text-danger {
    color: #3f3f3f
}

.text-dark {
    color: #000;
    color: var(--mode-dark)
}

.text-light {
    color: #fff;
    color: var(--mode-light)
}

.text-warning {
    color: #ffeb3b
}

.text-white {
    color: #fff
}

.text-black {
    color: #000
}

.text-blue {
    color: #209cff
}

.text-shadow {
    text-shadow: 1px 1px 1px #333;
    text-shadow: 1px 1px 1px var(--mode-grey)
}

.img-animated {
    overflow: hidden;
    cursor: pointer
}

.img-animated img {
    transition: all .25s ease-in-out
}

.img-animated img:hover {
    transform: scale(1.2)
}

@media (max-width:1366px) {
    .img-animated img:hover {
        transform: none
    }
}

.img-circle {
    border-radius: 50%
}

.img-width-40 {
    width: 40px;
    height: auto
}

.img-width-100 {
    width: 100%
}

.img-inverse {
    filter: invert(1)
}

.img-shadow {
    filter: drop-shadow(1px 1px 1px black)
}

.img-90 {
    transform: rotate(90deg)
}

.img-180 {
    transform: rotate(180deg)
}

.img-270 {
    transform: rotate(270deg)
}

.img-responsive {
    max-width: 100%;
    height: auto;
    margin: auto;
    display: block
}

.img-xxl {
    height: 75px
}

@media (max-width:767px) {
    .img-xxl {
        height: 55px
    }
    
}

.img-large {
    height: 55px
}

.img-xl {
    height: 40px
}

@media (max-width:1366px) {
    .img-xl {
        height: 35px
    }
}

.img-medium {
    height: 30px
}

@media (max-width:1366px) {
    .img-medium {
        height: 25px
    }
}

.img-small {
    height: 25px;
    transition: all .1s linear
}

@media (max-width:1366px) {
    .img-small {
        height: 20px
    }
}

.img-xxs {
    height: 20px
}

@media (max-width:1366px) {
    .img-xxs {
        height: 15px
    }
}

.img-height {
    max-width: 100%;
    height: 75px;
    display: block;
    margin: auto
}

@media (max-width:1366px) {
    .img-height {
        height: 65px
    }
}

@media (max-width:767px) {
    .img-height {
        height: 50px
    }
}

.img-height-xl {
    height: 100px
}

@media (max-width:1366px) {
    .img-height-xl {
        height: 75px
    }
}

.img-height-xs {
    height: 35px
}

@media (max-width:1366px) {
    .img-height-xs {
        height: 25px
    }
}

.img-height-xxs {
    height: 25px
}

@media (max-width:1366px) {
    .img-height-xxs {
        height: 15px
    }
}

.img-height-sm {
    height: 50px
}

@media (max-width:1366px) {
    .img-height-sm {
        height: 30px
    }
}

.img-height-100 {
    height: 100%
}

.img-height-300 {
    height: 300px
}

@media (max-width:1366px) {
    .img-height-300 {
        height: 250px
    }
}

.img-height-150 {
    height: 150px
}

@media (max-width:1366px) {
    .img-height-150 {
        height: 100px
    }
}

.body,
.html {
    background-image: url('/');
    background-size: cover; /* Agar gambar menutupi seluruh layar */
    background-position: center; /* Menjaga posisi gambar di tengah */
}


@media (min-width:2560px) {
    .container-full {
        max-width: 2560px;
        margin: auto;
        display: block
    }
}

@media (max-width:1366px) {
    .container-index {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }
}

.dnone {
    display: none !important
}

.dblock {
    display: block !important
}

.dinline-block {
    display: inline-block !important
}

.dflex {
    display: flex !important
}

.dinline-flex {
    display: inline-flex !important
}

.pointer {
    cursor: pointer
}

.ul {
    padding: 0;
    list-style: none
}

* ::-webkit-scrollbar {
    width: 3px
}

* ::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px
}

* ::-webkit-scrollbar-thumb {
    background: #a1a1a1;
    background: var(--mode-darklight);
    border-radius: 10px
}

* ::-webkit-scrollbar-thumb:hover {
    background: #000;
    background: var(--mode-dark)
}

.top-layer {
    z-index: 10001
}

.header-walk {
    background-color: #262626;
    background-color: var(--mode-greydark);
    border-top: 1px solid grey;
    border-top: 1px solid var(--primary-color);
    position: sticky;
    left: 0;
    right: 0;
    color: #fff;
    padding: 7px 15px;
    font-size: 20px;
    box-shadow: 0 1px 3px 1px #000;
    box-shadow: 0 1px 3px 1px var(--mode-shadow);
    z-index: 90;
    transition: all .1s linear
}

.header-walk.show {
    top: 60px
}

.header-walk.hidden {
    top: 0
}

.header-walk.colorful {
    background-color: #333;
    background-color: var(--primary-accent)
}

@media (max-width:767px) {
    .header-walk {
        padding: 5px 35px 5px 10px;
        font-size: 16px
    }

    .header-walk.colorful {
        background-color: #333;
        background-color: var(--primary-accent)
    }
}

.header-walk .close-marque {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px
}

.font-100 {
    font-weight: 100 !important
}

.font-200 {
    font-weight: 200 !important
}

.font-300 {
    font-weight: 300 !important
}

.font-400 {
    font-weight: 400 !important
}

.font-500 {
    font-weight: 500 !important
}

.font-600 {
    font-weight: 600 !important
}

.font-700 {
    font-weight: 700 !important
}

.font-800 {
    font-weight: 800 !important
}

.font-900 {
    font-weight: 900 !important
}

.text-left {
    text-align: left
}

.vertical-align-left {
    align-items: left
}

.text-center {
    text-align: center
}

.vertical-align-center {
    align-items: center
}

.text-right {
    text-align: right
}

.vertical-align-right {
    align-items: right
}

.text-justify {
    text-align: justify
}

.vertical-align-justify {
    align-items: justify
}

.text-capitalize {
    text-transform: capitalize
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

p {
    line-height: 1.4;
    margin: 15px 0
}

.heading-1,
.heading-2,
.heading-3,
.heading-4,
.heading-5 {
    display: block;
    margin: 15px 0;
    font-weight: 700;
    line-height: unset
}

.heading-1 {
    margin-top: 0;
    font-size: 2em
}

.heading-2 {
    font-size: 1.5em
}

.heading-3 {
    font-size: 1.17em
}

.heading-4 {
    font-size: 1em
}

.heading-5 {
    font-size: .83em
}

.heading-big {
    font-size: 2.5rem
}

.heading-ea {
    font-family: "EASPORTS", sans-serif
}

.mx-icon-double-left:after,
.mx-icon-double-left:before,
.mx-icon-double-right:after,
.mx-icon-double-right:before,
.mx-icon-left:before,
.mx-icon-right:before {
    content: "";
    position: relative;
    top: -1px;
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    border-color: currentcolor;
    border-style: solid;
    border-width: 2px 0 0 2px;
    border-radius: 1px;
    box-sizing: border-box;
    transform-origin: center;
    transform: rotate(-45deg) scale(.7)
}

.mx-icon-double-left:after {
    left: -4px
}

.mx-icon-double-right:before {
    left: 4px
}

.mx-icon-double-right:after,
.mx-icon-double-right:before,
.mx-icon-right:before {
    transform: rotate(135deg) scale(.7)
}

.mx-btn {
    box-sizing: border-box;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 15px;
    margin: 0;
    cursor: pointer;
    background-color: transparent;
    outline: none;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
    color: #73879c;
    white-space: nowrap
}

.mx-btn:hover {
    border-color: #1284e7;
    color: #1284e7
}

.mx-btn.disabled,
.mx-btn:disabled {
    color: #ccc;
    cursor: not-allowed
}

.mx-btn-text {
    border: 0;
    padding: 0 4px;
    text-align: left;
    line-height: inherit
}

.mx-scrollbar {
    height: 100%
}

.mx-scrollbar:hover .mx-scrollbar-track {
    opacity: 1
}

.mx-scrollbar-wrap {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto
}

.mx-scrollbar-track {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    width: 6px;
    z-index: 1;
    border-radius: 4px;
    opacity: 0;
    transition: opacity .24s ease-out
}

.mx-scrollbar-track .mx-scrollbar-thumb {
    position: absolute;
    width: 100%;
    height: 0;
    cursor: pointer;
    border-radius: inherit;
    background-color: rgba(144, 147, 153, .3);
    transition: background-color .3s
}

.mx-zoom-in-down-enter-active,
.mx-zoom-in-down-leave-active {
    opacity: 1;
    transform: scaleY(1);
    transition: transform .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 1);
    transform-origin: center top
}

.mx-zoom-in-down-enter,
.mx-zoom-in-down-enter-from,
.mx-zoom-in-down-leave-to {
    opacity: 0;
    transform: scaleY(0)
}

.mx-datepicker {
    position: relative;
    display: inline-block;
    width: 210px
}

.mx-datepicker svg {
    width: 1em;
    height: 1em;
    vertical-align: -.15em;
    fill: currentColor;
    overflow: hidden
}

.mx-datepicker-range {
    width: 320px
}

.mx-datepicker-inline {
    width: auto
}

.mx-input-wrapper {
    position: relative
}

.mx-input {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    padding: 6px 30px 6px 10px;
    font-size: 14px;
    line-height: 1.4;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.mx-input:focus,
.mx-input:hover {
    border-color: #409aff
}

.mx-input.disabled,
.mx-input:disabled {
    color: #ccc;
    background-color: #f3f3f3;
    border-color: #ced4da;
    cursor: not-allowed
}

.mx-input:focus {
    outline: none
}

.mx-input::-ms-clear {
    display: none
}

.mx-icon-calendar,
.mx-icon-clear {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 1;
    color: rgba(0, 0, 0, .5);
    vertical-align: middle
}

.mx-icon-clear {
    cursor: pointer
}

.mx-icon-clear:hover {
    color: rgba(0, 0, 0, .8)
}

.mx-datepicker-main {
    font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", sans-serif;
    color: #73879c;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.mx-datepicker-popup {
    position: absolute;
    margin-top: 1px;
    margin-bottom: 1px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    z-index: 2001
}

.mx-datepicker-sidebar {
    float: left;
    box-sizing: border-box;
    width: 100px;
    padding: 6px;
    overflow: auto
}

.mx-datepicker-sidebar+.mx-datepicker-content {
    margin-left: 100px;
    border-left: 1px solid #dee2e6
}

.mx-datepicker-body {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mx-btn-shortcut {
    display: block;
    padding: 0 6px;
    line-height: 24px
}

.mx-range-wrapper {
    display: flex
}

@media (max-width:750px) {
    .mx-range-wrapper {
        flex-direction: column
    }
}

.mx-datepicker-header {
    padding: 6px 8px;
    border-bottom: 1px solid #dee2e6
}

.mx-datepicker-footer {
    padding: 6px 8px;
    text-align: right;
    border-top: 1px solid #dee2e6
}

.mx-calendar {
    box-sizing: border-box;
    width: 248px;
    padding: 6px 12px
}

.mx-calendar+.mx-calendar {
    border-left: 1px solid #dee2e6
}

.mx-calendar-header,
.mx-time-header {
    box-sizing: border-box;
    height: 34px;
    line-height: 34px;
    text-align: center;
    overflow: hidden
}

.mx-btn-icon-double-left,
.mx-btn-icon-left {
    float: left
}

.mx-btn-icon-double-right,
.mx-btn-icon-right {
    float: right
}

.mx-calendar-header-label {
    font-size: 14px
}

.mx-calendar-decade-separator {
    margin: 0 2px
}

.mx-calendar-decade-separator:after {
    content: "~"
}

.mx-calendar-content {
    position: relative;
    height: 224px;
    box-sizing: border-box
}

.mx-calendar-content .cell {
    cursor: pointer
}

.mx-calendar-content .cell:hover {
    color: #73879c;
    background-color: #f3f9fe
}

.mx-calendar-content .cell.active {
    color: #fff;
    background-color: #1284e7
}

.mx-calendar-content .cell.hover-in-range,
.mx-calendar-content .cell.in-range {
    color: #73879c;
    background-color: #dbedfb
}

.mx-calendar-content .cell.disabled {
    cursor: not-allowed;
    color: #ccc;
    background-color: #f3f3f3
}

.mx-calendar-week-mode .mx-date-row {
    cursor: pointer
}

.mx-calendar-week-mode .mx-date-row:hover {
    background-color: #f3f9fe
}

.mx-calendar-week-mode .mx-date-row.mx-active-week {
    background-color: #dbedfb
}

.mx-calendar-week-mode .mx-date-row .cell.active,
.mx-calendar-week-mode .mx-date-row .cell:hover {
    color: inherit;
    background-color: transparent
}

.mx-week-number {
    opacity: .5
}

.mx-table {
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    text-align: center
}

.mx-table th {
    font-weight: 500
}

.mx-table td,
.mx-table th {
    padding: 0;
    vertical-align: middle
}

.mx-table-date td,
.mx-table-date th {
    height: 32px;
    font-size: 12px
}

.mx-table-date .today {
    color: #2a90e9
}

.mx-table-date .cell.not-current-month {
    color: #ccc;
    background: none
}

.mx-time {
    flex: 1;
    width: 224px;
    background: #fff
}

.mx-time+.mx-time {
    border-left: 1px solid #dee2e6
}

.mx-calendar-time {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mx-time-header {
    border-bottom: 1px solid #dee2e6
}

.mx-time-content {
    height: 224px;
    box-sizing: border-box;
    overflow: hidden
}

.mx-time-columns {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.mx-time-column {
    flex: 1;
    position: relative;
    border-left: 1px solid #dee2e6;
    text-align: center
}

.mx-time-column:first-child {
    border-left: 0
}

.mx-time-column .mx-time-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.mx-time-column .mx-time-list:after {
    content: "";
    display: block;
    height: 192px
}

.mx-time-column .mx-time-item {
    cursor: pointer;
    font-size: 12px;
    height: 32px;
    line-height: 32px
}

.mx-time-column .mx-time-item:hover {
    color: #73879c;
    background-color: #f3f9fe
}

.mx-time-column .mx-time-item.active {
    color: #1284e7;
    background-color: transparent;
    font-weight: 700
}

.mx-time-column .mx-time-item.disabled {
    cursor: not-allowed;
    color: #ccc;
    background-color: #f3f3f3
}

.mx-time-option {
    cursor: pointer;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 20px
}

.mx-time-option:hover {
    color: #73879c;
    background-color: #f3f9fe
}

.mx-time-option.active {
    color: #1284e7;
    background-color: transparent;
    font-weight: 700
}

.mx-time-option.disabled {
    cursor: not-allowed;
    color: #ccc;
    background-color: #f3f3f3
}

.mx-datepicker {
    width: 100% !important;
    display: block !important
}

.mx-input {
    border: none !important;
    height: 40px !important;
    width: 100% !important;
    box-shadow: none !important;
    font-weight: 600;
    font-size: 16px !important
}

.mx-icon-calendar {
    color: #555
}

.form-datepicker .mx-input {
    background-color: #d9d9d9;
    background-color: var(--mode-form-lightdark);
    border: none !important
}

.normalizes {
    text-align: unset
}

.normalize img {
    max-width: 100%
}

.content li:before,
.normalize li:before {
    display: inline-block;
    white-space: nowrap;
    width: 1.2em
}

.content li:not(.ql-direction-rtl):before,
.normalize li:not(.ql-direction-rtl):before {
    margin-left: -1.5em;
    margin-right: .3em;
    text-align: right
}

.content li.ql-direction-rtl:before,
.normalize li.ql-direction-rtl:before {
    margin-left: .3em;
    margin-right: -1.5em
}

.content li.ql-indent-1:not(.ql-direction-rtl),
.normalize li.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 4.5em
}

.content li.ql-indent-1.ql-direction-rtl.ql-align-right,
.normalize li.ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 4.5em
}

.content li.ql-indent-2:not(.ql-direction-rtl),
.normalize li.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 7.5em
}

.content li.ql-indent-2.ql-direction-rtl.ql-align-right,
.normalize li.ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 7.5em
}

.content li.ql-indent-3:not(.ql-direction-rtl),
.normalize li.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 10.5em
}

.content li.ql-indent-3.ql-direction-rtl.ql-align-right,
.normalize li.ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 10.5em
}

.content li.ql-indent-4:not(.ql-direction-rtl),
.normalize li.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 13.5em
}

.content li.ql-indent-4.ql-direction-rtl.ql-align-right,
.normalize li.ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 13.5em
}

.content li.ql-indent-5:not(.ql-direction-rtl),
.normalize li.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 16.5em
}

.content li.ql-indent-5.ql-direction-rtl.ql-align-right,
.normalize li.ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 16.5em
}

.content li.ql-indent-6:not(.ql-direction-rtl),
.normalize li.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 19.5em
}

.content li.ql-indent-6.ql-direction-rtl.ql-align-right,
.normalize li.ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 19.5em
}

.content li.ql-indent-7:not(.ql-direction-rtl),
.normalize li.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 22.5em
}

.content li.ql-indent-7.ql-direction-rtl.ql-align-right,
.normalize li.ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 22.5em
}

.content li.ql-indent-8:not(.ql-direction-rtl),
.normalize li.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 25.5em
}

.content li.ql-indent-8.ql-direction-rtl.ql-align-right,
.normalize li.ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 25.5em
}

.content li.ql-indent-9:not(.ql-direction-rtl),
.normalize li.ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 28.5em
}

.content li.ql-indent-9.ql-direction-rtl.ql-align-right,
.normalize li.ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 28.5em
}

.content ul>li:before,
.normalize ul>li:before {
    content: "\2022"
}

.content ul[data-checked=true]>li:before,
.normalize ul[data-checked=true]>li:before {
    content: "\2611"
}

.content ul[data-checked=false]>li:before,
.normalize ul[data-checked=false]>li:before {
    content: "\2610"
}

.content ol li,
.normalize ol li {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    counter-increment: list-0
}

.content ol li:before,
.normalize ol li:before {
    content: counter(list-0, decimal) ". "
}

.content ol li.ql-indent-1,
.normalize ol li.ql-indent-1 {
    counter-increment: list-1;
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.content ol li.ql-indent-1:before,
.normalize ol li.ql-indent-1:before {
    content: counter(list-1, lower-alpha) ". "
}

.content ol li.ql-indent-2,
.normalize ol li.ql-indent-2 {
    counter-increment: list-2;
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.content ol li.ql-indent-2:before,
.normalize ol li.ql-indent-2:before {
    content: counter(list-2, lower-roman) ". "
}

.content ol li.ql-indent-3,
.normalize ol li.ql-indent-3 {
    counter-increment: list-3;
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9
}

.content ol li.ql-indent-3:before,
.normalize ol li.ql-indent-3:before {
    content: counter(list-3, decimal) ". "
}

.content ol li.ql-indent-4,
.normalize ol li.ql-indent-4 {
    counter-increment: list-4;
    counter-reset: list-5 list-6 list-7 list-8 list-9
}

.content ol li.ql-indent-4:before,
.normalize ol li.ql-indent-4:before {
    content: counter(list-4, lower-alpha) ". "
}

.content ol li.ql-indent-5,
.normalize ol li.ql-indent-5 {
    counter-increment: list-5;
    counter-reset: list-6 list-7 list-8 list-9
}

.content ol li.ql-indent-5:before,
.normalize ol li.ql-indent-5:before {
    content: counter(list-5, lower-roman) ". "
}

.content ol li.ql-indent-6,
.normalize ol li.ql-indent-6 {
    counter-increment: list-6;
    counter-reset: list-7 list-8 list-9
}

.content ol li.ql-indent-6:before,
.normalize ol li.ql-indent-6:before {
    content: counter(list-6, decimal) ". "
}

.content ol li.ql-indent-7,
.normalize ol li.ql-indent-7 {
    counter-increment: list-7;
    counter-reset: list-8 list-9
}

.content ol li.ql-indent-7:before,
.normalize ol li.ql-indent-7:before {
    content: counter(list-7, lower-alpha) ". "
}

.content ol li.ql-indent-8,
.normalize ol li.ql-indent-8 {
    counter-increment: list-8;
    counter-reset: list-9
}

.content ol li.ql-indent-8:before,
.normalize ol li.ql-indent-8:before {
    content: counter(list-8, lower-roman) ". "
}

.content ol li.ql-indent-9,
.normalize ol li.ql-indent-9 {
    counter-increment: list-9
}

.content ol li.ql-indent-9:before,
.normalize ol li.ql-indent-9:before {
    content: counter(list-9, decimal) ". "
}

.content .ql-indent-1:not(.ql-direction-rtl),
.normalize .ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 3em
}

.content .ql-indent-1.ql-direction-rtl.ql-align-right,
.normalize .ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 3em
}

.content .ql-indent-2:not(.ql-direction-rtl),
.normalize .ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 6em
}

.content .ql-indent-2.ql-direction-rtl.ql-align-right,
.normalize .ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 6em
}

.content .ql-indent-3:not(.ql-direction-rtl),
.normalize .ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 9em
}

.content .ql-indent-3.ql-direction-rtl.ql-align-right,
.normalize .ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 9em
}

.content .ql-indent-4:not(.ql-direction-rtl),
.normalize .ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 12em
}

.content .ql-indent-4.ql-direction-rtl.ql-align-right,
.normalize .ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 12em
}

.content .ql-indent-5:not(.ql-direction-rtl),
.normalize .ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 15em
}

.content .ql-indent-5.ql-direction-rtl.ql-align-right,
.normalize .ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 15em
}

.content .ql-indent-6:not(.ql-direction-rtl),
.normalize .ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 18em
}

.content .ql-indent-6.ql-direction-rtl.ql-align-right,
.normalize .ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 18em
}

.content .ql-indent-7:not(.ql-direction-rtl),
.normalize .ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 21em
}

.content .ql-indent-7.ql-direction-rtl.ql-align-right,
.normalize .ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 21em
}

.content .ql-indent-8:not(.ql-direction-rtl),
.normalize .ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 24em
}

.content .ql-indent-8.ql-direction-rtl.ql-align-right,
.normalize .ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 24em
}

.content .ql-indent-9:not(.ql-direction-rtl),
.normalize .ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 27em
}

.content .ql-indent-9.ql-direction-rtl.ql-align-right,
.normalize .ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 27em
}

.content .ql-video,
.normalize .ql-video {
    display: block;
    max-width: 100%
}

.content .ql-video.ql-align-center,
.normalize .ql-video.ql-align-center {
    margin: 0 auto
}

.content .ql-video.ql-align-right,
.normalize .ql-video.ql-align-right {
    margin: 0 0 0 auto
}

.content .ql-bg-black,
.normalize .ql-bg-black {
    background-color: #000
}

.content .ql-bg-red,
.normalize .ql-bg-red {
    background-color: #e60000
}

.content .ql-bg-orange,
.normalize .ql-bg-orange {
    background-color: #f90
}

.content .ql-bg-yellow,
.normalize .ql-bg-yellow {
    background-color: #ff0
}

.content .ql-bg-green,
.normalize .ql-bg-green {
    background-color: #008a00
}

.content .ql-bg-blue,
.normalize .ql-bg-blue {
    background-color: #06c
}

.content .ql-bg-purple,
.normalize .ql-bg-purple {
    background-color: #93f
}

.content .ql-color-white,
.normalize .ql-color-white {
    color: #fff
}

.content .ql-color-red,
.normalize .ql-color-red {
    color: #3d3d3d
}

.content .ql-color-orange,
.normalize .ql-color-orange {
    color: rgb(94, 94, 94)
}

.content .ql-color-yellow,
.normalize .ql-color-yellow {
    color: rgb(175, 175, 175)
}

.content .ql-color-green,
.normalize .ql-color-green {
    color: #008a00
}

.content .ql-color-blue,
.normalize .ql-color-blue {
    color: #06c
}

.content .ql-color-purple,
.normalize .ql-color-purple {
    color: #93f
}

.content .ql-font-serif,
.normalize .ql-font-serif {
    font-family: "Georgia", "Times New Roman", serif
}

.content .ql-font-monospace,
.normalize .ql-font-monospace {
    font-family: "Monaco", "Courier New", monospace
}

.content .ql-size-small,
.normalize .ql-size-small {
    font-size: .75em
}

.content .ql-size-large,
.normalize .ql-size-large {
    font-size: 1.5em
}

.content .ql-size-huge,
.normalize .ql-size-huge {
    font-size: 2.5em
}

.content .ql-direction-rtl,
.normalize .ql-direction-rtl {
    direction: rtl;
    text-align: inherit
}

.content .ql-align-center,
.normalize .ql-align-center {
    text-align: center
}

.content .ql-align-justify,
.normalize .ql-align-justify {
    text-align: justify
}

.content .ql-align-right,
.normalize .ql-align-right {
    text-align: right
}

.content blockquote,
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content ol,
.content p,
.content pre,
.content ul,
.normalize blockquote,
.normalize h1,
.normalize h2,
.normalize h3,
.normalize h4,
.normalize h5,
.normalize h6,
.normalize ol,
.normalize p,
.normalize pre,
.normalize ul {
    margin: 0;
    padding: 0;
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.content ol>li,
.content ul>li,
.normalize ol>li,
.normalize ul>li {
    list-style-type: none
}

.content ul[data-checked=false],
.content ul[data-checked=true],
.normalize ul[data-checked=false],
.normalize ul[data-checked=true] {
    pointer-events: none
}

.content ul[data-checked=false]>li *,
.content ul[data-checked=true]>li *,
.normalize ul[data-checked=false]>li *,
.normalize ul[data-checked=true]>li * {
    pointer-events: all
}

.content ul[data-checked=false]>li:before,
.content ul[data-checked=true]>li:before,
.normalize ul[data-checked=false]>li:before,
.normalize ul[data-checked=true]>li:before {
    color: #777;
    cursor: pointer;
    pointer-events: all
}

.content ol li:not(.ql-direction-rtl),
.content ul li:not(.ql-direction-rtl),
.normalize ol li:not(.ql-direction-rtl),
.normalize ul li:not(.ql-direction-rtl) {
    padding-left: 1.5em
}

.content ol li.ql-direction-rtl,
.content ul li.ql-direction-rtl,
.normalize ol li.ql-direction-rtl,
.normalize ul li.ql-direction-rtl {
    padding-right: 1.5em
}

.bubble {
    width: 60px;
    height: 60px;
    background-image: url(/game/bubble.png);
    border-radius: 200px;
    position: absolute
}

.x1 {
    transform: scale(.9);
    opacity: .2;
    animation: moveclouds 15s linear infinite, sideWays 4s ease-in-out infinite alternate
}

.x2 {
    left: 200px;
    transform: scale(.6);
    opacity: .5;
    animation: moveclouds 25s linear infinite, sideWays 5s ease-in-out infinite alternate
}

.x3 {
    left: 350px;
    transform: scale(.8);
    opacity: .3;
    animation: moveclouds 20s linear infinite, sideWays 4s ease-in-out infinite alternate
}

.x4 {
    left: 470px;
    transform: scale(.75);
    opacity: .35;
    animation: moveclouds 18s linear infinite, sideWays 2s ease-in-out infinite alternate
}

.x5 {
    left: 150px;
    transform: scale(.8);
    opacity: .3;
    animation: moveclouds 7s linear infinite, sideWays 1s ease-in-out infinite alternate
}

@keyframes moveclouds {
    0% {
        top: 500px
    }

    to {
        top: -500px
    }
}

@keyframes sideWays {
    0% {
        margin-left: 0
    }

    to {
        margin-left: 50px
    }
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity .8s
}

.fade-enter,
.fade-leave-to {
    opacity: 0
}

.fade-in-enter-active {
    transition: all .5s ease
}

.fade-in-leave-active {
    transition: all .8s cubic-bezier(1, .5, .8, 1)
}

.fade-in-enter,
.fade-in-leave-to {
    transform: translateY(-10px)
}

.slide {
    position: relative
}

.slide-vertical {
    animation: updown 3s infinite
}

.slide-horizontal {
    animation: leftright 3s infinite
}

.slide-fade-enter-active {
    transition: all .5s ease
}

.slide-fade-leave-active {
    transition: all .8s cubic-bezier(1, .5, .8, 1)
}

.slide-fade-enter,
.slide-fade-leave-to {
    transform: translateY(30px)
}

.slide-right-enter-active {
    transition: all .3s ease
}

.slide-right-leave-active {
    transition: all .3s cubic-bezier(.19, 1, .22, 1)
}

.slide-right-enter,
.slide-right-leave-to {
    transform: translateX(-30px);
    opacity: 0
}

@keyframes updown {
    0% {
        top: 0
    }

    50% {
        top: 20px
    }

    to {
        top: 0
    }
}

@keyframes leftright {
    0% {
        left: 0
    }

    50% {
        left: 20px
    }

    to {
        left: 0
    }
}

.zoom-in {
    animation: zoom-in 1s infinite;
    -webkit-animation: zoom-in 1s infinite;
}

.zoom-out {
    animation: zoom-out 1s infinite;
    -webkit-animation: zoom-out 1s infinite;
}

@keyframes zoom-in {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.2)
    }

    to {
        transform: scale(1)
    }
}

@keyframes zoom-out {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(.8)
    }

    to {
        transform: scale(1)
    }
}

.slick-track[data-v-e4caeaf8] {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    transform: translateZ(0)
}

.slick-track.slick-center[data-v-e4caeaf8] {
    margin-left: auto;
    margin-right: auto
}

.slick-track[data-v-e4caeaf8]:after,
.slick-track[data-v-e4caeaf8]:before {
    display: table;
    content: ""
}

.slick-track[data-v-e4caeaf8]:after {
    clear: both
}

.slick-loading .slick-track[data-v-e4caeaf8] {
    visibility: hidden
}

.slick-slide[data-v-e4caeaf8] {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide[data-v-e4caeaf8] {
    float: right
}

.slick-slide img[data-v-e4caeaf8] {
    display: block
}

.slick-slide.slick-loading img[data-v-e4caeaf8] {
    display: none
}

.slick-slide.dragging img[data-v-e4caeaf8] {
    pointer-events: none
}

.slick-initialized .slick-slide[data-v-e4caeaf8] {
    display: block
}

.slick-loading .slick-slide[data-v-e4caeaf8] {
    visibility: hidden
}

.slick-vertical .slick-slide[data-v-e4caeaf8] {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden[data-v-21137603] {
    display: none
}

.slick-slider[data-v-3d1a4f76] {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list[data-v-3d1a4f76] {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    transform: translateZ(0)
}

.slick-list[data-v-3d1a4f76]:focus {
    outline: none
}

.slick-list.dragging[data-v-3d1a4f76] {
    cursor: pointer;
    cursor: hand
}


@font-face {
    font-family: "slick";
    src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAATsAA0AAAAAB2wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAE0AAAABoAAAAcdIcYB0dERUYAAAS0AAAAHAAAAB4AJwANT1MvMgAAAZwAAABRAAAAYFAQ/45jbWFwAAACAAAAAFcAAAFiIhFFt2dhc3AAAASsAAAACAAAAAj//wADZ2x5ZgAAAmgAAAE1AAACLD+btmBoZWFkAAABMAAAAC8AAAA2AAEx+2hoZWEAAAFgAAAAHAAAACQD5QIFaG10eAAAAfAAAAAQAAAAFgZKAEpsb2NhAAACWAAAABAAAAAQATYBoG1heHAAAAF8AAAAHQAAACAASwBHbmFtZQAAA6AAAADcAAABbgUngcJwb3N0AAAEfAAAAC4AAABFOXjBpHjaY2BkYGAA4vMGfuHx/DZfGbiZGEDgfGFFPZxWZVBlvM14G8jlYABLAwAT1QnNAHjaY2BkYGC8zcDAoMfEAAJANiMDKmABADBkAe942mNgZGBgYGdwYWBiAAEQycgAEnMA8xkACcgAkwAAAHjaY2BmYmCcwMDKwMDow5jGwMDgDqW/MkgytDAwMDGwcjKAQQNQCZBSYICCgDTXFAYHhkTFSYwP/j9g0GO8/f82A0QNA+NtsBIFBkYANHMN4wAAAHjaY2KAACYIVoVAAALCAJt42mNgYGBmgGAZBkYGEIgB8hjBfBYGByDNw8DBwARkMzAkKigpTlCc9P8/WB0S7/+i+4/uld4rgZoAB4xsDHAhRiYgwcSApoCBcsBMBTNYGGgGAEdEDyUAAAAAAAAAAAAAZgCKANABFnjadZBdToNAEMd3CrtAl5TQLtS0LCoN0A8SGkBI+mAfPET75B1896HppfQcvnII4w3cLYpW6k4ymdn9z8xvBwEKUQg11OgBIXAYWUEQR1uIZoFGpLGxKy3PqrIq8+waXIfJ+5mQSSvkvXwRqqocu1D39QMl2JgvN9zzhsyk1GRDz+OBfzMioCqx0rtdLYo0SiZTZttsOkmidBkveKibFF4Oep9SI46bqk3Twhp4iihUemrMWFPy2NRbthfqKkHi/PxlJLITZdAiSj6ouZ+tn9eZz78DuD9LZYB6bZ8rlCAUVuVdkULjxV4sIEysIc/KSyPmnJDdjhCOdQ0fCTliTX/tjH3ysWao+71qaNjHQjcQwrcuyl+WLZQthCMotJP/h+Xjazz+hfTeRWmG4zOiSyif/q1OtAAAAHjabY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV42mNgYkAGjAzogB0sysTgwtDOyMTIzJlYVJRfnpOaVsIFZhVlpmeUAABuKQkSAAAAAAAB//8AAnjaY2BkYGDgAWIxIGZiYARCNiBmAfMYAAPgADV42mNgYGBkAIKrS9Q5QPT5wop6GA0APf8GGAAA) format("woff")
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: translateY(-50%);
    cursor: pointer;
    border: none
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li,
.slick-dots li button {
    width: 20px;
    height: 20px;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.nuxt-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 0;
    opacity: 1;
    transition: width .1s, opacity .4s;
    background-color: #ffc700;
    z-index: 999999
}

.nuxt-progress.nuxt-progress-notransition {
    transition: none
}

.nuxt-progress-failed {
    background-color: red
}

.homepage[data-v-38a8c498] {
    padding-top: 65px;
    background-color: #161616;
    transition: all .5s cubic-bezier(0, 0, .2, 1)
}

@media (max-width:767px) {
    .homepage[data-v-38a8c498] {
        width: 767px
    }
}

.homepage .contents iframe[data-v-38a8c498] {
    display: flex;
    min-height: calc(100vh - 65px)
}

.homepage.mini[data-v-38a8c498] {
    padding-top: 0
}

.homepage.hidden iframe[data-v-38a8c498],
.homepage.mini iframe[data-v-38a8c498] {
    min-height: 100vh
}

.fixed-left[data-v-38a8c498] {
    position: fixed;
    z-index: 99;
    bottom: 20px;
    left: -10px;
    width: 85px;
    padding: 15px 15px 15px 20px;
    background-color: var(--mode-greydark);
    border-radius: 10px;
    border: 3px solid var(--primary-color);
    transition: all .5s ease-in-out 0s
}

.fixed-left.hidden[data-v-38a8c498] {
    left: -85px
}

.fixed-left a[data-v-38a8c498] {
    display: block
}

.fixed-arrow[data-v-38a8c498] {
    position: absolute;
    right: -25px;
    top: 10px;
    bottom: 10px;
    background-color: var(--primary-color);
    width: 25px;
    border-radius: 0 10px 10px 0;
    cursor: pointer
}

.fixed-arrow img[data-v-38a8c498] {
    transform: rotate(270deg);
    filter: invert(1)
}

.fixed-rtp[data-v-38a8c498],
.fixed-wa[data-v-38a8c498] {
    width: 100%
}

.fixed-rtp .animated[data-v-38a8c498],
.fixed-wa .animated[data-v-38a8c498] {
    animation: zoom-38a8c498 1s ease-in-out infinite alternate
}

.fixed-img-100[data-v-38a8c498] {
    width: 100%
}

@keyframes zoom-38a8c498 {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.2)
    }

    to {
        transform: scale(1)
    }
}

.form-heading[data-v-864268b2] {
    background-color: var(--mode-greydark);
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 5px;
    width: 100%
}

@media (max-width:1366px) {
    .form-heading[data-v-864268b2] {
        padding: 10px
    }
}

@media (max-width:767px) {
    .form-heading[data-v-864268b2] {
        padding: 10px 15px
    }
}

.form-heading-tab[data-v-864268b2] {
    display: flex;
    margin-top: 20px;
    margin-bottom: 15px
}

@media (max-width:767px) {
    .form-heading-tab[data-v-864268b2] {
        margin: 10px 0
    }
}

.form-heading-subtab[data-v-864268b2] {
    width: 100%;
    padding-bottom: 7px;
    color: var(--mode-dark);
    opacity: .6;
    font-weight: 700;
    position: relative
}

@media (max-width:1366px) {
    .form-heading-subtab[data-v-864268b2] {
        font-size: 12px
    }
}

.form-heading-subtab.active[data-v-864268b2] {
    opacity: 1
}

.form-heading-subtab.active[data-v-864268b2]:before {
    content: "";
    position: absolute;
    left: 35%;
    right: 35%;
    bottom: 0;
    height: 2px;
    background-color: var(--primary-color)
}

.form-button[data-v-864268b2] {
    position: relative
}

.form-button-inline[data-v-864268b2],
.form-flex[data-v-864268b2] {
    width: 100%;
    position: relative
}

.form-flex[data-v-864268b2] {
    display: flex;
    align-items: center
}

.form-flex img[data-v-864268b2] {
    position: absolute;
    right: 15px
}

.form-flex .img-flag[data-v-864268b2] {
    position: relative;
    height: 20px;
    right: unset;
    margin-right: 5px
}

.form-inline label[data-v-864268b2] {
    width: 100px
}

.form-inline .error[data-v-864268b2] {
    margin-left: 90px
}

.form-eye[data-v-864268b2] {
    position: absolute;
    right: 15px;
    bottom: 15px
}

.form-modal[data-v-864268b2] {
    display: none
}

.form-modal.active[data-v-864268b2] {
    display: block
}

.form-body[data-v-864268b2] {
    width: 550px;
    margin: auto
}

@media (max-width:1366px) {
    .form-body[data-v-864268b2] {
        width: 425px
    }
}

.form-content[data-v-864268b2] {
    background-color: var(--mode-light);
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    transition: all .2s ease-in-out
}

.form-content p[data-v-864268b2] {
    font-size: 14px
}

.form-password[data-v-864268b2] {
    font-size: 12px;
    padding-left: 10px
}

.form-password-list[data-v-864268b2] {
    padding-left: 8px;
    position: relative
}

.form-password-list[data-v-864268b2]:before {
    content: "-";
    position: absolute;
    left: 0
}

.form-group[data-v-864268b2] {
    width: 100%;
    margin-bottom: 15px
}

.form-group label[data-v-864268b2] {
    font-size: 12px;
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
    margin-right: 5px;
    color: var(--mode-grey)
}

@media (max-width:1366px) {
    .form-group label[data-v-864268b2] {
        margin-bottom: 0
    }
}

.form-group .error[data-v-864268b2] {
    color: #3f3f3f;
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
    display: inline-block
}

.form-group-darklight[data-v-864268b2] {
    background-color: var(--mode-form-lightdark);
    padding: 10px 10px 0;
    border-radius: 5px 5px 0 0;
    border-bottom: 2px solid var(--mode-form-lightdark);
    position: relative
}

.form-group-darklight.disable[data-v-864268b2],
.form-group-darklight .disable[data-v-864268b2] {
    background-color: #a0a0a0;
    cursor: not-allowed
}

.input-group[data-v-864268b2] {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: calc(100% - 10px);
    overflow: hidden;
    border-radius: 5px
}

.input-group>.form-control[data-v-864268b2] {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    border-radius: 0;
    border: 1px solid var(--mode-darklight);
    color: #000
}

.input-group-prepend[data-v-864268b2] {
    margin-right: -1px;
    border-radius: 5px 0 0 5px
}

.input-group-append[data-v-864268b2] {
    display: flex;
    border-radius: 0 5px 5px 0
}

.input-group-text[data-v-864268b2] {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 15px;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    border: 1px solid var(--mode-grey);
    background-color: var(--mode-grey)
}

@media (max-width:1366px) {
    .input-group-text[data-v-864268b2] {
        height: 33px
    }
}

.form-control[data-v-864268b2] {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    background-color: var(--mode-light);
    color: var(--mode-dark);
    border-radius: 5px;
    border: 1px solid var(--mode-lightdark);
    outline: none;
    display: flex;
    align-items: center;
    font-weight: 600
}

@media (max-width:1366px) {
    .form-control[data-v-864268b2] {
        height: 33px
    }
}

@media (max-width:767px) {
    .form-control[data-v-864268b2] {
        height: 40px;
        font-size: 12px
    }
}

.form-control[data-v-864268b2]:focus {
    box-shadow: 0 0 3px 0 var(--primary-color)
}

.form-control[data-v-864268b2]::-moz-placeholder {
    font-style: italic
}

.form-control[data-v-864268b2]::placeholder {
    font-style: italic
}

.form-control-darklight[data-v-864268b2] {
    background-color: transparent;
    color: #000;
    border: none;
    border-radius: 0;
    padding: 0
}

.form-control-darklight[data-v-864268b2]:focus {
    box-shadow: none
}

.form-control-15[data-v-864268b2] {
    width: 15%
}

.form-control-25[data-v-864268b2] {
    width: 25%
}

.form-control-35[data-v-864268b2] {
    width: 35%
}

.form-control-50[data-v-864268b2] {
    width: 50%
}

.form-control-75[data-v-864268b2] {
    width: 75%
}

.form-control[data-v-864268b2]:disabled {
    background-color: #a0a0a0
}

.form-rounded[data-v-864268b2] {
    border-radius: 100px
}

.form-white[data-v-864268b2] {
    background-color: #fff;
    color: #000
}

.form-list[data-v-864268b2] {
    display: none;
    position: absolute;
    z-index: 2;
    padding: 0;
    left: 0;
    right: 0;
    top: 20px;
    background-color: var(--mode-light);
    border: 1px solid var(--mode-darklight);
    border-top: none;
    list-style: none;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    height: 192.5px;
    overflow-y: scroll;
    font-weight: 600;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .50196)
}

.form-list-sub[data-v-864268b2] {
    display: block !important
}

.form-list-sub[data-v-864268b2]:hover {
    text-shadow: none !important
}

.form-list-white[data-v-864268b2] {
    background-color: #fff;
    color: #000
}

.form-list-darklight[data-v-864268b2] {
    background-color: var(--mode-form-lightdark);
    border: none;
    left: -10px;
    right: -10px
}

.form-list-darklight li[data-v-864268b2]:before {
    background-color: var(--mode-darklight) !important
}

.form-list-short[data-v-864268b2] {
    max-height: 157.5px;
    height: auto
}

.form-list li[data-v-864268b2] {
    height: 35px;
    padding: 0 15px;
    margin-left: 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    border-radius: 3px;
    color: #000
}

.form-list li[data-v-864268b2]:before {
    content: "";
    position: absolute;
    height: 1px;
    left: 10px;
    right: 10px;
    bottom: -1px;
    background-color: var(--mode-lightdark)
}

.form-list li[data-v-864268b2]:hover {
    background-color: var(--primary-color);
    color: #fff;
    text-shadow: 2px 1px 3px #000
}

@media (orientation:landscape) {
    .form-profile-page[data-v-864268b2] {
        max-width: 600px;
        margin: auto
    }
}

.rotate[data-v-864268b2] {
    transform: rotate(45deg)
}

.rotate90[data-v-864268b2] {
    transform: rotate(90deg)
}

.header[data-v-864268b2] {
    background-color: var(--mode-greydark);
    color: var(--mode-darklight);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    height: 65px;
    transition: all .1s linear
}

@media (max-width:767px) {
    .header[data-v-864268b2] {
        width: 780px;
        position: absolute
    }
}

.header.colorful[data-v-864268b2] {
    background-color: var(--primary-accent)
}

.header.dark[data-v-864268b2] {
    background-color: #212121
}

.header-menu[data-v-864268b2] {
    position: relative
}

.header-menu-hide[data-v-864268b2] {
    display: flex;
    transition: all .1s linear
}

@media (min-width:767px) and (max-width:1024px) {
    .header-menu-hide li[data-v-864268b2] {
        padding: 10px 25px
    }
}

@media (max-width:767px) {
    .header-menu-hide li[data-v-864268b2] {
        padding: 10px 25px
    }
}

@media (min-width:767px) and (max-width:1024px) {
    .header-menu-hide[data-v-864268b2] {
        display: none
    }
}

@media (max-width:767px) {
    .header-menu-hide[data-v-864268b2] {
        display: none
    }
}

.header-menu-hide.active[data-v-864268b2] {
    display: block;
    position: absolute;
    right: 0;
    top: 30px;
    background-color: var(--mode-greydark);
    box-shadow: 2px 2px 7px 0 var(--mode-shadow);
    border-radius: 0 0 5px 5px;
    z-index: 2
}

.header-menu .all[data-v-864268b2] {
    display: none
}

@media (min-width:767px) and (max-width:1024px) {
    .header-menu .all[data-v-864268b2] {
        display: inline;
        display: initial
    }
}

@media (max-width:767px) {
    .header-menu .all[data-v-864268b2] {
        display: inline;
        display: initial
    }
}

.header-menu .all .img-other[data-v-864268b2] {
    margin-left: 3px
}

@media (min-width:767px) and (max-width:1024px) {
    .header-menu .all .img-other[data-v-864268b2] {
        height: 12px
    }
}

@media (max-width:767px) {
    .header-menu .all .img-other[data-v-864268b2] {
        height: 10px
    }
}

.header-collapse[data-v-864268b2] {
    position: fixed;
    right: 15px;
    height: 65px;
    top: 0;
    width: 115px
}

@media (max-width:1366px) {
    .header-collapse[data-v-864268b2] {
        width: auto
    }
}

.header-collapse span[data-v-864268b2] {
    font-size: 12px
}

@media (max-width:1366px) {
    .header-collapse span[data-v-864268b2] {
        display: none
    }
}

.header.hidden[data-v-864268b2] {
    top: -65px
}

.header.mini[data-v-864268b2] {
    height: 0;
    top: -25px
}

@media (max-width:1366px) {
    .header.mini[data-v-864268b2] {
        top: -50px
    }
}

@media (max-width:767px) {
    .header-left .img-medium[data-v-864268b2] {
        height: 45px
    }
}

@media (max-width:767px) {
    .header-right[data-v-864268b2] {
        margin: 10px 0
    }
}

.header-right .form-group[data-v-864268b2] {
    margin-bottom: 3px
}

@media (max-width:767px) {
    .header-right .form-group[data-v-864268b2] {
        flex: 25%
    }
}

.header-right .form-control[data-v-864268b2] {
    height: 28px;
    padding-left: 7px;
    font-size: 14px
}

@media (max-width:1366px) {
    .header-right .form-control[data-v-864268b2] {
        height: 22px;
        font-size: 12px
    }
}

@media (max-width:767px) {
    .header-right .form-control[data-v-864268b2] {
        height: 20px;
        font-size: 11px
    }
}

.header-right .form-button[data-v-864268b2] {
    width: 50%;
    margin-left: 10px
}

@media (max-width:767px) {
    .header-right .form-button[data-v-864268b2] {
        margin-left: 3px
    }
}

.header-right span[data-v-864268b2] {
    font-size: 12px
}

@media (max-width:1366px) {
    .header-right span[data-v-864268b2] {
        font-size: 10px
    }
}

.header-login[data-v-864268b2] {
    width: 100%;
    justify-content: flex-end;
    height: 40px
}

@media (max-width:767px) {
    .header-login[data-v-864268b2] {
        margin: 10px 0;
        height: auto
    }
}

.header-transaksi[data-v-864268b2] {
    margin-right: 10px
}

.header-transaksi-credit p[data-v-864268b2] {
    font-size: 14px;
    letter-spacing: .5px;
    text-align: right;
    font-weight: 700;
    margin: 0
}

.header-transaksi-credit img[data-v-864268b2] {
    margin-left: 10px;
    width: 20px;
    transition: all .2s ease-in-out
}

.header-deposit[data-v-864268b2] {
    display: none;
    position: absolute;
    width: 350px;
    right: -45px;
    top: 65px;
    z-index: 1
}

@media (max-width:1366px) {
    .header-deposit[data-v-864268b2] {
        width: 300px;
        right: -20px;
        top: 60px
    }
}

.header-deposit[data-v-864268b2]:before {
    content: "";
    width: 35px;
    height: 35px;
    right: 45%;
    top: -10px;
    z-index: -1;
    transform: rotate(45deg)
}

.header-deposit[data-v-864268b2]:before,
.header-profile[data-v-864268b2] {
    position: absolute;
    background-color: var(--mode-light);
    border-radius: 5px
}

.header-profile[data-v-864268b2] {
    display: none;
    z-index: 1;
    width: 175px;
    right: 15px;
    top: 45px;
    list-style: none;
    color: var(--mode-dark);
    overflow: hidden
}

.header-profile li[data-v-864268b2] {
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid var(--mode-lightdark);
    transition: all .2s ease-in-out
}

.header-profile .active[data-v-864268b2] {
    display: block;
    background-color: var(--primary-color);
    color: var(--mode-light)
}

.header-button-fixed[data-v-864268b2] {
    position: fixed;
    top: 5px;
    right: 45px
}

.header-button-fixed>div[data-v-864268b2] {
    box-shadow: 1px 1px 5px 1px #fff
}

.header-button-img[data-v-864268b2] {
    padding: 4px 6px;
    background-color: #000;
    margin: 0 5px;
    border-radius: 5px;
    box-shadow: 2px 1px 4px 0 var(--mode-shadow);
    overflow: hidden
}

.header-button-img img[data-v-864268b2] {
    width: 25px
}

.header-button-svg[data-v-864268b2] {
    width: 25px;
    height: 25px
}

.header-button-svg.show[data-v-864268b2] {
    display: block
}

.header-button-svg.hide[data-v-864268b2] {
    display: none
}

.img-logo[data-v-864268b2] {
    height: 40px
}

.absolute[data-v-864268b2] {
    position: absolute
}

@media (max-width:1366px) {
    .absolute[data-v-864268b2] {
        font-size: 10px !important
    }
}

@media (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
    .header-main .col-7[data-v-864268b2] {
        flex: 0 0 55%;
        max-width: 55%
    }
}

@media (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
    .header-main .col-7[data-v-864268b2] {
        flex: 0 0 58%;
        max-width: 58%
    }
}

@media (min-width:1025px) and (max-width:1366px) and (orientation:portrait) {
    .header-main .col-7[data-v-864268b2] {
        flex: 0 0 60%;
        max-width: 60%
    }
}

@media (min-width:1025px) and (max-width:1366px) and (orientation:landscape) {
    .header-main .col-7[data-v-864268b2] {
        flex: 0 0 68%;
        max-width: 68%
    }
}

@media (min-width:1400px) {
    .header-main .col-7[data-v-864268b2] {
        flex: 0 0 70%;
        max-width: 70%
    }
}

@media (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
    .header-main .col-5[data-v-864268b2] {
        flex: 0 0 45%;
        max-width: 45%
    }
}

@media (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
    .header-main .col-5[data-v-864268b2] {
        flex: 0 0 42%;
        max-width: 42%
    }
}

@media (min-width:1025px) and (max-width:1366px) and (orientation:portrait) {
    .header-main .col-5[data-v-864268b2] {
        flex: 0 0 40%;
        max-width: 40%
    }
}

@media (min-width:1025px) and (max-width:1366px) and (orientation:landscape) {
    .header-main .col-5[data-v-864268b2] {
        flex: 0 0 32%;
        max-width: 32%
    }
}

@media (min-width:1400px) {
    .header-main .col-5[data-v-864268b2] {
        flex: 0 0 30%;
        max-width: 30%
    }
}

.form-heading[data-v-0fce701d] {
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 5px;
    width: 100%;
    padding-bottom: 0;
}

@media (max-width:1366px) {
    .form-heading[data-v-0fce701d] {
        padding: 10px;
        padding-bottom: 0;
    }
}

@media (max-width:767px) {
    .form-heading[data-v-0fce701d] {
        padding: 0
    }
}

.form-heading-tab[data-v-0fce701d] {
    display: flex;
    margin-top: 20px;
    margin-bottom: 15px
}

@media (max-width:767px) {
    .form-heading-tab[data-v-0fce701d] {
        margin: 10px 0
    }
}

.form-heading-subtab[data-v-0fce701d] {
    width: 100%;
    padding-bottom: 7px;
    color: var(--mode-dark);
    opacity: .6;
    font-weight: 700;
    position: relative
}

@media (max-width:1366px) {
    .form-heading-subtab[data-v-0fce701d] {
        font-size: 12px
    }
}

.form-heading-subtab.active[data-v-0fce701d] {
    opacity: 1
}

.form-heading-subtab.active[data-v-0fce701d]:before {
    content: "";
    position: absolute;
    left: 35%;
    right: 35%;
    bottom: 0;
    height: 2px;
    background-color: var(--primary-color)
}

.form-button[data-v-0fce701d] {
    position: relative
}

.form-button-inline[data-v-0fce701d],
.form-flex[data-v-0fce701d] {
    width: 100%;
    position: relative
}

.form-flex[data-v-0fce701d] {
    display: flex;
    align-items: center
}

.form-flex img[data-v-0fce701d] {
    position: absolute;
    right: 15px
}

.form-flex .img-flag[data-v-0fce701d] {
    position: relative;
    height: 20px;
    right: unset;
    margin-right: 5px
}

.form-inline label[data-v-0fce701d] {
    width: 100px
}

.form-inline .error[data-v-0fce701d] {
    margin-left: 90px
}

.form-eye[data-v-0fce701d] {
    position: absolute;
    right: 15px;
    bottom: 8px
}

#userIDField::placeholder {
    text-align: center;
}
#nowa::placeholder {
    text-align: center;
}
#email::placeholder {
    text-align: center;
}

.form-modal[data-v-0fce701d] {
    display: none
}

.form-modal.active[data-v-0fce701d] {
    display: block
}

.form-body[data-v-0fce701d] {
    width: 80%;
    margin: auto
}

@media (max-width:1366px) {
    .form-body[data-v-0fce701d] {
        width: 95%;
    }
}



.form-content p[data-v-0fce701d] {
    font-size: 14px
}

.form-password[data-v-0fce701d] {
    font-size: 12px;
    padding-left: 10px
}

.form-password-list[data-v-0fce701d] {
    padding-left: 8px;
    position: relative
}

.form-password-list[data-v-0fce701d]:before {
    content: "-";
    position: absolute;
    left: 0
}

.form-group[data-v-0fce701d] {
    width: 100%;
    margin-bottom: 15px
}

.form-group label[data-v-0fce701d] {
    font-size: 12px;
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
    margin-right: 5px;
    color: var(--mode-grey)
}

@media (max-width:1366px) {
    .form-group label[data-v-0fce701d] {
        margin-bottom: 0
    }
}

.form-group .error[data-v-0fce701d] {
    color: #3f3f3f;
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
    display: inline-block
}

.form-group-darklight[data-v-0fce701d] {
    /* background-color: #ffffff; */
    padding: 2px 10px 0;
    position: relative;
    padding: 0rem;
}

.form-group-darklight.disable[data-v-0fce701d],
.form-group-darklight .disable[data-v-0fce701d] {
    background-color: #a0a0a0;
    cursor: not-allowed
}

.input-group[data-v-0fce701d] {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: calc(100% - 10px);
    overflow: hidden;
    border-radius: 5px
}

.input-group>.form-control[data-v-0fce701d] {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    border-radius: 0;
    border: 1px solid var(--mode-darklight);
    color: #000
}

.input-group-prepend[data-v-0fce701d] {
    margin-right: -1px;
    border-radius: 5px 0 0 5px
}

.input-group-append[data-v-0fce701d] {
    display: flex;
    border-radius: 0 5px 5px 0
}

.input-group-text[data-v-0fce701d] {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 15px;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    border: 1px solid var(--mode-grey);
    background-color: var(--mode-grey)
}

@media (max-width:1366px) {
    .input-group-text[data-v-0fce701d] {
        height: 33px
    }
}

.form-control[data-v-0fce701d] {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    background-color: var(--mode-light);
    color: var(--mode-dark);
    border-radius: 5px;
    border: 1px solid var(--mode-lightdark);
    outline: none;
    display: flex;
    align-items: center;
    font-weight: 600
}

@media (max-width:1366px) {
    .form-control[data-v-0fce701d] {
        height: 33px
    }
}

@media (max-width:767px) {
    .form-control[data-v-0fce701d] {
        height: 40px;
        font-size: 16px
    }
}



.rotate[data-v-0fce701d] {
    transform: rotate(45deg)
}

.rotate90[data-v-0fce701d] {
    transform: rotate(90deg)
}

@media (max-width:1366px) {
    .game-content[data-v-0fce701d] {
        padding: 25px 35px
    }
}

.games-heading[data-v-0fce701d] {
    background-color: var(--mode-light-transparent);
    padding: 10px 15px;
    cursor: pointer;
    flex: 1
}

.games-heading.active[data-v-0fce701d] {
    background-color: var(--mode-light)
}

.games-header[data-v-0fce701d] {
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%
}

.games-body[data-v-0fce701d] {
    border-radius: 5px;
    overflow: hidden
}

.games-detail[data-v-0fce701d] {
    display: none
}

.footer[data-v-73cb9b7c] {
    font-size: 14px;
    background-color: #000;
    color: var(--mode-darklight);
    transition: all .5s cubic-bezier(0, 0, .2, 1)
}

@media (orientation:landscape) {
    .footer[data-v-73cb9b7c] {
        font-size: 16px
    }
}

.footer-toggle[data-v-73cb9b7c] {
    position: relative
}

.footer-toggle>span[data-v-73cb9b7c] {
    background-color: rgba(0, 0, 0, .6);
    padding: 5px 15px;
    border-radius: 20px;
    box-shadow: 1px 0 2px 1px #fff
}

.footer-caption[data-v-73cb9b7c] {
    max-height: 0;
    overflow: hidden;
    transition: all .5s ease-out
}

@media (max-width:767px) {
    .footer-caption[data-v-73cb9b7c] {
        transition: max-height .2s ease-in-out;
        padding: 0 15px
    }
}

.footer-caption.active[data-v-73cb9b7c] {
    max-height: 100%
}

@media (max-width:767px) {
    .footer-caption.active[data-v-73cb9b7c] {
        transition: max-height .2s ease-in-out
    }
}

.footer ul[data-v-73cb9b7c] {
    text-align: center;
    padding: 15px;
    margin: 0;
    width: 100%
}

.footer ul li[data-v-73cb9b7c] {
    width: 100%
}

.footer-table[data-v-73cb9b7c] {
    font-weight: 600;
    font-size: 14px
}

.footer-support[data-v-73cb9b7c] {
    margin-top: 20px
}

.heading-3[data-v-73cb9b7c] {
    color: var(--primary-color)
}

.heading-2[data-v-73cb9b7c],
.heading-3[data-v-73cb9b7c],
.heading-4[data-v-73cb9b7c] {
    font-size: 15px
}


.a[data-v-73cb9b7c] {
    font-weight: 600
}

.slick-slide>div[data-v-73cb9b7c] {
    margin: 0 5px
}

.slick-slide>div[data-v-73cb9b7c]:focus {
    outline: none
}

.slick-next[data-v-73cb9b7c] {
    z-index: 2;
    right: -10px
}

.widget[data-v-3958c2b4] {
    position: fixed;
    right: 0;
    top: 170px;
    z-index: 1100
}

@media (max-width:1366px) {
    .widget[data-v-3958c2b4] {
        top: 110px
    }
}

.widget-icons[data-v-3958c2b4] {
    background-color: #323232;
    border-radius: 5px 0 0 0;
    position: absolute;
    left: 0;
    right: 0;
    height: 35px
}

.widget-img[data-v-3958c2b4] {
    height: auto;
    width: 35px;
    border-radius: 5px 0 0 5px
}

@media (max-width:1366px) {
    .widget-img[data-v-3958c2b4] {
        width: 27px
    }
}

.widget-wrapper[data-v-3958c2b4] {
    position: absolute;
    right: -210px;
    transition: all .5s ease-in-out
}

.widget-body[data-v-3958c2b4] {
    background-color: var(--mode-light);
    border-radius: 0 0 0 5px;
    padding: 15px 25px;
    width: 210px
}

.widgetShow[data-v-3958c2b4] {
    right: 0
}

.widget-button[data-v-3958c2b4] {
    margin-bottom: 10px;
    color: var(--mode-dark)
}

.widget-button img[data-v-3958c2b4] {
    margin-right: 10px
}

.widget-heading[data-v-3958c2b4] {
    overflow: hidden;
    position: relative
}

.svg[data-v-a2cc3aa0] {
    height: 100%;
    display: block;
    margin: auto
}

.svg-inline[data-v-a2cc3aa0] {
    display: inline-block
}

.svg-nuke[data-v-a2cc3aa0] {
    font-size: 86.807px;
    fill: #fff;
    font-family: "Teko", sans-serif
}

.svg-nuke-color[data-v-a2cc3aa0] {
    fill: #f7911e
}

.svg-right[data-v-a2cc3aa0] {
    margin: 0 0 0 auto
}

.svg-left[data-v-a2cc3aa0] {
    margin: 0 auto 0 0
}

.svg-stroke[data-v-a2cc3aa0] {
    stroke: var(--mode-dark);
    stroke-width: 15px
}

.svg-stroke-white[data-v-a2cc3aa0] {
    stroke: #fff
}

.svg-theme[data-v-a2cc3aa0] {
    fill: var(--mode-light)
}

.svg-theme.inverse[data-v-a2cc3aa0] {
    fill: var(--mode-dark)
}

.svg-dark[data-v-a2cc3aa0] {
    fill: var(--mode-grey)
}

.svg-transparant[data-v-a2cc3aa0] {
    fill: transparent
}

.svg-background[data-v-a2cc3aa0] {
    fill: var(--mode-background)
}

.svg-inverse[data-v-a2cc3aa0] {
    fill: var(--mode-dark)
}

.svg-inverse.flat[data-v-a2cc3aa0] {
    fill: #fff
}

.svg-inverse.inverse[data-v-a2cc3aa0] {
    fill: var(--mode-light)
}

.svg-outer[data-v-a2cc3aa0] {
    fill: #fff
}

.svg-outer.flat[data-v-a2cc3aa0] {
    fill: var(--primary-color)
}

.svg-outer.inverse[data-v-a2cc3aa0] {
    fill: #000
}

.svg-outer.theme[data-v-a2cc3aa0] {
    fill: var(--mode-dark)
}

.svg-primary[data-v-a2cc3aa0] {
    fill: var(--primary-color)
}

.svg-primary.flat[data-v-a2cc3aa0] {
    fill: #fff
}

.svg-red[data-v-a2cc3aa0] {
    fill: rgb(41, 41, 41)
}

.svg-blue[data-v-a2cc3aa0] {
    fill: #209cff
}

.svg-green[data-v-a2cc3aa0] {
    fill: #2cad3e
}

.svg-yellow[data-v-a2cc3aa0] {
    fill: rgb(231, 231, 231)
}

.svg-darkorange[data-v-a2cc3aa0] {
    fill: #858484
}

.svg-jackpot[data-v-a2cc3aa0] {
    animation: blink-a2cc3aa0 .5s infinite
}

.delay[data-v-a2cc3aa0] {
    animation: inverse-a2cc3aa0 .5s infinite
}

.animation[data-v-a2cc3aa0] {
    animation: fa-spin-a2cc3aa0 2s linear infinite
}

@keyframes fa-spin-a2cc3aa0 {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes blink-a2cc3aa0 {
    0% {
        fill: var(--primary-color)
    }

    50% {
        fill: #fff
    }

    to {
        fill: var(--primary-color)
    }
}

@keyframes inverse-a2cc3aa0 {
    0% {
        fill: #fff
    }

    50% {
        fill: var(--primary-color)
    }

    to {
        fill: #fff
    }
}
@keyframes topbar-icon-bounce {

    0%, 
    100%,
    20%,
    40%,
    60%,
    80% {
    transform: translateY(0)
    }

    70% {
    transform: translateY(-5px)
    }

    50% {
    transform: translateY(-12px)
    }
}

.form-heading[data-v-ec1c7044] {
    background-color: var(--mode-greydark);
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 5px;
    width: 100%
}

@media (max-width:1366px) {
    .form-heading[data-v-ec1c7044] {
        padding: 10px
    }
}

@media (max-width:767px) {
    .form-heading[data-v-ec1c7044] {
        padding: 10px 15px
    }
}

.form-heading-tab[data-v-ec1c7044] {
    display: flex;
    margin-top: 20px;
    margin-bottom: 15px
}

@media (max-width:767px) {
    .form-heading-tab[data-v-ec1c7044] {
        margin: 10px 0
    }
}

.form-heading-subtab[data-v-ec1c7044] {
    width: 100%;
    padding-bottom: 7px;
    color: var(--mode-dark);
    opacity: .6;
    font-weight: 700;
    position: relative
}

@media (max-width:1366px) {
    .form-heading-subtab[data-v-ec1c7044] {
        font-size: 12px
    }
}

.form-heading-subtab.active[data-v-ec1c7044] {
    opacity: 1
}

.form-heading-subtab.active[data-v-ec1c7044]:before {
    content: "";
    position: absolute;
    left: 35%;
    right: 35%;
    bottom: 0;
    height: 2px;
    background-color: var(--primary-color)
}

.form-button[data-v-ec1c7044] {
    position: relative
}

.form-button-inline[data-v-ec1c7044],
.form-flex[data-v-ec1c7044] {
    width: 100%;
    position: relative
}

.form-flex {
    text-align: center;
    /* Mengatur konten menjadi berpusat secara horizontal */
}

.radio-list {
    display: inline-block;
    /* Mengatur radio-list agar konten tetap berada dalam satu baris */
    text-align: left;
    /* Mengatur teks label menjadi kiri untuk radio button */
}

.form-flex[data-v-ec1c7044] {
    display: flex;
    align-items: center
}

.form-flex img[data-v-ec1c7044] {
    position: absolute;
    right: 15px
}

.form-flex .img-flag[data-v-ec1c7044] {
    position: relative;
    height: 20px;
    right: unset;
    margin-right: 5px
}

.form-inline label[data-v-ec1c7044] {
    width: 100px
}

.form-inline .error[data-v-ec1c7044] {
    margin-left: 90px
}

.form-eye[data-v-ec1c7044] {
    position: absolute;
    right: 15px;
    bottom: 15px
}

.form-modal[data-v-ec1c7044] {
    display: none
}

.form-modal.active[data-v-ec1c7044] {
    display: block
}

.form-body[data-v-ec1c7044] {
    width: 550px;
    margin: auto
}

@media (max-width:1366px) {
    .form-body[data-v-ec1c7044] {
        width: 425px
    }
}

.form-content[data-v-ec1c7044] {
    background-color: var(--mode-light);
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    transition: all .2s ease-in-out
}

.form-content p[data-v-ec1c7044] {
    font-size: 14px
}

.form-password[data-v-ec1c7044] {
    font-size: 12px;
    padding-left: 10px
}

.form-password-list[data-v-ec1c7044] {
    padding-left: 8px;
    position: relative
}

.form-password-list[data-v-ec1c7044]:before {
    content: "-";
    position: absolute;
    left: 0
}

.form-group[data-v-ec1c7044] {
    width: 100%;
    margin-bottom: 15px
}

.form-group label[data-v-ec1c7044] {
    font-size: 12px;
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
    margin-right: 5px;
    color: var(--mode-grey)
}

@media (max-width:1366px) {
    .form-group label[data-v-ec1c7044] {
        margin-bottom: 0
    }
}

.form-group .error[data-v-ec1c7044] {
    color: #3f3f3f;
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
    display: inline-block
}

.form-group-darklight[data-v-ec1c7044] {
    background-color: var(--mode-form-lightdark);
    padding: 10px 10px 0;
    border-radius: 5px 5px 0 0;
    border-bottom: 2px solid var(--mode-form-lightdark);
    position: relative
}

.form-group-darklight.disable[data-v-ec1c7044],
.form-group-darklight .disable[data-v-ec1c7044] {
    background-color: #a0a0a0;
    cursor: not-allowed
}

.input-group[data-v-ec1c7044] {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: calc(100% - 10px);
    overflow: hidden;
    border-radius: 5px
}

.input-group>.form-control[data-v-ec1c7044] {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    border-radius: 0;
    border: 1px solid var(--mode-darklight);
    color: #000
}

.input-group-prepend[data-v-ec1c7044] {
    margin-right: -1px;
    border-radius: 5px 0 0 5px
}

.input-group-append[data-v-ec1c7044] {
    display: flex;
    border-radius: 0 5px 5px 0
}

.input-group-text[data-v-ec1c7044] {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 15px;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    border: 1px solid var(--mode-grey);
    background-color: var(--mode-grey)
}

@media (max-width:1366px) {
    .input-group-text[data-v-ec1c7044] {
        height: 33px
    }
}

.form-control[data-v-ec1c7044] {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    background-color: var(--mode-light);
    color: var(--mode-dark);
    border-radius: 5px;
    border: 1px solid var(--mode-lightdark);
    outline: none;
    display: flex;
    align-items: center;
    font-weight: 600
}

@media (max-width:1366px) {
    .form-control[data-v-ec1c7044] {
        height: 33px
    }
}

@media (max-width:767px) {
    .form-control[data-v-ec1c7044] {
        height: 40px;
        font-size: 12px
    }
}

.form-control[data-v-ec1c7044]:focus {
    box-shadow: 0 0 3px 0 var(--primary-color)
}

.form-control[data-v-ec1c7044]::-moz-placeholder {
    font-style: italic
}

.form-control[data-v-ec1c7044]::placeholder {
    font-style: italic
}

.form-control-darklight[data-v-ec1c7044] {
    background-color: transparent;
    color: #000;
    border: none;
    border-radius: 0;
    padding: 0
}

.form-control-darklight[data-v-ec1c7044]:focus {
    box-shadow: none
}

.form-control-15[data-v-ec1c7044] {
    width: 15%
}

.form-control-25[data-v-ec1c7044] {
    width: 25%
}

.form-control-35[data-v-ec1c7044] {
    width: 35%
}

.form-control-50[data-v-ec1c7044] {
    width: 50%
}

.form-control-75[data-v-ec1c7044] {
    width: 75%
}

.form-control[data-v-ec1c7044]:disabled {
    background-color: #a0a0a0
}

.form-rounded[data-v-ec1c7044] {
    border-radius: 100px
}

.form-white[data-v-ec1c7044] {
    background-color: #fff;
    color: #000
}

.form-list[data-v-ec1c7044] {
    display: none;
    position: absolute;
    z-index: 2;
    padding: 0;
    left: 0;
    right: 0;
    top: 20px;
    background-color: var(--mode-light);
    border: 1px solid var(--mode-darklight);
    border-top: none;
    list-style: none;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    height: 192.5px;
    overflow-y: scroll;
    font-weight: 600;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .50196)
}

.form-list-sub[data-v-ec1c7044] {
    display: block !important
}

.form-list-sub[data-v-ec1c7044]:hover {
    text-shadow: none !important
}

.form-list-white[data-v-ec1c7044] {
    background-color: #fff;
    color: #000
}

.form-list-darklight[data-v-ec1c7044] {
    background-color: var(--mode-form-lightdark);
    border: none;
    left: -10px;
    right: -10px
}

.form-list-darklight li[data-v-ec1c7044]:before {
    background-color: var(--mode-darklight) !important
}

.form-list-short[data-v-ec1c7044] {
    max-height: 157.5px;
    height: auto
}

.form-list li[data-v-ec1c7044] {
    height: 35px;
    padding: 0 15px;
    margin-left: 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    border-radius: 3px;
    color: #000
}

.form-list li[data-v-ec1c7044]:before {
    content: "";
    position: absolute;
    height: 1px;
    left: 10px;
    right: 10px;
    bottom: -1px;
    background-color: var(--mode-lightdark)
}

.form-list li[data-v-ec1c7044]:hover {
    background-color: var(--primary-color);
    color: #fff;
    text-shadow: 2px 1px 3px #000
}

@media (orientation:landscape) {
    .form-profile-page[data-v-ec1c7044] {
        max-width: 600px;
        margin: auto
    }
}

.rotate[data-v-ec1c7044] {
    transform: rotate(45deg)
}

.rotate90[data-v-ec1c7044] {
    transform: rotate(90deg)
}

.heading-1[data-v-ec1c7044],
.heading-2[data-v-ec1c7044],
.heading-3[data-v-ec1c7044],
.heading-4[data-v-ec1c7044],
.heading-5[data-v-ec1c7044] {
    display: block;
    margin: 15px 0;
    font-weight: 700;
    line-height: unset
}

.heading-1[data-v-ec1c7044] {
    margin-top: 0;
    font-size: 2em
}

.heading-2[data-v-ec1c7044] {
    font-size: 1.5em
}

.heading-3[data-v-ec1c7044] {
    font-size: 1.17em
}

.heading-4[data-v-ec1c7044] {
    font-size: 1em
}

.heading-5[data-v-ec1c7044] {
    font-size: .83em
}

.heading-big[data-v-ec1c7044] {
    font-size: 2.5rem
}

.heading-ea[data-v-ec1c7044] {
    font-family: "EASPORTS", sans-serif
}

.form-control[data-v-ec1c7044] {
    font-size: 15px;
    padding-right: 15%
}

@media (max-width:1366px) {
    .form-control[data-v-ec1c7044] {
        font-size: 14px
    }
}

.form-list[data-v-ec1c7044] {
    top: 30px;
    max-height: 202.5px
}

.form-list li[data-v-ec1c7044] {
    height: 45px;
    font-size: 15px
}

@media (max-width:1366px) {
    .form-list li[data-v-ec1c7044] {
        font-size: 14px
    }
}

.depo[data-v-ec1c7044] {
    background-color: var(--mode-light);
    padding: 15px;
    border-radius: 5px
}


@keyframes rainbow {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 200% 0;
    }
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 94%);
    z-index: 1;
}

#overlay {
    position: fixed;
    /* Sit on top of the page content */
    display: none;
    /* Hidden by default */
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 78%);
    /* Black background with opacity */
    z-index: 2;
    /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    /* Add a pointer on hover */
}

/* Gaya popup */
.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 253, 253, 1);
    /* Latar belakang semi-transparan */
    width: 345px;
    /* Lebar popup */
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 2;
    border-radius: 10px;
    border: 2px solid #ffffff;
    /* Sudut bulat */
}

.popup img {
    max-width: 300px;
    margin-bottom: -17px;
}

.success-icon {
    width: 100px;
}


#selected-provider {
    display: block;
    font-weight: bold;
    color: #00fff2;
    text-align: center;
    margin-top: 0px;
    /* Sesuaikan margin-top sesuai kebutuhan Anda di desktop */
}

#selected-server-name {
    color: #ffffff;

}

#fiturWin {
    color: #ffffff;

}

.progress-container {
    width: 100%;
    background-color: #cfcfcf;
    border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
}

.progress-bar {
    height: 30px;
    width: 0;
    background-image: linear-gradient(45deg, #2cad3e 25%, #00ff08 25%, #00ff08 50%, #2cad3e 50%, #2cad3e 75%, #00ff08 75%, #00ff08);
    /* Pola garis-garis warna */
    -webkit-background-size: 3rem 3rem;
    /* Ukuran garis */
    background-size: 3rem 3rem;
    /* Ukuran garis */
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    /* Animasi garis-garis */
    -o-animation: progress-bar-stripes 1s linear infinite;
    /* Animasi garis-garis */
    animation: progress-bar-stripes 1s linear infinite;
    transition: width 0.6s;
    border-radius: 12px;
}

/* Animasi yang membuat garis bergerak */
@keyframes progress-bar-stripes {
    from {
    background-position: 40px 0;
    }
    to {
    background-position: 0 0;
    }
}

/* Gaya form */
.form-group {
    margin: 10px 0;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
}

.form-control {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Gaya tombol CONNECT */
.cta {
    display: block;
    margin-top: -11px;
    padding: 10px 20px;
    background-color: #ffffff;
    color: #eeff00;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.slideshow-images-container {
    max-width: 100%;
    position: relative;
    overflow: hidden;
    /* Agar gambar yang melebihi container terpotong */
}

/* Style untuk gambar slideshow */
.slideshow-images {
    display: none;
}

.slideshow-images img {
    width: 100%;
    min-height: 100px;
    background: black;
    border-radius: 10px;
}

.input-error {
    color: red;
}

.custom-button {
    background-color: #93e800;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

/* CSS untuk popup */
.popup {
    display: none;
    position: fixed;
    background-color: #808080;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.popup-content5 {
    display: flex;
    flex-direction: column;
}

.server {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.flag-icon {
    flex: 1;
    color: #ffffff;
}

.status-text {
    flex: 1;
    text-align: center;
}

.select-button {
    flex: 1;
    padding: 5px;
    background-color: #ffd100;
    color: #000;
    border: none;
    cursor: pointer;
    font-weight: bold;
}

.select-button3 {
    flex: 1;
    padding: 5px;
    background-color: #90e300;
    color: #000;
    border: none;
    cursor: pointer;
    font-weight: bold;
    opacity: 0;

}


.select-button1 {
    background: linear-gradient(90deg, #5f37bb 0%, rgb(111, 0, 255) 50%, #5f37bb 100%);
    color: #fffb00;
    border: 1px solid #ffffff;
    padding: 8px 45px;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 10px;
    margin-left: auto;
    /* Auto margin kiri-kanan untuk centering */
    margin-right: auto;
    /* Auto margin kiri-kanan untuk centering */
    font-weight: bold;
    display: block;
    /* Membuat tombol menjadi elemen blok */
    position: relative;
    /* Tambahkan posisi relatif */
    z-index: 1;
    /* Tombol berada di bawah popup */


}

@keyframes select-button1 {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}


.server span {
    color: #ffffff;
}

.status-text.online {
    color: rgb(12, 255, 12);
    font-weight: bold;
   
}

.status-text.offline {
    color: red;
    font-weight: bold;
    /* Warna teks merah untuk status "Offline" atau "Full" */
}

/* Mengubah warna background offline-status1 menjadi merah untuk status "Offline" atau "Full" */
.server.status-offline .offline-status1 {
    background-color: red;
}

.animated_rainbow_1 {
    font-size: 20px;
    font-family: Arial Black, Gadget, sans-serif;
    color: #ffffff;

    background-clip: text;
}

.article,
.aside,
.details,
.figcaption,
.figure,
.footer,
.header,
.hgroup,
.main,
.nav,
.section,
.summary {
    display: block;
}

.audio,
.canvas,
.video {
    display: inline-block
}

.audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}


.a:focus {
    outline: thin dotted
}

.a:active,
.a:hover {
    outline: 0
}

h1 {
    margin: .67em 0;
    font-size: 2em;
    color: rgb(251, 255, 0);
}


.hr {
    height: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}



.img {
    border: 0
}

.svg:not(:root) {
    overflow: hidden
}

.figure {
    margin: 0
}

.fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0
}

.legend {
    padding: 0;
    border: 0
}

.button,
.input,
.select,
.textarea {
    margin: 0;
    font-family: inherit;
    font-size: 100%
}

.button,
.input {
    line-height: normal
}

.button,
.select {
    text-transform: none
}

.button,
.html input[type="button"],
.input[type="reset"],
.input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button
}

.button[disabled],
.html input[disabled] { 
    cursor: default
}

.input[type="checkbox"],
.input[type="radio"] {
    padding: 0;
    box-sizing: border-box
}

.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
}

.button::-moz-focus-inner,
.input::-moz-focus-inner {
    padding: 0;
    border: 0
}

.textarea {
    overflow: auto;
    vertical-align: top
}

.table {
    border-collapse: collapse;
    border-spacing: 0
}

@media print {
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important
    }

    .a,
    .a:visited {
        text-decoration: underline
    }

    .a[href]:after {
        content: " (" attr(href) ")"
    }

    .ir a:after,
    .a[href^="javascript:"]:after,
    .a[href^="#"]:after {
        content: ""
    }

    .pre,
    .blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    .thead {
        display: table-header-group
    }

    .tr,
    .img {
        page-break-inside: avoid
    }

    .img {
        max-width: 100% !important
    }

    @page {
        margin: 2cm .5cm
    }

    .p,
    .h2,
    .h3 {
        orphans: 3;
        widows: 3
    }

    .h2,
    .h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.input,
.button,
.select,
.textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

.button,
.input,
.select[multiple],
.textarea {
    background-image: none
}

.a {
    color: #ffeb00;
    text-decoration: none;
}

.a:hover,
.a:focus {
    color: #2a6496;
    text-decoration: underline
}

.a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

.hr {
    margin-top: 15px;
    margin-bottom: 15px;
    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
}

p {
    margin: 0 0 10px:
}

.lead {
    margin-bottom: 20px;
    font-size: 16.099999999999998px;
    font-weight: 200;
    line-height: 1.4
}

@media(min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.text-muted {
    color: #999
}

.text-primary {
    color: #428bca
}

.text-warning {
    color: #c09853
}

.text-danger {
    color: #b94a48
}

.text-success {
    color: #468847
}

.text-info {
    color: #3a87ad
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999
}

.h1,
.h2,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h4,
.h5,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h1,
.h1 {
    font-size: 36px
}

h2 {
    font-size: 30px;
    color: white;
}

.h3 {
    font-size: 24px
}

.h4 {
    font-size: 18px
}

.h5 {
    font-size: 14px
}

.h6 {
    font-size: 12px
}

.h1 small {
    font-size: 24px
}

.h2 small {
    font-size: 18px
}

.h3 small,
.h4 small {
    font-size: 14px
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto
}

.container:before,
.container:after {
    display: table;
    content: " "
}

.container:after {
    clear: both
}

.container:before,
.container:after {
    display: table;
    content: " "
}

.container:after {
    clear: both
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.row:before,
.row:after {
    display: table;
    content: " "
}

.row:after {
    clear: both
}

.row:before,
.row:after {
    display: table;
    content: " "
}

.row:after {
    clear: both
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.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-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.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-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.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-lg-10,
.col-lg-11,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
    float: left
}

.col-xs-1 {
    width: 8.333333333333332%
}

.col-xs-2 {
    width: 16.666666666666664%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333333333333%
}

.col-xs-5 {
    width: 41.66666666666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.333333333333336%
}

.col-xs-8 {
    width: 66.66666666666666%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333333333334%
}

.col-xs-11 {
    width: 91.66666666666666%
}

.col-xs-12 {
    width: 100%
}

@media(min-width:768px) {
    .container {
        max-width: 750px
    }

    .col-sm-1,
    .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-sm-10,
    .col-sm-11 {
        float: left
    }

    .col-sm-1 {
        width: 8.333333333333332%
    }

    .col-sm-2 {
        width: 16.666666666666664%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333333333333%
    }

    .col-sm-5 {
        width: 41.66666666666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.333333333333336%
    }

    .col-sm-8 {
        width: 66.66666666666666%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333333333334%
    }

    .col-sm-11 {
        width: 91.66666666666666%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-push-1 {
        left: 8.333333333333332%
    }

    .col-sm-push-2 {
        left: 16.666666666666664%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333333333333%
    }

    .col-sm-push-5 {
        left: 41.66666666666667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.333333333333336%
    }

    .col-sm-push-8 {
        left: 66.66666666666666%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333333333334%
    }

    .col-sm-push-11 {
        left: 91.66666666666666%
    }

    .col-sm-pull-1 {
        right: 8.333333333333332%
    }

    .col-sm-pull-2 {
        right: 16.666666666666664%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333333333333%
    }

    .col-sm-pull-5 {
        right: 41.66666666666667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.333333333333336%
    }

    .col-sm-pull-8 {
        right: 66.66666666666666%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333333333334%
    }

    .col-sm-pull-11 {
        right: 91.66666666666666%
    }

    .col-sm-offset-1 {
        margin-left: 8.333333333333332%
    }

    .col-sm-offset-2 {
        margin-left: 16.666666666666664%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666666666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666666666666%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666666666666%
    }
}

@media(min-width:992px) {
    .container {
        max-width: 970px
    }
.footer2 {
color: fff;
text-align: center;
position: relative;
top: 100px;
}

    .col-md-1,
    .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-md-10,
    .col-md-11 {
        float: left
    }

    .col-md-1 {
        width: 8.333333333333332%
    }

    .col-md-2 {
        width: 16.666666666666664%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333333333333%
    }

    .col-md-5 {
        width: 41.66666666666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.333333333333336%
    }

    .col-md-8 {
        width: 66.66666666666666%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333333333334%
    }

    .col-md-11 {
        width: 91.66666666666666%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.333333333333332%
    }

    .col-md-push-2 {
        left: 16.666666666666664%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333333333333%
    }

    .col-md-push-5 {
        left: 41.66666666666667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.333333333333336%
    }

    .col-md-push-8 {
        left: 66.66666666666666%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333333333334%
    }

    .col-md-push-11 {
        left: 91.66666666666666%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.333333333333332%
    }

    .col-md-pull-2 {
        right: 16.666666666666664%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333333333333%
    }

    .col-md-pull-5 {
        right: 41.66666666666667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.333333333333336%
    }

    .col-md-pull-8 {
        right: 66.66666666666666%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333333333334%
    }

    .col-md-pull-11 {
        right: 91.66666666666666%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.333333333333332%
    }

    .col-md-offset-2 {
        margin-left: 16.666666666666664%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333333333%
    }

    .col-md-offset-5 {
        margin-left: 41.66666666666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col-md-offset-8 {
        margin-left: 66.66666666666666%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col-md-offset-11 {
        margin-left: 91.66666666666666%
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1170px
    }

    .col-lg-1,
    .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-lg-10,
    .col-lg-11 {
        float: left
    }

    .col-lg-1 {
        width: 8.333333333333332%
    }

    .col-lg-2 {
        width: 16.666666666666664%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333333333333%
    }

    .col-lg-5 {
        width: 41.66666666666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.333333333333336%
    }

    .col-lg-8 {
        width: 66.66666666666666%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333333333334%
    }

    .col-lg-11 {
        width: 91.66666666666666%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.333333333333332%
    }

    .col-lg-push-2 {
        left: 16.666666666666664%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333333333333%
    }

    .col-lg-push-5 {
        left: 41.66666666666667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.333333333333336%
    }

    .col-lg-push-8 {
        left: 66.66666666666666%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333333333334%
    }

    .col-lg-push-11 {
        left: 91.66666666666666%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.333333333333332%
    }

    .col-lg-pull-2 {
        right: 16.666666666666664%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333333333333%
    }

    .col-lg-pull-5 {
        right: 41.66666666666667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.333333333333336%
    }

    .col-lg-pull-8 {
        right: 66.66666666666666%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333333333334%
    }

    .col-lg-pull-11 {
        right: 91.66666666666666%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.333333333333332%
    }

    .col-lg-offset-2 {
        margin-left: 16.666666666666664%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666666666667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666666666666%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666666666666%
    }
}

table {
    max-width: 100%;
    background-color: transparent
}

th {
    text-align: left
}

.table {
    width: 100%;
    margin-bottom: 20px
}

.table thead>tr>th,
.table tbody>tr>th,
.table tfoot>tr>th,
.table thead>tr>td,
.table tbody>tr>td,
.table tfoot>tr>td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table caption+thead tr:first-child th,
.table colgroup+thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption+thead tr:first-child td,
.table colgroup+thead tr:first-child td,
.table thead:first-child tr:first-child td {
    border-top: 0
}

.table tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed thead>tr>th,
.table-condensed tbody>tr>th,
.table-condensed tfoot>tr>th,
.table-condensed thead>tr>td,
.table-condensed tbody>tr>td,
.table-condensed tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: #f5f5f5
}

.table col[class*="col-"] {
    display: table-column;
}

.table td[class*="col-"],
.table th[class*="col-"] {
    display: table-cell;
    float: none; /* Memastikan elemen tidak mengapung */
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td {
    background-color: #d0e9c6;
    border-color: #c9e2b3
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
    background-color: #f2dede;
    border-color: #eed3d7
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td {
    background-color: #ebcccc;
    border-color: #e6c1c7
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3;
    border-color: #fbeed5
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td {
    background-color: #faf2cc;
    border-color: #f8e5be
}

@media(max-width:768px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0;
        background-color: #fff
    }

    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>thead>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>thead>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

.input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.input[type="radio"],
.input[type="checkbox"] {
    margin: -1px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

.input[type="file"] {
    display: block
}

.select[multiple],
.select[size] {
    height: auto
}

.select optgroup {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit
}

.input[type="file"]:focus,
.input[type="radio"]:focus,
.input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.input[type="number"]::-webkit-outer-spin-button,
.input[type="number"]::-webkit-inner-spin-button {
    height: auto
}

.form-control:-moz-placeholder {
    color: #999
}

.form-control::-moz-placeholder {
    color: #999
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.43; /* Pembulatan nilai agar lebih bersih */
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* Tambahkan efek saat focus */
.form-control:focus {
    border-color: #66afe9;
    box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
    outline: none;
}


.form-control[disabled],
.form-control[readonly],
.fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee
}

.textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    display: flex;
    align-items: center; /* Pusatkan secara vertikal */
    min-height: 20px;
    padding-left: 20px;
    margin: 10px 0;
    position: relative; /* Berguna untuk input & label */
}


.radio label,
.checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

.input[type="radio"][disabled],
.input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.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
}

.textarea.input-sm {
    height: auto
}

.input-lg {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.select.input-lg {
    height: 45px;
    line-height: 45px
}

.textarea.input-lg {
    height: auto
}

.has-warning .help-block,
.has-warning .control-label {
    color: #c09853
}

.has-warning .form-control {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e
}

.has-warning .input-group-addon {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853
}

.has-error .help-block,
.has-error .control-label {
    color: #b94a48
}

.has-error .form-control {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392
}

.has-error .input-group-addon {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48
}

.has-success .help-block,
.has-success .control-label {
    color: #468847
}

.has-success .form-control {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b
}

.has-success .input-group-addon {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847
}

.form-control-static {
    padding-top: 7px;
    margin-bottom: 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
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0
    }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    display: table;
    content: " "
}

.form-horizontal .form-group:after {
    clear: both
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    display: table;
    content: " "
}

.form-horizontal .form-group:after {
    clear: both
}

@media(min-width:768px) {
    .form-horizontal .control-label {
        text-align: right
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus {
    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, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #47a447;
    border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-link {
    font-weight: normal;
    color: #428bca;
    cursor: pointer;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #999;
    text-decoration: none
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-sm,
.btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs {
    padding: 1px 5px
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/fonts/glyphicons-halflings-regular.eot');
    src: url('/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.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-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-print:before {
    content: "\e045"
}

.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-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.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-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-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.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-briefcase:before {
    content: "\1f4bc"
}

.glyphicon-calendar:before {
    content: "\1f4c5"
}

.glyphicon-pushpin:before {
    content: "\1f4cc"
}

.glyphicon-paperclip:before {
    content: "\1f4ce"
}

.glyphicon-camera:before {
    content: "\1f4f7"
}

.glyphicon-lock:before {
    content: "\1f512"
}

.glyphicon-bell:before {
    content: "\1f514"
}

.glyphicon-bookmark:before {
    content: "\1f516"
}

.glyphicon-fire:before {
    content: "\1f525"
}

.glyphicon-wrench:before {
    content: "\1f527"
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-bottom: 0 dotted;
    border-left: 4px solid transparent;
    content: ""
}

.dropdown {
    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;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box
}

.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: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #428bca
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #999
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    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-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999
}

.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 {
    border-top: 0 dotted;
    border-bottom: 4px solid #000;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

@media(min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
}

.btn-default .caret {
    border-top-color: #333
}

.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
    border-top-color: #fff
}

.dropup .btn-default .caret {
    border-bottom-color: #333
}

.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
    border-bottom-color: #fff
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
    z-index: 2
}

.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus {
    outline: 0
}

.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:before,
.btn-toolbar:after {
    display: table;
    content: " "
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar:before,
.btn-toolbar:after {
    display: table;
    content: " "
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn-group {
    float: left
}

.btn-toolbar>.btn+.btn,
.btn-toolbar>.btn-group+.btn,
.btn-toolbar>.btn+.btn-group,
.btn-toolbar>.btn-group+.btn-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-bottom-left-radius: 0;
    border-top-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>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group-xs>.btn {
    padding: 5px 10px;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.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, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.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 {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.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-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child>.btn:last-child,
.btn-group-vertical>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    border-collapse: separate;
    table-layout: fixed
}

.btn-group-justified .btn {
    display: table-cell;
    float: none;
    width: 1%
}

[data-toggle="buttons"]>.btn>input[type="radio"],
[data-toggle="buttons"]>.btn>input[type="checkbox"] {
    display: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group.col {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    width: 100%;
    margin-bottom: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    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: 45px;
    line-height: 45px
}

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
}

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-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control: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: normal;
    line-height: 1;
    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="radio"],
.input-group-addon input[type="checkbox"] {
    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>.dropdown-toggle,
.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:last-child>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -4px
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:active {
    z-index: 2
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav:before,
.nav:after {
    display: table;
    content: " "
}

.nav:after {
    clear: both
}

.nav:before,
.nav:after {
    display: table;
    content: " "
}

.nav:after {
    clear: both
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #999
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #999;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #428bca
}

.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.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    text-align: center
}

@media(min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-bottom: 1px solid #ddd
}

.nav-tabs.nav-justified>.active>a {
    border-bottom-color: #fff
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 5px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #428bca
}

.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 {
    text-align: center
}

@media(min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-bottom: 1px solid #ddd
}

.nav-tabs-justified>.active>a {
    border-bottom-color: #fff
}

.tabbable:before,
.tabbable:after {
    display: table;
    content: " "
}

.tabbable:after {
    clear: both
}

.tabbable:before,
.tabbable:after {
    display: table;
    content: " "
}

.tabbable:after {
    clear: both
}

.tab-content>.tab-pane,
.pill-content>.pill-pane {
    display: none
}

.tab-content>.active,
.pill-content>.active {
    display: block
}

.nav .caret {
    border-top-color: #428bca;
    border-bottom-color: #428bca
}

.nav a:hover .caret {
    border-top-color: #2a6496;
    border-bottom-color: #2a6496
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    z-index: 1000;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

.navbar:before,
.navbar:after {
    display: table;
    content: " "
}

.navbar:after {
    clear: both
}

.navbar:before,
.navbar:after {
    display: table;
    content: " "
}

.navbar:after {
    clear: both
}

@media(min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

.navbar-header:before,
.navbar-header:after {
    display: table;
    content: " "
}

.navbar-header:after {
    clear: both
}

.navbar-header:before,
.navbar-header:after {
    display: table;
    content: " "
}

.navbar-header:after {
    clear: both
}

@media(min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    max-height: 340px;
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:before,
.navbar-collapse:after {
    display: table;
    content: " "
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse:before,
.navbar-collapse:after {
    display: table;
    content: " "
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media(min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        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-collapse .navbar-nav.navbar-left:first-child {
        margin-left: -15px
    }

    .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right: -15px
    }

    .navbar-collapse .navbar-text:last-child {
        margin-right: 0
    }
}

.container>.navbar-header,
.container>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media(min-width:768px) {

    .container>.navbar-header,
    .container>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    border-width: 0 0 1px
}

@media(min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    border-width: 0 0 1px
}

@media(min-width:768px) {

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    z-index: 1030
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

@media(min-width:768px) {
    .navbar>.container .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;
    border: 1px solid transparent;
    border-radius: 4px
}

.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;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        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
    }
}

@media(min-width:768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important
    }
}

.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, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.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
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0
    }

    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0
    }
}

@media(max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
}

@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-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-nav.pull-right>li>.dropdown-menu,
.navbar-nav>li>.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-text {
    float: left;
    margin-top: 15px;
    margin-bottom: 15px
}

@media(min-width:768px) {
    .navbar-text {
        margin-right: 15px;
        margin-left: 15px
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    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:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ccc
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e6e6e6
}

.navbar-default .navbar-nav>.dropdown>a:hover .caret,
.navbar-default .navbar-nav>.dropdown>a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a .caret,
.navbar-default .navbar-nav>.open>a:hover .caret,
.navbar-default .navbar-nav>.open>a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555
}

.navbar-default .navbar-nav>.dropdown>a .caret {
    border-top-color: #777;
    border-bottom-color: #777
}

@media(max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #999
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #999
}

.navbar-inverse .navbar-nav>li>a {
    color: #999
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    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:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.dropdown>a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.navbar-inverse .navbar-nav>.dropdown>a .caret {
    border-top-color: #999;
    border-bottom-color: #999
}

.navbar-inverse .navbar-nav>.open>a .caret,
.navbar-inverse .navbar-nav>.open>a:hover .caret,
.navbar-inverse .navbar-nav>.open>a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

@media(max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #999
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #999
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.breadcrumb>.active {
    color: #999
}

.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.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-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:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    background-color: #eee
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca
}

.pagination>.disabled>span,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-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
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-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:before,
.pager:after {
    display: table;
    content: " "
}

.pager:after {
    clear: both
}

.pager:before,
.pager:after {
    display: table;
    content: " "
}

.pager:after {
    clear: both
}

.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:hover,
.pager li>a:focus {
    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:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #999;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label[href]:hover,
.label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.label-default {
    background-color: #999
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #808080
}

.label-primary {
    background-color: #428bca
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #3071a9
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999;
    border-radius: 10px
}

.badge:empty {
    display: none
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.btn .badge {
    position: relative;
    top: -1px
}

a.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #428bca;
    background-color: #fff
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #eee
}

.jumbotron h1 {
    line-height: 1;
    color: inherit
}

.jumbotron p {
    line-height: 1.4
}

.container .jumbotron {
    border-radius: 6px
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: inline-block;
    display: block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.thumbnail>img {
    display: block;
    height: auto;
    max-width: 100%
}

a.thumbnail:hover,
a.thumbnail:focus {
    border-color: #428bca
}

.thumbnail>img {
    margin-right: auto;
    margin-left: auto
}

.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: bold
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable {
    padding-right: 35px
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #356635
}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #2d6987
}

.alert-warning {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5
}

.alert-warning hr {
    border-top-color: #f8e5be
}

.alert-warning .alert-link {
    color: #a47e3c
}

.alert-danger {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7
}

.alert-danger hr {
    border-top-color: #e6c1c7
}

.alert-danger .alert-link {
    color: #953b39
}


.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #e1edf7
}

.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, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel-body {
    padding: 15px
}

.panel-body:before,
.panel-body:after {
    display: table;
    content: " "
}

.panel-body:after {
    clear: both
}

.panel-body:before,
.panel-body:after {
    display: table;
    content: " "
}

.panel-body:after {
    clear: both
}

.panel>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item {
    border-width: 1px 0
}

.panel>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel>.list-group .list-group-item:last-child {
    border-bottom: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel>.table {
    margin-bottom: 0
}

.panel>.panel-body+.table {
    border-top: 1px solid #ddd
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px
}

.panel-title>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-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.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-footer+.panel-collapse .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #428bca
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #428bca
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #428bca
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-warning {
    border-color: #fbeed5
}

.panel-warning>.panel-heading {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #fbeed5
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #fbeed5
}

.panel-danger {
    border-color: #eed3d7
}

.panel-danger>.panel-heading {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7
}

.panel-danger>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #eed3d7
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #eed3d7
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #bce8f1
}

.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, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 24px; /* Bisa disesuaikan */
    height: 24px;
    cursor: pointer;
    background: transparent;
    border: none;
    outline: none; /* Hindari outline bawaan */
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden
}

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
    margin-right: 15px
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: auto;
    overflow-y: scroll
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog {
    z-index: 1050;
    width: auto;
    padding: 10px;
    margin-right: auto;
    margin-left: auto
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    min-height: 16.428571429px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.428571429
}

.modal-body {
    position: relative;
    padding: 20px
}

.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " "
}

.modal-footer:after {
    clear: both
}

.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " "
}

.modal-footer:after {
    clear: both
}

.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
}

@media screen and (min-width:768px) {
    .modal-dialog {
        right: auto;
        left: 50%;
        width: 600px;
        padding-top: 30px;
        padding-bottom: 30px
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }
}

.site-menu-trigger-input:checked+.inner-body-container .site-menu-trigger [data-icon="menu"] {
    background-color: transparent
}

.site-menu-trigger-input:checked+.inner-body-container .site-menu-trigger [data-icon="menu"]:before,
.site-menu-trigger-input:checked+.inner-body-container .site-menu-trigger [data-icon="menu"]:after {
    background-color: #f41168
}

.site-menu-trigger-input:checked+.inner-body-container .site-menu-trigger [data-icon="menu"]:after,
.site-menu-trigger-input:checked+.inner-body-container .site-menu-trigger [data-icon="menu"]:before {
    width: 100%
}

.site-menu-trigger-input:checked+.inner-body-container .site-menu-trigger [data-icon="menu"]:before {
    bottom: 0;
    transform: rotate(45deg)
}

.site-menu-trigger-input:checked+.inner-body-container .site-menu-trigger [data-icon="menu"]:after {
    top: 0;
    transform: rotate(-45deg)
}

.site-menu-trigger-input:checked+.inner-body-container .inner-body {
    transform: translateX(-60%)
}

.site-menu-trigger-input:checked+.inner-body-container .site-menu {
    transform: translateX(-100%)
}

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 54px;
    z-index: 99;
    background-color: #17132d;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.site-header .back-button {
    font-size: 18px;
    color: transparent;
    margin-left: 5px;
    background: center no-repeat;
    background-size: contain;
    background-image: var(--image-src)
}

.site-header .logo {
    display: inline-block;
    width: 125px;
    padding-top: calc(125px*45/180);
    position: relative
}

.site-header .logo>img,
.site-header .logo>picture {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

.site-header .logo>picture img {
    height: 100%
}

.site-header .header-info {
    margin: 0 15px 0 auto;
    display: flex;
    align-items: center;
    gap: 15px
}

.site-header .header-info .unread-announcements-button {
    position: relative
}

.site-header .header-info .unread-announcements-button:before {
    content: attr(data-announcement-count);
    position: absolute;
    top: -5px;
    right: -5px;
    width: 16px;
    height: 16px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fc1818;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%
}

.site-header .header-info .unread-announcements-button[data-announcement-count="0"]:before {
    background: #808080
}

.site-header .header-info .unread-announcements-button img {
    width: 30px;
    height: 30px
}

.site-header .header-info a[href="/mobile/login.html"] {
    margin-right: 10px
}

.site-header .header-info a[href="/mobile/login.html"],
.site-header .header-info a[href="/mobile/register.html"] {
    background-color: #f8007e;
    background-image: linear-gradient(to right, #f8007e 0%, #a500e0 100%);
    border-radius: 25px;
    font-size: 15px;
    color: #fff;
    padding: 5px 10px
}

.site-menu-trigger {
    margin: 0;
    margin-left: 18px;
    position: relative;
    display: flex;
    align-items: center
}

.site-menu-trigger:before {
    content: '';
    position: absolute;
    left: -18px;
    height: 52px;
    width: 2px;
    background-color: rgba(0, 0, 0, .8);
    box-shadow: 1px 0 2px rgba(255, 255, 255, .3)
}

.site-menu-trigger [data-icon="menu"] {
    display: flex;
    position: relative;
    width: 18px;
    height: 2px;
    background-color: #f41168;
    transition: .5s ease-in-out
}

.site-menu-trigger [data-icon="menu"]:before,
.site-menu-trigger [data-icon="menu"]:after {
    content: '';
    height: 100%;
    position: absolute;
    background-color: inherit;
    right: 0
}

.site-menu-trigger [data-icon="menu"]:before {
    bottom: 5px;
    width: 14px
}

.site-menu-trigger [data-icon="menu"]:after {
    top: 5px;
    width: 22px
}

.site-menu ul {
    margin: 0
}

.site-menu ul a {
    color: inherit
}

.site-menu summary {
    outline: none;
    list-style-type: none
}

.site-menu summary::-webkit-details-marker {
    display: none
}

.site-menu summary>section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.site-menu summary>section>span {
    display: flex
}

.site-menu summary>section>i {
    transition: transform .3s;
    transform-origin: center;
    font-size: 14px;
    top: 0
}

.site-menu details[open]>summary>section>i {
    transform: rotate(90deg)
}

.site-menu>label {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .8)
}

.site-menu>ul {
    position: absolute;
    top: 0;
    width: 60%;
    right: 0;
    bottom: 0;
    background-color: #09020e;
    color: #fff;
    font-size: 13px;
    overflow: auto
}

.site-menu li>a,
.site-menu summary {
    display: flex;
    align-items: center;
    background-color: #09020e;
    color: #766284;
    padding: 10px 15px;
    border-left: 3px solid #856f94
}

.site-menu li>a[data-active="true"] {
    border-left-color: #f60086
}

.site-menu li>a:hover,
.site-menu summary:hover {
    color: #fff;
    border-left: 3px solid #f60086
}

.site-menu li+li,
.site-menu details article {
    border-top: 2px solid #190620
}

.site-menu details details summary,
.site-menu details li>a {
    padding-left: 45px
}

.site-menu details details li>a {
    padding-left: 75px
}

.site-menu [data-icon] {
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-right: 10px;
    position: relative
}

.site-menu [data-icon] img {
    width: 100%;
    height: 100%
}

.site-menu [data-icon][data-new-notification="true"]:after,
.site-menu-trigger[data-new-notification="true"]:after {
    content: '';
    position: absolute;
    top: -11px;
    right: -5px;
    background-color: #f00;
    height: 10px;
    width: 10px;
    border-radius: 50%
}

.site-menu [data-icon][data-new-notification="true"]:after {
    top: -5px;
    right: -5px
}

.side-menu-user-info,
.side-menu-login-panel {
    background-color: #18041a;
    background-image: linear-gradient(to right, #18041a 0%, #2d0321 100%);
    padding: 20px;
    font-size: 12px
}

.side-menu-login-panel .login-panel-item {
    position: relative
}

.side-menu-login-panel .login-panel-item [data-icon] {
    position: absolute;
    top: 10px;
    left: 15px;
    height: 18px;
    width: 18px;
    margin: 0;
    background: center no-repeat;
    background-size: contain
}

.side-menu-login-panel .login-panel-item [data-icon] {
    background-image: var(--image-src)
}

.side-menu-login-panel input[type="text"],
.side-menu-login-panel input[type="password"] {
    background-color: rgba(96, 34, 81, .33);
    color: #bf81ae;
    border: none;
    width: 100%;
    border-radius: 5px;
    text-indent: 35px;
    padding: 10px;
    margin-bottom: 10px
}

.side-menu-login-panel .buttons-container {
    text-align: center;
    margin-top: 10px
}

.side-menu-login-panel input[type="submit"],
.side-menu-login-panel a {
    display: inline-block;
    padding: 5px 15px;
    background: transparent;
    color: #fff;
    border: 1px solid #fe0077;
    border-radius: 20px;
    text-transform: uppercase;
    margin: 0 2px
}

.side-menu-login-panel a {
    background-color: #c900d5;
    background-image: linear-gradient(to right, #c900d5 0%, #fe0077 100%)
}

.side-menu-login-panel input::-webkit-input-placeholder {
    color: #7d5475
}

.side-menu-login-panel .login-captcha-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 5px
}

.side-menu-login-panel .login-captcha-container img {
    height: 30px
}

.side-menu-login-panel .login-captcha-container i {
    font-size: 18px;
    margin-left: 7px;
    top: -1px
}

.side-menu-user-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.side-menu-user-info>img,
.side-menu-user-info>picture>img {
    height: 70px;
    width: 70px;
    margin-right: 10px
}

.side-menu-user-info .username {
    font-size: 16px;
    background: linear-gradient(to left, #b84684, #970dcd 50%); /* Tanpa prefix */
    background-clip: text; /* Menambahkan fallback untuk non-webkit browser */
    color: transparent; /* Memastikan warna teks transparan */
    font-weight: 600;
    margin-bottom: 3px;
    font-family: 'Arial', sans-serif; /* Menambahkan fallback font */
}


.side-menu-user-info .balance-field {
    font-size: 16px;
    margin-top: 3px
}

.side-menu-user-info .balance>span {
    color: #ff85d7
}

.side-menu-user-info .locked-balance {
    background: #101c48;
    border-radius: 3px;
    padding: 3px 6px;
    font-size: 12px;
    margin-top: 3px
}

.side-menu-user-info .locked-balance i {
    margin-right: 2px;
    font-size: 11px;
    color: #fff
}

.side-menu-user-info .locked-balance [data-icon="locked-balance"] {
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-right: 3px
}

.side-menu-user-info .buttons-container {
    flex-basis: 100%;
    margin-top: 10px;
    text-align: center
}

.side-menu-user-info .buttons-container .logout-button {
    background-color: #333;
    color: #fff;
    display: inline-block;
    padding: 5px 25px;
    border-radius: 20px;
    text-transform: uppercase
}

.site-contacts {
    padding: 10px 0;
    background: #332a63;
    background-image: linear-gradient(to bottom, #332a63 0%, #221c40 100%)
}

.site-contacts .contact-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    font-size: 13px
}

.site-contacts .contact-list li {
    margin: 3px 5px
}

.site-contacts .contact-list li a {
    display: flex;
    align-items: center;
    background-color: #0a0814;
    color: #fff;
    border-radius: 30px;
    padding: 3px 15px 3px 3px
}

.site-contacts .contact-list li a i {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    width: 24px;
    background-color: #20254f;
    border-radius: 50%;
    position: relative;
    margin-right: 10px
}

.site-contacts .contact-list li a i img {
    width: 50%;
    height: 50%
}

.social-media-list {
    display: flex;
    justify-content: center
}

.social-media-list li {
    margin: 20px 10px
}


.footer-links-container {
    background-color: #1d1d1d
}

.footer-links-container .footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px 0
}

.footer-links-container .footer-links li {
    margin: 2.5px
}

.footer-links-container .footer-links li a {
    display: block;
    padding: 2.5px 10px
}


.site-footer {
    position: fixed;
    background: linear-gradient(90deg, #4c4c4c 0%, #424242 46%, #4c4c4c 100%);
    border-radius: 20px;
    color: #736d99;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: flex;
    justify-content: space-around
}

.site-footer a {
    text-shadow: 2px 1px 3px #000;
    flex-basis: calc((100% - 15px*6)/5);
    color: white;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    padding: 5px 0;
    background-color: inherit
}

.site-footer a>img {
    display: block;
    height: 20px;
    width: 20px;
    margin: 5px auto;
    background: center no-repeat;
    background-size: contain;
    background-color: inherit;
    border-radius: 50%
}

.site-footer .BONUS img {
    transform: scale(1.5) translateY(-5px)
}

.site-footer a[data-priority="true"]>img {
    transform: scale(2.5) translateY(-5px)
}

.site-footer .live-chat-link img {
    transform: scale(1.5) translateY(-5px)
}

@keyframes pulse {
    0% {
        filter: initial
    }

    50% {
        filter: brightness(40.5) drop-shadow(0 0 10px white)
    }
}


.carousel-inner>.item>img,
.carousel-inner>.item>picture>img,
.carousel-inner>.item>a>img,
.carousel-inner>.item>a>picture>img {
    width: 100%
}

.carousel-inner>.item>picture>img,
.carousel-inner>.item>a>picture>img {
    display: block;
    height: auto;
    max-width: 100%;
    line-height: 1
}

.carousel-indicators li {
    border: 1px solid #f8007e
}

.carousel-indicators .active {
    background-color: #f8007e
}

.modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    pointer-events: none
}

.modal-content {
    flex-basis: 100%;
    pointer-events: initial;
    background: transparent;
    border: 0;
    border-radius: 10px
}

.modal-header {
    background-color: #230f2a;
    background-image: linear-gradient(to right, #320a4c 0%, #470a30 100%);
    color: #fff;
    text-align: left;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    border-bottom: 0;
    min-height: 50px;
    text-transform: uppercase;
    text-align: center
}

.modal-header .modal-title {
    font-size: 15px
}

.modal-header .close {
    opacity: 1;
    color: #fff;
    margin: 0
}

.modal-body {
    background-color: #230f2a;
    color: #fff
}

.modal-body img {
    max-width: 100%
}

.modal-footer {
    text-align: center;
    margin-top: 0;
    border-top: 0;
    background-color: #230f2a;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    display: flex;
    justify-content: space-around
}

.modal-footer button {
    min-width: 100px
}

.modal-footer .btn-primary {
    border: 0
}

.popup-modal[data-title] .modal-title:before {
    content: '';
    display: block;
    margin: 10px auto;
    height: 70px;
    width: 70px;
    background: center no-repeat;
    background-size: contain;
    background-image: var(--mobile-popup-notification-src)
}

.popup-modal[data-title=""] .modal-title:before {
    background-image: var(--mobile-popup-alert-src)
}

.popup-modal[data-title=""] .modal-body {
    text-align: center;
    padding-top: 40px
}

.popup-modal [data-popup="maintenance"] {
    padding: 0 10px
}

.popup-modal [data-popup="maintenance"] p {
    margin-bottom: 5px;
    text-align: left
}

.popup-modal [data-popup="maintenance"] p:last-child {
    text-align: center
}

.popup-modal [data-popup="maintenance"] p span {
    display: inline-block;
    color: #ddd;
    background-color: rgba(255, 255, 255, .15);
    padding: 2px 5px;
    margin-right: 3px
}

.popup-thumbnail {
    display: block;
    text-align: center;
    margin-bottom: 10px
}

.nexus-pay-modal {
    background-color: rgba(0, 0, 0, .5);
    text-align: center
}

.giveaway-modal {
    background-color: rgba(0, 0, 0, .5);
    text-align: center
}

.standard-form-container,
.reporting-form-container {
    font-size: 16px
}

.standard-form-container {
    margin: 15px;
    padding: 40px 0 20px;
    background-color: #1a1231;
    background-image: linear-gradient(to bottom, #1a1231 0%, #230c2c 100%);
    border-radius: 15px
}

.standard-form-container label {
    color: #f8007e;
    font-size: 12px;
    font-weight: normal
}

.standard-form-container .form-control {
    background-color: transparent;
    color: #fff;
    border: none;
    border-bottom: 1px solid #632451;
    border-radius: 0;
    font-size: 14px
}

.standard-form-container .form-control:focus {
    border-color: #fe0077;
    box-shadow: none
}

.standard-form-container .form-control option {
    background-color: #9f065d
}

.standard-form-container .form-control::-webkit-input-placeholder {
    color: #734064
}

.standard-form-container [data-section="radios"] label+label {
    margin-left: 25px
}

.required-form-group>label:after {
    content: '*';
    color: #f00;
    margin-left: 3px
}

.reporting-form-container {
    padding: 20px 15px;
    font-size: 14px
}

.reporting-form-container .reporting-control-group {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #17132d;
    padding: 10px;
    border-radius: 10px
}

.reporting-form-container .reporting-control-group>div {
    flex-basis: calc(50% - 10px)
}

.reporting-control-group label {
    font-weight: normal;
    margin-bottom: 3px
}

.reporting-control-group .form-control {
    background: #0a0917;
    border: 0;
    color: #fff
}

.reporting-scroll-container {
    width: 100%;
    overflow: auto;
    background-color: #f3f3f3;
    font-size: 12px;
    margin-bottom: 20px
}

.reporting-scroll-container .table {
    margin-bottom: 0
}

.reporting-scroll-container thead {
    background-color: #8a0f42;
    color: #fff
}

.reporting-scroll-container thead th,
.reporting-scroll-container tbody tr td {
    border: 1px solid #e8e8e8
}

.reporting-scroll-container tbody tr td {
    color: #838383
}

.reporting-scroll-container .table .grid-totals {
    background-color: #8a0f42;
    color: #fff;
    border: 1px solid #8a0f42;
    font-weight: bold;
    text-transform: uppercase
}

.reporting-scroll-container .table .grid-totals>tr:last-child>td {
    border-top: 0
}

.standard-form-title {
    color: #f41168;
    font-family: 'latobold';
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px
}

.standard-form-title:not(:first-child) {
    margin-top: 50px
}

.reporting-nav-bar {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #8a0f42;
    border-radius: 5px;
    font-size: 13px;
    overflow: hidden;
    background-color: #120a1f;
    color: #fff;
    margin-bottom: 15px
}

.reporting-nav-bar a,
.reporting-nav-bar a:hover {
    text-decoration: none;
    color: inherit
}

.reporting-nav-bar a {
    flex-basis: calc(100%/3);
    padding: 10px 0;
    text-align: center
}

.reporting-nav-bar a[data-active="true"] {
    background-color: #8a0f42
}

.standard-password-field {
    position: relative
}

.standard-password-field>i {
    position: absolute;
    top: 35px;
    right: 10px;
    bottom: initial;
    color: #7a426b;
    cursor: pointer
}

.standard-password-field input[type=text]~i:before {
    content: "î„…"
}

.standard-expand-button {
    border: none;
    background: center no-repeat;
    background-size: contain;
    background-image: var(--expand-icon-src);
    height: 12px;
    width: 12px;
    padding: 0
}

.standard-expand-button[data-active="true"] {
    background-image: var(--collapse-icon-src)
}

.standard-button-group {
    text-align: center;
    margin-bottom: 15px
}

.standard-button,
.standard-secondary-button {
    color: #fff;
    text-transform: uppercase;
    padding: 10px 50px;
    border-radius: 25px;
    margin-top: 10px;
    background-color: #f8007e;
    background-image: linear-gradient(to right, #f8007e 0%, #a500e0 100%);
    font-size: 12px;
    border: 0;
    max-width: 100%;
    white-space: initial
}

.standard-button:hover {
    background-color: #a500e0;
    background-image: linear-gradient(to right, #a500e0 0%, #f8007e 100%)
}

.standard-form-note {
    color: #9a7791;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 15px
}

.standard-form-note:last-child {
    margin: 15px 0 0
}

.standard-form-note ol {
    list-style: lower-roman;
    padding-left: 15px
}

.alert-success,
.alert-danger {
    padding: 10px;
    font-size: 14px
}

.captcha-input {
    position: relative
}

.captcha-input input {
    width: 50%
}

.captcha-input .captcha-container {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center
}

.captcha-input .captcha-container img {
    height: 34px;
    margin-right: 10px
}

.captcha-input .captcha-container .refresh-captcha-button {
    font-size: 22px;
    top: 0;
    color: #fff
}

.copy-input-button-field {
    position: relative
}

.copy-input-button-field .copy-input-button {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    padding: 2px 5px;
    margin-left: 5px;
    color: #fff;
    background: linear-gradient(to right, #ee1da9 0%, #d86548 100%);
    border-radius: 5px;
    font-size: 14px
}

.copy-input-button-field .copy-input-button:hover {
    color: #fff
}

.standard-required-message,
.field-validation-error {
    color: #f00;
    display: block;
    margin-top: 5px;
    font-size: 14px
}

.standard-required-message {
    display: none
}

.input-validation-error+.standard-required-message {
    display: block
}

.expiration-countdown {
    display: inline-flex;
    flex-wrap: nowrap;
    font-size: 10px
}

.expiration-countdown [data-section] {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-content: center;
    text-align: center;
    padding-bottom: 5px;
    background-color: #4c4c4c;
    color: #fff;
    min-width: 60px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .3)
}

.expiration-countdown [data-section]+[data-section] {
    margin-left: 10px
}

.expiration-countdown [data-value] {
    font-size: 20px;
    background-color: #f6f6f6;
    color: #5f334d;
    margin-bottom: 5px;
    padding: 5px 0
}

.standard-side-menu {
    background-color: #120e1d;
    color: #fff;
    border-radius: 15px;
    padding: 20px 15px;
    margin: 15px 0;
    text-align: center
}

.standard-side-menu>h4 {
    font-size: 20px;
    margin: 20px 0
}

.standard-side-menu>h4:not(:first-child) {
    margin-top: 50px
}

.standard-side-menu a {
    display: block;
    border: 1px solid #171225;
    background-color: #171225;
    color: #fff;
    font-size: 16px;
    padding: 12px 0;
    border-radius: 10px;
    margin: 15px 0
}

.standard-side-menu a[data-active="true"] {
    background-color: #7f0fbf;
    background-image: linear-gradient(to right, #7f0fbf 0%, #870d63 100%)
}

.standard-side-menu a:not([data-active="true"]):hover {
    border-color: #ba3bff;
    color: #ba3bff
}

.standard-form-content {
    background-color: #230f2a;
    color: #fff;
    padding: 20px 15px;
    border-radius: 15px;
    margin: 15px 0
}

.popular-game-title-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #400d75;
    background-image: linear-gradient(to right, #400d75 0%, #700d3c 100%);
    margin-top: 10px;
    color: #fff
}

.popular-game-title-container .title {
    font-size: 16px;
    display: flex;
    align-items: center
}

.popular-game-title-container .title i {
    display: inline-block;
    height: 24px;
    width: 25px;
    background: center no-repeat;
    background-size: contain;
    background-image: var(--image-src);
    margin-right: 10px
}

.popular-game-title-container .title>strong {
    margin-left: 4px
}

.popular-game-title-container a {
    display: inline-block;
    padding: 6px 8px;
    border-radius: 25px;
    font-size: 10px;
    background-color: rgba(177, 58, 115, .64);
    color: #fff
}

.last-transaction-model {
    line-height: 1
}

.last-transaction-model span[data-section="REJ"],
.last-transaction-model span[data-section="CAN"],
.last-transaction-model span[data-section="FAIL"] {
    color: #f00
}

.last-transaction-model span[data-section="APP"] {
    color: #008000
}

.last-transaction-model span[data-section="PEN"],
.last-transaction-model span[data-section="NEW"],
.last-transaction-model span[data-section="PRO"],
.last-transaction-model span[data-section="PRO1"],
.last-transaction-model span[data-section="APP1"],
.last-transaction-model span[data-section="remark"] {
    color: #00f
}

[data-copied] {
    position: relative
}

[data-copied]:after {
    content: attr(data-copied);
    pointer-events: none;
    position: absolute;
    top: 100%;
    display: flex;
    align-items: center;
    text-transform: capitalize
}

.tab-menu-container {
    display: flex;
    margin-bottom: 20px;
    background-color: #808080;
    border-radius: 10px;
    font-size: 12px
}

.tab-menu-container a {
    flex: 1;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px;
    overflow: hidden
}

.tab-menu-container a[data-active="true"] {
    background-color: #7f673a
}

.tab-menu-container a:first-child {
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit
}

.tab-menu-container a:last-child {
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit
}

.tab-menu-container a:not(:last-child) {
    border-right: 1px solid #fff
}

.tab-menu-container a [data-icon] {
    height: 25px;
    width: 25px;
    display: inline-block;
    margin-right: 5px;
    background-image: var(--image-src);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.tab-menu-container a[data-active="true"] [data-icon] {
    background-image: var(--active-image-src)
}

.tab-menu-container[data-style="vertical"] a {
    flex-direction: column;
    overflow: hidden;
    text-align: center;
    line-height: 1;
    font-size: 11px
}

.tab-menu-container[data-style="vertical"] a [data-icon] {
    margin-right: 0;
    margin-bottom: 5px
}

.form-group-link-container a,
.form-group-link {
    font-size: 12px;
    color: #3f51b5
}

.form-group-link {
    float: right;
    margin-top: 3px
}

.form-group-link-container {
    text-decoration: underline;
    display: flex;
    justify-content: space-evenly
}

.tab-menu-container+.form-group-link-container {
    margin-top: 35px;
    margin-bottom: -15px
}

.otp-hr {
    border-color: #f8007e;
    border-width: 2px
}

.request-otp-button,
.request-otp-button:hover {
    border: 2px solid #f8007e;
    color: #f8007e;
    background-color: transparent
}

.request-otp-button[disabled] {
    border-color: #464646;
    background-color: #707070;
    color: #929292
}

.otp-input {
    border-color: #f8007e;
    box-shadow: none
}

.otp-dropdown-section [data-section="input"] {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.otp-dropdown-section [data-section="input"] select,
.otp-dropdown-section [data-section="input"] .request-otp-button,
.otp-dropdown-section [data-section="input"] .contact-verification-link {
    flex-basis: 100%
}

.otp-dropdown-section [data-section="input"] .request-otp-button,
.otp-dropdown-section [data-section="input"] .contact-verification-link {
    margin-top: 10px;
    white-space: initial;
    text-align: center
}

.standard-sub-section:first-of-type .standard-form-title {
    margin-top: 0
}

.standard-sub-section .standard-form-title {
    margin-top: 20px;
    margin-bottom: 0
}

.standard-sub-section .standard-form-content {
    margin: 10px 0
}

[data-payment-gateway] {
    background-color: #fff;
    color: #000;
    margin-top: 20px;
    padding: 20px 30px;
    border-radius: 10px
}

[data-payment-gateway="va"] .va-account-number {
    font-size: 20px;
    font-weight: 700
}

[data-payment-gateway="va"] .va-account-name {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #999;
    padding-top: 25px;
    font-size: 16px;
    font-weight: 500
}

[data-payment-gateway="va"] h5 {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #999;
    line-height: .1em;
    margin: 10px 0 20px;
    font-size: 14px
}

[data-payment-gateway="va"] h5 span {
    background-color: #fff;
    color: #000;
    padding: 0 10px
}

[data-payment-gateway="va"] ol {
    text-align: left;
    margin: 0;
    padding: 0 20px
}

[data-payment-gateway="qris"] .qris-qr-code-container {
    display: flex;
    flex-direction: column;
    gap: 15px
}

[data-payment-gateway="qris"] .qris-admin-fee {
    color: #f00
}

[data-payment-gateway="qris"] .qris-qr-code-container img {
    background-color: #fff
}

[data-payment-gateway="qris"] .qris-qr-code-container a {
    background: linear-gradient(to right, #db1acb 0%, #470a30 100%);
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px
}

@media screen and (device-aspect-ratio:2/3) {

    select,
    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"],
    .standard-form-container .form-control {
        font-size: 16px
    }
}

@media screen and (device-aspect-ratio:40/71) {

    select,
    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"],
    .standard-form-container .form-control {
        font-size: 16px
    }
}

@media screen and (device-aspect-ratio:375/667) {

    select,
    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="tel"],
    input[type="url"],
    .standard-form-container .form-control {
        font-size: 16px
    }
}

@media screen and (device-aspect-ratio:9/16) {

    select,
    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="tel"],
    input[type="url"],
    .standard-form-container .form-control {
        font-size: 16px
    }
}

.main-menu-outer-container {
    display: flex
}

.main-menu-outer-container>i {
    background: #fe0178;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 3px;
    top: 0
}

.main-menu-outer-container>main {
    margin: 0;
    flex-grow: 1;
    display: flex;
    overflow: auto
}

.main-menu-outer-container>main>a:first-child {
    margin-left: auto
}

.main-menu-outer-container>main>a:last-child {
    margin-right: auto
}

.main-menu-outer-container>main>a {
    display: block;
    white-space: nowrap;
    padding: 10px;
    min-width: 80px;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    color: #494366
}

.main-menu-outer-container>main>a[href="/mobile/hot-games"][data-active="true"] {
    color: #fca501
}

.main-menu-outer-container>main>a[href="/mobile/slots"][data-active="true"] {
    color: #ff0154
}

.main-menu-outer-container>main>a[href="/mobile/casino"][data-active="true"] {
    color: #00fe78
}

.main-menu-outer-container>main>a[href="/mobile/sport"][data-active="true"] {
    color: #52b9ee
}

.main-menu-outer-container>main>a[href="/mobile/arcade"][data-active="true"] {
    color: #fee300
}

.main-menu-outer-container>main>a[href="/mobile/poker"][data-active="true"] {
    color: #2afe00
}

.main-menu-outer-container>main>a[href="/mobile/others"][data-active="true"] {
    color: #f60
}

.main-menu-outer-container>main>a>img {
    display: block;
    height: 25px;
    width: 25px;
    margin: 10px auto
}

.main-menu-outer-container>main>a[data-active="true"]>img {
    content: var(--image-src)
}

/* CSS for the selected server */
.selected-server {
    margin-top: 10px;
    /* Add margin to separate from the button */
    padding: 10px;
    /* Padding for the selected server container */
    border-radius: 5px;
    /* Rounded corners for the selected server container */
}

/* CSS for the selected server name */
#selected-server-display {
    display: block;
    font-weight: bold;
    color: #fff;
    text-align: center;
    /* Pusatkan teks */
    margin-top: 10px;
    /* Sesuaikan margin-top sesuai kebutuhan Anda */
}

.server.status-online .status-text.offline+.select-button3 {
    display: block;
    color: #ff0003;
}

p {
    color: #fff; 
    /* Mengubah warna teks menjadi putih */
}

.checkbox-list input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
}

.checkbox-list input[type="checkbox"]:checked::before {
    content: "✔";
    /* Karakter ceklis */
    font-size: 14px;
    color: #000;
    position: absolute;
    top: 0;
    left: 2px;
}

/* Gaya label untuk checkbox */
.checkbox-list label {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}

.device {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.button-container {
    display: flex;
    align-items: center;
}

.left-1,
.right-1 {
    font-size: 24px;
    /* Sesuaikan ukuran sesuai kebutuhan */
    margin-top: 5px;
    /* Sesuaikan spasi atas sesuai kebutuhan */
    margin-bottom: -5px;
    /* Sesuaikan spasi bawah sesuai kebutuhan */
}

.left-1 {
    position: relative;
    left: 25px;
    /* Sesuaikan jarak yang diinginkan */
}

.right-1 {
    position: relative;
    right: 25px;
    /* Sesuaikan jarak yang diinginkan */
}

.left-arrow,
.right-arrow {
    width: 70px;
    /* Sesuaikan ukuran ikon panah sesuai kebutuhan */
    height: 70px;
    margin-top: 10px;
}

.right-arrow {
    margin-right: 10px;
    /* Jarak antara ikon kiri dan tombol */
    animation: moveLeft 2s linear infinite;
    /* Adjust duration and timing as needed */
}

@keyframes moveLeft {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-20px);
        /* Adjust the distance to move */
    }

    100% {
        transform: translateX(0);
    }
}

.left-arrow {
    margin-left: 10px;
    /* Jarak antara ikon kanan dan tombol */
    animation: moveRight 2s linear infinite;
    /* Adjust duration and timing as needed */
}

@keyframes moveRight {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(20px);
        /* Adjust the distance to move */
    }

    100% {
        transform: translateX(0);
    }
}

#showDeviceOptionsButton {
    background-color: #4c4c4c;
    border: 1px solid #fff;
    padding: 8px 45px;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 10px;
    margin-left: auto;
}

/* Gaya h1 untuk loading */
h1.loading {
    font-size: 3em;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

/* Mengatur opacity untuk elemen dengan class yang diawali dot- */
span[class^="dot-"] {
    opacity: 0;
}

/* Pengaturan animasi untuk semua elemen .dot-* */
.dot-one, #result-device, #result-server, #result-provider {
    animation: dot-one 2s infinite linear;
}

.dot-two {
    animation: dot-two 2s infinite linear;
}

.dot-three {
    animation: dot-three 2s infinite linear;
}

/* Definisikan animasi dot-one, dot-two, dot-three jika belum ada */
@keyframes dot-one {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}

@keyframes dot-two {
    0% { opacity: 0.5; }
    50% { opacity: 1; }
    100% { opacity: 0.5; }
}

@keyframes dot-three {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}


    /* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: var(--primary);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--blue);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--red);
}

.selected-server-wrapper {
    margin-top: 5px;
    font-size: 16px;
    /* CSS yang sudah ada untuk elemen .selected-server-wrapper */
}

#selected-provider {
    margin-top: 5px;
    font-size: 16px;
    /* Sesuaikan nilai sesuai kebutuhan Anda */
}

/* Gaya untuk pemilihan provider */
.provider {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.flag-icon {
    flex: 1;
    font-weight: bold;
}

.select-button {
    background: linear-gradient(90deg, #626f78 0%, #d3d3d3 46%, #626f78 100%);
    border: 1px solid #ffffff;
    color: #fff;
    border-radius: 5px;
    padding: 7px 10px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.select-button:hover {
    background-color: #ff000082;
}

/* Gaya untuk status online */
.status-online {
    color: #00a000;
    font-weight: bold;
}
.input-container {
    position: relative;
}

.checkmark-icon {
    position: absolute;
    top: 100%;
    transform: translateY(-50%);
    right: 0;
}

.neon-link {
    color: greenyellow; /* warna neon */
    text-shadow:
        0 0 5px greenyellow,
        0 0 10px greenyellow,
        0 0 20px greenyellow,
        0 0 40px greenyellow;
    font-weight: bold;
}