
    .ojo-contek-su-asu {
        display: inline
    }

    .text-black,
    .text-black-50,
    .text-body,
    .text-danger,
    .text-dark,
    .text-info,
    .text-light,
    .text-muted,
    .text-opacity-100,
    .text-primary,
    .text-reset,
    .text-secondary,
    .text-success,
    .text-warning,
    .text-white,
    .text-white-50 {
        --bs-text-opacity: 1
    }

    .bg-black,
    .bg-body,
    .bg-danger,
    .bg-dark,
    .bg-info,
    .bg-light,
    .bg-opacity-100,
    .bg-primary,
    .bg-secondary,
    .bg-success,
    .bg-transparent,
    .bg-warning,
    .bg-white {
        --bs-bg-opacity: 1
    }

    :root {
        --bs-blue: #0d6efd;
        --bs-indigo: #6610f2;
        --bs-purple: #6f42c1;
        --bs-pink: #d63384;
        --bs-red: #dc3545;
        --bs-orange: #fd7e14;
        --bs-yellow: #ffc107;
        --bs-green: #198754;
        --bs-teal: #20c997;
        --bs-cyan: #0dcaf0;
        --bs-black: #000;
        --bs-white: #fff;
        --bs-gray: #6c757d;
        --bs-gray-dark: #343a40;
        --bs-gray-100: #f8f9fa;
        --bs-gray-200: #e9ecef;
        --bs-gray-300: #dee2e6;
        --bs-gray-400: #ced4da;
        --bs-gray-500: #adb5bd;
        --bs-gray-600: #6c757d;
        --bs-gray-700: #495057;
        --bs-gray-800: #343a40;
        --bs-gray-900: #212529;
        --bs-primary: #0d6efd;
        --bs-secondary: #6c757d;
        --bs-success: #198754;
        --bs-info: #0dcaf0;
        --bs-warning: #ffc107;
        --bs-danger: #dc3545;
        --bs-light: #f8f9fa;
        --bs-dark: #212529;
        --bs-primary-rgb: 13, 110, 253;
        --bs-secondary-rgb: 108, 117, 125;
        --bs-success-rgb: 25, 135, 84;
        --bs-info-rgb: 13, 202, 240;
        --bs-warning-rgb: 255, 193, 7;
        --bs-danger-rgb: 220, 53, 69;
        --bs-light-rgb: 248, 249, 250;
        --bs-dark-rgb: 33, 37, 41;
        --bs-white-rgb: 255, 255, 255;
        --bs-black-rgb: 0, 0, 0;
        --bs-body-color-rgb: 33, 37, 41;
        --bs-body-bg-rgb: 255, 255, 255;
        --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
        --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
        --bs-body-font-family: var(--bs-font-sans-serif);
        --bs-body-font-size: 1rem;
        --bs-body-font-weight: 400;
        --bs-body-line-height: 1.5;
        --bs-body-color: #212529;
        --bs-body-bg: #fff;
        --bs-border-width: 1px;
        --bs-border-style: solid;
        --bs-border-color: #dee2e6;
        --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
        --bs-border-radius: 0.375rem;
        --bs-border-radius-sm: 0.25rem;
        --bs-border-radius-lg: 0.5rem;
        --bs-border-radius-xl: 1rem;
        --bs-border-radius-2xl: 2rem;
        --bs-border-radius-pill: 50rem;
        --bs-link-color: #0d6efd;
        --bs-link-hover-color: #0a58ca;
        --bs-code-color: #d63384;
        --bs-highlight-bg: #fff3cd
    }

    *,
    ::after,
    ::before {
        box-sizing: border-box
    }

    @media (prefers-reduced-motion:no-preference) {
        :root {
            scroll-behavior: smooth
        }
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-right: auto;
        margin-left: auto
    }

    @media (min-width:576px) {
        .container,
        .container-sm {
            max-width: 540px
        }
    }

    @media (min-width:768px) {
        .container,
        .container-md,
        .container-sm {
            max-width: 720px
        }
        .col-md {
            flex: 1 0 0%
        }
        .col-md-auto,
        .row-cols-md-auto>* {
            flex: 0 0 auto;
            width: auto
        }
        .col-md-12,
        .row-cols-md-1>* {
            flex: 0 0 auto;
            width: 100%
        }
        .col-md-6,
        .row-cols-md-2>* {
            flex: 0 0 auto;
            width: 50%
        }
        .row-cols-md-3>* {
            flex: 0 0 auto;
            width: 33.3333333333%
        }
        .col-md-3,
        .row-cols-md-4>* {
            flex: 0 0 auto;
            width: 25%
        }
        .row-cols-md-5>* {
            flex: 0 0 auto;
            width: 20%
        }
        .row-cols-md-6>* {
            flex: 0 0 auto;
            width: 16.6666666667%
        }
        .col-md-1 {
            flex: 0 0 auto;
            width: 8.33333333%
        }
        .col-md-2 {
            flex: 0 0 auto;
            width: 16.66666667%
        }
        .col-md-4 {
            flex: 0 0 auto;
            width: 33.33333333%
        }
        .col-md-5 {
            flex: 0 0 auto;
            width: 41.66666667%
        }
        .col-md-7 {
            flex: 0 0 auto;
            width: 58.33333333%
        }
        .col-md-8 {
            flex: 0 0 auto;
            width: 66.66666667%
        }
        .col-md-9 {
            flex: 0 0 auto;
            width: 75%
        }
        .col-md-10 {
            flex: 0 0 auto;
            width: 83.33333333%
        }
        .col-md-11 {
            flex: 0 0 auto;
            width: 91.66666667%
        }
    }

    @media (min-width:992px) {
        .container,
        .container-lg,
        .container-md,
        .container-sm {
            max-width: 960px
        }
        .col-lg {
            flex: 1 0 0%
        }
        .col-lg-auto,
        .row-cols-lg-auto>* {
            flex: 0 0 auto;
            width: auto
        }
        .col-lg-12,
        .row-cols-lg-1>* {
            flex: 0 0 auto;
            width: 100%
        }
        .col-lg-6,
        .row-cols-lg-2>* {
            flex: 0 0 auto;
            width: 50%
        }
        .row-cols-lg-3>* {
            flex: 0 0 auto;
            width: 33.3333333333%
        }
        .col-lg-3,
        .row-cols-lg-4>* {
            flex: 0 0 auto;
            width: 25%
        }
        .row-cols-lg-5>* {
            flex: 0 0 auto;
            width: 20%
        }
        .row-cols-lg-6>* {
            flex: 0 0 auto;
            width: 16.6666666667%
        }
        .col-lg-1 {
            flex: 0 0 auto;
            width: 8.33333333%
        }
        .col-lg-2 {
            flex: 0 0 auto;
            width: 16.66666667%
        }
        .col-lg-4 {
            flex: 0 0 auto;
            width: 33.33333333%
        }
        .col-lg-5 {
            flex: 0 0 auto;
            width: 41.66666667%
        }
        .col-lg-7 {
            flex: 0 0 auto;
            width: 58.33333333%
        }
        .col-lg-8 {
            flex: 0 0 auto;
            width: 66.66666667%
        }
        .col-lg-9 {
            flex: 0 0 auto;
            width: 75%
        }
        .col-lg-10 {
            flex: 0 0 auto;
            width: 83.33333333%
        }
        .col-lg-11 {
            flex: 0 0 auto;
            width: 91.66666667%
        }
    }

    @media (min-width:1200px) {
        .container,
        .container-lg,
        .container-md,
        .container-sm,
        .container-xl {
            max-width: 1140px
        }
    }

    @media (min-width:1400px) {
        .container,
        .container-lg,
        .container-md,
        .container-sm,
        .container-xl,
        .container-xxl {
            max-width: 1320px
        }
    }

    .row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(-1 * var(--bs-gutter-y));
        margin-right: calc(-.5 * var(--bs-gutter-x));
        margin-left: calc(-.5 * var(--bs-gutter-x))
    }

    .row>* {
        flex-shrink: 0;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-top: var(--bs-gutter-y)
    }

    .col {
        flex: 1 0 0%
    }

    .col-auto,
    .row-cols-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .col-12,
    .row-cols-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .col-6,
    .row-cols-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-3,
    .row-cols-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .col-1,
    .col-2,
    .col-4,
    .col-5,
    .col-7,
    .col-8,
    .row-cols-5>*,
    .row-cols-6>* {
        flex: 0 0 auto
    }

    .row-cols-5>* {
        width: 20%
    }

    .row-cols-6>* {
        width: 16.6666666667%
    }

    .col-1 {
        width: 8.33333333%
    }

    .col-2 {
        width: 16.66666667%
    }

    .col-4 {
        width: 33.33333333%
    }

    .col-5 {
        width: 41.66666667%
    }

    .col-7 {
        width: 58.33333333%
    }

    .col-8 {
        width: 66.66666667%
    }

    .col-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    @media (max-width:576px) {
        .col-sm {
            flex: 1 0 0%
        }
        .col-sm-auto,
        .row-cols-sm-auto>* {
            flex: 0 0 auto;
            width: auto
        }
        .col-sm-12,
        .row-cols-sm-1>* {
            flex: 0 0 auto;
            width: 100%
        }
        .col-sm-6,
        .row-cols-sm-2>* {
            flex: 0 0 auto;
            width: 50%
        }
        .row-cols-sm-3>* {
            flex: 0 0 auto;
            width: 33.3333333333%
        }
        .col-sm-3,
        .row-cols-sm-4>* {
            flex: 0 0 auto;
            width: 25%
        }
        .row-cols-sm-5>* {
            flex: 0 0 auto;
            width: 20%
        }
        .row-cols-sm-6>* {
            flex: 0 0 auto;
            width: 16.6666666667%
        }
        .col-sm-1 {
            flex: 0 0 auto;
            width: 8.33333333%
        }
        .col-sm-2 {
            flex: 0 0 auto;
            width: 16.66666667%
        }
        .col-sm-4 {
            flex: 0 0 auto;
            width: 33.33333333%
        }
        .col-sm-5 {
            flex: 0 0 auto;
            width: 41.66666667%
        }
        .col-sm-7 {
            flex: 0 0 auto;
            width: 58.33333333%
        }
        .col-sm-8 {
            flex: 0 0 auto;
            width: 66.66666667%
        }
        .col-sm-9 {
            flex: 0 0 auto;
            width: 75%
        }
        .col-sm-10 {
            flex: 0 0 auto;
            width: 83.33333333%
        }
        .col-sm-11 {
            flex: 0 0 auto;
            width: 91.66666667%
        }
    }

    .m-0 {
        margin: 0
    }

    .m-1 {
        margin: .25rem
    }

    .m-2 {
        margin: .5rem
    }

    .m-3 {
        margin: 1rem
    }

    .m-4 {
        margin: 1.5rem
    }

    .m-5 {
        margin: 3rem
    }

    .m-auto {
        margin: auto
    }

    .mx-0 {
        margin-right: 0;
        margin-left: 0
    }

    .mx-1 {
        margin-right: .25rem;
        margin-left: .25rem
    }

    .mx-2 {
        margin-right: .5rem;
        margin-left: .5rem
    }

    .mx-3 {
        margin-right: 1rem;
        margin-left: 1rem
    }

    .mx-4 {
        margin-right: 1.5rem;
        margin-left: 1.5rem
    }

    .mx-5 {
        margin-right: 3rem;
        margin-left: 3rem
    }

    .mx-auto {
        margin-right: auto;
        margin-left: auto
    }

    .my-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .my-1 {
        margin-top: .25rem;
        margin-bottom: .25rem
    }

    .my-2 {
        margin-top: .5rem;
        margin-bottom: .5rem
    }

    .my-3 {
        margin-top: 1rem;
        margin-bottom: 1rem
    }

    .my-4 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem
    }

    .my-5 {
        margin-top: 3rem;
        margin-bottom: 3rem
    }

    .my-auto {
        margin-top: auto;
        margin-bottom: auto
    }

    .mt-0,
    dl,
    ol,
    ul {
        margin-top: 0
    }

    .mt-1 {
        margin-top: .25rem
    }

    .mt-2 {
        margin-top: .5rem
    }

    .mt-3 {
        margin-top: 1rem
    }

    .mt-4 {
        margin-top: 1.5rem
    }

    .mt-5 {
        margin-top: 3rem
    }

    .mt-auto {
        margin-top: auto
    }

    .me-0 {
        margin-right: 0
    }

    .me-1 {
        margin-right: .25rem
    }

    .me-2 {
        margin-right: .5rem
    }

    .me-3 {
        margin-right: 1rem
    }

    .me-4 {
        margin-right: 1.5rem
    }

    .me-5 {
        margin-right: 3rem
    }

    .me-auto {
        margin-right: auto
    }

    .mb-0,
    ol ol,
    ol ul,
    ul ol,
    ul ul {
        margin-bottom: 0
    }

    .mb-1 {
        margin-bottom: .25rem
    }

    .mb-2 {
        margin-bottom: .5rem
    }

    .mb-3,
    .table,
    dl,
    ol,
    ul {
        margin-bottom: 1rem
    }

    .mb-4 {
        margin-bottom: 1.5rem
    }

    .mb-5 {
        margin-bottom: 3rem
    }

    .mb-auto {
        margin-bottom: auto
    }

    .ms-0 {
        margin-left: 0
    }

    .ms-1 {
        margin-left: .25rem
    }

    .ms-2 {
        margin-left: .5rem
    }

    .ms-3 {
        margin-left: 1rem
    }

    .ms-4 {
        margin-left: 1.5rem
    }

    .ms-5 {
        margin-left: 3rem
    }

    .ms-auto {
        margin-left: auto
    }

    .p-0 {
        padding: 0
    }

    .p-1,
    .table-sm>:not(caption)>*>* {
        padding: .25rem
    }

    .p-2 {
        padding: .5rem
    }

    .p-3 {
        padding: 1rem
    }

    .p-4 {
        padding: 1.5rem
    }

    .p-5 {
        padding: 3rem
    }

    .px-0 {
        padding-right: 0;
        padding-left: 0
    }

    .px-1 {
        padding-right: .25rem;
        padding-left: .25rem
    }

    .px-2 {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .px-3 {
        padding-right: 1rem;
        padding-left: 1rem
    }

    .px-4 {
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }

    .px-5 {
        padding-right: 3rem;
        padding-left: 3rem
    }

    .py-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .py-1 {
        padding-top: .25rem;
        padding-bottom: .25rem
    }

    .py-2 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .py-3 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .py-4 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .py-5 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .pt-0 {
        padding-top: 0
    }

    .pt-1 {
        padding-top: .25rem
    }

    .pt-2 {
        padding-top: .5rem
    }

    .pt-3 {
        padding-top: 1rem
    }

    .pt-4 {
        padding-top: 1.5rem
    }

    .pt-5 {
        padding-top: 3rem
    }

    .pe-0 {
        padding-right: 0
    }

    .pe-1 {
        padding-right: .25rem
    }

    .pe-2 {
        padding-right: .5rem
    }

    .pe-3 {
        padding-right: 1rem
    }

    .pe-4 {
        padding-right: 1.5rem
    }

    .pe-5 {
        padding-right: 3rem
    }

    .pb-0 {
        padding-bottom: 0
    }

    .pb-1 {
        padding-bottom: .25rem
    }

    .pb-2 {
        padding-bottom: .5rem
    }

    .pb-3 {
        padding-bottom: 1rem
    }

    .pb-4 {
        padding-bottom: 1.5rem
    }

    .pb-5 {
        padding-bottom: 3rem
    }

    .ps-0 {
        padding-left: 0
    }

    .ps-1 {
        padding-left: .25rem
    }

    .ps-2 {
        padding-left: .5rem
    }

    .ps-3 {
        padding-left: 1rem
    }

    .ps-4 {
        padding-left: 1.5rem
    }

    .ps-5 {
        padding-left: 3rem
    }

    ol,
    ul {
        padding-left: 2rem
    }

    .text-start {
        text-align: left
    }

    .text-end {
        text-align: right
    }

    .text-center {
        text-align: center
    }

    .text-decoration-none {
        text-decoration: none
    }

    .text-decoration-underline {
        text-decoration: underline
    }

    .text-decoration-line-through {
        text-decoration: line-through
    }

    .text-lowercase {
        text-transform: lowercase
    }

    .text-uppercase {
        text-transform: uppercase
    }

    .text-capitalize {
        text-transform: capitalize
    }

    .text-wrap {
        white-space: normal
    }

    .text-nowrap {
        white-space: nowrap
    }

    .text-break {
        word-wrap: break-word;
        word-break: break-word
    }

    .text-primary {
        color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity))
    }

    .text-secondary {
        color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity))
    }

    .text-success {
        color: rgba(var(--bs-success-rgb), var(--bs-text-opacity))
    }

    .text-info {
        color: rgba(var(--bs-info-rgb), var(--bs-text-opacity))
    }

    .text-warning {
        color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity))
    }

    .text-danger {
        color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity))
    }

    .text-light {
        color: rgba(var(--bs-light-rgb), var(--bs-text-opacity))
    }

    .text-dark {
        color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity))
    }

    .text-black {
        color: rgba(var(--bs-black-rgb), var(--bs-text-opacity))
    }

    .text-white {
        color: rgba(var(--bs-white-rgb), var(--bs-text-opacity))
    }

    .text-body {
        color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity))
    }

    .text-muted {
        color: #6c757d
    }

    .text-black-50 {
        color: rgba(0, 0, 0, .5)
    }

    .text-white-50 {
        color: rgba(255, 255, 255, .5)
    }

    .text-reset {
        color: inherit
    }

    .text-opacity-25 {
        --bs-text-opacity: 0.25
    }

    .text-opacity-50 {
        --bs-text-opacity: 0.5
    }

    .text-opacity-75 {
        --bs-text-opacity: 0.75
    }

    .bg-primary {
        background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity))
    }

    .bg-secondary {
        background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity))
    }

    .bg-success {
        background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity))
    }

    .bg-info {
        background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity))
    }

    .bg-warning {
        background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity))
    }

    .bg-danger {
        background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity))
    }

    .bg-light {
        background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity))
    }

    .bg-dark {
        background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity))
    }

    .bg-black {
        background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity))
    }

    .bg-white {
        background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity))
    }

    .bg-body {
        background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity))
    }

    .bg-transparent {
        background-color: transparent
    }

    .bg-opacity-10 {
        --bs-bg-opacity: 0.1
    }

    .bg-opacity-25 {
        --bs-bg-opacity: 0.25
    }

    .bg-opacity-50 {
        --bs-bg-opacity: 0.5
    }

    .bg-opacity-75 {
        --bs-bg-opacity: 0.75
    }

    .bg-gradient {
        background-image: var(--bs-gradient)
    }

    table {
        caption-side: bottom;
        border-collapse: collapse
    }

    .table {
        --bs-table-color: var(--bs-body-color);
        --bs-table-bg: transparent;
        --bs-table-border-color: var(--bs-border-color);
        --bs-table-accent-bg: transparent;
        --bs-table-striped-color: var(--bs-body-color);
        --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
        --bs-table-active-color: var(--bs-body-color);
        --bs-table-active-bg: rgba(0, 0, 0, 0.1);
        --bs-table-hover-color: var(--bs-body-color);
        --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
        width: 100%;
        color: var(--bs-table-color);
        vertical-align: top;
        border-color: var(--bs-table-border-color)
    }

    .table-danger,
    .table-info,
    .table-light,
    .table-primary,
    .table-secondary,
    .table-success,
    .table-warning {
        --bs-table-color: #000;
        --bs-table-striped-color: #000;
        --bs-table-active-color: #000;
        --bs-table-hover-color: #000
    }

    .table>:not(caption)>*>* {
        padding: .5rem;
        background-color: var(--bs-table-bg);
        border-bottom-width: 1px;
        box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
    }

    .table>tbody {
        vertical-align: inherit
    }

    .table>thead {
        vertical-align: bottom
    }

    .table-group-divider {
        border-top: 2px solid currentcolor
    }

    .caption-top {
        caption-side: top
    }

    .table-bordered>:not(caption)>* {
        border-width: 1px 0
    }

    .table-bordered>:not(caption)>*>* {
        border-width: 0 1px
    }

    .table-borderless>:not(caption)>*>* {
        border-bottom-width: 0
    }

    .table-borderless>:not(:first-child) {
        border-top-width: 0
    }

    .table-striped-columns>:not(caption)>tr>:nth-child(2n),
    .table-striped>tbody>tr:nth-of-type(odd)>* {
        --bs-table-accent-bg: var(--bs-table-striped-bg);
        color: var(--bs-table-striped-color)
    }

    .table-active {
        --bs-table-accent-bg: var(--bs-table-active-bg);
        color: var(--bs-table-active-color)
    }

    .table-danger,
    .table-dark,
    .table-info,
    .table-light,
    .table-primary,
    .table-secondary,
    .table-success,
    .table-warning {
        color: var(--bs-table-color);
        border-color: var(--bs-table-border-color)
    }

    .table-hover>tbody>tr:hover>* {
        --bs-table-accent-bg: var(--bs-table-hover-bg);
        color: var(--bs-table-hover-color)
    }

    .table-primary {
        --bs-table-bg: #cfe2ff;
        --bs-table-border-color: #bacbe6;
        --bs-table-striped-bg: #c5d7f2;
        --bs-table-active-bg: #bacbe6;
        --bs-table-hover-bg: #bfd1ec
    }

    .table-secondary {
        --bs-table-bg: #e2e3e5;
        --bs-table-border-color: #cbccce;
        --bs-table-striped-bg: #d7d8da;
        --bs-table-active-bg: #cbccce;
        --bs-table-hover-bg: #d1d2d4
    }

    .table-success {
        --bs-table-bg: #d1e7dd;
        --bs-table-border-color: #bcd0c7;
        --bs-table-striped-bg: #c7dbd2;
        --bs-table-active-bg: #bcd0c7;
        --bs-table-hover-bg: #c1d6cc
    }

    .table-info {
        --bs-table-bg: #cff4fc;
        --bs-table-border-color: #badce3;
        --bs-table-striped-bg: #c5e8ef;
        --bs-table-active-bg: #badce3;
        --bs-table-hover-bg: #bfe2e9
    }

    .table-warning {
        --bs-table-bg: #fff3cd;
        --bs-table-border-color: #e6dbb9;
        --bs-table-striped-bg: #f2e7c3;
        --bs-table-active-bg: #e6dbb9;
        --bs-table-hover-bg: #ece1be
    }

    .table-danger {
        --bs-table-bg: #f8d7da;
        --bs-table-border-color: #dfc2c4;
        --bs-table-striped-bg: #eccccf;
        --bs-table-active-bg: #dfc2c4;
        --bs-table-hover-bg: #e5c7ca
    }

    .table-light {
        --bs-table-bg: #f8f9fa;
        --bs-table-border-color: #dfe0e1;
        --bs-table-striped-bg: #ecedee;
        --bs-table-active-bg: #dfe0e1;
        --bs-table-hover-bg: #e5e6e7
    }

    .table-dark {
        --bs-table-color: #fff;
        --bs-table-bg: #212529;
        --bs-table-border-color: #373b3e;
        --bs-table-striped-bg: #2c3034;
        --bs-table-striped-color: #fff;
        --bs-table-active-bg: #373b3e;
        --bs-table-active-color: #fff;
        --bs-table-hover-bg: #323539;
        --bs-table-hover-color: #fff
    }

    .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    @media (max-width:575.98px) {
        .table-responsive-sm {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch
        }
    }

    @media (max-width:767.98px) {
        .table-responsive-md {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch
        }
    }

    @media (max-width:991.98px) {
        .table-responsive-lg {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch
        }
    }

    @media (max-width:1199.98px) {
        .table-responsive-xl {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch
        }
    }

    @media (max-width:1399.98px) {
        .table-responsive-xxl {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch
        }
    }

    .button-69,
    .button-71 {
        font-weight: 600;
        box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
        text-align: center;
        transition: .3s;
        position: relative;
        letter-spacing: 1px;
        cursor: pointer;
        text-decoration: none;
        outline: 0
    }

    .button-69,
    .button-69:hover,
    .button-71,
    .button-71:hover {
        box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px
    }

    .border-first-button a,
    .rtp-button a {
        padding: 10px 20px;
        letter-spacing: .3px;
        transition: .5s
    }

    *,
    .button-tutup {
        box-sizing: border-box
    }

    .button-69,
    .button-71,
    .button-tutup,
    a,
    a:visited {
        text-decoration: none
    }

    a,
    abbr,
    acronym,
    address,
    applet,
    article,
    aside,
    b,
    big,
    blockquote,
    body,
    center,
    cite,
    code,
    dd,
    del,
    dfn,
    div,
    div pre,
    dl,
    dt,
    em,
    figcaption,
    figure,
    font,
    footer,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    header,
    html,
    i,
    iframe,
    img,
    ins,
    kbd,
    li,
    nav,
    object,
    ol,
    p,
    q,
    s,
    samp,
    section,
    small,
    span,
    strike,
    strong,
    sub,
    sup,
    tt,
    u,
    ul,
    var {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0
    }

    .grid:after {
        content: "";
        display: block;
        clear: both
    }

    .grid-item,
    .grid-sizer {
        width: 50%
    }

    .grid-item {
        float: left
    }

    .grid-item img {
        display: block;
        max-width: 100%
    }

    .clearfix:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0
    }

    .rightside-rtp .section-head .line-dec,
    .section-heading .line-dec {
        width: 50px;
        height: 2px;
        background-color: #a32929
    }

    .clearfix,
    .pre-header ul li {
        display: inline-block
    }

    article,
    aside,
    footer,
    header,
    hgroup,
    html[xmlns] .clearfix,
    nav,
    section {
        display: block
    }

    * html .clearfix {
        height: 1%
    }

    li,
    ul {
        padding: 0;
        margin: 0
    }

    body,
    html {
        font-weight: 400;
        -ms-text-size-adjust: 100%;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        background: #fff;
        font-family: Poppins, sans-serif
    }

    a,
    a:visited {
        color: #a32929
    }

    a:hover {
        color: #e93c3c;
        font-style: italic
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-top: 0;
        margin-bottom: 0
    }

    .home-rtp .section-heading,
    .last-post-item,
    ul {
        margin-bottom: 0
    }

    p {
        font-size: 15px;
        line-height: 30px;
        font-weight: 300;
        color: #6d6d6d
    }

    img {
        width: 100%;
        overflow: hidden
    }

    ::selection {
        background: #a32929;
        color: #fff
    }

    ::-moz-selection {
        background: #a32929;
        color: #fff
    }

    @media (max-width:991px) {
        body,
        html {
            overflow-x: hidden
        }
        .mobile-top-fix {
            margin-top: 30px;
            margin-bottom: 0
        }
        .mobile-bottom-fix {
            margin-bottom: 30px
        }
        .mobile-bottom-fix-big {
            margin-bottom: 60px
        }
    }

    .page-section {
        margin-top: 120px
    }

    .breadcrumb {
        position: relative;
        z-index: 2;
        font-size: 12px;
        margin-bottom: 30px
    }

    .breadcrumb .right-content {
        margin-top: 10px;
        text-align: center
    }

    .breadcrumb span.category {
        font-size: 12px;
        color: #fff;
        padding: 5px 8px;
        background-color: #a32929;
        border-radius: 18px;
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 10px
    }

    .breadcrumb span.date {
        font-size: 12px;
        color: #afafaf;
        margin-top: 7px
    }

    .header-area .nav,
    .progress .progress-value div,
    .slider-custom {
        margin-top: 10px
    }

    .rightside-rtp {
        position: relative;
        z-index: 2;
        margin-left: 20px
    }

    .rightside-rtp .col-sm-4 {
        padding: 0 5px
    }

    .rightside-rtp .section-head h4 {
        color: #2a2a2a;
        font-size: 20px;
        font-weight: 700;
        text-transform: capitalize;
        margin-bottom: 0;
        text-align: center
    }

    .rightside-rtp .section-head .line-dec {
        margin: 5px auto
    }

    .background-header .nav li:last-child a.active:after,
    .button-69,
    .button-71,
    .header-area .main-nav .nav {
        background-color: transparent
    }

    .main-text article h2 em,
    .main-text article h3 em,
    .popup h4 em,
    .rightside-rtp .section-head h4 em,
    .section-heading h1 em,
    .section-heading h4 em {
        font-style: normal;
        color: #a32929
    }

    .section-heading {
        position: relative;
        z-index: 2
    }

    .section-heading h6 {
        font-size: 15px;
        font-weight: 700;
        color: #a32929;
        text-transform: uppercase;
        margin-bottom: 15px
    }

    .section-heading h1,
    .section-heading h4 {
        color: #2a2a2a;
        font-size: 35px;
        font-weight: 700;
        text-transform: capitalize;
        margin-bottom: 25px
    }

    .button-69 {
        border: 2px solid #fff;
        border-radius: 56px;
        color: #fff;
        display: inline-block;
        font-size: 15px;
        padding: 0 20px
    }

    .button-69:hover,
    .button-71:hover {
        transform: scale(1.05)
    }

    .button-71 {
        border: 2px solid #fff;
        border-radius: 56px;
        color: #fff;
        display: inline-block;
        font-size: 18px;
        padding: 16px 21px
    }

    .button-72,
    .info-post .icon:hover a,
    .portfolio-item:hover .down-content h4,
    .portfolio-item:hover .down-content span,
    .pre-header ul.info li a:hover,
    .red,
    .rtp-button a {
        color: #a32929
    }

    @media (min-width:768px) {
        .button-71 {
            padding: 16px 48px
        }
    }

    .button-72 {
        align-items: center;
        background-color: initial;
        background-image: linear-gradient(rgb(250 210 210 / 84%), #fff 50%);
        border-radius: 42px;
        box-shadow: #9a06064b 0 2px 2px, #9a060675 0 8px 12px;
        cursor: pointer;
        display: flex;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: .04em;
        padding: 18px;
        text-align: center;
        border: 2px solid #a32929;
        text-shadow: #9a060665 0 0 4px, #9a060636 0 0 2px, #9a06065b 1px 1px 1px, #9a06063d 4px 4px 5px
    }

    .background-header,
    .header-area {
        box-shadow: 0 5px 8px rgba(0, 0, 0, .03);
        left: 0;
        right: 0
    }

    .button-72:hover {
        background-image: linear-gradient(#84c98b, #a32929 50%);
        color: #fff;
        border: 2px solid #fff
    }

    @media (max-width:768px) {
        .button-72 {
            font-size: 21px;
            padding: 18px 34px;
            margin-left: auto;
            margin-right: auto
        }
    }

    .border-first-button a {
        display: inline-block;
        color: #a32929;
        border: 1px solid #a32929;
        border-radius: 23px;
        font-weight: 500
    }

    .rtp-button a {
        border: 1px solid #a32929;
        border-radius: 23px;
        font-weight: 500
    }

    .button-contact:hover,
    .rtp-button a:hover {
        background-color: #a32929;
        color: #fff
    }

    .pre-header {
        background-color: #efefef;
        height: 60px;
        padding: 15px 0
    }

    .about-left-image amp-img,
    .pre-header ul.info li {
        margin-right: 45px
    }

    .pre-header ul.info li a {
        color: #afafaf;
        font-size: 14px;
        transition: .3s
    }

    .pre-header ul.info li a i {
        font-size: 18px;
        margin-right: 8px
    }

    .pre-header ul.social-media {
        text-align: right
    }

    .pre-header ul.social-media li {
        margin-left: 5px
    }

    .pre-header ul.social-media li a {
        background-color: #afafaf;
        color: #fff;
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border-radius: 50%;
        font-size: 14px;
        transition: .3s
    }

    .pre-header ul.social-media li a:hover {
        background-color: #a32929
    }

    header {
        background-image: url(/assets/images/layout/header-bg.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover
    }

    .background-header {
        background-color: #fff;
        height: 80px;
        position: fixed;
        top: 0
    }

    .background-header .logo,
    .background-header .main-nav .nav li a,
    .footer-top .footer-item>h5,
    .second-banner .section-heading h4,
    .second-banner .section-heading h6 {
        color: #fff
    }

    .background-header .nav li a.active {
        position: relative;
        color: #fff
    }

    .background-header .nav li a.active:after {
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #a32929;
        content: "";
        left: 50%;
        bottom: -20px;
        transform: translateX(-50%)
    }

    .header-area {
        background-color: #fff;
        position: absolute;
        z-index: 100;
        height: 100px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s;
        transition: .5s
    }

    .header-area .main-nav .logo,
    .header-area .main-nav .nav {
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s
    }

    .header-area .main-nav {
        background: 0 0
    }

    .preloader-inner .dot,
    .preloader-inner .dots span {
        background: #a32929;
        height: 16px;
        width: 16px;
        border-radius: 50%
    }

    .header-area .main-nav .logo {
        transition: .3s;
        line-height: 100px;
        float: left
    }

    .background-header .main-nav .logo {
        line-height: 80px
    }

    .background-header .main-nav .nav {
        margin-top: 20px
    }

    .header-area .main-nav .nav {
        float: right;
        margin-top: 20px;
        margin-right: 0;
        transition: .3s;
        position: relative;
        z-index: 999
    }

    .header-area .main-nav .nav li {
        padding-left: 20px;
        padding-right: 20px;
        list-style: none
    }

    .header-area .main-nav .nav li a {
        display: block;
        font-weight: 500;
        font-size: 15px;
        color: #fff;
        text-transform: capitalize;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        height: 40px;
        line-height: 40px;
        border: transparent;
        letter-spacing: 1px
    }

    .border-bottom::before,
    .border-top::before {
        height: 3px;
        background-color: #a32929;
        content: " ";
        width: 80%;
        border-radius: 50%;
        display: block
    }

    .header-area .main-nav .nav li a.active,
    .header-area .main-nav .nav li:hover a {
        color: #ffe240
    }

    .background-header .main-nav .nav li a.active,
    .background-header .main-nav .nav li:hover a {
        color: #ffe240;
        opacity: 1
    }

    .header-area.header-sticky {
        min-height: 80px
    }

    .right-nav-col {
        margin-bottom: auto
    }

    .main-text article li:last-child,
    .slider-custom {
        margin-bottom: 10px
    }

    .slider-bg {
        padding-top: 20px;
        padding-bottom: 20px;
        border-radius: 15px;
        background-image: url(assets/images/layout/layout/bg-slot.png);
        background-size: contain;
        box-shadow: 0 0 15px rgba(0, 0, 0, .3)
    }

    .border-top::before {
        margin: 20px auto 0
    }

    .border-bottom::before {
        margin: 0 auto 30px
    }

    @media (max-width:1200px) {
        .header-area .main-nav .nav li {
            padding-left: 12px;
            padding-right: 12px
        }
        .header-area .main-nav:before {
            display: none
        }
        .header-area .main-nav .logo h4 {
            font-size: 24px
        }
        .header-area .main-nav .logo h4 img {
            max-width: 25px;
            margin-left: 0
        }
        .header-area .main-nav .nav li:last-child {
            padding-left: 20px
        }
    }

    @media (max-width:767px) {
        .left-nav-col,
        .logo-col,
        .logo-col amp-img,
        .right-nav-col {
            margin-top: auto;
            margin-bottom: auto
        }
        .pre-header ul.info li:last-child {
            display: none
        }
        .background-header .main-nav .nav,
        .background-header .nav {
            margin-top: 80px
        }
        .header-area .main-nav .logo {
            color: #1e1e1e
        }
        .header-area.header-sticky .nav li a.active,
        .header-area.header-sticky .nav li a:hover {
            color: #a32929;
            opacity: 1
        }
        .header-area.header-sticky .nav li.search-icon a {
            width: 100%
        }
        .header-area.header-sticky {
            min-height: 70px
        }
        .header-area {
            background-color: #fff;
            padding: 0 15px;
            box-shadow: none;
            text-align: center;
            box-shadow: 0 5px 8px rgba(0, 0, 0, .03);
            width: 96%;
            top: 5px;
            height: 70px;
            position: fixed;
            left: 2%;
            right: 2%;
            z-index: 223;
            border-radius: 50px
        }
        .header-area .container {
            padding: 0
        }
        .header-area .menu-trigger {
            display: block
        }
        .header-area .main-nav {
            overflow: hidden;
            margin-top: 50%
        }
        .header-area .main-nav .nav {
            float: none;
            width: 100%;
            display: none;
            -webkit-transition: none;
            -moz-transition: none;
            -o-transition: none;
            transition: none;
            margin-left: 0
        }
        .header-area .main-nav .nav li:first-child {
            border-top: 1px solid #eee
        }
        .header-area.header-sticky .nav {
            margin-top: 100px
        }
        .header-area .main-nav .nav li {
            width: 100%;
            background: #fff;
            border-bottom: 1px solid #e7e7e7;
            padding-left: 0;
            padding-right: 0
        }
        .header-area .main-nav .nav li a {
            height: 50px;
            line-height: 50px;
            padding: 0;
            border: none;
            background: #f7f7f7;
            color: #191a20
        }
        .header-area .main-nav .nav li a:hover {
            background: #eee;
            color: #a32929
        }
        .header-area .main-nav .nav li.submenu ul {
            position: relative;
            visibility: inherit;
            opacity: 1;
            z-index: 1;
            transform: translateY(0);
            transition-delay: 0s, 0s, 0.3s;
            top: 0;
            width: 100%;
            box-shadow: none;
            height: 0
        }
        .header-area .main-nav .nav li.submenu ul li a {
            font-size: 12px;
            font-weight: 400
        }
        .header-area .main-nav .nav li.submenu ul li a:hover:before {
            width: 0
        }
        .header-area .main-nav .nav li.submenu ul.active {
            height: auto
        }
        .header-area .main-nav .nav li.submenu:after {
            color: #3b566e;
            right: 25px;
            font-size: 14px;
            top: 15px
        }
        .header-area .main-nav .nav li.submenu:focus ul,
        .header-area .main-nav .nav li.submenu:hover ul {
            height: 0
        }
        .logo-col amp-img {
            width: 100%
        }
        .left-nav-col {
            padding-right: 10%
        }
        .right-nav-col {
            padding-left: 10%;
            animation: 2s linear infinite wiggle
        }
        @keyframes wiggle {
            0%,
            100%,
            40%,
            7% {
                transform: rotateZ(0)
            }
            15% {
                transform: rotateZ(-15deg)
            }
            20% {
                transform: rotateZ(10deg)
            }
            25% {
                transform: rotateZ(-10deg)
            }
            30% {
                transform: rotateZ(6deg)
            }
            35% {
                transform: rotateZ(-4deg)
            }
        }
        .home-rtp .col-sm-4 {
            padding: 5px
        }
    }

    @media (min-width:767px) {
        .header-area .main-nav .nav {
            display: flex
        }
        .left-nav-col,
        .rtp-head-btn,
        .side-menu-bar-button {
            display: none
        }
        .logo-col {
            margin-top: auto
        }
    }

    .js-preloader {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        opacity: 1;
        visibility: visible;
        z-index: 9999;
        -webkit-transition: opacity .25s;
        transition: opacity .25s
    }

    .descrip .naccs .menu div,
    .descrip ul.nacc li {
        transition: 1s cubic-bezier(.075, .82, .165, 1)
    }

    .js-preloader.loaded {
        opacity: 0;
        visibility: hidden;
        pointer-events: none
    }

    @-webkit-keyframes dot {
        50% {
            -webkit-transform: translateX(96px);
            transform: translateX(96px)
        }
    }

    @keyframes dot {
        50% {
            -webkit-transform: translateX(96px);
            transform: translateX(96px)
        }
    }

    @-webkit-keyframes dots {
        50% {
            -webkit-transform: translateX(-31px);
            transform: translateX(-31px)
        }
    }

    @keyframes dots {
        50% {
            -webkit-transform: translateX(-31px);
            transform: translateX(-31px)
        }
    }

    .preloader-inner {
        position: relative;
        width: 142px;
        height: 40px;
        background: #fff
    }

    .preloader-inner .dot {
        position: absolute;
        top: 12px;
        left: 15px;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation: 2.8s infinite dot;
        animation: 2.8s infinite dot
    }

    .preloader-inner .dots {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        margin-top: 12px;
        margin-left: 31px;
        -webkit-animation: 2.8s infinite dots;
        animation: 2.8s infinite dots
    }

    .preloader-inner .dots span {
        display: block;
        float: left;
        margin-left: 16px
    }

    .main-banner {
        background-image: url(assets/images/layout/794.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        padding: 226px 0 120px;
        position: relative;
        overflow: hidden
    }

    .main-banner .left-content {
        margin-right: 15px
    }

    .main-banner .left-content h6 {
        text-transform: capitalize;
        font-size: 20px;
        font-weight: 700;
        color: #a32929;
        margin-bottom: 15px;
        text-transform: uppercase
    }

    .main-banner .left-content h2 {
        z-index: 2;
        position: relative;
        font-weight: 700;
        font-size: 50px;
        color: #2a2a2a;
        margin-bottom: 20px;
        line-height: 1.2
    }

    #contact-box input,
    #contact-box textarea {
        font-weight: 300;
        background-color: transparent
    }

    .main-banner .left-content p {
        margin-bottom: 30px;
        color: #a32929
    }

    .main-banner .right-image {
        text-align: right;
        position: relative;
        z-index: 20
    }

    .main-banner .right-image img {
        max-width: 593px
    }

    .about,
    .contact-us {
        padding-top: 60px
    }

    .about-right-content p {
        margin-top: 30px;
        margin-bottom: 45px
    }

    .skills-content {
        position: relative;
        z-index: 1;
        margin-top: -50px;
        background-color: #f5f5f5;
        border-bottom-right-radius: 50px;
        border-bottom-left-radius: 50px;
        padding: 110px 0 50px
    }

    .skill-item {
        text-align: center
    }

    .progress {
        width: 150px;
        height: 150px;
        line-height: 150px;
        background: 0 0;
        margin: 0 auto 1em;
        box-shadow: none;
        position: relative
    }

    .progress:after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 5px solid #fff;
        position: absolute;
        top: 0;
        left: 0
    }

    .progress>span {
        width: 50%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        z-index: 1
    }

    .progress .progress-left {
        left: 0
    }

    .progress .progress-bar {
        width: 100%;
        height: 100%;
        background: 0 0;
        position: absolute;
        top: 0;
        border: 5px solid #fd6a54
    }

    .descrip:after,
    .descrip:before,
    .main-text:after,
    .main-text:before {
        content: "";
        background-repeat: no-repeat;
        z-index: 0;
        position: absolute
    }

    .first-skill-item .progress .progress-bar {
        border-color: #a32929
    }

    .second-skill-item .progress .progress-bar {
        border-color: #726ae3
    }

    .third-skill-item .progress .progress-bar {
        border-color: #f58b56
    }

    .progress .progress-left .progress-bar {
        left: 100%;
        border-top-right-radius: 75px;
        border-bottom-right-radius: 75px;
        border-left: 0;
        -webkit-transform-origin: center left;
        transform-origin: center left
    }

    .progress .progress-right {
        right: 0
    }

    .progress .progress-right .progress-bar {
        left: -100%;
        border-top-left-radius: 75px;
        border-bottom-left-radius: 75px;
        border-right: 0;
        -webkit-transform-origin: center right;
        transform-origin: center right
    }

    .progress .progress-value {
        color: #2a2a2a;
        display: flex;
        width: 100%;
        border-radius: 50%;
        font-size: 35px;
        text-align: center;
        line-height: 25px;
        align-items: center;
        justify-content: center;
        height: 100%;
        font-weight: 700
    }

    .progress .progress-value span {
        font-size: 18px;
        text-transform: none;
        color: #6d6d6d;
        font-weight: 300
    }

    .progress[data-percentage="10"] .progress-right .progress-bar {
        animation: 1.5s linear forwards loading-1
    }

    .progress[data-percentage="10"] .progress-left .progress-bar,
    .progress[data-percentage="20"] .progress-left .progress-bar,
    .progress[data-percentage="30"] .progress-left .progress-bar,
    .progress[data-percentage="40"] .progress-left .progress-bar,
    .progress[data-percentage="50"] .progress-left .progress-bar {
        animation: 0
    }

    .progress[data-percentage="20"] .progress-right .progress-bar {
        animation: 1.5s linear forwards loading-2
    }

    .progress[data-percentage="30"] .progress-right .progress-bar {
        animation: 1.5s linear forwards loading-3
    }

    .progress[data-percentage="40"] .progress-right .progress-bar {
        animation: 1.5s linear forwards loading-4
    }

    .progress[data-percentage="100"] .progress-right .progress-bar,
    .progress[data-percentage="50"] .progress-right .progress-bar,
    .progress[data-percentage="60"] .progress-right .progress-bar,
    .progress[data-percentage="70"] .progress-right .progress-bar,
    .progress[data-percentage="80"] .progress-right .progress-bar,
    .progress[data-percentage="87"] .progress-right .progress-bar,
    .progress[data-percentage="90"] .progress-right .progress-bar,
    .progress[data-percentage="92"] .progress-right .progress-bar,
    .progress[data-percentage="98"] .progress-right .progress-bar {
        animation: 1.5s linear forwards loading-5
    }

    .progress[data-percentage="60"] .progress-left .progress-bar {
        animation: 1.5s linear 1.5s forwards loading-1
    }

    .progress[data-percentage="70"] .progress-left .progress-bar {
        animation: 1.5s linear 1.5s forwards loading-2
    }

    .progress[data-percentage="80"] .progress-left .progress-bar {
        animation: 1.5s linear 1.5s forwards loading-3
    }

    .progress[data-percentage="87"] .progress-left .progress-bar,
    .progress[data-percentage="90"] .progress-left .progress-bar {
        animation: 1.5s linear 1.5s forwards loading-4
    }

    .progress[data-percentage="98"] .progress-left .progress-bar {
        animation: 1.5s linear 1.5s forwards loading-98
    }

    .progress[data-percentage="92"] .progress-left .progress-bar {
        animation: 1.5s linear 1.5s forwards loading-92
    }

    .progress[data-percentage="100"] .progress-left .progress-bar {
        animation: 1.5s linear 1.5s forwards loading-5
    }

    @keyframes loading-1 {
        0% {
            -webkit-transform: rotate(0);
            transform: rotate(0)
        }
        100% {
            -webkit-transform: rotate(36);
            transform: rotate(36deg)
        }
    }

    @keyframes loading-2 {
        0% {
            -webkit-transform: rotate(0);
            transform: rotate(0)
        }
        100% {
            -webkit-transform: rotate(72);
            transform: rotate(72deg)
        }
    }

    @keyframes loading-3 {
        0% {
            -webkit-transform: rotate(0);
            transform: rotate(0)
        }
        100% {
            -webkit-transform: rotate(108);
            transform: rotate(108deg)
        }
    }

    @keyframes loading-4 {
        0% {
            -webkit-transform: rotate(0);
            transform: rotate(0)
        }
        100% {
            -webkit-transform: rotate(144);
            transform: rotate(144deg)
        }
    }

    @keyframes loading-87 {
        0% {
            -webkit-transform: rotate(0);
            transform: rotate(0)
        }
        100% {
            -webkit-transform: rotate(140);
            transform: rotate(140deg)
        }
    }

    @keyframes loading-98 {
        0% {
            -webkit-transform: rotate(0);
            transform: rotate(0)
        }
        100% {
            -webkit-transform: rotate(177);
            transform: rotate(177deg)
        }
    }

    @keyframes loading-92 {
        0% {
            -webkit-transform: rotate(0);
            transform: rotate(0)
        }
        100% {
            -webkit-transform: rotate(173);
            transform: rotate(173deg)
        }
    }

    @keyframes loading-5 {
        0% {
            -webkit-transform: rotate(0);
            transform: rotate(0)
        }
        100% {
            -webkit-transform: rotate(180);
            transform: rotate(180deg)
        }
    }

    .descrip {
        padding-top: 60px;
        position: relative
    }

    .descrip:after,
    .main-text:after {
        background-image: url(assets/images/layout/services-left-dec.jpg);
        left: 0;
        top: 0;
        width: 786px;
        height: 1217px
    }

    .descrip:before,
    .main-text:before {
        background-image: url(assets/images/layout/services-right-dec.jpg);
        right: 0;
        top: 400px;
        width: 161px;
        height: 413px
    }

    #contact-box,
    .descrip .active {
        background-image: url(assets/images/layout/contact-top-right-v2.png);
        background-size: cover
    }

    .descrip .naccs .menu,
    .descrip .section-heading,
    .main-text .section-heading {
        text-align: center;
        margin-bottom: 30px
    }

    .contact-us .section-heading .line-dec,
    .descrip .section-heading .line-dec,
    .list-blog-home .section-heading .line-dec,
    .main-text .section-heading .line-dec {
        margin: 0 auto
    }

    .descrip .naccs,
    .footer_area,
    .main-text article {
        position: relative;
        z-index: 1
    }

    .descrip .icon {
        display: block;
        text-align: center;
        margin: 0 auto
    }

    .descrip .naccs .menu div h4 {
        color: #fff;
        font-size: 15px;
        font-weight: 400;
        width: 100%
    }

    .descrip .icon amp-img {
        max-width: 60px;
        min-width: 60px
    }

    .descrip .naccs .menu div {
        color: #2a2a2a;
        margin: 0;
        width: 15%;
        font-size: 20px;
        font-weight: 700;
        display: inline-block;
        text-align: center;
        cursor: pointer;
        position: relative;
        border-radius: 15px
    }

    .descrip .naccs .menu div .thumb {
        display: inline-block;
        width: 100%;
        padding: 30px 0;
        background-color: #fff;
        box-shadow: 0 0 15px #9a100621
    }

    .descrip .active,
    .descrip .naccs .menu div.active {
        box-shadow: 0 0 15px rgba(0, 0, 0, .1)
    }

    .descrip .naccs .menu div .thumb a {
        color: #1e1e1e
    }

    .descrip ul.nacc {
        height: 100%;
        position: relative;
        min-height: 100%;
        list-style: none;
        margin: 0;
        padding: 0;
        transition: .5s cubic-bezier(.075, .82, .165, 1)
    }

    .descrip ul.nacc li {
        opacity: 0;
        transform: translateX(-50px);
        position: absolute;
        list-style: none
    }

    .descrip .active {
        transition-delay: 0.3s;
        position: relative;
        z-index: 2;
        opacity: 1;
        transform: translateX(0);
        background-color: #fff;
        border-radius: 15px;
        padding: 80px 120px 50px;
        background-repeat: no-repeat
    }

    .home-rtp:after,
    .home-rtp:before {
        position: absolute;
        content: "";
        top: 0;
        background-repeat: no-repeat
    }

    .descrip .right-image img {
        max-width: 420px;
        float: right;
        border-radius: 15px
    }

    .descrip .nacc .thumb h4 {
        color: #2a2a2a;
        font-size: 20px;
        font-weight: 700;
        line-height: 35px;
        margin-bottom: 25px
    }

    .descrip .left-text h4 {
        font-size: 20px;
        font-weight: 700;
        color: #a32929;
        margin-bottom: 20px
    }

    .descrip .left-text p,
    .list-blog-home-post .down-content p {
        margin-bottom: 30px
    }

    .nacc .ticks-list span {
        display: inline-block;
        opacity: 1;
        margin-right: 45px;
        margin-bottom: 20px;
        font-size: 15px;
        font-weight: 400
    }

    .main-text {
        padding-top: 80px;
        position: relative;
        z-index: 1
    }

    .main-text amp-img {
        margin: 10px auto
    }

    .blog-text amp-img {
        border-radius: 25px;
        margin: 10px auto
    }

    .main-text article h2,
    .main-text article h3 {
        color: #2a2a2a;
        text-transform: capitalize;
        margin-top: 15px;
        margin-bottom: 15px
    }

    .main-text article ol,
    li,
    ul {
        color: #6d6d6d;
        font-size: 15px;
        margin-left: 10px;
        line-height: 30px;
        margin-top: 10px
    }

    .main-text article table,
    .popup {
        margin-right: auto;
        margin-left: auto
    }

    .main-text ol.bold li::marker {
        font-weight: 700
    }

    .main-text article strong {
        color: #2a2a2a;
        font-weight: bolder
    }

    .main-text article table {
        margin-bottom: 40px
    }

    .main-text article td,
    .popup td,
    th {
        border: 1px solid #ddd;
        color: #6d6d6d;
        font-size: 15px;
        padding: 8px
    }

    .main-text article tr:nth-child(2n),
    .popup tr:nth-child(2n) {
        background-color: #f2f2f2
    }

    .main-text article tr:hover,
    .popup tr:hover {
        background-color: #ddd
    }

    .main-text article th,
    .popup th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #949a0627;
        color: #2a2a2a
    }

    .demo-slot-table {
        width: 100%
    }

    .popup h2,
    .popup h4 {
        color: #2a2a2a;
        text-transform: capitalize;
        margin-top: 10px;
        margin-bottom: 5px;
        text-align: center
    }

    .popup h2 em {
        font-style: normal
    }

    .yellow {
        color: #f8760b
    }

    .green {
        color: #1a7504
    }

    .second-banner {
        background-image: url(assets/images/layout/quote-bg-v2.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        padding: 120px 0;
        text-align: center;
        position: relative;
        z-index: 2;
        margin-top: 130px
    }

    .second-banner .section-heading {
        margin-bottom: 60px
    }

    .second-banner .section-heading .line-dec {
        margin: 0 auto;
        background-color: #fff
    }

    .home-rtp amp-lightbox {
        padding: 0
    }

    .home-rtp .section-heading .line-dec {
        margin: 0 auto 30px
    }

    .modal-background {
        display: flex;
        flex-direction: vertical;
        height: 100%;
        align-items: center;
        background-color: rgba(0, 0, 0, .8);
        justify-content: center;
    }

    .popup {
        background-color: #f9f8f9;
        width: 60%;
        box-shadow: rgba(0, 0, 0, .25) 0 54px 55px, rgba(0, 0, 0, .12) 0 -12px 30px, rgba(0, 0, 0, .12) 0 4px 6px, rgba(0, 0, 0, .17) 0 12px 13px, rgba(0, 0, 0, .09) 0 -3px 5px;
        border-radius: 10px
    }

    .popup amp-img {
        width: 90%;
        margin: 10px auto;
        border-radius: 10px
    }

    .popup table {
        width: 95%;
        margin: 5px auto
    }

    .popup table td {
        white-space: pre
    }

    .button-tutup {
        background: #a32929;
        border-radius: 11px;
        color: #fff;
        cursor: pointer;
        display: flex;
        font-size: 12px;
        font-weight: 600;
        justify-content: center;
        line-height: 1;
        padding: 10px 20px;
        text-align: center;
        text-shadow: rgba(0, 0, 0, .3) 1px 1px 1px;
        text-underline-offset: 1px;
        transition: .2s ease-in-out;
        border: 0;
    }

    .button-tutup:active,
    .button-tutup:focus,
    .button-tutup:hover {
        border-bottom-style: none;
        border-color: #dadada
    }

    .list-blog-home-post,
    .portfolio-item {
        border-radius: 25px
    }

    .button-tutup:active,
    .button-tutup:focus {
        box-shadow: rgba(0, 0, 0, .3) 0 3px 3px inset;
        outline: 0
    }

    .home-rtp {
        padding-top: 60px;
        overflow: hidden;
        position: relative
    }

    .home-rtp .section-heading h4 {
        margin: 15px 0
    }

    .home-rtp:before {
        background-image: url(assets/images/layout/portfolio-right-dec.jpg);
        right: 0;
        width: 414px;
        height: 861px;
        z-index: 1
    }

    .home-rtp:after {
        background-image: url(assets/images/layout/portfolio-left-dec.jpg);
        left: 0;
        width: 677px;
        height: 759px;
        z-index: 1
    }

    .home-rtp .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
        position: relative;
        z-index: 2
    }

    .home-rtp .item {
        position: relative;
        z-index: 222
    }

    .portfolio-item {
        box-shadow: 0 0 5px #9a0606a4;
        margin-bottom: 10px
    }

    .portfolio-item .thumb {
        position: relative;
        border-radius: 15px
    }

    .portfolio-item .thumb img {
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
        overflow: hidden
    }

    .portfolio-item .down-content {
        background-color: transparent;
        text-align: center;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: -moz-available;
        width: -webkit-fill-available;
        overflow: hidden;
        padding: 0 7px 7px
    }

    .progress-rtp {
        height: 25px;
        margin: 3px;
        display: flex;
        overflow: hidden;
        line-height: 0;
        position: relative;
        z-index: 333;
        background-color: #ececec;
        text-align: center
    }

    .progress-rtp h4 {
        letter-spacing: normal;
        font-size: 12pt;
        font-weight: 700;
        color: #2a2a2a;
        position: absolute;
        width: 100%;
        margin-top: 12px;
        z-index: 3
    }

    .bg-progress-rtp {
        background-image: linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
        background-size: 1rem 1rem;
        color: #fff;
        z-index: 2;
        animation: 16s linear infinite move;
        box-shadow: inset 0 5px 3px rgba(255, 255, 255, .5), inset 0 -3px 7px rgba(0, 0, 0, .2)
    }

    #contact-box,
    .info-post .icon,
    .list-blog-home-post {
        box-shadow: 0 0 15px rgba(0, 0, 0, .1)
    }

    @keyframes move {
        0% {
            background-position: 0 0
        }
        100% {
            background-position: 150px 150px
        }
    }

    .merah {
        background-color: #f8485a
    }

    .kuning {
        background-color: #f7c93f
    }

    .hijau {
        background-color: #1be647
    }

    .portfolio-item .down-content span {
        font-size: 12px;
        color: #191a20;
        transition: .3s;
        font-weight: 500
    }

    .list-blog-home:before {
        content: "";
        background-image: url(assets/images/layout/list-blog-home-left-dec.jpg);
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 0;
        width: 961px;
        height: 1020px;
        z-index: 1
    }

    .list-blog-home {
        position: relative;
        padding-top: 60px
    }

    .button-contact,
    .button-rtp-home {
        padding: 12px 25px;
        transition: .3s
    }

    .contact-us .section-heading,
    .list-blog-home .section-heading {
        text-align: center;
        margin-bottom: 40px
    }

    .show-up {
        position: relative;
        z-index: 200
    }

    .list-blog-home-post .thumb img {
        border-top-right-radius: 23px;
        border-top-left-radius: 23px
    }

    .list-blog-home-post .down-content {
        border-bottom-right-radius: 23px;
        border-bottom-left-radius: 23px;
        background-color: #fff;
        padding: 30px
    }

    .list-blog-home-post .down-content span.category,
    .post-item .right-content span.category {
        font-size: 12px;
        color: #fff;
        padding: 8px 12px;
        background-color: #a32929;
        border-radius: 18px;
        display: inline-block
    }

    .list-blog-home-post .down-content span.date {
        font-size: 12px;
        color: #afafaf;
        text-align: right;
        float: right;
        margin-top: 4px
    }

    .list-blog-home-post .down-content h4 {
        font-size: 20px;
        font-weight: 700;
        color: #2a2a2a;
        margin-top: 20px;
        margin-bottom: 20px;
        line-height: 30px
    }

    .list-blog-home-posts {
        margin-left: 30px
    }

    .post-item {
        margin-bottom: 62px;
        z-index: 1;
        position: relative
    }

    .copyright p,
    .footer-item,
    .info-post,
    .post-item .right-content h4,
    .post-item .thumb {
        margin-bottom: 20px
    }

    #contact-box,
    .button-rtp-home,
    .info-post {
        position: relative;
        z-index: 2
    }

    .post-item .thumb img {
        border-radius: 23px;
        display: inline-block
    }

    .post-item .right-content {
        padding-top: 0
    }

    .post-item .right-content span.date {
        font-size: 12px;
        color: #afafaf;
        margin-top: 4px
    }

    .post-item .right-content h4 {
        font-size: 15px;
        font-weight: 600;
        color: #2a2a2a;
        margin-top: 10px
    }

    .contact-dec img {
        max-width: 224px;
        position: absolute;
        right: 25px;
        top: -242px
    }

    #contact-box {
        background-repeat: no-repeat;
        background-color: #fff;
        border-radius: 23px;
        text-align: center;
        padding: 20px
    }

    .info-post .icon {
        text-align: center;
        border-radius: 23px;
        padding: 25px 15px
    }

    .info-post .icon img {
        max-width: 60px;
        display: block;
        margin: 0 auto
    }

    .info-post .icon a {
        margin-top: 15px;
        display: inline-block;
        font-size: 15px;
        font-weight: 500;
        color: #2a2a2a;
        transition: .3s
    }

    #contact-box input {
        width: 100%;
        height: 46px;
        border: 1px solid #eee;
        outline: 0;
        font-size: 15px;
        color: #2a2a2a;
        padding: 0 20px;
        border-radius: 23px;
        margin-top: 30px
    }

    #contact-box textarea,
    .button-contact {
        margin-top: 30px;
        width: 100%;
        border-radius: 23px;
        font-size: 15px;
        outline: 0
    }

    #contact-box input::placeholder {
        color: #aaa
    }

    #contact-box textarea {
        min-width: 100%;
        max-width: 100%;
        max-height: 200px;
        min-height: 200px;
        height: 200px;
        border: 1px solid #eee;
        color: #2a2a2a;
        padding: 15px 20px
    }

    #contact-box textarea::placeholder {
        color: #aaa
    }

    .button-contact {
        display: inline-block;
        background-color: #fff;
        font-weight: 500;
        color: #a32929;
        text-transform: capitalize;
        letter-spacing: .25px;
        border: 1px solid #a32929
    }

    .button-rtp-home {
        display: table;
        background-color: #a32929;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        margin-top: 10px;
        text-transform: uppercase;
        border-radius: 23px;
        letter-spacing: .4px;
        border: 1px solid #d12020;
        outline: 0;
        margin-left: auto;
        margin-right: auto
    }

    .button-rtp-home:hover {
        background-color: #fff;
        color: #a32929
    }

    footer {
        margin-top: 80px
    }

    .footer-top {
        background-color: #2a2a2a;
        color: #fff;
        padding-top: 40px;
        padding-bottom: 20px
    }

    .footer-item h4,
    .footer-item h5 {
        margin-bottom: 20px;
        font-weight: 600
    }

    .footer-top .footer-item>p {
        color: rgba(255, 255, 255, .5);
        font-size: 13px
    }

    .copyright {
        background-color: #1e1e1e
    }

    .copyright::before {
        display: block;
        height: 3px;
        background-color: #a32929;
        content: " ";
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        border-radius: 50%
    }

    .copyright p {
        text-align: center;
        color: #fff;
        margin-top: 10px
    }

    .copyright a {
        color: #a32929;
        font-size: 14px;
        font-weight: 600
    }

    .mt-15 {
        margin-top: 15px
    }

    .footer-tag>li {
        display: inline-block;
        margin-left: 0;
        margin-top: 3px
    }

    .footer-tag a {
        border: 1px solid #333;
        border-radius: 6px;
        color: #888;
        display: inline-block;
        font-size: 13px;
        padding: 0 12px
    }

    .footer-links a {
        border-bottom: 1px solid #333;
        display: block;
        margin-bottom: 5px;
        padding-bottom: 5px;
        color: rgba(255, 255, 255, .5);
        font-size: 13px
    }

    ul.footer-links,
    ul.footer-tag {
        margin-left: 0
    }

    .footer-links li {
        list-style: none;
        margin-left: 0
    }

    .lc-button,
    .nav-bottom-mobile,
    .side-bar-button {
        display: none
    }

    @media (max-width:992px) {
        .background-header .main-nav .nav li:last-child,
        .background-header .nav li a.active:after,
        .header-area .main-nav .nav li:last-child,
        .main-banner:before {
            display: none
        }
        .background-header .main-nav .nav li:nth-child(6),
        .header-area .main-nav .nav li:nth-child(6) {
            padding-right: 0
        }
        #contact-box {
            overflow: hidden;
            padding: 45px
        }
        .header-area .main-nav .logo h4 {
            font-size: 20px
        }
        .main-banner .left-content {
            margin-right: 0
        }
        .main-banner {
            text-align: center;
            padding: 126px 0 30px
        }
        .main-banner .right-image {
            margin: 30px auto 0;
            text-align: center
        }
        .about .left-image,
        .features-item {
            margin-bottom: 45px
        }
        .last-features-item,
        .last-skill-item {
            margin-bottom: 0
        }
        .skill-item {
            margin-bottom: 30px
        }
        .about-left-image amp-img {
            margin-right: 0;
            margin-bottom: 45px
        }
        .descrip .naccs .menu div {
            font-size: 15px;
            font-weight: 500
        }
        .about .left-image {
            margin-right: 30px;
            margin-left: 30px
        }
        .list-blog-home-posts {
            margin-left: 0;
            margin-top: 30px
        }
        .post-item {
            margin-bottom: 70px
        }
        .contact-info {
            margin-top: 60px
        }
    }

    @media (max-width:767px) {
        .lc-button,
        .nav-bottom-mobile {
            z-index: 223
        }
        .box-nav-bottom,
        .lc-button {
            filter: drop-shadow(0 0 5px rgba(31, 31, 31, .1))
        }
        .box-nav-bottom,
        .lc-button,
        .nav-bottom-mobile {
            display: flex;
            position: fixed
        }
        .header-area .main-nav .logo h4 {
            font-size: 30px
        }
        .header-area .main-nav .logo h4 img {
            max-width: 30px;
            margin-left: 5px
        }
        .main-banner {
            background-position: left center
        }
        .main-banner .left-content p {
            font-weight: 600;
            margin-bottom: 60px
        }
        .main-banner .info-stat {
            margin-bottom: 15px
        }
        .descrip .naccs .menu div .thumb {
            margin-right: 20px;
            padding: 5px
        }
        .descrip .icon img {
            margin: 0
        }
        .descrip .active {
            padding: 15px;
            margin-left: 0
        }
        .descrip .naccs .menu div {
            font-size: 0px
        }
        .descrip .right-image img {
            float: none
        }
        .about .about-item,
        .about .main-green-button,
        .about .section-heading,
        .about p,
        .home-rtp .section-heading,
        .nav-bottom-link {
            text-align: center
        }
        .home-rtp .section-heading .line-dec {
            margin: 0 auto 30px
        }
        .our-services .section-heading {
            margin-left: 15px;
            margin-right: 15px
        }
        .section-heading .line-dec,
        .side-nav-menu .bord::before {
            margin-right: auto;
            margin-left: auto
        }
        .second-banner form input {
            margin-left: 0;
            padding: 0 30px
        }
        .second-banner form button {
            margin-left: 0;
            border-bottom-left-radius: 40px;
            border-top-right-radius: 0
        }
        .list-blog-home-posts {
            margin-left: 0;
            margin-top: 30px
        }
        .post-item {
            margin-bottom: 30px;
            text-align: center
        }
        .post-item .thumb img {
            max-width: 140px
        }
        .post-item .right-content p {
            display: none
        }
        .about .about-item {
            margin-top: 15px
        }
        #contact-box {
            padding: 20px
        }
        #about {
            padding-top: 20px
        }
        .side-bar-button {
            display: flex
        }
        #left-side-menu {
            width: 80%;
            padding: 20px;
            background-color: #854100;
            text-align: left
        }
        .side-nav-menu span {
            cursor: pointer;
            padding-bottom: 20px
        }
        .side-nav-menu ul {
            list-style: none;
            padding-left: 0
        }
        .side-nav-menu li:last-child {
            position: absolute;
            bottom: 70px;
            text-align: center;
            width: 80%
        }
        .side-nav-menu .side-menu-item {
            padding-top: 5px;
            padding-bottom: 5px;
            margin-bottom: 5px;
            text-align: center
        }
        .rightside-rtp .section-head .line-dec,
        .side-nav-menu .bord {
            margin-bottom: 10px
        }
        .side-nav-menu .bord::before {
            display: block;
            height: 2px;
            background-color: #ff9400;
            content: " ";
            width: 90%;
            border-radius: 40%
        }
        .side-nav-menu a {
            color: #fff;
            font-size: 12pt;
            font-weight: 400
        }
        .box-nav-bottom {
            background-image: url(assets/images/layout/btm-menu.jpg);
            background-position: top center;
            background-repeat: no-repeat;
            background-size: cover;
            justify-content: center;
            flex-direction: row;
            width: 96%;
            height: 70px;
            bottom: 5px;
            left: 2%;
            border-radius: 50px;
            margin-left: auto;
            padding-left: 10px;
            padding-right: 10px
        }
        .nav-bottom-items {
            height: 100%;
            width: 25%;
            display: flex;
            align-items: center;
            justify-content: center;
            line-height: .5;
            padding-bottom: 7px
        }
        .right-border {
            border-right: 1px solid #d87272
        }
        .nav-bottom-link amp-img {
            margin: 5px
        }
        .nav-bottom-link span {
            color: #d87272;
            font-size: 12px;
            font-weight: 500;
            letter-spacing: .3pt
        }
        .nav-bottom-link span.active {
            color: #fff;
            font-weight: 600
        }
        .lc-button {
            justify-content: center;
            flex-direction: row;
            width: 25%;
            height: 60px;
            bottom: 120px;
            left: 75%
        }
        .rightside-rtp {
            margin-top: 40px;
            margin-left: 0
        }
        .rightside-rtp .section-head h4 {
            font-size: 36px;
            margin-bottom: 10px
        }
        .copyright p {
            margin-bottom: 90px
        }
        .progress {
            width: 100px;
            height: 100px
        }
    }

    .search-container {
        background-color: #fff;
        position: relative;
        border-radius: 5px;
        padding: 3px 50px 3px 10px;
    }

    .search-box {
        background-color: transparent;
        outline: 0;
        height: 35px;
        font-size: 15px;
        border: 0;
        width: 100%;
    }

    .search-button {
        position: absolute;
        right: 4px;
        top: 3px;
        background-color: #c00;
        border-radius: 5px;
        border: 0;
        color: #fff;
        padding: 10px;
        height: 35px;
        outline: 0;
    }

    @keyframes shift {
        to {
            background-position: 100px 100%;
        }
    }

    [class*=" icon-"],
    [class^="icon-"],
    html {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
    }

    body {
        color: #fff;
    }

    *,
    :after,
    :before,
    html {
        box-sizing: border-box;
    }

    .slot-carousel {
        position: relative;
        display: grid;
        overflow: hidden;
        align-items: center;
        grid-template-columns: auto 1fr auto;
    }

    .slot-carousel__container {
        display: flex;
        overflow-x: overlay;
    }

    .slot-carousel__item {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .slot-carousel__img-container {
        position: relative;
        width: 3rem;
        height: 3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #101317;
        border-radius: 50%;
        border: 1px solid #101317;
    }

    .slot-carousel__img-container img {
        width: 100%;
    }

    .slot-carousel__img-container:before {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 30%;
    }

    .slot_item {
        position: relative;
    }

    .button-10 {
        border-radius: 10px;
    }

    .text24 {
        font-size: 24px;
    }

    @-webkit-keyframes tada {
        0%,
        100% {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }
        10%,
        20% {
            -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        }
        30%,
        50%,
        70%,
        90% {
            -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        }
        40%,
        60%,
        80% {
            -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        }
    }

    @keyframes tada {
        0%,
        100% {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }
        10%,
        20% {
            -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        }
        30%,
        50%,
        70%,
        90% {
            -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        }
        40%,
        60%,
        80% {
            -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        }
    }

    .button-10 {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 4px 14px;
        border: none;
        color: #000;
        background: linear-gradient(180deg, #43fde0 0, #009eae 100%);
        background-origin: border-box;
        box-shadow: 0 0.5px 1.5px rgb(54 122 246 / 25%), inset 0 0.8px 0 -0.25px rgb(255 255 255 / 20%);
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
        font-size: 10pt;
        width: fit-content;
        margin: 5px auto;
    }

    .container-slot {
        padding: 20px 10px;
    }

    .pg {
        padding: 10px 15px;
        min-height: 500px;
    }

    .slot_nav {
        margin-top: 20px;
    }

    a.active .slot_nav_item {
        background: linear-gradient(180deg, #b70036, #421a1a);
    }

    .slot_nav_item {
        padding: 5px 10px;
        border-radius: 5px;
        background: linear-gradient(180deg, #007e7e, #003136);
            width: 120px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    }

    .slot_item {
        display: inline-block;
        font-family: Oswald, sans-serif;
        width: 24%;
        height: 100%;
        font-weight: 400;
        margin: 0.5% 0.5% 2%;
        color: #000;
        border-radius: 10px;
    }

    .slot_item:after,
    .slot_title {
        width: 100%;
        position: absolute;
    }

    .slot_item:after {
        content: "";
        background: #fff;
        height: 25px;
        bottom: 0;
        left: 0;
        z-index: -1;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .slot_title {
        background: #004a4ae8;
        color: #fff;
        padding: 5px 0;
        font-family: system-ui;
        font-size: 0.925em;
        line-height: 1;
        bottom: 0;
        text-align: center;
    }

    @media only screen and (max-width: 823px) {
        .slot_item {
            width: 48%;
            margin: 3% 1%;
        }
    }

    @keyframes marquee {
        0% {
            transform: translateX(100%);
        }
        100% {
            transform: translateX(-150%);
        }
    }

    @media only screen and (max-width: 823px) {
        .slot_item {
            margin: 1% 1%;
        }
    }

    img {
        vertical-align: middle;
        border-style: none
    }

    .title {
        display: flex;
        justify-content: center;
        margin-top: auto;
        margin-bottom: auto
    }

    .title-text {
        color: #fff;
        font-size: 2.5rem
    }

    .slot {
        display: block
    }

    .btn-provider:hover {
        background-color: #fff
    }

    .btn-provider {
        text-align: center;
        display: block
    }

    .slot .content {
        float: none;
        width: 100%;
        padding: 0;
        flex: 0 0 100%;
        max-width: 100%;
        background-color: #121212
    }

    .wrapper {
        width: 100%;
        padding: 0;
        white-space: nowrap;
        overflow: hidden;
        position: relative;
        z-index: 0
    }

    .card {
        float: left;
        width: 16.6%;
        background: 0 0;
        border: none;
        text-align: center;
        position: relative
    }

    .card-content {
        margin: 5px;
        color: #fff;
        font-size: 12px;
        border: none;
        overflow: hidden;
        position: relative
    }

    .percent {
        height: 27px;
        display: flex;
        overflow: hidden;
        line-height: 0;
        font-size: .75rem;
        background-color: #e9ecef;
        position: relative;
        z-index: 1;
        border-radius: 18px;
        width: 90%;
        margin: 0 auto
    }

    .percent p {
        z-index: 15;
        position: absolute;
        text-align: center;
        width: 100%;
        font-size: 14px;
        font-weight: 700;
        color: #000
    }

    .percent-bar {
        background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
        background-size: 1rem 1rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        overflow: hidden;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        transition: width .6s ease;
        -webkit-animation: progress-bar-stripes 1s linear infinite;
        animation: progress-bar-stripes 1s linear infinite;
        z-index: 10
    }

    .yellow {
        background-color: #ffc107
    }

    .green {
        background-color: #28a745
    }

    .red {
        background-color: #dc3545
    }

    .hover-btn {
        position: absolute;
        opacity: 0;
        transition: all .1s ease-in-out;
        z-index: 10;
        width: 100%;
        height: 100%
    }

    .play-btn {
        cursor: pointer;
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        text-align: center;
        align-items: center;
        padding: 5px;
        display: block;
        margin: 40% 10% 10% 10%;
        background: linear-gradient(90deg, rgb(190 103 103) 0%, rgb(165 41 41) 100%);
        color: #fff;
        border-radius: 18px;
        transition: all .3s ease
    }

    .play-btn:hover {
        background: linear-gradient(90deg, rgb(94 165 41) 0%, rgb(103 190 151) 100%)
    }

    .img-zoom {
        transition: all .45s ease-in-out
    }

    .hover-btn:hover {
        opacity: 100%
    }

    .hover-btn:hover~.img-zoom {
        transform: scale(1.05);
        position: relative
    }

    @media (min-width:576px) {
        .container {
            max-width: 540px
        }
    }

    @media (min-width:768px) {
        .container {
            max-width: 720px
        }
    }

    @media (min-width:992px) {
        .container {
            max-width: 960px
        }
    }

    @media (min-width:1200px) {
        .container {
            max-width: 1140px
        }
    }

    @media (max-width:992px) {
        .content {
            float: none;
            width: 100%;
            flex: none;
            max-width: 100%
        }
        .card {
            width: 33.3%
        }
        .hover-btn {
            display: none
        }
        .hover-btn:hover~.img-zoom {
            transform: scale(1);
            position: relative
        }
        .btn-provider {
            text-align: center;
            display: block
        }
        .img-zoom {
            height: auto
        }
    }

    .col2 {
        width: 50%
    }

    .left {
        text-align: left
    }

    .right {
        text-align: right
    }

    .mrtop10 {
        margin-top: 10px
    }

    .hr {
        width: 100%;
        height: 2px;
        background: #5e5e5e;
        float: left
    }

    .popup-container {
        display: none;
        justify-content: center;
        align-items: center;
        max-width: 100%;
        margin-block-start: 0;
        max-height: 100%;
        width: 100vw;
        height: 100vh;
        position: fixed;
        z-index: 1000;
        background: #000000b0;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }

    .popup-body {
        width: 347px;
        margin: 1.5% auto;
        background: linear-gradient(90deg, rgb(231 160 160) 0%, rgb(181 96 96) 100%);
        border-radius: 18px 18px 18px 18px;
        color: #fff
    }

    @media (max-width:512px) {
        .popup-body {
            width: 310px;
            margin: 10% auto
        }
    }

    .popup-img {
        width: 450px;
        height: 555px;
        margin: 8% auto
    }

    .popup-img-close {
        text-align: center;
        cursor: pointer;
        width: 36px;
        height: 36px;
        background: #fff;
        color: #000;
        float: right;
        padding: 5px;
        border-radius: 100px;
        position: absolute;
        margin-left: -7px;
        margin-top: -20px
    }

    @media (min-width:993px) {
        .popup-img-close {
            margin-left: 42px;
            margin-top: -12px
        }
    }

    .popup-header {
        height: auto;
        width: 100%;
        margin-top: 0;
        background: linear-gradient(90deg, rgb(190 103 103) 0%, rgb(165 41 41) 100%);
        border-radius: 18px 18px 0 0;
        float: left
    }

    .popup-header h6 {
        margin: 13px
    }

    .popup-content {
        text-align: center;
        width: 100%;
        height: auto;
        padding: 3px 39px;
        float: left;
        font-size: 14px;
        background: #000;
        color: #fff
    }

    .popup-pakai {
        width: 100%;
        height: 4%;
        float: left;
        background: #222;
        padding: 0 5px;
        font-size: 12px
    }

    .popup-label {
        width: 100%;
        height: 7.5%;
        float: left;
        background: #222;
        padding: 1.5px 15px;
        font-size: 12px
    }

    .popup-close {
        cursor: pointer;
        width: 36px;
        height: 36px;
        background: linear-gradient(90deg, rgb(190 103 103) 0%, rgb(165 41 41) 100%);
        color: #000;
        float: right;
        padding: 5px;
        border-radius: 100px;
        position: absolute;
        margin-top: -5px;
        margin-left: -9px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .popup-close-text {
        font-size: 20px
    }

    .bg-popup-close:hover {
        color: #fff;
        background: linear-gradient(90deg, rgb(190 103 103) 0%, rgb(165 41 41) 100%)
    }

    .bg-main-button {
        background: linear-gradient(90deg, rgb(190 103 103) 0%, rgb(165 41 41) 100%);
        border-radius: 0 0 18px 0
    }

    .bg-daftar-button {
        background: linear-gradient(90deg, rgb(190 103 103) 0%, rgb(165 41 41) 100%);
        border-radius: 0 0 0 18px
    }

    .popip-button {
        cursor: pointer;
        width: 50%;
        float: left;
        height: 35px;
        padding: 3%;
        color: #fff;
        font-size: 15px;
        text-align: center;
        font-weight: 100;
        margin-bottom: 2px;
        position: unset
    }

    .popip-button:hover {
        background: linear-gradient(90deg, rgb(190 103 103) 0%, rgb(165 41 41) 100%)
    }

    .btn {
        background: radial-gradient(closest-side, #00061d, #f6ae0b 250%);
        display: inline-block;
        padding: 0 0;
        border: 1px solid transparent;
        border-radius: 5px;
        font: 400 22px arial;
        text-shadow: #000;
        width: 99%;
        color: #fff;
        letter-spacing: 1.5px;
        margin-top: 0
    }

    @keyframes blinking {
        0% {
            border: 2px solid #01db20
        }
        100% {
            border: 2px solid #e7b100
        }
    }

    a:link {
        text-decoration: none
    }

    a:visited {
        text-decoration: none
    }

    a:hover {
        text-decoration: none
    }

    a:active {
        text-decoration: none
    }

    .row1 {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(-1 * var(--bs-gutter-y));
        margin-right: calc(-.5 * var(--bs-gutter-x));
        margin-left: calc(-.5 * var(--bs-gutter-x))
    }

    .game_name_rtp_rendah,
    .game_name_rtp_sedang,
    .game_name_rtp_tinggi {
        margin: 0 0 5px;
        text-align: center
    }

    amp-carousel {
        z-index: 0
    }

    amp-lightbox::part(background-overlay) {
        background-color: rgba(0, 0, 0, .9)
    }

    amp-lightbox::part(container) {
        background-color: #fff;
        border-radius: 4px;
        box-shadow: 0 3px 12px rgba(0, 0, 0, .4);
        padding: 20px;
        max-width: 800px;
        position: relative;
        margin: 50px auto
    }

    amp-lightbox .close-button {
        position: absolute;
        top: 10px;
        right: 10px;
        color: #fff;
        background-color: rgba(0, 0, 0, .5);
        border: none;
        border-radius: 50%;
        padding: 10px;
        font-size: 1.2rem
    }

    amp-lightbox .game-details {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #38333c;
        padding: 20px;
        border-radius: 4px;
        width: 340px
    }

    .gamedetails_rtp_rendah,
    .pc_rtp_rendah {
        border: 2px solid #ff0707
    }

    .gamedetails_rtp_sedang,
    .pc_rtp_sedang {
        border: 2px solid #ffc107
    }

    .gamedetails_rtp_tinggi,
    .pc_rtp_tinggi {
        border: 2px solid #00bb2b
    }

    amp-lightbox .rtpgame-details {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        border-radius: 4px;
        width: 340px
    }

    amp-lightbox .game-details .game-filter {
        margin-bottom: 10px;
        color: #000
    }

    amp-lightbox .game-details .rtp {
        font-weight: 700;
        margin-top: 20px;
        color: #000
    }

    amp-lightbox .game-details .progress-color {
        margin-top: 10px;
        color: #000
    }

    amp-lightbox .game-details .tips-1-pola,
    amp-lightbox .game-details .tips-1-spin,
    amp-lightbox .game-details .tips-2-pola,
    amp-lightbox .game-details .tips-2-spin,
    amp-lightbox .game-details .tips-3-pola,
    amp-lightbox .game-details .tips-3-spin {
        margin-top: 10px
    }

    amp-lightbox {
        background-color: rgba(0, 0, 0, .8);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
        top: 50%
    }

    amp-img {
        border-radius: 10px
    }

    .show1_rtp_sedang,
    .show1_rtp_tinggi,
    .show2_rtp_rendah,
    .show2_rtp_tinggi,
    .show3_rtp_rendah,
    .show3_rtp_sedang,
    .show_rtp_rendah,
    .show_rtp_sedang,
    .shownyedot_rtp_sedang,
    .shownyedot_rtp_tinggi {
        display: none
    }

    .borderrtp_rtp_rendah {
        border-radius: 5px;
        border: 2px solid #ff0707;
        filter: grayscale(1)
    }

    .borderrtp_rtp_sedang {
        border-radius: 5px;
        border: 2px solid #ffc107
    }

    .borderrtp_rtp_tinggi {
        border-radius: 5px;
        border: 2px solid #00bb2b
    }

    .kiri-modal {
        width: 100%;
        display: flex;
        float: left;
        position: relative;
        align-items: center
    }

    .kiri-modal-kiri {
        width: 45%
    }

    .petir {
        position: absolute;
        width: 68%;
        top: -25px;
        left: -35px
    }

    .kiri-modal-kanan {
        width: 55%;
        display: block
    }

    .percent-barrtp,
    .percent_modal {
        display: flex;
        overflow: hidden;
        z-index: 10
    }

    .game_name_rtp_rendah {
        border: 2px solid #ff0707;
        border-radius: 5px
    }

    .game_name_rtp_sedang {
        border: 2px solid #ffc107;
        border-radius: 5px
    }

    .game_name_rtp_tinggi {
        border: 2px solid #00bb2b;
        border-radius: 5px
    }

    .name-modal-game {
        margin-left: 7px;
        font-weight: 700;
        font-size: 11px;
        padding: 3px 0 2px
    }

    .rtp-live-frame {
        width: 100%;
        font-size: 17px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 5px
    }

    .rtp_live_rtp_rendah {
        margin-left: 7px;
        border: 2px solid #ff0707;
        border-radius: 5px
    }

    .rtp_live_rtp_sedang {
        margin-left: 7px;
        border: 2px solid #ffc107;
        border-radius: 5px
    }

    .rtp_live_rtp_tinggi {
        margin-left: 7px;
        border: 2px solid #00bb2b;
        border-radius: 5px
    }

    .rtp-name {
        margin: 3px;
        border-radius: 2px
    }

    .bg_rtp_rendah {
        background-color: #ff0707;
        border: 3px solid #ff0707;
        color: #fff
    }

    .bg_rtp_sedang {
        background-color: #ffc107;
        border: 3px solid #ffc107;
        color: #fff
    }

    .bg_rtp_tinggi {
        background-color: #00bb2b;
        border: 3px solid #00bb2b;
        color: #fff
    }

    .rate-game {
        font-size: 35px;
        line-height: 37px
    }

    .maxwin-game {
        margin-top: -8px;
        font-weight: 800
    }

    .percent_modal {
        margin: 5px auto 0 7px;
        border-radius: 5px;
        height: 32px;
        line-height: 0;
        font-size: .75rem;
        background-color: #e9ecef;
        position: relative
    }

    .percent_modal p {
        z-index: 15;
        position: absolute;
        text-align: center;
        width: 100%;
        font-size: 16px;
        font-weight: 700;
        color: #000
    }

    .percent-barrtp {
        background-image: linear-gradient(45deg, rgba(255, 255, 255, .15)25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15)50%, rgba(255, 255, 255, .15)75%, transparent 75%, transparent);
        background-size: 1rem 1rem;
        flex-direction: column;
        justify-content: center;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        animation: 1s linear infinite progress-bar-stripes
    }

    .pulse {
        animation: 1.8s infinite alternate both pulse;
        -webkit-animation: 1.8s infinite alternate both pulse
    }

    @-webkit-keyframes pulse {
        0%,
        100% {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1)
        }
        50% {
            -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05)
        }
    }

    @keyframes pulse {
        0%,
        100% {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1)
        }
        50% {
            -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05)
        }
    }

    @-webkit-keyframes progress-bar-stripes {
        0% {
            background-position-x: 1rem
        }
    }

    @keyframes progress-bar-stripes {
        0% {
            background-position-x: 1rem
        }
    }

    .star {
        max-width: 240px;
        top: 10px;
        display: none
    }

    .show1_rtp_rendah,
    .show2_rtp_sedang,
    .show3_rtp_tinggi {
        display: block
    }

    .kanan-modal {
        width: 100%;
        padding-top: 10px
    }

    .frame-kanan-modal {
        margin-left: 0
    }

    .pola-text {
        text-align: center;
        margin-top: 3px;
        font-size: 11px
    }

    .pola-rtp {
        font-weight: 900
    }

    .frame_rtp_rendah {
        padding: 3px 5px;
        border: 2px solid #ff0707;
        border-radius: 5px 5px 0 0
    }

    .frame_rtp_sedang {
        padding: 3px 5px;
        border: 2px solid #ffc107;
        border-radius: 5px 5px 0 0
    }

    .frame_rtp_tinggi {
        padding: 3px 5px;
        border: 2px solid #00bb2b;
        border-radius: 5px 5px 0 0
    }

    .text_rtp_rendah {
        color: #ff0707
    }

    .text_rtp_sedang {
        color: #ffc107
    }

    .text_rtp_tinggi {
        color: #00bb2b
    }

    .custom-table {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
        border-collapse: collapse;
        background-color: #333;
        color: #fff;
        font-family: Arial, sans-serif
    }

    .custom-table td,
    .custom-table th {
        padding: 8px 16px;
        border: 1px solid #555;
        text-align: center
    }

    .custom-table th {
        text-transform: uppercase;
        background-image: linear-gradient(to right, red, #0f0, #00f);
        background-size: 600% 100%;
        -webkit-animation: 10s ease-in-out infinite animateHeaderBackground;
        animation: 10s ease-in-out infinite animateHeaderBackground
    }

    .custom-table tbody tr:nth-of-type(2n) {
        background-color: #444
    }

    .custom-table tbody tr:hover {
        background-color: #555
    }


    .animated-header {
        display: inline-block;
        animation: 1s infinite rotate;
        transform-origin: center
    }

    @keyframes rotate {
        from {
            transform: rotate(0)
        }
        to {
            transform: rotate(360deg)
        }
    }

    @-webkit-keyframes animateHeaderBackground {
        0% {
            background-position: 0 0
        }
        100% {
            background-position: 600% 0
        }
    }

    @keyframes animateHeaderBackground {
        0% {
            background-position: 0 0
        }
        100% {
            background-position: 600% 0
        }
    }

    .popup-label {
        color: #fff;
        text-align: center;
        border-radius: 0 0 5px 5px
    }

    .popup-label b {
        display: block;
        margin-bottom: 5px
    }

    .popup-label label {
        margin-bottom: 0
    }

    .label_rtp_rendah {
        background: #ff0707
    }

    .label_rtp_sedang {
        background: #ffc107
    }

    .label_rtp_tinggi {
        background: #00bb2b
    }


    @media (min-width: 768px) {
        .my-amp-list {
            max-height: 100%;
            overflow: auto;
        }
    }





.menu {

  background-color: rgba(0, 0, 0, 0.8);
  padding-bottom: 30px;
    border-radius: 30px;

  /* WARNA BACKGROUND PROVIDER SAMPAI FOOTER */

}



.progress b {

  color: #000000;

}



.progress {

  border-radius: 10px;

}



* {

  font-family: 'Calibri';

  font-size: 15px;

  box-sizing: border-box;

}



.p {

  margin: 0;

  font-size: 20px;

}



.header {
    background-color: #fff;
    padding: 0 15px;
    box-shadow: none;
    text-align: center;
    box-shadow: 0 5px 8px rgba(0,0,0,.03);
    width: 96%;
    top: 5px;
    height: 70px;
    position: fixed;
    left: 2%;
    right: 2%;
    z-index: 300;
    border-radius: 50px;
    margin-bottom: 6px;
}



.header .title {

  float: right;

  width: auto;

  height: auto;

  margin: 15px;

  border-radius: 42px;

}



.images-logo {

  width: 15%;
  height: 15%;
  margin-left: 42.5%;
  padding-top: auto;
}

@media (min-width: 100px) {

  .images-logo {

    width: 175px;
    margin-top: 4%;
    margin-left: 23%;
    max-width: 368px;

  }

}



@media (min-width: 370px) {

  .images-logo {

    width: 220px;
    margin-top: 4%;
    margin-left: 22%;
    max-width: 575px;

  }

}



@media (min-width: 575px) {

  .images-logo {

    width: 250px;
    padding-top: 3px;
    margin-left: 27%;
    max-width: 767px;

  }

}



@media (min-width: 768px) {

  .images-logo {

    width: 220px;
    margin-top: 1.5%;
    margin-left: 37%;
    max-width: 991px;

  }

}



@media (min-width: 992px) {

  .images-logo {

    width: 220px;
    margin-left: 42%;
    max-width: 1200px;

  }


}

@media (min-width: 1200px) {

  .images-logo {
    width: 250px;
    margin-top: 0.5%;
    margin-left: 40%;
    max-width: 1200px;
  }
}


.images-login {

  padding-top: 5px;

  width: 60px;

  height: 60px;

  float: right;

}



.images-register {

  padding-top: 5px;

  padding-left: 5px;

  width: 60px;

  height: 60px;

  float: right;

}





/* Slideshow container */

.slideshow-images-container {

  max-width: 100%;

  position: absolute;

}



/* Hide the images by default */

.slideshow-images {

  display: none;

}



/* Next & previous buttons */

.prev-slideshow-images {

  cursor: pointer;

  position: absolute;

  width: auto;

  padding: 10px;

  color: white;

  font-weight: bold;

  font-size: 18px;

  transition: 0.6s ease;

  user-select: none;

  background-color: rgba(39, 34, 34, 0.8);

}



.next-slideshow-images {

  cursor: pointer;

  position: absolute;

  width: auto;

  padding: 10px;

  color: white;

  font-weight: bold;

  font-size: 18px;

  transition: 0.6s ease;

  user-select: none;

  background-color: rgba(39, 34, 34, 0.8);

}



/* Position the "prev button" to the right */

.prev-slideshow-images {

  left: 0;

  border-radius: 0 15px 15px 0;

}



/* Position the "next button" to the right */

.next-slideshow-images {

  right: 0;

  border-radius: 15px 0 0 15px;

}



/* On hover, add a black background color with a little bit see-through */

.prev-slideshow-images:hover,

.next-slideshow-images:hover {

  background-color: rgba(0, 0, 0, 0.8);

}





body {

  background: #0a0a0a url(/assets/images/background.jpg);

  /* BACKGROUND DAN WARNA */

   background-repeat: no-repeat;

  background-attachment: fixed;

  background-position: center center;

  background-size: cover;
}



a:hover {

  text-decoration: none;

  color: white;

}



.container {

  width: 100%;

  margin-left: auto;

  margin-right: auto;

}



.adv {

  justify-content: center;

  display: flex;

  flex-wrap: wrap;

}



img {

  vertical-align: middle;

  border-style: none;

}



.title {

  display: flex;

  justify-content: center;

  margin-top: auto;

  margin-bottom: auto;

}



.title-text {

  color: white;

  font-size: 2.5rem;

}



.slot {

  display: block;

}



.slot .slot-sidebar {

  padding-right: 10px;

  padding-left: 0;

  margin-top: 5px;

  float: none !important;

  width: 100% !important;

  flex: none !important;

  max-width: 100% !important;

  padding-right: 0 !important;

}



.btn-provider:hover {

  background-color: #ffffff;

}



.slot-sidebar-nav {

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: nowrap;

  padding-left: 0;

  margin-bottom: 0;

  list-style: none;

}



.slot-sidebar-nav>li {

  border-bottom: 1px solid #121414;

  width: 100%;

  position: relative;

  display: block;

  border-bottom: none;

  padding: 6px;

  background: linear-gradient(to bottom, #888888 0%, #000000 85%);

  /* WARNA BUTTON PROVIDER 1 */

}



.slot-sidebar-nav>li>a {

  color: #fff;

  font-size: 13px;

  padding: 7px 10px;

  display: block;

  background-color: black;

}



.btn-provider {

  text-align: center;
  display: block;

}



.enter {

  display: none;

}



.btn-provider span {

  position: unset;

}






.slot .content {

  float: none;

  width: 100%;

  padding: 0;

  flex: 0 0 100%;

  max-width: 100%;

  background-color: #121212;

}



.wrapper {

  width: 100%;

  padding: 0;

  white-space: nowrap;

  overflow: hidden;

  position: relative;

  z-index: 0;

}



.card {

  float: left;

  width: 20%;

  background: transparent;

  border: none;

  text-align: center;

  position: relative;

}



.card-content {

  margin: 5px;

  color: #fff;

  font-size: 12px;

  border: none;

  overflow: hidden;

  position: relative;

}



.percent {

  height: 27px;

  display: flex;

  overflow: hidden;

  line-height: 0;

  font-size: 0.75rem;

  background-color: #e9ecef;

  /* border-radius: .25rem; */

  position: relative;

  z-index: 1;

  border-radius: 18px;

  width: 90%;

  margin: 0 auto;

}





.percent-bar {

  /* background-color: #0aa20a; */

  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

  background-size: 1rem 1rem;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-direction: column;

  flex-direction: column;

  -ms-flex-pack: center;

  justify-content: center;

  overflow: hidden;

  color: #fff;

  text-align: center;

  white-space: nowrap;

  /* background-color: #007bff; */

  transition: width 0.6s ease;

  -webkit-animation: progress-bar-stripes 1s linear infinite;

  animation: progress-bar-stripes 1s linear infinite;

  /* animation: ; */

  z-index: 10;

}



.yellow {

  background-color: #ffc107;

}



.green {

  background-color: #28a745;

}



.red {

  background-color: #dc3545;

}



.hover-btn {

  position: absolute;

  opacity: 0;

  background-color: rgba(7, 7, 7, 0.644);

  transition: all 0.1s ease-in-out;

  z-index: 10;

  width: 100%;

  height: 100%;

}



.maintenance {

  position: absolute;

  background-color: rgba(0, 0, 0, 0.5);

  z-index: 10;

  width: 100%;

  height: 100%;

  color: white;

  text-align: center;

  margin: -6px;

}



.maintenance p {

  position: relative;

  top: 40%;

  font-size: 13px;

}



/*BUTTON LIHAT POLA*/

.play-btn {

  cursor: pointer;

  font-size: 15px;

  font-weight: bold;

  color: rgb(255, 255, 255);

  text-align: center;

  align-items: center;

  padding: 5px;

  display: block;

  margin: 40% 10% 10% 10%;

  /*TAMPILAN CURSOR GAME*/

  background: linear-gradient(to bottom, #c7760c 0%, #000000 88%);

  color: rgb(255, 255, 255);

  border-radius: 18px;

  transition: all 0.3s ease;

}



.play-btn:hover {

  background: linear-gradient(to bottom, #000000 0%, #c7760c 88%);

}



/*END BUTTON LIHAT POLA*/



/*--------------------------------*/

.img-zoom {

  transition: all 0.45s ease-in-out;

}



.ygg-img {

  border: 5px solid #2f2f2f;

}

.hover-btn:hover {
  opacity: 100%;
}

.hover-btn:hover~.img-zoom {
  transform: scale(1.05);
  position: relative;
}



.short {

  display: none;

}



.next-btn {

  /* display: none; */

  background: linear-gradient(to bottom, #888888 0%, #000000 85%);

  /* WARNA BUTTON PROVIDER 2 */

  width: 15%;

}



.mySlides {

  display: none;

}



.next-btn {

  background-color: #292a2b;

  border: none;

  color: #fff;

}



@media (min-width: 576px) {

  .container {

    max-width: 540px;

  }

}



@media (min-width: 768px) {

  .container {

    max-width: 720px;

  }

}



@media (min-width: 992px) {

  .container {

    max-width: 960px;

  }

}



@media (min-width: 1200px) {

  .container {

    max-width: 1140px;

  }

}



@media (max-width: 992px) {

  .slot-sidebar-nav {

    flex-wrap: nowrap;

  }



  .slot-sidebar {

    float: none !important;

    width: 100% !important;

    flex: none !important;

    max-width: 100% !important;

    padding-right: 0 !important;

  }



  .content {

    float: none !important;

    width: 100% !important;

    flex: none !important;

    max-width: 100% !important;

  }



  .card {

    width: 50% !important;

  }



  .hover-btn {

    display: none;

  }



  .hover-btn:hover~.img-zoom {

    transform: scale(1);

    position: relative;

  }



  .btn-provider {

    text-align: center;

    display: block;

  }



  .enter {

    display: block;

  }



  .btn-provider span {

    position: unset;

  }



  .btn-provider i {

    margin: 0;

  }



  .slot-sidebar-nav li {

    border-bottom: none;

  }



  .slot-sidebar-nav li a p {

    font-size: 5px;

  }



  .img-zoom {

    height: auto;

  }



  .slot-sidebar-nav li a img {

    height: 17.5px !important;

  }



  .maintenance p {

    font-size: 5px;

  }

}





.col2 {

  width: 50%;

}



.left {

  text-align: left;

}



.right {

  text-align: right;

}



.mrtop10 {

  margin-top: 10px;

}



.hr {

  width: 100%;

  height: 2px;

  background: #5e5e5e;

  float: left;

}



/*POP-UP LIHAT POLA*/

.popup-container {

  display: none;

  width: 100vw;

  height: 100vh;

  position: fixed;

  z-index: 1000;

  background: #000000b0;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

}

.popup-ads {

  width: 347px;

  height: 0;

  margin: 5% auto;
  margin-top: 15%;

  background: none;

  border-radius: 18px 18px 18px 18px;

  color: white;

}

.popup-body {

  width: 347px;

  margin: 1.5% auto;

  background: radial-gradient(closest-side, #c7760c 0, #000000 150%);

  border-radius: 18px 18px 18px 18px;

  color: white;

}



@media (max-width: 512px) {

  .popup-body {

    width: 310px;

    margin: 10% auto;

  }

}



.popup-img {

  width: 450px;

  height: 555px;

  margin: 8% auto;

}



.popup-img-close {

  text-align: center;

  cursor: pointer;

  width: 36px;

  height: 36px;

  background: white;

  color: black;

  float: right;

  padding: 5px;

  border-radius: 100px;

  position: absolute;

  margin-left: -7px;

  margin-top: -20px
}



@media (min-width: 993px) {

  .popup-img-close {

    margin-left: 42px;

    margin-top: -12px;

  }

}



.popup-header {

  height: auto;
  width: 100%;
  margin-top: 0%;
  background: radial-gradient(#c7760c, #161616);

  border-radius: 18px 18px 0px 0px;

  float: left;

}



.popup-header h6 {

  margin: 13px;

}



.popup-content {

  text-align: center;

  width: 100%;

  height: auto;

  padding: 10px 39px;

  float: left;

  font-size: 14px;

  background: black;

  color: rgb(255, 255, 255);

}

.popup-pakai {

  width: 100%;
  height: 4%;
  float: left;

  background: #222222;

  padding: 0px 5px;

  font-size: 12px;

}

.popup-label {

  width: 100%;
  height: 7.5%;

  float: left;

  background: #222222;

  padding: 1.5px 15px;

  font-size: 12px;

}



.popup-close {

  cursor: pointer;

  width: 36px;

  height: 36px;

  background: #1eff00;

  color: black;

  float: right;

  padding: 5px;

  border-radius: 100px;

  position: absolute;

  margin-top: -10px;

  margin-left: -9px;

}



.bg-popup-close:hover {

  color: white;

  background: green;

}



.bg-main-button {

  background: linear-gradient(90deg, #00061d 0, #c7760c 50%, #00061d);

  border-radius: 0px 0px 18px 0px;

}



.bg-daftar-button {

  background: linear-gradient(90deg, #00061d 0, #c7760c 50%, #00061d);

  border-radius: 0px 0px 0px 18px;

}



.popip-button {

  cursor: pointer;

  width: 50%;

  float: left;

  height: 35px;

  padding: 3%;

  color: rgb(255, 255, 255);

  font-size: 15px;

  text-align: center;

  font-weight: 100;

  margin-bottom: 2px;

  position: unset;

}



.popip-button:hover {

  background: linear-gradient(50deg, #c7760c 0, #00061d 30%, #00061d 70%, #c7760c)
}



/*POP-UP LIHAT POLA*/



/*---------------------------------------------*/



/*STYLE BUTTON*/

.btn {

  background: radial-gradient(closest-side, #00061d, #c7760c 250%);

  /* WARNA BACKGROUND SLIDER TEXT */

  display: inline-block;

  padding: 0px 0px;

  border: 1px solid transparent;

  border-radius: 5px;

  font: 400 22px arial;

  text-shadow: #000000;

  width: 99%;

  color: rgb(255, 255, 255);

  letter-spacing: 1.5px;

  margin-top: 0px;

}



/*END STYLE BUTTON*/



/*---------------------------------------------*/



/*BLINK PENGUMUMAN*/

.btn-announce {
  animation: blinking 0.7s infinite;

  transition: all 1s;

  border-radius: 5px;

}



@media (min-width: 100px) {

  .btn-announce {

    width: auto;

    max-width: 420px;

  }

}



@media (min-width: 420px) {

  .btn-announce {

    width: auto;

    max-width: 580px;

  }

}



@media (min-width: 768px) {

  .btn-announce {

    width: 665px;

    max-width: 991px;

  }

}



@media (min-width: 800px) {

  .btn-announce {

    width: 660px;

    max-width: 1200px;

  }

}



@media (min-width: 990px) {

  .btn-announce {

    width: 905px;

    max-width: 1200px;

  }


}

@media (min-width: 1200px) {

  .btn-announce {
    width: 1080px;

    max-width: 1200px;
  }
}



@keyframes blinking {

  0% {

    border: 2px solid #01db20;

  }



  100% {

    border: 2px solid rgb(231, 177, 0);

  }

}



.blink-me {

  animation-name: blinker;

  animation-duration: 0.5s;

  animation-timing-function: linear;

  animation-iteration-count: infinite;

}



/*END BLINK PENGUMUMAN*/



/*---------------------------------------------*/



/*TOMBOL LOGIN & DAFTAR*/

.link-container {

  display: flex;

  float: right;

  justify-content: center;

  font-size: var(--x-small-font);

  padding: 0;

  padding-top: 0.4cm;

  width: 36px;

}



.link-container a {

  width: 100%;

  text-align: center;

  padding: 5px 5px;

  text-transform: uppercase;

  color: #ffffff;

  text-decoration: none;

}



.register-button {

  background: linear-gradient(#baf884, #52be2c);

  padding: 10px;

  width: 10%;

  height: auto;

  float: right;

  /* WARNA BUTTON MASUK */

  background-color: initial;

  border-radius: 10px;

  box-shadow: 0px 0px 5px #000000;

}



.login-button {

  background: linear-gradient(#7cddfa, #1895bb);

  padding: 10px;

  width: 10%;

  height: auto;

  float: right;

  /* WARNA BUTTON LOGIN */

  background-color: initial;

  border-radius: 10px;

  box-shadow: 0px 0px 5px #000000;

}



/*END TOMBOL LOGIN & DAFTAR*/



/*---------------------------------------------

#myBtn {
  display: flexbo;
  position: fixed;
  top: 7px;
  right: 22.5%;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

*/

/*FOOTER COPYRIGHT*/

.footer {

  color: #fff;

}

/*POP-UP MESSAGE WD*/
.messagebleft-container {
  transition: all 500ms ease;
  transition-property: top, right, bottom, left, opacity;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  min-height: 14px;
  background-color: #070b0e;
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  line-height: 22px;
  padding: 18px 24px;
  bottom: -100px;
  top: -100px;
  opacity: 0;
  z-index: 9999;
}

.messagebleft-container .action {
  background: inherit;
  display: inline-block;
  font-size: inherit;
  text-transform: uppercase;
  color: #4caf50;
  margin: 0 0 0 24px;
  padding: 0;
  min-width: min-content;
  cursor: pointer;
}

@media (min-width: 640px) {
  .messagebleft-container {
    min-width: 288px;
    max-width: 568px;
    display: inline-flex;
    border-radius: 2px;
    margin: 24px;
  }
}

@media (max-width: 640px) {
  .messagebleft-container {
    left: 0;
    right: 0;
    width: 100%;
  }
}

.messagebleft-pos.bottom-center {
  top: auto !important;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.messagebleft-pos.bottom-left {
  top: auto !important;
  bottom: 0;
  left: 0;
}

.messagebleft-pos.bottom-right {
  top: auto !important;
  bottom: 0;
  right: 0;
}

.messagebleft-pos.top-left {
  bottom: auto !important;
  top: 0;
  left: 0;
}

.messagebleft-pos.top-center {
  bottom: auto !important;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.messagebleft-pos.top-right {
  bottom: auto !important;
  top: 0;
  right: 0;
}

@media (max-width: 640px) {

  .messagebleft-pos.bottom-center,
  .messagebleft-pos.top-center {
    left: 0;
    transform: none;
  }
}



        /* Layout Styles */
        .wrapper {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

        .card {
            float: left;
            width: 20%;
            background: 0 0;
            border: none;
            text-align: center;
            position: relative;
            align-items: center;
        }

        /* Card Content Styles */
        .card-content {
            margin: 5px;
            color: #fff;
            font-size: 12px;
            border: none;
            overflow: hidden;
            position: relative;
        }

        /* Hover Button Styles */
        .hover-btn {
            position: absolute;
            opacity: 0;
            transition: all .1s ease-in-out;
            z-index: 10;
            width: 100%;
            height: 100%;
        }

        .hover-btn:hover {
            opacity: 100%;
        }

        .hover-btn:hover~.img-zoom {
            transform: scale(1.05);
            position: relative;
        }

        /* Play Button Styles */
        .play-btn {
            cursor: pointer;
            font-size: 15px;
            font-weight: 700;
            color: #fff;
            text-align: center;
            align-items: center;
            padding: 5px;
            display: block;
            margin: 40% 10% 10% 10%;
            background: linear-gradient(90deg, rgb(190 103 103) 0%, rgb(165 41 41) 100%);
            color: #fff;
            border-radius: 18px;
            transition: all .3s ease;
        }

        .play-btn:hover {
            background: linear-gradient(90deg, rgb(94 165 41) 0%, rgb(103 190 151) 100%);
        }

        /* Image Zoom Styles */
        .img-zoom {
            transition: all .45s ease-in-out;
            padding: 10px;
            border-radius: 30px;
            max-width: 100%;
        }

        /* Percent Bar Styles */
        .percent {
            height: 27px;
            display: flex;
            overflow: hidden;
            line-height: 0;
            font-size: .75rem;
            background-color: #e9ecef;
            position: relative;
            z-index: 1;
            border-radius: 18px;
            width: 90%;
            margin: 0 auto;
        }


        .percent-bar {
            background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
            background-size: 1rem 1rem;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-pack: center;
            justify-content: center;
            overflow: hidden;
            color: #fff;
            text-align: center;
            white-space: nowrap;
            transition: width .6s ease;
            -webkit-animation: progress-bar-stripes 1s linear infinite;
            animation: progress-bar-stripes 1s linear infinite;
            z-index: 10;
        }

        .yellow {
            background-color: #ffc107;
        }

        .green {
            background-color: #28a745;
        }

        .red {
            background-color: #dc3545;
        }

        /* Responsive Styles */
        @media (max-width: 992px) {
            .content {
                float: none;
                width: 100%;
                flex: none;
                max-width: 100%;
            }

            .card {
                width: 33.3%;
            }

            .hover-btn {
                display: none;
            }

            .hover-btn:hover~.img-zoom {
                transform: scale(1);
                position: relative;
            }

            .btn-provider {
                text-align: center;
                display: block;
            }

            .img-zoom {
                height: auto;
            }
        }

        /* Keyframes for Progress Bar Animation */
        @-webkit-keyframes progress-bar-stripes {
            0% {
                background-position-x: 1rem;
            }
        }

        @keyframes progress-bar-stripes {
            0% {
                background-position-x: 1rem;
            }
        }
        
        
        /* Lightbox Styles */
        .lightbox-wrapper {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.7);
            z-index: 999;
        }

        .lightbox {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: #ffffff00;
            padding: 20px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            z-index: 1000;
            
        }

        .lightbox img {
            max-width: 100%;
            height: auto;
            margin: auto;
        }

        .lightbox h2 {
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .lightbox p {
            font-size: 16px;
            margin-bottom: 20px;
        }

        .lightbox button {
            cursor: pointer;
            background-color: #dc3545;
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
            font-size: 16px;
            font-weight: 700;
        }
        
        
    .star {
        max-width: 240px;
        top: 10px;
        display: none
    }

    .show1_rtp_rendah,
    .show2_rtp_sedang,
    .show3_rtp_tinggi {
        display: block
    }


    .show1_rtp_sedang,
    .show1_rtp_tinggi,
    .show2_rtp_rendah,
    .show2_rtp_tinggi,
    .show3_rtp_rendah,
    .show3_rtp_sedang,
    .show_rtp_rendah,
    .show_rtp_sedang,
    .shownyedot_rtp_sedang,
    .shownyedot_rtp_tinggi {
        display: none
    }
        

    .pulse {
        animation: 1.8s infinite alternate both pulse;
        -webkit-animation: 1.8s infinite alternate both pulse
    }

    @-webkit-keyframes pulse {
        0%,
        100% {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1)
        }
        50% {
            -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05)
        }
    }

    @keyframes pulse {
        0%,
        100% {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1)
        }
        50% {
            -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05)
        }
    }



    .game-details {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #38333c;
        padding: 20px;
        border-radius: 4px;
        width: 340px
    }


    .rtpgame-details {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        border-radius: 4px;
        width: 340px
    }

    .game-details .game-filter {
        margin-bottom: 10px;
        color: #000
    }

    .game-details .rtp {
        font-weight: 700;
        margin-top: 20px;
        color: #000
    }

    .game-details .progress-color {
        margin-top: 10px;
        color: #000
    }

    .game-details .tips-1-pola,
    .game-details .tips-1-spin,
    .game-details .tips-2-pola,
    .game-details .tips-2-spin,
    .game-details .tips-3-pola,
    .game-details .tips-3-spin {
        margin-top: 10px
    }


    .kiri-modal {
        width: 100%;
        display: flex;
        float: left;
        position: relative;
        align-items: center
    }

    .kiri-modal-kiri {
        width: 45%
    }

    .borderrtp_rtp_rendah {
        border-radius: 5px;
        border: 2px solid #ff0707;
        filter: grayscale(1)
    }

    .borderrtp_rtp_sedang {
        border-radius: 5px;
        border: 2px solid #ffc107
    }

    .borderrtp_rtp_tinggi {
        border-radius: 5px;
        border: 2px solid #00bb2b
    }

    .petir {
        position: absolute;
        width: 68%;
        top: -25px;
        left: -35px
    }

    .nyedot {
    position: absolute;
    z-index: 11;
    opacity: .8;
    top: -5px;
    left: -10px;
    width: 50%;
    }

    .kiri-modal-kanan {
        width: 55%;
        display: block;
        color:white;
    }

    .name-modal-game {
        margin-left: 7px;
        font-weight: 700;
        font-size: 11px;
        padding: 3px 0 2px
    }


    .game_name_rtp_rendah {
        border: 2px solid #ff0707;
        border-radius: 5px
    }

    .game_name_rtp_sedang {
        border: 2px solid #ffc107;
        border-radius: 5px
    }

    .game_name_rtp_tinggi {
        border: 2px solid #00bb2b;
        border-radius: 5px
    }

    .game_name_rtp_rendah,
    .game_name_rtp_sedang,
    .game_name_rtp_tinggi {
        margin: 0 0 5px;
        text-align: center
    }

    .rtp-live-frame {
        width: 100%;
        font-size: 17px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 5px
    }

    .rtp_live_rtp_rendah {
        margin-left: 7px;
        border: 2px solid #ff0707;
        border-radius: 5px
    }

    .rtp_live_rtp_sedang {
        margin-left: 7px;
        border: 2px solid #ffc107;
        border-radius: 5px
    }

    .rtp_live_rtp_tinggi {
        margin-left: 7px;
        border: 2px solid #00bb2b;
        border-radius: 5px
    }

    .rtp-name {
        margin: 3px;
        border-radius: 2px
    }

    .bg_rtp_rendah {
        background-color: #ff0707;
        border: 3px solid #ff0707;
        color: #fff
    }

    .bg_rtp_sedang {
        background-color: #ffc107;
        border: 3px solid #ffc107;
        color: #fff
    }

    .bg_rtp_tinggi {
        background-color: #00bb2b;
        border: 3px solid #00bb2b;
        color: #fff
    }

    .rate-game {
        font-size: 35px;
        line-height: 37px
    }

    .maxwin-game {
        margin-top: -8px;
        font-weight: 800
    }

    .percent_modal {
        margin: 5px auto 0 7px;
        border-radius: 5px;
        height: 32px;
        line-height: 0;
        font-size: .75rem;
        background-color: #e9ecef;
        position: relative
    }


    .percent-barrtp {
        background-image: linear-gradient(45deg, rgba(255, 255, 255, .15)25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15)50%, rgba(255, 255, 255, .15)75%, transparent 75%, transparent);
        background-size: 1rem 1rem;
        flex-direction: column;
        justify-content: center;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        animation: 1s linear infinite progress-bar-stripes
    }

    .gamedetails_rtp_rendah,
    .pc_rtp_rendah {
        border: 2px solid #ff0707
    }

    .gamedetails_rtp_sedang,
    .pc_rtp_sedang {
        border: 2px solid #ffc107
    }

    .gamedetails_rtp_tinggi,
    .pc_rtp_tinggi {
        border: 2px solid #00bb2b
    }

    .percent-barrtp,
    .percent_modal {
        display: flex;
        overflow: hidden;
        z-index: 10
    }

    .kanan-modal {
        width: 100%;
        padding-top: 10px
    }

    .frame-kanan-modal {
        margin-left: 0
    }

    .pola-text {
        text-align: center;
        margin-top: 3px;
        font-size: 11px
    }

    .frame_rtp_rendah {
        padding: 3px 5px;
        border: 2px solid #ff0707;
        border-radius: 5px 5px 0 0
    }

    .frame_rtp_sedang {
        padding: 3px 5px;
        border: 2px solid #ffc107;
        border-radius: 5px 5px 0 0
    }

    .frame_rtp_tinggi {
        padding: 3px 5px;
        border: 2px solid #00bb2b;
        border-radius: 5px 5px 0 0
    }

    .pola-rtp {
        font-weight: 900
    }

    .text_rtp_rendah {
        color: #ff0707
    }

    .text_rtp_sedang {
        color: #ffc107
    }

    .text_rtp_tinggi {
        color: #00bb2b
    }

    .custom-table {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
        border-collapse: collapse;
        background-color: #333;
        color: #fff;
        font-family: Arial, sans-serif
    }

    .custom-table td,
    .custom-table th {
        padding: 8px 16px;
        border: 1px solid #555;
        text-align: center
    }

    .custom-table th {
        text-transform: uppercase;
        background-image: linear-gradient(to right, red, #0f0, #00f);
        background-size: 600% 100%;
        -webkit-animation: 10s ease-in-out infinite animateHeaderBackground;
        animation: 10s ease-in-out infinite animateHeaderBackground
    }

    .custom-table tbody tr:nth-of-type(2n) {
        background-color: #444
    }

    .custom-table tbody tr:hover {
        background-color: #555
    }

    .custom-table b {
        font-weight: 700;
        font-size: 13px;
        color: #fff
    }

    .animated-header {
        display: inline-block;
        animation: 1s infinite rotate;
        transform-origin: center
    }

    @keyframes rotate {
        from {
            transform: rotate(0)
        }
        to {
            transform: rotate(360deg)
        }
    }

    @-webkit-keyframes animateHeaderBackground {
        0% {
            background-position: 0 0
        }
        100% {
            background-position: 600% 0
        }
    }

    @keyframes animateHeaderBackground {
        0% {
            background-position: 0 0
        }
        100% {
            background-position: 600% 0
        }
    }

    .popup-label {
        color: #fff;
        text-align: center;
        border-radius: 0 0 5px 5px;
        font-size: 14px;
    }

    .popup-label b {
        display: block;
        margin-bottom: 5px
    }

    .popup-label label {
        margin-bottom: 0
    }

    .label_rtp_rendah {
        background: #ff0707
    }

    .label_rtp_sedang {
        background: #ffc107
    }

    .label_rtp_tinggi {
        background: #00bb2b
    }

        
/* CSS for opening animation */
.lightbox-wrapper.fade-in {
    animation: fadeIn 0.5s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* CSS for closing animation */
.lightbox-wrapper.fade-out {
    animation: fadeOut 0.5s;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
} 
        
        
        
            /* Style for the input element */
    #searchInput {
        width: 100%;
        padding: 10px;
        border: 2px solid #ccc;
        border-radius: 5px;
        font-size: 16px;
        background-color: #f8f8f8;
        outline: none;
    }

    /* Style for the placeholder text */
    #searchInput::placeholder {
        color: #999;
    }

    /* Style for the input when it's focused */
    #searchInput:focus {
        border-color: #007bff;
        background-color: #fff;
    }
    
    /* Style for the input container */
    .input-container {
        position: relative;
        display: inline-block; /* To keep the icon and input inline */
        width: 100%;
    }

    /* Style for the search icon */
    #searchIcon {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        color: #999;
        font-size: 20px;
    }


        .carousel {
            width: 100%;
            height: 100%;
            overflow: hidden;
            position: relative;
        }

        .carousel-container {
            display: flex;
            transition: transform 0.3s ease;
                align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
        }

        .carousel-slide {
            flex: 0 0 100px;
            width: 100%;
    height: 100%;
        }

        .slot_nav_item img {
            width: 100%;
            height: auto;
        }

        .carousel-button {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            padding: 10px;
            background-color: #007BFF;
            color: #fff;
            border: none;
            cursor: pointer;
        }

        .carousel-button.prev {
            left: 0;
            background: #0000004f;
    border-radius: 5px;
        }

        .carousel-button.next {
            right: 0;
            background: #0000004f;
    border-radius: 5px;
        }

        /* Disable next button when last slide is visible */
        .no-next {
            background-color: #ccc;
            cursor: not-allowed;
        }
        
        
                .announcement span {
                  width: 100%;
                  text-align: center;
                  font-size: 1.5em;
                  font-weight: normal;
                  display: block;
                  color: #fff;
                  font-family: arial;
                  padding: 0 0 0;
                  text-shadow: #000;
                }
                
                
    .slide-in-bottom {
      -webkit-animation: slide-in-bottom 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94)
        both;
      animation: slide-in-bottom 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    }

    @-webkit-keyframes slide-in-bottom {
      0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0;
      }

      100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
      }
    }

    @keyframes slide-in-bottom {
      0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0;
      }

      100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
      }
    }

    .slide-out-bottom {
      -webkit-animation: slide-out-bottom 0.3s
        cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
      animation: slide-out-bottom 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    }

    @-webkit-keyframes slide-out-bottom {
      0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
      }

      100% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0;
      }
    }

    @keyframes slide-out-bottom {
      0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
      }

      100% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0;
      }
    }

@media (min-width: 766px) {
  .banner {
    max-width: 80%;
    padding-top: 105px !important;
  }
}