.bg-custom {
    background-color: #222d38;
    border-bottom: 1px;
}



.carousel-item img {
    height: auto !important;
    border-radius: 14px;
}

.navbar-custom {
    background-color: var(--navbar-custom-color);
    border-bottom: 1px;
}

.navbar-menu-custom div a:hover,
.navbar-menu-custom div a.active {
    border-radius: 14px 4px;
}

.card-title-custom {
    margin-bottom: 0.75rem;
    font-size: 16px;
    color: #fff;
}

.fab-container {
    position: fixed;
    bottom: 60px;
    right: 10px;
    z-index: 999;
    cursor: pointer;
}

.fab-icon-holder {
    width: 45px;
    height: 45px;
    bottom: 140px;
    left: 10px;
    color: #fff;
    background: #5865f2;
    border-radius: 10px;
    text-align: center;
    font-size: 30px;
    z-index: 99999;
}

.fab-icon-holder:hover {
    opacity: 0.8;
}

.fab-icon-holder i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 25px;
    color: #ffffff;
}

.fab-options {
    list-style-type: none;
    margin: 0;
    position: absolute;
    bottom: 48px;
    left: -37px;
    opacity: 0;
    transition: all 0.3s ease;
    transform: scale(0);
    transform-origin: 85% bottom;
}

.fab:hover+.fab-options,
.fab-options:hover {
    opacity: 1;
    transform: scale(1);
}

.fab-options li {
    display: flex;
    justify-content: flex-start;
    padding: 5px;
}

.fab-label {
    padding: 2px 5px;
    align-self: center;
    user-select: none;
    white-space: nowrap;
    border-radius: 3px;
    font-size: 16px;
    background: #666666;
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    margin-left: 10px;
}

/* label {
    font-weight: bold !important;
    color: #fff !important;
    margin-top: 1rem;
} */
.text-shadow {
    text-shadow: 0px 0px 2px #2a224b, 0px 0px 2px #7367F0;
}

.h5,
h5 {
    font-size: 18px;
    line-height: 22px;
}

.service-type-menu {
    display: flex;
    overflow: auto;
    background-color: var(--theme-color-2);
    border-radius: 0.5rem;
    box-shadow: 0px 1px 20px 0px var(--theme-color-3);
    -webkit-box-shadow: 0px 1px 20px 0px var(--theme-color-3);
    -moz-box-shadow: 0px 1px 20px 0px var(--theme-color-3);
}

.service-type-menu>.col>.active {
    color: var(--theme-color-3);
}

.service-type-menu>.active {
    border-bottom: 3px solid #2a528a;
}

.strip-primary {
    background-color: #2676b0;
    position: absolute;
    width: 40px;
    height: 5px;
    border-radius: 2px;
}

.row {
    margin-right: -12.5px;
    margin-left: -12.5px;
}

.game {
    justify-content: center;
    width: auto;
}

.img-hover-zoom {
    height: 300px;
    overflow: hidden;
}

.img-hover-zoom img {
    transition: transform .5s ease;
}

.img-hover-zoom:hover img {
    transform: scale(1.2);
}

.card-single-game {
    margin-top: 50px !important;
}

/* CARD CUSTOM */
.card-custom {
    overflow: hidden;
    border: 2px solid var(--theme-color-2);
    border-radius: 1.10rem;
    height: auto;
    aspect-ratio: 4/6;
}

.card-img-custom {
    position: absolute;
    inset: 0px;
    box-sizing: border-box;
    padding: 0px;
    border: none;
    margin: auto;
    display: block;
    width: 0px;
    height: 0px;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center center;
}

.card-img-custom:hover {
    filter: blur(1px);
    background-image: linear-gradient(to top, #1a1a1af5, transparent);
    bottom: 0;
    left: 0;
    right: 0;
}

.card-custom:hover {
    cursor: pointer;
    outline: 2px solid var(--theme-color-5);
    border-radius: 1rem;
    border: 2px solid transparent;
}

/* .card-custom:hover::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 0.8rem;
    transition: .2s;
    background-image: linear-gradient(to top, #1a1a1af5, transparent);
    bottom: 0;
    left: 0;
    right: 0;
    --tw-gradient-from: #1a1a1af5;
} */

/* .card-custom::before {
    content: "";
    position: absolute;
    background: linear-gradient(to top, #000000cc, transparent);
    inset: 50% 0 0 0;
} */

.card-custom:hover .card-img-custom {
    filter: blur(3px);
}

.gradient-bg-card {
    bottom: 0;
    left: 0;
    right: 0;
    --tw-gradient-from: rgb(32 39 55 / 90%);
    --tw-gradient-to: rgba(255, 255, 255, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

/* .gradient-bg-card:hover {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
} */


.truncate {
    overflow: hidden;
    text-overflow: ellipsis
}

.truncate,
.whitespace-nowrap {
    white-space: nowrap;
}

.card-title-game {
    font-size: 12px;
    font-weight: 800;
    color: #fff;
    position: absolute;
    z-index: 10;
    right: 0;
    left: 0;
    bottom: 0;
    line-height: 25px;
    padding-right: 10px;
    padding-left: 10px;
    transition: margin-bottom 0.3s ease;
}

.card-search-game {
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    position: relative;
    z-index: 10;
    right: 0;
    left: 0;
    bottom: 0;
    line-height: 25px;
    padding-right: 20px;
    padding-left: 20px;
    transition: margin-bottom 0.3s ease;
}

.w-hover:hover>.card-title-game {
    display: block;
    font-weight: 1rem;
}

.absolute {
    position: absolute;
}

.h-full {
    height: 100% !important;
}

.card-custom:hover .text-group-custom {
    pointer-events: none;
}

.card {
    margin-bottom: 25px;
    border: var(--card-border);
    border-radius: 10px;
    background-color: var(--card-background-color);
    box-shadow: var(--card-shadow) !important;
    -webkit-box-shadow: var(--card-shadow) !important;
    -moz-box-shadow: var(--card-shadow) !important;
}

.card-border:hover {
    /* border: 1px solid var(--flat-color-1); */
    box-shadow: 0 .1rem .1rem var(--flat-color-1) !important;
}

/* .card.shadow {
    box-shadow: 5px 5px 10px -10px var(--flat-color-1) !important;
    -webkit-box-shadow: 5px 5px 10px -10px var(--flat-color-1) !important;
    -moz-box-shadow: 5px 5px 10px -10px var(--flat-color-1) !important;
} */

.card-title-absolute {
    text-align: center;
    font-size: 14px;
    min-height: 20px;
    display: flex;
    margin-bottom: -52px;
    /* transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); */
    /* position: absolute; */
    z-index: 99;
    right: 0;
    left: 0;
    bottom: 0;
    flex-direction: column;
    transition: margin-bottom 0.3s ease;
}

.card-title-content {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

img.card {
    padding: .25rem .50rem;
    box-shadow: 0 5px 15px rgba(57, 98, 254, 0.02), 0 3px 6px rgba(117, 108, 254, 0.12);
    border-radius: 3px;
    background-color: #ffffff;
}

img.product {
    border-radius: 10px;
    display: block;
    height: 75px;
    width: 75px;
}

a.product {
    text-decoration: none;
}

.card-game {
    padding: .85rem 1.30rem;
    margin-bottom: 0;
    display: flex;
}

.card-title {
    text-align: center;
    min-height: 35px;
    margin-top: -5px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 11px;
    color: #fff;
    cursor: pointer;
}

.card-title-footer {
    text-align: center;
    min-height: 35px;
    margin-top: -5px;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 11px;
    color: #fff;
    cursor: pointer;
}

.card-subtitle {
    margin-top: -12px;
    font-weight: 400;
    font-size: 9px;
    color: #fff;
}

.card-topup {
    margin-top: 0px;
    border: none;
    padding: .70rem 2rem .70rem 2rem;
}

.btn-topup {
    color: #fff;
    margin-top: 0px;
    padding: .20rem .20rem;
    border-radius: 5px;
}

.custom-shape-divider-top-1686901712 {
    position: absolute;
    margin-top: -50px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-top-1686901712 svg {
    position: relative;
    display: block;
    width: calc(135% + 1.3px);
    height: 50px;
}

.custom-shape-divider-top-1686901712 .shape-fill {
    fill: var(--background-bg-footer);
}

.bg-footer {
    position: relative;
    margin-top: 50px;
    width: 100%;
    border-top: 1px;
    background: var(--background-bg-footer);
    margin-top: 1rem;
}

.section {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #263646;
}

.single-product {
    margin-top: -50px !important;
    height: 200px;
    width: 250px;
    border-radius: 15px;
}

.radio-service {
    color: white;
    display: none;
    margin: 10px;
    cursor: pointer;
}

.radio-service+label {
    color: #fff;
    display: inline-block;
    padding: 1rem;
    border: 1px solid var(--theme-primary);
    border-radius: 0.8rem;
    cursor: pointer;
    line-height: .9rem;
    font-size: 11px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
}

.radio-service:checked+label {
    background-image: none;
    color: var(--color-secondary);
    cursor: pointer;
    font-weight: bold;
    box-shadow: 0px 0px 20px 0px var(--theme-color-3);
    -webkit-transition: all .3s ease-in-out;
    -webkit-box-shadow: 0px 0px 20px 0px #201f2f61;
    -moz-box-shadow: 0px 0px 20px 0px var(--theme-color-3);
}

.radio-service:checked+label::before {
    position: inherit;
    width: 28px;
    height: 27px;
    content: "";
    background: url(../../cdn/checked.png) top/cover;
    border-top-right-radius: 0.7rem;
    margin: -16px -16px 0px -20px;
    float: right;
}

em.em-price {
    float: right;
    font-size: 9px;
}

.accordion-item:first-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.accordion-item:not(:first-of-type) {
    border: 1px solid rgb(255 255 255 / 13%);
}

.accordion-item {
    background-color: #7363ff;
    margin-bottom: 15px;
    border: 1px solid rgb(255 255 255 / 13%);
    border-radius: 10px;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #3a2c77;
    box-shadow: inset 0 -1px 0 rgb(255 255 255 / 13%);
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.accordion-item:last-of-type {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    ;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #ffffff;
    text-align: left;
    background-color: #2a224b;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0 !important;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.badge-payment {
    flex-shrink: 0;
    margin-left: auto;
    background-repeat: no-repeat;
    font-size: 12px;
    font-style: italic;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    transform: rotate(-180deg);
}

@media (min-width: 300px) {
    .single-product {
        margin-top: -50px;
        height: 190px;
        width: 200px;
        border-radius: 15px;
    }

    .rviceradio-se:checked+label {
        width: 100%;
        /* font-size: 11px;
        padding: 10px; */
    }

    .radio-service+label {
        width: 100%;
        /* font-size: 10px;
        padding: 10px; */
    }

    img.product {
        width: 65px;
        height: 65px;
    }

    .card-game {
        padding: 1rem 0.7rem;
    }

    .card-custom {
        height: auto;
        aspect-ratio: 4/6;
    }

    .card-single-game {
        width: 225px;
    }



    .carousel-item img {
        height: auto !important;
        border-radius: 14px;
    }
}

@media (min-width: 375px) {
    .radio-service:checked+label {
        width: 100%;
        /* font-size: 11px;
        padding: 10px; */
    }

    .carousel-item img {
        height: 260px !important;
    }

    .radio-service+label {
        width: 100%;
        /* font-size: 10px;
        padding: 10px; */
    }

    img.product {
        width: 75px;
        height: 75px;
    }

    .card-custom {
        height: auto;
        aspect-ratio: 4/6;
    }

    .card-game {
        padding: 1rem 0.7rem;
    }

    .card-single-game {
        width: 220px;
    }

    .carousel-item img {
        height: auto !important;
        border-radius: 14px;
    }
}

/* @media (max-width:576px) {
    .card-single-game {
        margin: 50px;
    }
    .carousel-item img {
        height: 260px !important;
    }
    .single-product {
        margin-top: -50px;
        height: 200px;
        width: 250px;
        border-radius: 15px;
    }
} */
@media (min-width: 576px) {
    .card-single-game {
        width: 250px;
    }

    .card-custom {
        height: auto;
        aspect-ratio: 4/6;
    }

    .radio-service:checked+label {
        width: 100%;
        /* font-size: 11px;
        padding: 10px; */
    }

    .radio-service+label {
        width: 100%;
        /* font-size: 11px;
        padding: 10px; */
    }

    /* img.product {
        width: 65px;
        height: 65px;
    } */
}

@media (min-width: 768px) {
    .card-single-game {
        width: 220px;
    }

    .card-custom {
        height: auto;
        aspect-ratio: 4/6;
    }

    .radio-service:checked+label {
        width: 100%;
        /* font-size: 11px;
        padding: 10px; */
    }

    .radio-service+label {
        width: 100%;
        /* font-size: 11px;
        padding: 10px; */
    }

    /* img.product {
        width: 100px;
        height: 60px;
    } */
}

@media (min-width: 992px) {
    .card-single-game {
        width: 100%;
    }

    .radio-service:checked+label {
        width: 100%;
        /* font-size: 11px;
        padding: 10px; */
    }

    .radio-service+label {
        width: 100%;
        /* font-size: 10px;
        padding: 10px; */
    }

    img.product {
        width: 90px;
        height: 90px;
    }

}

@media (min-width: 1200px) {
    .card-single-game {
        width: 100%;
    }

    .radio-service:checked+label {
        width: 100%;
        /* font-size: 11px;
        padding: 10px; */
    }

    .radio-service+label {
        width: 100%;
        /* font-size: 10px;
        padding: 10px; */
    }

    .carousel-item img {
        height: auto !important;
        border-radius: 14px;
    }
}

/*.radio-service:checked+label:before { */
/* content: "\F012C"; */
/* font-family: "Material Design Icons"; */
/* position: inherit; */
/* margin: -20px -20px 0px -20px; */
/* float: right; */
/* font-size: 20px; */
/* } */
.radio-payment {
    color: white;
    display: none;
    margin: 10px;
    cursor: pointer;
}

.radio-payment+label {
    text-align: left;
    color: #ffffff;
    display: inline-block;
    padding: 12px 12px 1px 1px;
    cursor: pointer;
    border-radius: 0.8rem;
    width: 100%;
    font-size: 10px;
}

/* .radio-payment:checked+label:before { */
/*   position: inherit; */
/*   width: 28px; */
/*   height: 27px; */
/*   content: ""; */
/*   border-top-right-radius: 4px; */
/*   background: url(../../cdn/checked.png) top/cover; */
/*   margin: -11px -11px; */
/*   float: right; */
/* } */

/*  .radio-payment:checked+label:before { */
/*    content: "\F012C"; */
/*    font-family: "Material Design Icons"; */
/*    position: inherit; */
/*    margin: -20px -10px 0px -20px; */
/*    float: right; */
/*    font-size: 20px; */
/* } */
.radio-payment:checked+label {
    box-shadow: 0px 0px 20px 0px var(--theme-color-3);
    -webkit-box-shadow: 0px 0px 20px 0px #201f2f61;
    -moz-box-shadow: 0px 0px 20px 0px var(--theme-color-3);
}

.payment-tagline {
    background-color: var(--theme-color-2);
    color: #ffffff;
    font-size: 12px;
    font-style: italic;
    padding: 5px 15px;
    margin-top: 5px;
    margin-left: 10px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    display: block;
    width: 100%;
}

.form-control {
    border: 1px solid var(--border-form-control);
    background-color: #202737;
    color: #ffffff !important;
}

.form-control:focus {
    border: 1px solid var(--flat-color-1);
    background-color: #202737;
    color: #ffffff !important;
}

::placeholder {
    color: #b8b8b8 !important;
    font-size: 15px;
    opacity: .5 !important;
}

/* @media (min-width: 1200px) {
    .container {
        max-width: 992px;
    }
} */


/* Sidebar */

.sticky-left {
    position: fixed;
    top: 180px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background: var(--theme-color-2);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 100px;
}

.sidenav ul.flex-column li.nav-item a.nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: line-height 0.3s ease-in-out;
    transition: line-height 0.3s ease-in-out;
}

.sidenav ul.flex-column li.nav-item a.nav-link:hover {
    color: #eee !important;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 36px;
    margin-left: 50px;
    color: #fff;
}

@media screen and (max-width: 778px) {
    .navbar-collapse {
        background: #0b0f30;
    }
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 14px;
    }
}

/* payment */
.child-box {
    background: rgb(50 63 90);
    border: 1px solid #55627f;
    border-radius: 7px !important;
    margin-bottom: 18px
}

.child-box:hover {
    border: 1px solid #77839f;
}

.child-box .header {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    cursor: pointer;
    justify-content: space-between;
    padding: 11px 15px;
    position: relative
}

.child-box .header,
.child-box .header .left {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap
}

.child-box .header .left {
    justify-content: flex-start
}

.child-box .header .left img {
    height: 20px;
    margin-right: 12px
}

.child-box .short-payment-support-info {
    align-content: center;
    align-items: center;
    background: rgb(57 73 107);
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 11px 15px
}

.child-box .short-payment-support-info img {
    height: 13px;
    margin-right: 7px
}

.child-box .short-payment-support-info .open-button-action-payment {
    color: #414141;
    font-size: 13px;
    margin-left: 10px
}

.child-box .button-action-payment {
    display: none;
    padding: 15px
}

.button-action-payment ul {
    align-content: baseline;
    align-items: center;
    display: grid;
    list-style: none;
    margin: 0;
    padding: 0
}

.button-action-payment li {
    background: #e8e8e8;
    border: 1px solid hsla(0, 0%, 79%, .398);
    border-radius: .3em;
    display: list-item;
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
    text-align: -webkit-match-parent
}

.button-action-payment li.active {
    border: 1px solid #2f2fd5
}

.button-action-payment li.disabled {
    cursor: no-drop;
    pointer-events: none
}

.button-action-payment .info-top {
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.button-action-payment .info-top img {
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain
}

.button-action-payment .info-top b {
    font-size: 12px;
    font-weight: 600
}

.button-action-payment .info-bottom {
    color: #767676;
    font-size: 11px
}

.button-action-payment .info-bottom b {
    font-weight: bolder
}

.button-action-payment input[type=radio] {
    display: none
}

.button-action-payment .payment-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.button-action-payment input[type=radio]+.payment-item {
    border-color: transparent;
    color: #9b9b9d;
    cursor: pointer;
    display: list-item;
    font-size: 12px;
    position: relative
}

.button-action-payment input[type=radio]+.payment-item:before {
    font-weight: 700;
    margin-right: 1em
}

.button-action-payment input[type=radio]:checked+.payment-item {
    color: #2f2fd5
}

.button-action-payment input[type=radio]:checked+.payment-item:before {
    color: inherit
}

.list-group-item {
    user-select: none;
}

.list-group-item:last-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.list-group input[type="radio"] {
    display: none;
}

.list-group1 input[type="radio"] {
    display: none;
}

.list-group input[type="radio"]+.list-group-item {
    text-align: center;
    cursor: pointer;
    background-color: #282c30;
    color: #dcddeb;
    border-color: transparent;
    border: 2px solid #c9c9c993;
    font-size: 12px;
}

.nominal-price {
    font-size: 10px;
    text-align: left;
}

.hayutopup-prod {
    /* font-weight:600; */
    color: #ffffff;
    /* padding: 0%; */
    text-align: left;
}

.list-group input[type="radio"]+label>.row>.col>.row>.nominal-price {
    color: #ff0000;
    /* font-style: bold; */
    font-family: 'hayutopup-comic';
    font-style: italic;
}

.list-group input[type="radio"]:checked+label>.row>.col>.row>.nominal-price {
    color: #f6d759;
    font-family: 'hayutopup-comic';
    /* font-style: bold; */
    font-style: italic;
}

.list-group input[type="radio"]+.list-group-item:before {
    /* content: "\2713"; */
    color: transparent;
    font-weight: bold;
    /* margin-right: 1em; */

}

.list-group input[type="radio"]+.list-group-item:hover {
    cursor: pointer;
    background-color: #595b5d;
    color: #ff0000;
    border-color: transparent;
    border: 2px solid #282c30;
    font-size: 12px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.list-group input[type="radio"]:checked+.list-group-item:before {
    color: inherit;
}

.list-group input[type="radio"]:checked+.list-group-item:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 26px;
    content: "";
    background: url(/assetss/img/verified.png) top/cover;
    text-align: center;
}

.list-group input[type="radio"]:checked+.list-group-item {
    color: #ff0000;
    font-size: 12px;
    border: 2px solid #c9c9c993;
    box-shadow: 0 0 2.22222vw #ababab, inset 0 2.40741vw 8.05556vw #adadad43, inset 0 -8.24074vw 11.48148vw #adadad43;
    overflow: hidden;
}

.list-group1 input[type="radio"]:checked+.list-group-item:before {
    color: inherit;
}

.list-group1 input[type="radio"]:checked+.list-group-item {
    background-color: #ffffff;
    color: #ff0000;
    font-size: 12px;
    display: block;
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.list-group1 input[type="radio"]+.list-group-item {
    text-align: center;
    cursor: pointer;
    /* background-color: #e8e8e8;
                color: #2f2fd5; */
    border-color: transparent;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.19);
    font-size: 12px;
    border-radius: 3px;
    background: rgb(208, 208, 208);
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.list-group1 input[type="radio"]+.list-group-item:hover {
    cursor: pointer;
    background-color: #ffffff;
    color: #ff0000;
    border-color: #ffffff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2), 0 6px 12px 0 rgba(0, 0, 0, 0.19);
    font-size: 12px;
    border-radius: 3px;
}

.list-group1 input[type="radio"]:checked+.list-group-item:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 26px;
    content: "";
    /* background: url(/assets/img/verified-stakamarket.png) top/cover; */
    filter: drop-shadow(2px 4px 6px black);
    text-align: center;
}

.list-group1 input[type="radio"]:checked+.list-group-item:before {
    color: inherit;
}

.button-action-payment .info-bottom {
    /*color: inherit !important;*/
}

.button-action-payment .info-bottom {
    font-size: 10px;
    color: #ff0000;
    text-align: left;
    line-height: 12px;

}

.button-action-payment .info-top img {
    width: 100%;
    max-height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    vertical-align: middle;

}

.bangjefficonurl {
    width: 32px;
    top: 20%;
    right: 10%;
    position: absolute;
}

.img-pg-group {
    background-color: white;
    border-radius: 3px;
    border: 1px solid white;
    height: 20px !important;
    width: 30px !important;
}


/* ORDER SINGLE GAME */
.banner-games {
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 200px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .banner-games {
        min-width: 100%;
        max-width: 100%;
        min-height: 100%;
        max-height: 150px;
        object-fit: cover;
    }
}

.blur-games {
    object-position: center center;
    filter: blur(5px);
    opacity: 0.8;
}

.banner-games {
    width: -webkit-fill-available;
}

.bg-single-game {
    width: 190px;
    height: 200px;
    background-size: cover;
    color: white;
    padding: 20px;
}

/* HOME */
.swiper {
    width: 100%;
    /* padding-top: 50px;
  padding-bottom: 50px; */
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 80%;
}

.swiper-slide img {
    display: block;
    width: 100%;
    border-radius: 1rem;
}

.swiper-button-next,
.swiper-button-prev {
    background-color: var(--flat-color-1);
    box-shadow: 0 0 1.22222vw var(--flat-color-1), inset 0 2.40741vw 6.05556vw var(--flat-color-1), inset 0 -8.24074vw 9.48148vw var(--flat-color-1);
    right: 10px;
    padding: 30px;
    color: rgb(255, 255, 255) !important;
    fill: black !important;
    stroke: black !important;
    border-radius: 100px
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: var(--flat-color-1);
    box-shadow: 0 0 1.22222vw var(--flat-color-1), inset 0 2.40741vw 6.05556vw var(--flat-color-1), inset 0 -8.24074vw 9.48148vw var(--flat-color-1);
    right: 10px;
    padding: 13px;
    color: rgb(255, 255, 255) !important;
    fill: black !important;
    stroke: black !important;
    border-radius: 100px
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #414e5a;
}

.swiper-pagination-bullet-active {
    background-color: #414e5a;
}

.game-img-populer {
    /* padding: 12px; */
    display: block;
    width: 75px;
    height: 75px;
    border-radius: 15px;
}

.game-populer-card {
    cursor: pointer;
    padding: 10px;
    background: var(--theme-color-2);
    border-radius: 1rem;
    border: 2px solid var(--theme-color-2);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTkyMCAxMDAwIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPnBhdGh7b3BhY2l0eTouMTtjbGlwLXBhdGg6dXJsKCNjbGlwUGF0aCk7ZmlsbDp1cmwoI2xpbmVhckdyYWRpZW50KTt9PC9zdHlsZT48Y2xpcFBhdGggaWQ9ImNsaXBQYXRoIj48cmVjdCB3aWR0aD0iMTkyMCIgaGVpZ2h0PSIxMDAwIi8+PC9jbGlwUGF0aD48bGluZWFyR3JhZGllbnQgaWQ9ImxpbmVhckdyYWRpZW50IiB4MT0iMCUiIHkxPSIwJSIgeDI9IjkwJSIgeTI9IjAlIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9ImhzbCgwIDAlIDEwMCUvMSkiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9ImhzbCgwIDAlIDEwMCUvMCkiLz48L2xpbmVhckdyYWRpZW50PjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5MjAsMTAwMClzY2FsZSgtMSwtMSkiPjxwYXRoIGQ9Ik0xMzg0LjUgMzQzLjJMMTkyLjcgMTUzNWwtMjEzLjUtM0wxMzgzIDEyOC4ybDEuNSAyMTV6Ii8+PHBhdGggZD0iTTE5MTkuNyA0NDguM0wxMzU5IDEwMDlsLTEwMC40LTEuNEwxOTE5IDM0Ny4xbC43IDEwMS4yeiIvPjxwYXRoIGQ9Ik0xMTc2LjcgNTE0LjNMNjE2IDEwNzVsLTEwMC40LTEuNEwxMTc2IDQxMy4xbC43IDEwMS4yeiIvPjxwYXRoIGQ9Ik02NDQuNyA0NTcuM0w4NCAxMDE4bC0xMDAuNC0xLjRMNjQ0IDM1Ni4xbC43IDEwMS4yeiIvPjxwYXRoIGQ9Ik0xMzg3LjcgNDQ4LjNMODI3IDEwMDlsLTEwMC40LTEuNEwxMzg3IDM0Ny4xbC43IDEwMS4yeiIvPjxwYXRoIGQ9Ik0xMjUwLjEgNDkzLjhsLTU0NSA1NDUtNTIuNyA0My42IDY0MS45LTY0MS45LTQ0LjIgNTMuM3oiLz48cGF0aCBkPSJNODkxLjEgNjM5LjFMLTc3OCAyMzA4LjNsLTI5OC45LTQuMkw4ODkgMzM4LjFsMi4xIDMwMXoiLz48cGF0aCBkPSJNMTg3MC40IDQxOS44TC0yOC44IDIzMTlsLTM0MC4xLTQuOEwxODY4IDc3LjNsMi40IDM0Mi41eiIvPjxwYXRoIGQ9Ik05MDguNCA0MzYuOEwtOTkwLjggMjMzNmwtMzQwLjEtNC44TDkwNiA5NC4zbDIuNCAzNDIuNXoiLz48cGF0aCBkPSJNMTYzMi40IDUxNS44TC0yNjYuOCAyNDE1bC0zNDAuMS00LjhMMTYzMCAxNzMuM2wyLjQgMzQyLjV6Ii8+PHBhdGggZD0iTTExNzYuMyA1NjcuMUwtMTQ0NS42IDMxODlsLTQ2OS41LTYuNkwxMTczIDk0LjNsMy4zIDQ3Mi44eiIvPjxwYXRoIGQ9Ik0xNDI3LjMgNTgwLjFMLTExOTQuNiAzMjAybC00NjkuNS02LjZMMTQyNCAxMDcuM2wzLjMgNDcyLjh6Ii8+PHBhdGggZD0iTTE2NDkuNSA4ODAuMkw0NTcuNyAyMDcybC0yMTMuNS0zTDE2NDggNjY1LjJsMS41IDIxNXoiLz48cGF0aCBkPSJNNjc1LjggNTIyLjJsLTI2MjEuOSAyNjIxLjktNDY5LjQtNi42TDY3Mi41IDQ5LjRsMy4zIDQ3Mi44eiIvPjxwYXRoIGQ9Ik0yNTk1LjkgNTIyLjJMLTI2IDMxNDQuMWwtNDY5LjUtNi42TDI1OTIuNiA0OS40bDMuMyA0NzIuOHoiLz48L2c+PC9zdmc+);
    background-repeat: repeat-x;
    background-position: top;
    background-size: clamp(60em, 100rem, 100em) auto, cover;
    /* transform: rotateY(10deg) rotateX(-24deg)!important; */
    /* transform-origin: left center; */
}

.game-populer-card:hover:after {
    animation: hightlight 5s ease-in infinite forwards;
    background-color: var(--theme-color-2);
    content: "";
}

.game-populer-card:hover:before {
    position: absolute;
    top: 0;
    z-index: 10;
    display: block;
    height: 100%;
    width: 1em;
    transform: translate(0, 0) rotate(0) skewX(-12deg) skewY(0) scaleX(1) scaleY(1);
}

.game-populer-card:hover {
    opacity: 0.9;
    transition: 0.5s all;
    border: 2px solid var(--theme-color-5);
    border-radius: 1rem;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTkyMCAxMDAwIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPnBhdGh7b3BhY2l0eTouMTtjbGlwLXBhdGg6dXJsKCNjbGlwUGF0aCk7ZmlsbDp1cmwoI2xpbmVhckdyYWRpZW50KTt9PC9zdHlsZT48Y2xpcFBhdGggaWQ9ImNsaXBQYXRoIj48cmVjdCB3aWR0aD0iMTkyMCIgaGVpZ2h0PSIxMDAwIi8+PC9jbGlwUGF0aD48bGluZWFyR3JhZGllbnQgaWQ9ImxpbmVhckdyYWRpZW50IiB4MT0iMCUiIHkxPSIwJSIgeDI9IjkwJSIgeTI9IjAlIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9ImhzbCgwIDAlIDEwMCUvMSkiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9ImhzbCgwIDAlIDEwMCUvMCkiLz48L2xpbmVhckdyYWRpZW50PjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5MjAsMTAwMClzY2FsZSgtMSwtMSkiPjxwYXRoIGQ9Ik0xMzg0LjUgMzQzLjJMMTkyLjcgMTUzNWwtMjEzLjUtM0wxMzgzIDEyOC4ybDEuNSAyMTV6Ii8+PHBhdGggZD0iTTE5MTkuNyA0NDguM0wxMzU5IDEwMDlsLTEwMC40LTEuNEwxOTE5IDM0Ny4xbC43IDEwMS4yeiIvPjxwYXRoIGQ9Ik0xMTc2LjcgNTE0LjNMNjE2IDEwNzVsLTEwMC40LTEuNEwxMTc2IDQxMy4xbC43IDEwMS4yeiIvPjxwYXRoIGQ9Ik02NDQuNyA0NTcuM0w4NCAxMDE4bC0xMDAuNC0xLjRMNjQ0IDM1Ni4xbC43IDEwMS4yeiIvPjxwYXRoIGQ9Ik0xMzg3LjcgNDQ4LjNMODI3IDEwMDlsLTEwMC40LTEuNEwxMzg3IDM0Ny4xbC43IDEwMS4yeiIvPjxwYXRoIGQ9Ik0xMjUwLjEgNDkzLjhsLTU0NSA1NDUtNTIuNyA0My42IDY0MS45LTY0MS45LTQ0LjIgNTMuM3oiLz48cGF0aCBkPSJNODkxLjEgNjM5LjFMLTc3OCAyMzA4LjNsLTI5OC45LTQuMkw4ODkgMzM4LjFsMi4xIDMwMXoiLz48cGF0aCBkPSJNMTg3MC40IDQxOS44TC0yOC44IDIzMTlsLTM0MC4xLTQuOEwxODY4IDc3LjNsMi40IDM0Mi41eiIvPjxwYXRoIGQ9Ik05MDguNCA0MzYuOEwtOTkwLjggMjMzNmwtMzQwLjEtNC44TDkwNiA5NC4zbDIuNCAzNDIuNXoiLz48cGF0aCBkPSJNMTYzMi40IDUxNS44TC0yNjYuOCAyNDE1bC0zNDAuMS00LjhMMTYzMCAxNzMuM2wyLjQgMzQyLjV6Ii8+PHBhdGggZD0iTTExNzYuMyA1NjcuMUwtMTQ0NS42IDMxODlsLTQ2OS41LTYuNkwxMTczIDk0LjNsMy4zIDQ3Mi44eiIvPjxwYXRoIGQ9Ik0xNDI3LjMgNTgwLjFMLTExOTQuNiAzMjAybC00NjkuNS02LjZMMTQyNCAxMDcuM2wzLjMgNDcyLjh6Ii8+PHBhdGggZD0iTTE2NDkuNSA4ODAuMkw0NTcuNyAyMDcybC0yMTMuNS0zTDE2NDggNjY1LjJsMS41IDIxNXoiLz48cGF0aCBkPSJNNjc1LjggNTIyLjJsLTI2MjEuOSAyNjIxLjktNDY5LjQtNi42TDY3Mi41IDQ5LjRsMy4zIDQ3Mi44eiIvPjxwYXRoIGQ9Ik0yNTk1LjkgNTIyLjJMLTI2IDMxNDQuMWwtNDY5LjUtNi42TDI1OTIuNiA0OS40bDMuMyA0NzIuOHoiLz48L2c+PC9zdmc+);
    background-repeat: repeat-x;
    background-position: top;
    background-size: clamp(60em, 100rem, 100em) auto, cover;
    box-shadow: -200px -200px 400px -200px var(--flat-color-1) inset;
    -webkit-box-shadow: -200px -200px 400px -200px var(--flat-color-1) inset;
    -moz-box-shadow: -200px -200px 400px -200px var(--flat-color-1) inset;
    /* background: linear-gradient(#313e5b, #262e40) padding-box, linear-gradient(45deg, #777ff5, #6242e5) border-box; */
}

@media (max-width: 579px) {
    .game-img-populer {
        padding: 7px;
        display: block;
        min-width: 36%;
        border-radius: 15px;
    }

    .game-populer-card {
        padding: 0px;
        border: 2px solid var(--theme-color-2);
    }

    .card-title-content {
        font-size: .625rem;
    }
}

.-z-10 {
    z-index: -10;
}

.inset-0,
.inset-x-0 {
    right: 0;
    left: 0;
}

.inset-0 {
    top: 0;
    bottom: 0;
}

.area,
.circles {
    width: 100%;
    height: 100%;
}

.area {
    background-image: var(--theme-color-5);
    position: relative;
    filter: blur(3px)
}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 30px;
    height: 30px;
    animation: animate 10s linear infinite;
    bottom: -150px;
    border-radius: 50%;
    /* background: var(--theme-color-5) !important; */
}

.circles li:first-child {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
    background: var(--theme-line-color-1);
}

.circles li:nth-child(2) {
    left: 10%;
    width: 140px;
    height: 140px;
    animation-delay: 1.5s;
    animation-duration: 15s;
    background: var(--theme-color-5);
}

.circles li:nth-child(3) {
    left: 70%;
    width: 50px;
    height: 50px;
    animation-delay: 3s;
    background: var(--theme-color-5);
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0.5s;
    animation-duration: 12s;
    background: var(--theme-color-3);
}

.circles li:nth-child(5) {
    left: 65%;
    width: 70px;
    height: 70px;
    animation-delay: 0s;
    background: var(--theme-color-2);
}

.circles li:nth-child(6) {
    left: 75%;
    width: 100px;
    height: 100px;
    animation-delay: 2.5s;
    background: var(--theme-line-color-1);
}

.circles li:nth-child(7) {
    left: 35%;
    width: 120px;
    height: 120px;
    animation-delay: 5s;
    background: var(--theme-line-color-1);
}

.circles li:nth-child(8) {
    left: 50%;
    width: 90px;
    height: 90px;
    animation-delay: 7.5s;
    animation-duration: 20s;
    background: var(--theme-color-5);
}

.circles li:nth-child(9) {
    left: 20%;
    width: 70px;
    height: 70px;
    animation-delay: 2s;
    animation-duration: 25s;
    background: var(--theme-color-5);
}

.circles li:nth-child(10) {
    left: 65%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 8s;
    background: var(--theme-color-3);
}

.circles li:nth-child(11) {
    left: 85%;
    width: 200px;
    height: 200px;
    animation-delay: 0s;
    animation-duration: 11s;
    background: var(--theme-color-3);
}

.circles li:nth-child(12) {
    left: 65%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 12s;
    background: var(--theme-color-5);
}

.circles li:nth-child(13) {
    left: 5%;
    width: 175px;
    height: 175px;
    animation-delay: 0s;
    animation-duration: 10s;
    background: var(--theme-color-5);
}

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    to {
        transform: translateY(-100vh) rotate(2turn);
        opacity: 0;
        border-radius: 50%;
    }
}

.body-bg-primary {
    background-image: url(../img/bg-pattern.svg);
}

/* FORM SEARCG PRODUCT */
.search-wrapper {
    position: relative;
    width: auto;
    display: block;
    align-items: center;
    justify-content: center;
    margin-top: .3rem;
}
.form-search-product-mobile {
    display: none;
}
.form-control.form-search-product:disabled, .form-control[readonly] {
    background-color: rgb(16 20 27 / 35%);
    opacity: 1;
    border-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
}
.input-group > .form-search-product {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border: 1px solid #ffffff24;
}
.btn-search-product {
    background-color: rgb(119 128 245 / 0%);
    border: none;
}
@media (max-width: 768px) {
    .search-wrapper {
        width: auto;
    }
    .form-search-product-mobile {
        display: block;
    }
}

@media only screen and (max-width: 500px) {
    .search-product-result {
        left: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .search-product-result {
        max-height: 400px;
    }
}

.search-product-result {
    border-radius: 7px;
    position: absolute;
    width: 500px;
    margin-top: 45px;
    padding: 20px;
    max-height: 500px;
    overflow: scroll;
}

.modal-search-product .card img {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    margin-right: 10px;
}

/* input slide range */
input[type="range"].slider-range {
    /* removing default appearance */
    -webkit-appearance: none;
    appearance: none;
    /* creating a custom design */
    width: 100%;
    cursor: pointer;
    outline: none;
    /*  slider progress trick  */
    overflow: hidden;
    border-radius: 16px;
}

/* Track: webkit browsers */
input[type="range"].slider-range::-webkit-slider-runnable-track {
    height: 15px;
    background: #ccc;
    border-radius: 16px;
}

/* Track: Mozilla Firefox */
input[type="range"].slider-range::-moz-range-track {
    height: 15px;
    background: #ccc;
    border-radius: 16px;
}

/* Thumb: webkit */
input[type="range"].slider-range::-webkit-slider-thumb {
    /* removing default appearance */
    -webkit-appearance: none;
    appearance: none;
    /* creating a custom design */
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid var(--flat-color-1);
    /*  slider progress trick  */
    box-shadow: -407px 0 0 400px var(--flat-color-1);
}


/* Thumb: Firefox */
input[type="range"].slider-range::-moz-range-thumb {
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid var(--flat-color-1);
    /*  slider progress trick  */
    box-shadow: -407px 0 0 400px var(--flat-color-1);
}

/* TOAST */
/* TOAST */
.toast {
    background-color: transparent !important;
}
.toast-header-custom {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    /* color: #6c757d; */
    /* background-color: rgba(255,255,255,.85); */
    background-clip: padding-box;
    /* border-bottom: 1px solid rgba(0,0,0,.05); */
    border-top-left-radius: .7rem;
    border-top-right-radius: .7rem;
}

.toast-header-custom > img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    vertical-align: middle;
    margin-top: -2rem;
}
.toast-body {
    padding: 0.75rem;
    border-bottom-left-radius: .7rem;
    border-bottom-right-radius: .7rem;
}
