.container {
    max-width: 960px !important;
}
.bg-custom {
    background-color: #222d38;
    border-bottom: 1px;
}
.carousel-item img {
        height: auto !important;
        border-radius: 14px;
}
.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;
}
/* 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;
}

.card-single-game {
    margin-top: 50px !important;
}

.card {
    margin-bottom: 25px;
    border: 1px solid rgb(255 115 21 / 50%);
    box-shadow: 0px 0px 20px 0px #7367f01c;
    border-radius: 10px;
    background-color: rgb(38 46 64);
}

.card-border:hover {
    border: 1px solid rgb(114 123 240);
}

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: 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(--theme-color-1);
}

.bg-footer {
    position: relative;
    margin-top: 50px;
    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: 1rem;
    border: 1px solid var(--theme-primary);
    border-top-left-radius: 17.5px;
    border-bottom-right-radius: 17.5px;
    cursor: pointer;

    line-height: .9rem;
    /* border-radius: 10px; */
    font-size: 10px;
    -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: 600;
    /* padding: 10px; */
    /* border-radius: 10px;

    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-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;
   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: #1f2a36;
    box-shadow: inset 0 254 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: #262E40;
    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-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-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;
    }
    .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;
    }
    .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: 5px;
    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 #ffffff24;
    background-color: #202737;
    color: #ffffff !important;
}

.form-control:focus {
    border: 1px solid #ff7517;
    background-color: #2c3137;
    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;
}
.h-full {
    height: 100% !important;
}
.img-hover-zoom {
  height: 300px;
  overflow: hidden;
}
.img-hover-zoom img {
  transition: transform 0.5s ease;
}
.img-hover-zoom:hover img {
  transform: scale(1.2);
}
.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;
  transition: 0.2s;
  background: linear-gradient(45deg, #777ff5, #6242e5) border-box;
  border-radius: 1rem;
  border: 2px solid transparent;
}
.card-custom:hover .card-img-custom {
  filter: blur(3px);
}
.absolute {
    position: absolute;
}
.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));
}
.card-custom {
  overflow: hidden;
  border: 2px solid var(--theme-color-2);
  border-radius: 1.1rem;
  height: auto;
  aspect-ratio: 4/6;
}
.card-title-game {
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  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: 10;
  right: 0;
  left: 0;
  bottom: 0;
  line-height: 25px;
  padding-right: 10px;
  padding-left: 10px;
  transition: margin-bottom 0.3s ease;
}
.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;
}
.inset-0,.inset-x-0 {
    right: 0;
    left: 0;
}

.inset-0 {
    top: 0;
    bottom: 0;
}
.area {
    background-image: var(--theme-color-3);
    position: relative;
    filter: blur(3px)
}
.area,.circles {
    width: 100%;
    height: 100%;
}
.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%;
}
.circles li:first-child {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
    background: var(--theme-color-3);
}
.circles li:nth-child(2) {
    left: 10%;
    width: 140px;
    height: 140px;
    animation-delay: 1.5s;
    animation-duration: 15s;
    background: var(--theme-color-3)
}

.circles li:nth-child(3) {
    left: 70%;
    width: 50px;
    height: 50px;
    animation-delay: 3s;
    background: var(--theme-color-3)
}

.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-3)
}

.circles li:nth-child(6) {
    left: 75%;
    width: 100px;
    height: 100px;
    animation-delay: 2.5s;
    background: var(--theme-color-3)
}

.circles li:nth-child(7) {
    left: 35%;
    width: 120px;
    height: 120px;
    animation-delay: 5s;
    background: var(--theme-color-3)
}

.circles li:nth-child(8) {
    left: 50%;
    width: 90px;
    height: 90px;
    animation-delay: 7.5s;
    animation-duration: 20s;
    background: var(--theme-color-3)
}

.circles li:nth-child(9) {
    left: 20%;
    width: 70px;
    height: 70px;
    animation-delay: 2s;
    animation-duration: 25s;
    background: var(--theme-color-3)
}

.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-3)
}

.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%;
    }
}
.swiper {
    width: 100%;
}

.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;
}
.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;
}
.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;
}