/*--style---*/

.navbar {
    color: white;
    text-transform: uppercase;
    font-weight: bolder;
}

/**** begin layout style ****/
* {
    font-family: 'Rajdhani', sans-serif;
}

body {
    width: 100%;
    background-color: var(--color-1);
    background-image: url(/img/<?php echo $Themes3["themesimg"]; ?>);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

body.hide-scroll {
    overflow-y: hidden;
}

body a {
    text-decoration: none;
}

.btn,
button,
button:focus,
button:hover {
    border: none !important;
    box-shadow: none !important;
    outline: 0 !important;
}

hr.border-dashed {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-width: 3px;
    border-style: dashed;
}

header,
section,
footer {
    display: block;
    position: relative;
}

header {
    position: sticky;
    top: 0;
    z-index: 9;
}

/**** endof layout style ****/
/**** begin default style ****/
.container {
    max-width: 1170px !important;
}

input[type="text"],
input[type="text"]:focus,
input[type="password"],
input[type="password"]:focus {
    box-shadow: none !important;
    outline: 0 !important;
}

.text-copyright {
    color: var(--text-light-color);
    font-size: 14px;
}

.text-justify {
    text-align: justify;
}

/**** endof default style ****/



/**** begin components style ****/
.btn-popup-form {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 32px;
    height: 32px;
    background-color: var(--white);
    border-radius: 50%;
    color: var(--color-1);
    font-size: 18px;
    line-height: 1;
}

.btn-download {
    display: flex;
    position: relative;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    background-image: var(--gradient-5);
}

.btn-download i {
    display: block;
    width: 14px;
    height: 14px;
    line-height: 1;
}

.btn-download span:last-child {
    font-weight: 600;
}

.btn-profile {
    width: 1vh;
    display: flex;
    position: relative;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    background-image: var(--gradient-6);
}

.callout {
    display: block;
    position: relative;
    padding: 10px;
    border-left: 5px solid var(--color-5);
    line-height: 1;
}


.card-infobar,
.card-form {
    border-radius: 12px;
}

.card-infobar>.card-body,
.card-form>.card-body {
    display: block;
    position: relative;
    border-radius: 12px;
    z-index: 1;
}

.card-infobar>.card-body::before,
.card-form>.card-body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 8px;
    background-color: var(--color-4);
    border-radius: 12px 12px 0 0;
    z-index: -1;
}

.card-infobar>.card-body>.card-title,
.card-form>.card-body>.card-title {
    display: inline-block;
    position: relative;
    padding: 10px 12px 8px;
    background-color: var(--color-4);
    border-radius: 12px 0 20px 0;
    color: var(--title-widget);
    font-size: 20px;
    font-weight: 700;
}

.card-infobar>.card-body>.card-title::before,
.card-form>.card-body>.card-title::before {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
    width: 25px;
    height: auto;
    background-color: var(--color-4);
    border-radius: 0 0 12px 0;
    transform: skewX(-25deg);
    z-index: -1;
}

.card-support {
    display: block;
    position: relative;
    padding: 1rem;
    border-radius: 8px;
}

.card-support .card-title {
    margin-bottom: 5px;
    font-weight: 500;
}

.card-support .card-sub_title {
    font-size: 14px;
    font-weight: 300;
}

.card-support .card-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-image: var(--gradient-2);
    border-radius: 50%;
    color: var(--color-1);
    font-size: 30px;
    line-height: 1;
}

.card-support .card-icon .icon {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
}

.card-support .card-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 50px;
    font-weight: 700;
    font-style: italic;
}

.card-support .card-info small {
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    transform: rotate(-78deg);
}

.contact-box {
    display: block;
    position: relative;
}

.contact-box .contact {
    display: block;
    position: relative;
    text-decoration: none;
}

.contact-box .contact .contact-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background: linear-gradient(to bottom, var(--button-color-2) 0%, var(--button-color-1) 60%);
    border-radius: 50%;
    color: black;
    font-size: 22px;
    line-height: 1;
}

.contact-box .contact .contact-icon .icon {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    line-height: 1;
}

.contact-box .contact .contact-title {
    text-transform: uppercase;
    font-size: 14px;
}

.contact-box .contact .contact-number {
    font-size: 14px;
}

.contact-box hr {
    margin: 12.5px 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid var(--color-9);
}


.content-bar.border-top-bottom {
    padding: 15px 0;
    border-top: 1px solid var(--color-4);
    border-bottom: 1px solid var(--color-4);
}


.hamburger-lines {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    margin-top: -24px;
    height: 22px;
    width: 28px;
    z-index: 19;
}

.hamburger-lines .line {
    display: block;
    height: 3px;
    width: 100%;
    border-radius: 10px;
    background: var(--white);
}

.hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
}

.hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
}

.hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
}

.checkbox {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    margin: 0;
    height: 28px;
    width: 28px;
    cursor: pointer;
    opacity: 0;
    z-index: 99;
}

.checkbox:checked~.menu-header-container {
    transform: translateX(0);
}

.checkbox:checked~.hamburger-lines .line1 {
    transform: rotate(45deg);
}

.checkbox:checked~.hamburger-lines .line2 {
    transform: scaleY(0);
}

.checkbox:checked~.hamburger-lines .line3 {
    transform: rotate(-45deg);
}


.form-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.75);
    transition: transform .5s ease-in-out;
    transform: translateX(-150%);
    z-index: 9999;
}

.form-wrapper.show {
    transform: translateX(0);
}

.form-wrapper .btn-close-popup-form {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 32px;
    color: var(--white);
}

.form-login {
    display: block;
    position: relative;
    padding: 20px;
    max-width: 300px;
    background-color: var(--color-2);
    border-radius: 12px;
}

.dropdowndepo select {
    background: #fff;
    width: 220px;
    padding: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    border: 0;
    border-radius: 0;
    /*Hides the default arrows for Selects*/
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    position: relative;
}


.dropdowndepo {
    width: 220px;
    overflow: hidden;
    padding: 10px 10px;
    font-weight: 600;
    background: #fff;
    border-top: #575757 1px solid;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    -webkit-box-shadow: inset 0 2px 4px rgba(107, 105, 105, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 8px 3px -9px #000000;
    -webkit-box-shadow: 0px 8px 3px -9px #000000;
    box-shadow: 0px 8px 3px -9px #000000;

}

.dropdowndepo {
    position: relative;
}

.dropdowndepo:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 8px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f00;
}

.dropdowndepo:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 3px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #333;
}

.dropdowndepo select>option {
    background: #fff;
    color: black;
}

.form-login .input-group .input-group-text,
.form-login .input-group .form-control {
    background: var(--color-3) !important;
    border-color: var(--color-4) !important;
    color: var(--light);
}

.form-login .input-group .input-group-text {
    background: var(--color-2) !important;
    border-right: 0;
}

.form-login .input-group .form-control {
    border-left: 0;
}

.form-login .input-group .form-control::placeholder {
    color: var(--light);
}

.form-login .btn {
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
}

.form-login .btn.btn-login {
    background-image:
        <?php echo $themes2["btnlogin"];
    ?>;
    color:
        <?php echo $themes2["btnloginfont"];
    ?>;
}

.form-login .btn.btn-daftar {
    background-image:
        <?php echo $themes2["btndaftar"];
    ?>;
    color:
        <?php echo $themes2["btndaftarfont"];
    ?>;
}

.form-user-desktop {
    display: none;
}

.form-user-desktop .btn {
    width: 100px;
}

.form-user-desktop .user-saldo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 8px;
    background-color: #fff;
    border-radius: 8px;
}

.form-user-desktop .user-saldo .saldo-icon {
    height: 20px;
    font-size: 16px;
    color: #000;
}

.form-user-desktop .user-saldo .saldo-value {
    padding: 0 10px;
    font-size: 14px;
    color: #000;
    font-weight: 700;
}

.form-user-mobile {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 300px;
    height: auto;
    background-color: var(--color-3);
}

.form-user-mobile .form-header {
    display: block;
    position: relative;
    padding: 20px 15px;
    border-bottom: 2px solid var(--color-5);
}

.form-user-mobile .form-header .btn {
    padding: 4px 0;
    width: 100px;
    height: 32px;
}

.form-user-mobile .form-header .btn-close-popup-form {
    position: relative;
    top: unset;
    left: unset;
    width: 32px;
    height: 32px;
    font-size: 32px;
    color: var(--white);
    z-index: 2;
}

#bgi {
    width: 33px;
    height: 34px;
    background: #fff;
    border-radius: 50%;
}

.form-user-mobile .form-header .btn-close-popup-form i {
    width: 32px;
    height: 32px;
    color: #000;
}

.form-user-mobile .form-header .text-welcome {
    font-size: 20px;
}

.form-user-mobile .form-header .user-saldo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 8px;
    background-color: #fff;
    border-radius: 8px;
}

.form-user-mobile .form-header .user-saldo .saldo-icon {
    width: 23px;
    height: 23px;
    font-size: 22px;
    color: #000;
}

.form-user-mobile .form-header .user-saldo .saldo-value {
    font-weight: 700;
}

.form-user-mobile .form-body {
    display: block;
    position: relative;
    padding: 12.5px 20px;
}

.form-user-mobile .form-body .user-menu {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.form-user-mobile .form-body .user-menu>.menu-item {
    padding: 12.5px 0;
    border-top: 2px solid var(--color-4);
    border-bottom: 2px solid var(--color-1);
}

.form-user-mobile .form-body .user-menu>.menu-item:first-child {
    border-top: 0;
}

.form-user-mobile .form-body .user-menu>.menu-item:last-child {
    border-bottom: 0;
}

.form-user-mobile .form-body .user-menu>.menu-item>.menu-link {
    display: flex;
    align-items: center;
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.form-user-mobile .form-body .user-menu>.menu-item>.menu-link>.nav-icon {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    color: var(--button-color-2);
}

.form-user-mobile .form-body .user-menu>.menu-item>.menu-link>.nav-icon>i {
    font-size: 20px;
}

.form-user-mobile .form-footer {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
}

.form-user-mobile .form-footer .btn {
    padding: 8px 0;
    border: 0;
    border-radius: 0;
}

.form-user-mobile .form-footer .btn .fi {
    width: 16px;
    height: 16px;
}

.form-input-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    background-color: var(--white);
    border: 1px solid var(--color-2);
    border-radius: 5px;
}

.form-input-wrapper .form-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 45px;
    height: 35px;
    background-color: none;
    border-right: 0px solid var(--color-4);
    border-radius: 5px 0 0 5px;
    color: var(--color-3);
    text-align: center;
}

.form-input-wrapper .form-input {
    display: block;
    position: relative;
    padding: 8px 10px;
    width: 100%;
    height: 35px;
    background-color: transparent;
    border: 0 !important;
    border-radius: 0 5px 5px 0;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    font-size: 16px;
    outline: 0 !important;
}

.form-control-riwayat {
    min-width: 180px;
}

.form-input-wrapper .form-text {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 0 10px;
    min-width: 100px;
    height: 35px;
    background-color: var(--color-4);
    border-right: 1px solid var(--color-4);
    border-radius: 3px 0 0 3px;
    color: var(--title-widget);
    line-height: 1;
    text-align: center;
    font-weight: 700;
}


.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: var(--bs-secondary-color);
}

.game-wrapper {
    display: block;
    position: relative;
    background-image: radial-gradient(circle at center, var(--color-3), var(--color-1));
    border-radius: 20px;
    overflow: hidden;
    margin-top: -15px;
}

.game-wrapper::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 10px;
    background-image: var(--gradient-6);
    border-radius: 20px;
}

.game-wrapper .game-wrapper-title {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 8px 0;
    width: 160px;
    background-image: var(--gradient-2);
    border-radius: 0 0 30px 30px;
    color: var(--color-1);
    font-size: 24px;
    font-weight: 700 !important;
    line-height: 1;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}

.game-wrapper .game-wrapper-title::before,
.game-wrapper .game-wrapper-title::after {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    bottom: 0;
    width: 40px;
    height: auto;
    background-image: var(--gradient-2);
    border-radius: 0 0 0 12px;
    transform: skewX(25deg);
    z-index: -1;
}

.game-wrapper .game-wrapper-title::after {
    left: auto;
    right: -10px;
    border-radius: 0 0 12px 0;
    transform: skewX(-25deg);
}

.game-wrapper .title-separator {
    display: block;
    position: relative;
    width: auto;
    height: 10px;
    z-index: 1;
}

.game-wrapper .title-separator.left {
    margin-right: 50px;
    background-image: linear-gradient(to right, var(--color-5), var(--color-7));
}

.game-wrapper .title-separator.right {
    margin-left: 50px;
    background-image: linear-gradient(to right, var(--color-7), var(--color-5));
}

.game-wrapper .title-separator.left::before,
.game-wrapper .title-separator.left::after {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
    width: 15px;
    height: auto;
    background-color: var(--color-7);
    transform: skewX(25deg);
    z-index: -1;
}

.game-wrapper .title-separator.left::after {
    right: -25px;
    width: 8px;
}

.game-wrapper .title-separator.right::before,
.game-wrapper .title-separator.right::after {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    bottom: 0;
    width: 15px;
    height: auto;
    background-color: var(--color-7);
    transform: skewX(-25deg);
    z-index: -1;
}

.game-wrapper .title-separator.right::after {
    left: -25px;
    width: 8px;
}

.game-list {
    width: 100%;
    height: auto;
}

.game-list .game-item {
    display: block;
    position: relative;
    width: 100%;
    max-width: 24vh;
    height: 17.3vh;
    background: linear-gradient(to bottom, var(--button-color-2) 0%, var(--button-color-1) 60%);
    border-radius: 12px;
    margin-bottom: 5px;
    padding: 0;
}

.game-list .pagination {
    display: none;
    visibility: hidden;
}

.game-list .game-item img {
    background: var(--color-4);
    width: 100%;
    max-width: 23.8vh;
    height: 14vh;
    text-align: center;
    border-radius: 12px;
    padding: 0px;
}

.game-list .game-item .pagination {
    display: block;
    visibility: hidden;
}

.game-list .game-item .game-title {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 5px 10px;
    width: 100%;
    color: var(--color-1);
    font-weight: 600;
    font-size: 0.8rem;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.game-list .game-item .game-link {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    inset: 0;
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 12px;
}

.game-list .game-item:hover .game-link {
    display: flex;
}

.game-list .game-item .game-link .btn-play {
    display: block;
    position: relative;
    padding: 5px 30px;
    background-image: linear-gradient(to right, var(--color-7), var(--color-5));
    border-radius: 50px;
    color: var(--color-1);
    font-size: 16px;
    font-weight: 500;

    letter-spacing: 1.25px;
    text-decoration: none;
    text-transform: uppercase;
}

/*--game list1--*/
.game-list1 {
    width: 100%;
    height: auto;
}

.game-list1 .game-item {
    display: block;
    position: relative;
    width: 100%;
    max-width: 22.8vh;
    /* height: 17.3vh; */
    background: linear-gradient(to bottom, var(--button-color-2) 0%, var(--button-color-1) 60%);
    border-radius: 12px;
    margin-bottom: 20px;
}

.game-list1 .pagination {
    display: none;
    visibility: hidden;
}

.game-list1 .game-item img {
    background: var(--color-4);
    width: 100%;
    max-width: 22.8vh;
    /* height: 14vh; */
    text-align: center;
    border-radius: 12px;
}

.game-list1 .game-item .pagination {
    display: block;
    visibility: hidden;
}

.game-list1 .game-item .game-title {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 5px 10px;
    width: 100%;
    color: var(--color-1);
    font-weight: 600;
    font-size: 0.8rem;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.game-list1 .game-item .game-link {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    inset: 0;
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 12px;
}

.game-list1 .game-item:hover .game-link {
    display: flex;
}

.game-list1 .game-item .game-link .btn-play {
    display: block;
    position: relative;
    padding: 5px 30px;
    background-image: linear-gradient(to right, var(--color-7), var(--color-5));
    border-radius: 50px;
    color: var(--color-1);
    font-size: 16px;
    font-weight: 500;

    letter-spacing: 1.25px;
    text-decoration: none;
    text-transform: uppercase;
}

.game-category-wrapper {
    display: block;
    position: relative;
    background-image: var(--gradient-6);
    border-radius: 20px;
}

.game-category-wrapper .game-category-body {
    display: block;
    position: relative;
    border-radius: 20px 20px 0 0;
    padding: 10px;
}

.game-category-wrapper .game-category-body .game-category-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    position: relative;
    height: 93px;
    padding: 10px;
    border-radius: 12px;
    background-image: radial-gradient(circle at center, var(--color-3), var(--color-1));
}

.game-category-wrapper .game-category-body .game-category-item img {
    display: block;
    position: relative;
    max-width: 45px;
}

.game-category-wrapper .game-category-body .game-category-item .category-title {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 100%;
    color: var(--white);
    font-size: 12px;
    line-height: .9;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}

.game-category-wrapper .game-category-body .splide__track {
    padding: 0 30px !important;
    border-radius: 12px;
}

.game-category-wrapper .game-category-body .splide__arrow {
    opacity: 1;
    z-index: 1;
}

.game-category-wrapper .game-category-body .splide__arrow.splide__arrow--prev {
    left: -20px;
}

.game-category-wrapper .game-category-body .splide__arrow.splide__arrow--next {
    right: -20px;
}

.game-category-wrapper .game-category-footer {
    display: block;
    position: relative;
    max-height: 300px;
    padding: 5px;
    background-color: var(--color-1);
    border-radius: 0 0 20px 20px;
    overflow-y: auto;
}

.game-category-wrapper .game-category-footer .game-provider-list {
    flex-wrap: wrap;
}

.game-category-wrapper .game-category-footer .game-provider-list .game-provider-item {
    display: block;
    position: relative;
    flex-basis: 50%;
    padding: 10px;
}

.icon-box-info {
    display: flex;
    align-items: center;
    gap: 20px;
}

.icon-box-info .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-image: var(--gradient-2);
    border-radius: 50%;
    color: var(--color-1);
    font-size: 30px;
    line-height: 1;
}

.icon-box-info .icon .fi {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
}

.icon-box-info .icon .fi.fi-lg {
    width: 35px;
    height: 35px;
    font-size: 35px !important;
}


.icon-browser {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    filter: grayscale(1);
}

.icon-browser:hover {
    filter: grayscale(0);
}


.icon-bank {
    display: block;
    position: relative;
    padding: 5px;
    width: 70px;
    background-color: var(--white);
    border-radius: 8px;
}


.logo-wrapper {
    display: block;
    position: relative;

}

.logo-wrapper img {
    width: 180px;
    height: 60px;

}


.logo-wrapper .logo-box {
    display: block;
    position: relative;
}

.logo-wrapper .logo-box img {
    display: block;
    position: relative;
    width: 180px;
    height: 50px;
}


.modal .modal-dialog .modal-content {
    border-radius: 12px;
    overflow: hidden;
}

.modal .modal-dialog .modal-content .modal-header,
.modal .modal-dialog .modal-content .modal-header img {
    border-radius: 10px 10px 0 0;
}

.modal .modal-dialog .modal-content .modal-header .close-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    background-color: var(--white);
    border-radius: 50px;
    color: var(--button-color-1);
    font-size: 25px;
    font-weight: 700;
}

.modal .modal-dialog .modal-content .modal-header .close-modal .fi {
    display: block;
    width: 25px;
    height: 25px;
}

.modal .modal-dialog .modal-content .modal-body {
    border-radius: 0 0 10px 10px;
}

.menu-header-container {
    display: block;
    position: fixed;
    inset: 0;
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 0, 0.75);
    transition: transform 0.5s ease-in-out;
    transform: translateX(150%);
}

.menu-header-container .menu-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 120px;
    height: auto;
    background-color: var(--color-2);
}

.menu-header {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none !important;
}

.menu-header .menu-item>.menu-link {
    display: block;
    justify-content: center;
    align-items: center;
    padding: 5px;
    flex-direction: column;
    text-decoration: none;
}

.menu-header .menu-item>.menu-link>.nav-icon {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 25px;
    height: 25px;
    transition: all .15s ease-in-out;
}

.menu-header .menu-item.active>.menu-link>.nav-icon {
    /* filter: brightness(50%) sepia(100) saturate(100) hue-rotate(35deg); */
}

.menu-header .menu-item:hover>.menu-link>.nav-icon {
    /* filter: brightness(50%) sepia(100) saturate(100) hue-rotate(35deg); */
    transform: scale(1.25);
}

.menu-header .menu-item>.menu-link>.nav-text {
    color: var(--white);
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

.menu-header .menu-item.active>.menu-link>.nav-text,
.menu-header .menu-item:hover>.menu-link>.nav-text {
    color: var(--color-9);
    font-size: 14px;
    font-weight: 500;
}

.menu-header .menu-item>.nav-dropdown {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none !important;
}

.menu-header .menu-item>.nav-dropdown.nav-dropdown-mobile {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    right: 120px;
    bottom: 0;
    padding: 15px;
    width: auto;
    height: auto;
    background-color: var(--color-1);
    overflow-y: hidden;
    overflow-y: scroll;
    transform: translateX(150%);
    transition: all .25s ease-in-out;
    z-index: 90;

}

.menu-header .menu-item>.nav-dropdown.nav-dropdown-mobile.show {
    transform: translateX(0);
    margin-bottom: 6.8vh;
    z-index: 999;
}

.menu-tab-wrapper {
    display: block;
    position: relative;
    border-top: 5px solid var(--color-5);
}

.menu-tab-wrapper .menu-tab {
    display: flex;
    align-items: center;
    flex-direction: row;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    list-style: none;
}

.menu-tab-wrapper .menu-tab>.tab-link:first-child {
    border-left: 0;
}

.menu-tab-wrapper .menu-tab>.tab-link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    position: relative;
    width: 25%;
    border-left: 1px solid var(--color-1);
    border-right: 1px solid var(--color-4);
    text-align: center;
    text-decoration: none;
    line-height: 50px;
    color: var(--white);
}

.menu-tab-wrapper .menu-tab>.tab-link>.tab-icon {
    padding: 0px 2px;
    margin-top: 7px;
}

.footer-fixed-navbar {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 65px;
    border-top: 5px solid var(--color-5);
    z-index: 999;
}

.footer-fixed-navbar .footer-menu {
    display: flex;
    align-items: center;
    flex-direction: row;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    list-style: none;
}

.footer-fixed-navbar .footer-menu>.menu-item {
    width: 20%;
    height: 100%;
    border-left: 1px solid var(--color-1);
    border-right: 1px solid var(--color-4);
}

.footer-fixed-navbar .footer-menu>.menu-item:first-child {
    border-left: 0;
}

.footer-fixed-navbar .footer-menu>.menu-item:last-child {
    border-right: 0;
}

.footer-fixed-navbar .footer-menu>.menu-item>.menu-link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    color: var(--white);
    text-decoration: none;
}

.footer-fixed-navbar .footer-menu>.menu-item>.menu-link>.menu-icon {
    margin-bottom: 5px;
    width: 20px;
    height: 20px;
    color: var(--color-5);
    font-size: 22px;
}

.footer-fixed-navbar .footer-menu>.menu-item>.menu-link>.menu-text {
    font-size: 12px;
}


.notifbar-wrapper {
    display: block;
    position: relative;
    padding-top: 8px;
}

.notifbar-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 8px;
    background-image: var(--gradient-6);
}

.notifbar {
    display: block;
    position: relative;
    border-radius: 0 0 12px 12px;
    padding: 3px;
}

.notifbar::before,
.notifbar::after {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    bottom: 0;
    width: 40px;
    height: auto;
    background-color: var(--color-5);
    border-radius: 0 0 0 12px;
    transform: skewX(25deg);
    z-index: -1;
}

.notifbar::after {
    left: auto;
    right: -10px;
    border-radius: 0 0 12px 0;
    transform: skewX(-25deg);
}

.notifbar .icon-box {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-right: 5px;
}

.notifbar .icon-box .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background-image: var(--gradient-1);
    border-radius: 50px;
    color: var(--color-9);
    font-size: 14px;
    line-height: 1;
}

.notifbar .icon-box .icon .fi {
    line-height: 1;
}

.notifbar .icon-box .text {
    font-weight: 700;
    color: var(--color-2);
}

.notifbar .marquee-bar {
    display: flex;
    align-items: center;
    position: relative;
    padding: 5px;
    height: 35px;
    background-color: #000;
    border-radius: 50px;
}

.notifbar .marquee-bar marquee {
    display: block;
    border-radius: 50px;
    line-height: 1;
}


.page-title {
    display: block;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}

.page-title::before,
.page-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    background: linear-gradient(to bottom, var(--button-color-2) 0%, var(--button-color-1) 60%);
    border-radius: 50px;
}

.page-title::before {
    left: 0;
    width: 10px;
}

.page-title::after {
    left: 15px;
    width: 40px;
}


.promo-box {
    display: block;
    position: relative;
    padding: 3px;
    background-image: var(--gradient-6);
    border-radius: 12px;
}

.promo-box img {
    display: block;
    position: relative;
    border-radius: 10px;
}

.promo-box .btn-popup-promo {
    display: flex;
    align-items: center;
    gap: 8px;
    position: absolute;
    bottom: 3px;
    right: 3px;
    background-image: var(--gradient-2);
    border-radius: 20px 0 10px 0;
    color: var(--color-1);
    font-size: 14px;
    font-weight: 700;
    z-index: 1;
}

.promo-box .btn-popup-promo .fi {
    display: block;
    width: 14px;
    height: 14px;
}

.promo-box .btn-popup-promo::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    width: 30px;
    height: auto;
    background-image: var(--gradient-2);
    border-radius: 10px 0 0 0;
    transform: skewX(-15deg);
    z-index: -1;
}


.provider-wrapper {
    display: block;
    position: relative;
}

.provider-wrapper .provider-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.provider-wrapper .provider-list .provider-item {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100px;
    height: 50px;
    background-image: var(--gradient-1);
    border-radius: 8px;
}

.provider-wrapper .provider-list .provider-item img {
    display: block;
    width: 10vh;
    height: auto;
    max-height: 60px;
    aspect-ratio: 4/3;
    filter: grayscale(1);
    object-fit: contain;
}

.provider-wrapper .provider-list .provider-item img:hover {
    filter: grayscale(0);
}


.splide__progress {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
}

.splide__slide .pagination {
    display: none;
    visibility: hidden;
}

.splide__progress__bar {
    background: linear-gradient(to bottom, var(--button-color-2) 0%, var(--button-color-1) 60%);
}

.table.table-riwayat tbody {
    border-style: hidden;
}

.table.table-riwayat th,
.table.table-riwayat td {
    background-color: transparent !important;
    border-style: hidden;
}

.table.table-riwayat td {
    color: var(--white) !important;
}

.table.table-riwayat tbody tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.25) !important;
    border-style: hidden;
}

.table.table-riwayat .status-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.table.table-riwayat .status-box.success .status-text,
.table.table-riwayat .status-box.success .status-icon {
    color: var(--green-1) !important;
}

.table.table-riwayat .status-box.pending .status-text,
.table.table-riwayat .status-box.pending .status-icon {
    color: var(--color-9) !important;
}

.table.table-riwayat .status-box.decline .status-text,
.table.table-riwayat .status-box.decline .status-icon {
    color: var(--button-color-1) !important;
}

.table.table-riwayat .status-box .status-icon {
    display: block;
    position: relative;
    margin-right: 6px;
    width: 18px;
    height: 18px;
    font-size: 18px;
}

.table.table-riwayat .status-box .status-icon i.fi,
.table.table-riwayat .status-box .status-icon i.fi::before {
    display: block;
    width: 18px;
    height: 18px;
}

.transaksi-riwayat-wrapper {
    display: block;
    position: relative;
}

.transaksi-riwayat-wrapper .transaksi-card {
    display: block;
    position: relative;
    margin-bottom: 15px;
    background-color: var(--white);
    border-radius: 12px;
}

.transaksi-riwayat-wrapper .transaksi-card:last-child {
    margin-bottom: 10px;
}

.transaksi-riwayat-wrapper .transaksi-card .transaksi-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 15px 7.5px;
}

.transaksi-riwayat-wrapper .transaksi-card .transaksi-header .transaksi-title,
.transaksi-riwayat-wrapper .transaksi-card .transaksi-header .transaksi-nominal {
    line-height: 1;
    text-transform: uppercase;
}

.transaksi-riwayat-wrapper .transaksi-card .transaksi-header .transaksi-bank {
    display: block;
    position: relative;
    width: 100px;
}

.transaksi-riwayat-wrapper .transaksi-card .transaksi-body {
    display: block;
    position: relative;
    padding: 7.5px 15px 15px;
}

.transaksi-riwayat-wrapper .transaksi-card .transaksi-footer {
    display: block;
    position: relative;
    z-index: 1;
}

.transaksi-riwayat-wrapper .transaksi-card .transaksi-footer::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 10px;
    border-radius: 0 0 12px 12px;
}

.transaksi-riwayat-wrapper .transaksi-card.success .transaksi-footer::before {
    background-color: var(--green-1) !important;
}

.transaksi-riwayat-wrapper .transaksi-card.pending .transaksi-footer::before {
    background-color: var(--color-9) !important;
}

.transaksi-riwayat-wrapper .transaksi-card.decline .transaksi-footer::before {
    background-color: var(--button-color-1) !important;
}

.transaksi-riwayat-wrapper .transaksi-card .transaksi-footer .transaksi-status {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
    width: 150px;
    height: 30px;
    border-radius: 25px 25px 0 0;
    line-height: 1;
    z-index: 1;
}

.transaksi-riwayat-wrapper .transaksi-card.success .transaksi-footer .transaksi-status {
    background-color: var(--green-1) !important;
    color: var(--white);
}

.transaksi-riwayat-wrapper .transaksi-card.pending .transaksi-footer .transaksi-status {
    background-color: var(--color-9);
}

.transaksi-riwayat-wrapper .transaksi-card.decline .transaksi-footer .transaksi-status {
    background-color: var(--button-color-1) !important;
    color: var(--white);
}

/**** endof components style ****/
/*amp pop image*/
.custom-lightbox {
    background:
        <?php echo $popimg["popimgbg"];
    ?>;
    width: 100%;
    height: 98vh;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 90;
}

.custom-lightbox h1 {
    color: white;
}

/**** begin responsive style ****/
@media (max-width: 468px) {
    .col-4 {
        padding: 1px 2px;
        margin-bottom: -10px;
    }

    .game-list {
        width: 100%;
        height: 100%;
    }

    .game-list img {
        width: 100%;
        height: 100%;
    }

    /* .game-list1 {
        width: 14vh;
        height: 100%;
        margin-bottom: -5px;
    } */

    .game-wrapper {
        margin-top: 20px;
    }
}

@media (min-width: 768px) {
    header {
        position: relative;
    }

    footer {
        margin-bottom: 0;
    }

    .btn-popup-form,
    .checkbox,
    .hamburger-lines {
        display: none;
    }

    .footer-fixed-navbar {
        display: none;
    }

    .btn-popup-form,
    .checkbox,
    .hamburger-lines {
        display: none;
    }

    .form-wrapper {
        display: block;
        position: relative;
        background-color: transparent;
        transform: translate(0);
        z-index: 1;
    }

    .form-login {
        padding: 0;
        max-width: 100%;
        background-color: transparent;
        border-radius: 0;
    }

    .form-login .input-group .form-control {
        max-width: 120px;
    }

    .form-login .btn {
        width: 70px;
    }
    @media (min-width: 768px) {
        .form-user-mobile {
            display: none;
        }
    }

    .form-user-desktop {
        display: block;
    }

    .form-user-desktop .user-value {
        display: block;
        font-size: 14px;
    }

    .form-user-desktop .text-welcome {
        font-size: 16px;
    }

    .game-wrapper .game-wrapper-title {
        padding: 10px;
        width: 200px;
        font-size: 32px;
        letter-spacing: 3px;
    }

    header {
        position: relative;
    }

    .header-menu {
        border-top: 8px solid var(--color-4);
    }

    .icon-box-info .icon {
        width: 65px;
        height: 65px;
        font-size: 40px;
    }

    .icon-box-info .icon .fi {
        width: 40px;
        height: 40px;
    }

    .icon-box-info .icon .fi.fi-lg {
        width: 45px !important;
        height: 45px !important;
        font-size: 45px !important;
    }

    .icon-bank {
        width: 80px;
    }

    .logo-wrapper {
        margin-bottom: -20px;
        margin-left: 30px;
        max-width: 230px;
        background-color: var(--color-4);
        border-radius: 0 0 50px 50px;
        z-index: 1;
    }

    .logo-wrapper::before,
    .logo-wrapper::after {
        content: "";
        position: absolute;
        top: 0;
        left: -10px;
        bottom: 0;
        width: 40px;
        height: auto;
        background-color: var(--color-4);
        border-radius: 0 0 0 12px;
        transform: skewX(25deg);
        z-index: -1;
    }

    .logo-wrapper::after {
        left: auto;
        right: -10px;
        border-radius: 0 0 12px 0;
        transform: skewX(-25deg);
    }

    .logo-wrapper .logo-box::before,
    .logo-wrapper .logo-box::after {
        content: "";
        display: block;
        position: absolute;
        top: 10px;
        left: -30px;
        bottom: 10px;
        width: 7px;
        height: auto;
        background: linear-gradient(to bottom, var(--button-color-2) 0%, var(--button-color-1) 60%);
        transform: skewX(25deg);
    }

    .logo-wrapper .logo-box::after {
        left: auto;
        right: -30px;
        transform: skewX(-25deg);
    }

    .menu-header-container {
        position: relative;
        padding: 0;
        width: 100%;
        background: transparent;
        transform: translate(0);
    }

    .menu-header-container .menu-wrapper {
        display: block;
        position: relative;
        width: 100%;
        background-color: transparent;
    }

    .menu-header {
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 15px;
        margin-top: 0;
    }

    .menu-header .menu-item>.menu-link {
        min-width: 80px;
        padding: 12.5px 5px;
    }

    .menu-header .menu-item:hover {
        background: var(--color-2) radial-gradient(circle at center, var(--color-3), transparent);
    }

    .menu-header .menu-item>.menu-link>.nav-icon {
        margin-bottom: 5px;
        width: 30px;
        height: 30px;
    }

    .menu-header .menu-item>.menu-link>.nav-text {
        font-size: 14px;
    }

    .menu-header .menu-item:hover>.nav-dropdown {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        padding: 20px 10px 10px;
        width: 100%;
        min-height: 120px;
        margin-top: -5px;
        background-color: var(--transparent-1);
        border-radius: 0 0 12px 12px;
        z-index: 9px;
    }

    .menu-header .menu-item:hover>.nav-dropdown>.item {
        flex-basis: 20%;
        padding: 10px;
    }

    .navbar-footer .nav-item>.nav-link {
        font-size: 14px;
    }

    .notifbar .icon-box {
        margin-right: 10px;
    }
}

@media (min-width: 1200px) {
    .game-list {
        width: 100%;
        height: 100%;
    }
}

/**** endof responsive style ****/
@media only screen and (min-width:375px) {

    .logo-wrapper .logo-box img {
        display: block;
        position: relative;
        max-width: 180px;
        max-height: 50px;
    }


}

/*
* ==========================================
* RTP SLot
* ==========================================
*/
.slot {
    display: block;
    margin-bottom: 10vh;
    ;
}

.slot ul {
    list-style: none;
    ;
}

.slot li {
    font-family: Arial;
    font-size: 0px;
}

.slot li:before {
    padding: 5px 5px 5px 5px;
    background-color: transparent;
    border-radius: 30%;
    content: "";
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 2px;
    height: 10px;
    width: 10px;
}

.slot h2 {
    font-size: 24px;
    text-align: center;
    color: #FC0;
}

.slot .slot-sidebar {
    padding-right: 10px;
    padding-left: 0;
    margin-top: 5px;
    background-color: black;
    float: none !important;
    width: 100% !important;
    flex: none !important;
    max-width: 100% !important;
    padding-right: 0 !important;
}

.btn-provider img {
    filter: brightness(1) invert(0);
}

.btn-provider:hover img {
    filter: brightness(1) invert(0);
}

.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 #0092b1;
    width: 100%;
    position: relative;
    display: block;
    border-bottom: none;
}

.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 .active {
    background-color: #C90;
}

.slot .content {
    float: none;
    width: 100%;
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

.wrapper1 {
    width: 100%;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.card1 {
    float: left;
    width: 16.666666666666%;
    border: none;
    text-align: center;
    position: relative;
    background: transparent;
}

.card-content1 {
    margin: 7px;
    color: #fff;
    font-size: 12px;
    border: none;
    overflow: hidden;
    position: relative;
    background: black;
    border-radius: 25px;
    padding-bottom: 10px;
}

.percent {
    height: 30px;
    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 p {
    z-index: 15;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    transform: translateY(14px);
    color: black;
}

.percent-bar {
    /* background-color: #ffc107; */
    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(0, 0, 0, 0.9);
    transition: all 0.1s ease-in-out;
    z-index: 10;
    width: 100%;
    height: 87%;
}

.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;
}

.slot .play-btn {
    font-size: 15px;
    text-decoration: none;
    color: white;
    text-align: center;
    align-items: center;
    /* width: 100%; */
    margin-top: 42%;
    padding: 8px;
    display: block;
    margin-left: 30px;
    margin-right: 30px;
    margin: 42% 30px 42% 30px;
    background: linear-gradient(to right, #6b5100 0%, #dca600 100%);
    border-radius: 18px;
    transition: all 0.3s ease;
}

.slot .play-btn:hover {
    color: #000;
    background: linear-gradient(to left, #dca600 0%, #6b5100 100%);
}

.img-zoom {
    width: 95% !important;
    transition: all 0.45s ease-in-out;
    border-radius: 20px;
}

.ygg-img {
    border: 5px solid #2f2f2f;
}

.hover-btn:hover {
    opacity: 100%;
}

.hover-btn:hover~.img-zoom {
    /* transform: scale(1.2); */
    position: relative;
}

.long {
    display: none;
}

.short {
    display: none;
}

.next-btn {
    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;
    }

    .card1 {
        width: 33.3% !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;
    }
}

/*Multicarousel RTP*/
.MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 15px;
    margin-top: -10px;
    width: 100%;
    position: relative;
}

.MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
    float: left;
    width: 100%;
    max-width: 160px;
}

.MultiCarousel .MultiCarousel-inner img {
    padding: 0px 5px;
}

.MultiCarousel .MultiCarousel-inner .item>div {
    text-align: center;
    padding: 10px;
    margin: 10px;
    background: #f1f1f1;
    color: #666;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
    position: absolute;
    border-radius: 20%;
    top: calc(50% - 20px);
    padding: 2px 5px 5px 5px;
}

.MultiCarousel .leftLst {
    left: 0;
    background: var(--color-4);
    color: var(--dark);
}

.MultiCarousel .rightLst {
    right: 0;
    background: var(--color-4);
    color: var(--dark);
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
    pointer-events: none;
    background: var(--color-3);
    color: var(--light);
}

/*pagination*/
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;

}


.pagination a {
    background-color:  var(--color-3);
  color:var(--title-widget);
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  border:1px solid var(--color-5);
}

.pagination a.active {
  background-color: var(--black);
  color: var(--title-widget);
}

.pagination a:hover:not(.active) {background-color: var(--color-1)}

.page-item.active .page-link {
    z-index: 3;
    color:
        var(--black);
    background:
        linear-gradient(to bottom, var(--button-color-2) 0%, var(--button-color-1) 60%);
    border-color:
        var(--color-5);
}

.page-link {
    padding: 0.375rem 0.75rem;
}

.page-link:hover {
    color:
        var(--black);
    background:
        linear-gradient(to bottom, var(--button-color-2) 0%, var(--button-color-1) 60%);
}

.page-link {
    position: relative;
    display: block;
    color:
        var(--white);
    text-decoration: none;
    background:
        var(--color-4);
    border: 1px solid var(--color-5);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}

@media (max-width:768px) {
    .page-link {
        padding: 0.468rem 0.75rem;
    }

}

.idref {
    text-decoration: none;
    color:
        <?php echo $bomhome["memberidref"];
    ?>;
}

.idref:hover {
    text-decoration: none;
    color:
        <?php echo $bomhome["memberidhref"];
    ?>;
}

.idno {
    background:
        <?php echo $bomhome["memberidnobg"];
    ?>;
    color:
        <?php echo $bomhome["memberidnofc"];
    ?>;
    border:
        <?php echo $bomhome["memberidnoli"];
    ?>;
}

.idno:hover {
    background:
        <?php echo $bomhome["memberidnobg"];
    ?>;
    color:
        <?php echo $bomhome["memberidnohfc"];
    ?>;
    border:
        <?php echo $bomhome["memberidnoli"];
    ?>;
}

.idno {
    background:
        <?php echo $bomhome["memberidnobg"];
    ?>;
    color:
        <?php echo $bomhome["memberidnofc"];
    ?>;
    border:
        <?php echo $bomhome["memberidnoli"];
    ?>;
    padding: 5px 5px;
}

.idno:hover {
    background:
        <?php echo $bomhome["memberidnobg"];
    ?>;
    color:
        <?php echo $bomhome["memberidnohfc"];
    ?>;
    border:
        <?php echo $bomhome["memberidnoli"];
    ?>;
}

.card {
    background:
        <?php echo $bomhome["mainbg"];
    ?>;
}

.card img {
    width: 100%;
}

.borderst {
    border:
        <?php echo $bomhome["mainborder"];
    ?>;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
}

.btn-info {
    background-color:
        <?php echo $bomhome["membercr"];
    ?>;
    border:
        <?php echo $bomhome["membercrb"];
    ?>;
    color:
        <?php echo $bomhome["membercrf"];
    ?>;
}

.btn-info:hover {
    background-color:
        <?php echo $bomhome["membercrh"];
    ?>;
    border:
        <?php echo $bomhome["membercrhb"];
    ?>;
    color:
        <?php echo $bomhome["membercrhf"];
    ?>;
}

.fixed-footer {
    display: flex;
    justify-content: space-around;
    position: fixed;
    background:
        <?php echo $bombot["background"];
    ?>;
    border-top:
        <?php echo $bombot["bordertop"];
    ?>;
    border-bottom:
        <?php echo $bombot["borderbottom"];
    ?>;
    padding: 10px 25px 10px 15px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    height: 9vh;
}

.fixed-footer a {
    flex-basis: calc((100% - 15px*6)/ 6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color:
        <?php echo $bombot["fontcolor"];
    ?>;
    max-width: 50px;
    font-size: 8px;
    font-family: 'Trebuchet MS';
    text-decoration: none;
    font-size:
        <?php echo $bombot["fontsize"];
    ?>;
    font-weight: bolder;
}

.fixed-footer .center {
    transform: scale(1.6) translateY(-5px);
    background: center no-repeat;
    background-size: contain;
    background-color: inherit;
    border-radius: 50%
}


/*--footer lc--*/
.round {
    -webkit-animation-name: round;
    animation-name: round;
    -webkit-animation-duration: 2.5s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite
}

@-webkit-keyframes round {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .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)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes round {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .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)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounce {
    0% {
        transform: translateY(-3px);
    }

    50% {
        transform: translateY(3px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes move {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 50px;
    }
}

@keyframes blingBling {
    0% {
        background: linear-gradient(180deg, rgba(226, 0, 255, 1) 0%, rgba(0, 159, 159, 1) 100%)
    }

    50% {
        background: white
    }

    100% {
        background: linear-gradient(180deg, rgba(226, 0, 255, 1) 0%, rgba(0, 159, 159, 1) 100%);
    }
}

#menuicon {
    display: none;
}

/*--end footer lc--*/
/*--menu icon--*/
@media only screen and (max-device-width:998px) {
    #menuicon {
        display: inherit;
    }

    .menuicon {
        width: 100%;
        margin-top: -10px;
    }

    .menuicon .depowd {
        text-align: center;
        width: 100%;
        margin-bottom: 15px;
    }

    .menuicon .btn-deposit {
        width: 13.8vh;
        font-weight: 600;
    }

    .menuicon .btn-wd {
        width: 13.8vh;
        font-weight: 600;
    }

    .menuicon .btn-ref {
        width: 13.8vh;
        font-weight: 600;
    }

    .menuicon .center {
        width: fit-content;
        margin: auto;
    }

    .navmenuicon {
        overflow: hidden;
        text-align: center;
    }

    /* Navigation links */
    .navmenuicon a {
        float: left;
        font-size: 16px;
        color: white;
        border-radius: 20%;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }

    /* The subnavigation menu */
    .submenuicon {
        float: left;
        background: var(--color-2);
        width: 6vh;
        border-radius: 20%;
        margin-right: 2px;
        overflow: hidden;
    }

    /* Subnav button */
    .submenuicon .submenuiconbtn {
        font-size: 16px;
        border: none;
        outline: none;
        color: white;
        border-radius: 10px;
        padding: 3px 3px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
    }

    /* Add a red background color to navigation links on hover */
    .navmenuicon a:hover,
    .submenuicon:hover .submenuiconbtn {
        background-color: var(--color-1);
    }

    /* Style the subnav content - positioned absolute */
    .submenuicon-content {
        display: none;
        position: absolute;
        background-color: var(--color-2);
        width: 100%;
        left: 0;
        z-index: 10;
    }

    .submenuicon-content img {
        width: 18vh;
    }

    /* Style the subnav links */
    .submenuicon-content a {
        float: left;
        color: white;
        text-decoration: none;
        padding: 10px;
    }

    /* Add a grey background color on hover */
    .submenuicon-content a:hover {
        background-color: none;
        color: black;
        border-radius: 5px;
    }

    /* When you move the mouse over the subnav container, open the subnav content */
    .submenuicon:hover .submenuicon-content {
        display: block;
    }
}

.form-deposit {
    width: 100%;
}

.form-deposit .nav-tabs {
    border-color: #ffee00;
}

.form-deposit .nav-link {
    background: var(--color-2);
    color: #fff;
    border-color: #ffee00;
    font-weight: bold;
}

.form-deposit .nav-link.active {
    background: var(--color-4);
    color: #000;
    font-weight: bold;
    border-color: #ffee00;
}

.form-deposit .nav-link:hover {
    background: var(--color-4);
    color: #000;
    font-weight: bold;
    border-color: var(--color-2);
}

/* device or mobile */
.mobile {
    width: auto;
    height: auto;
    display: block;
}

.desktop {
    width: auto;
    height: auto;
    display: none;
}

@media only screen and (min-width: 768px) {
    .mobile {
        width: auto;
        height: auto;
        display: none;
    }

    .desktop {
        width: auto;
        height: auto;
        display: inline;
    }
}

/*table memo info*/
.memoinfo table {
    width: 100%;
    background: #646464;
    border: 1px solid #646464;
    color: var(--white);
    margin-left: -2vh;
    margin-bottom: 10vh;
}

.memoinfo table,
td,
th {
    border: 1px solid #646464;

}

.memoinfo th {
    background: #646464;
    color: var(--white);
}

.memoinfo td {
    background: #fff;
    color: #000;
    padding: 5px 10px;
    font-weight: 600;
}

.memoinfo h3 {
    color: var(--white);
}

.memoinfo .collapsible {
    color: var(--button-color-2);
    cursor: pointer;
    padding: 5px;
    width: auto;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.active,
.collapsible:hover {
    background-color: #ddd;
    color: var(--button-color-1);
}

.memoinfo .content {
    display: inline;
    padding: 0 10px;
    width: 100%;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}


/*notifikasi button*/
.btn-notif {
    width: 1vh;
    display: flex;
    position: relative;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    background-image: var(--gradient-6);
}

.notif {
    text-decoration: none;
    position: relative;
    display: inline-block;
    border-radius: 2px;
}

.notif:hover {
    background: red;
}

.notif .badge {
    position: absolute;
    background-color: var(--color-5);
    color: var(--black);
    top: 5px;
    right: 10px;
    padding: 3px 6px;
    border-radius: 50%;
    background: red;
    color: white;
}

.close-icon {
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border-width: 3px;
    border-style: solid;
    border-color: red;
    border-radius: 100%;
    background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 46%, white 46%, white 56%, transparent 56%, transparent 100%), -webkit-linear-gradient(45deg, transparent 0%, transparent 46%, white 46%, white 56%, transparent 56%, transparent 100%);
    background-color: red;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
}

/*--small big--*/
.mobile1 {
    width: auto;
    height: auto;
    display: block;
}

.desktop1 {
    width: auto;
    height: auto;
    display: none;
}

@media only screen and (min-width: 768px) {
    .mobile1 {
        width: auto;
        height: auto;
        display: none;
    }

    .desktop1 {
        width: auto;
        height: auto;
        display: inline;
    }
}


 /*welcome-wrapper*/
    .welcome-wrapper {
        width: auto;
        background-color: #000000;
        text-align: center;
    }

    .welcome-wrapper .logo-welcome {
        width: 20vh;
        text-align: center;
    }

    .welcome-wrapper .content-welcome-wrapper {
        width: auto;
        color: #fff;
        text-align: center;
    }

    .welcome-wrapper .welcome-info {
        width: 100%;
    }

    .welcome-info h2.sukses {
        Color: #09c509;
    }

    .welcome-info h2.gagal {
        Color: #ffee00;
    }

    .welcome-wrapper .btn.btn-welcome {
        width: 15vh;
        background: #ddd;
        border-radius: 10px;
        padding: 5px 10px;
        color: #00000;
        font-weight: bold;
    }

    .welcome-wrapper .btn.btn-welcome:hover {
        width: 15vh;
        background: #333;
        border-radius: 10px;
        padding: 5px 10px;
        color: #fff;
        font-weight: bold;
    }

    .welcome-wrapper .btn.btn-welcome:hover:active {
        width: 15vh;
        background: #ffee00;
        border-radius: 10px;
        padding: 5px 10px;
        color: #000;
        font-weight: bold;
    }
