.container {
    max-width: 960px !important;
}
.bg-custom {
    background-color: var(--theme-color-1);
    border-bottom: 1px;
}
.bg-dark-custom {
    background-color: var(--theme-color-1);
    border-bottom: 1px;
}
.bg-light-custom {
    background-color: var(--theme-light);
    border-bottom: 1px;
}
.carousel-item img {
    height: 350px !important;
}
.navbar-menu-custom div a:hover, .navbar-menu-custom div a.active {
    background: var(--theme-color-3);
    border-radius: 14px 4px;
}
.card-title-custom {
    margin-bottom: 0.75rem;
    font-size: 16px;
    color: #fff;
}
.h-12 {
    height: 12rem !important;
}
/* label {
    font-weight: bold !important;
    color: #fff !important;
    margin-top: 1rem;
} */
.text-shadow {
    text-shadow: 0px 0px 2px #fff, 0px 0px 2px #ccc;
}
.h5,
h5 {
    font-size: 18px;
    line-height: 22px;
}

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

.service-type-menu {
    display: flex;
    overflow: auto;
    background-color: var(--theme-color-2);
    border-radius: 0.5rem;
}

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

.service-type-menu > .active {
    border-bottom: 3px solid var(--theme-color-3);
}

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

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

.col-hp {
    flex: 0 0 auto;
    width: 100%;
    font-size: 12px;
}

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

.rounded-card-product {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

/* .rounded-img-game {
    border-radius: 8% !important;
} */

.product-title-clip-path {
    clip-path: polygon(0 90%,7% 60%,16% 90%,23% 70%,33% 90%,38% 88%,43% 80%,45% 50%,51% 50%,57% 70%,67% 70%,77% 50%,86% 90%,89% 90%,93% 50%,97% 50%,100% calc(100% + 1px),0 calc(100% + 1px));
    -webkit-clip-path: polygon(0 90%,7% 60%,16% 90%,23% 70%,33% 90%,38% 88%,43% 80%,45% 50%,51% 50%,57% 70%,67% 70%,77% 50%,86% 90%,89% 90%,93% 50%,97% 50%,100% calc(100% + 1px),0 calc(100% + 1px));
    background-color: var(--theme-color-2);
    width: 100%;
    height: 40px;
    margin-top: -35px;
}

.card-single-game {
    margin-top: 50px !important;
}
.card {
    border-radius: 10px;
    background-color: #263646;
}

/* 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-game-m-0 {
    margin: 0 !important;
}
.card-title {
    min-height: 10px;
    margin-top: -5px;
    font-size: 10px;
    color: #fff;
}

.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;
}

.bg-footer {
    position: relative;
    background: url('../../upload/footer.png') no-repeat center center #1f2a36;
    width: 100%;
    border-top: 1px;
}

.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: 10px;
    background-color: white;
    cursor: pointer;
    border-radius: 10px;
    font-size: 10px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.radio-service:checked+label {
    background-image: none;
    color: var(--color-secondary);
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;
    border-color: var(--theme-color-2);
    border: 2.25px solid var(--theme-color-2);
    box-shadow: 0px 0px 20px 0px var(--theme-color-3);
    -webkit-box-shadow: 0px 0px 20px 0px var(--theme-color-3);
    -moz-box-shadow: 0px 0px 20px 0px var(--theme-color-3);
}

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

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: var(--theme-color-2);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.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: var(--theme-color-2);
    border: 0;
    border-radius: 0;
    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: 175px;
        width: 200px;
        border-radius: 15px;
    }

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

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

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

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

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

    .h-12 {
        height: 10rem !important;
    }
}

@media (min-width: 375px) {
    .radio-service:checked+label {
        width: 100%;
        /* font-size: 11px;
        padding: 10px; */
    }
    .carousel-item img {
        height: 150px !important;
    }
    .radio-service+label {
        width: 100%;
        /* font-size: 10px;
        padding: 10px; */
    }
    img.product {
        width: 60px;
        height: 60px;
    }
    .card-game {
        padding: 1rem 0.7rem;
    }
    .card-single-game {
        width: 250px;
    }
    .h-12 {
        height: 10rem !important;
    }
}

/* @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;
    }
    .radio-service:checked+label {
        width: 100%;
        /* font-size: 11px;
        padding: 10px; */
    }

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

    .h-12 {
        height: 10rem !important;
    }
}

@media (min-width: 768px) {
    .card-single-game {
        width: 250px;
    }
    .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;
    }

    .h-12 {
        height: 10rem !important;
    }
}

@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: 80px;
        height: 65px;
    }

    .h-12 {
        height: 12rem !important;
    }
}

@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: 300px !important;
    }
}
.radio-service:checked+label:before {
    content: "\F012C";
    font-family: "Material Design Icons";
    position: inherit;
    margin: -20px -10px 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;
    background-color: #1f2a36;
    border: 2px solid #0a4875;
    cursor: pointer;
    border-radius: 5px;
    width: 100%;
    font-size: 10px;
}
.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 var(--theme-color-3);
    -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 #ffffff;
    background-color: #ffffff;
    color: #495057 !important;
}

.form-control:focus {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #495057 !important;
}

::placeholder {
    color: #9c9c9c !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: hsla(0,0%,92%,.035);
    border: 1px solid hsla(0,0%,68%,.5);
    border-radius: 7px!important;
    margin-bottom: 18px
}

.child-box:hover {
    border: 1px solid var(--bs-primary)
}

.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: hsla(0,0%,68%,.261);
    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;
}
