html, body {margin: 0;padding: 0;font-family: "inter";overflow-x: hidden; background-color: black;}

a {
    text-decoration: none;
    color: #1C2379;
}

a:hover {
    text-decoration: none;
}

ul li:hover {
    text-decoration: none;
}

a.button {
    width: 100%;
    color: #FFF;
    border: none;
    border-radius: 20px;
    font-size: 16px;
    padding: 12px 16px;
    text-align: center;
    background: rgb(33, 150, 243);
    background: linear-gradient(90deg, rgba(33, 150, 243, 1) 0%, rgba(63, 81, 181, 1) 100%);
}

label {
    margin: 0px;
    padding: 0px;
}

button {
    outline: none !important;
}

.modal {
    z-index: 99 !important;
}

/* Profile Icon * /
.mamo-profile {width: 20%;}
.mamo-profile img {max-height: 34px;}
/* End of Profile Icon */

.flex {
    display: flex;
}


/* Coin Icon */
.mamo-logo {width: calc( 50% );}
.mamo-logo a#header-logo img {height: 35px;}

/* End of Coin Icon */


.scroll-active {
    background-color: #0B0E30;
    background-image: none;
}

/* Homepage */
.homepage {
    background-color: #FFF;
    max-width: 500px;
    margin: 0px auto 80px;
}

.homepage-header {
    max-width: 500px;
    margin: 0px auto;
}

/* Search Header */
.search-floating {
    display: none;
    width: 100%;
    max-width: 500px !important;
    height: 70px;
    position: absolute;
    top: 70px;
    background-color: #FFF;
    z-index: 9;
}

.search-floating .search-input {
    color: #02BCF1;
    display: inline-flex;
    width: calc(100% - 50px);
    margin: 5px 25px;
    border: none;
    border-bottom: 1px solid #ebebeb;
    outline: none;
    transition: border-color 0.3s;
}

.search-floating .search-input::placeholder {
  color: #02BCF1;
  opacity: 1;  
}

.search-floating .search-input:focus {
  border-bottom: 2px solid #007bff;
}

.search-floating button {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 16px;
}

.search-floating .search-title {
    font-size: 12px;
    color: #858585;
    width: calc(100% - 50px);
    margin: 0px 25px;
    
}
/* End of Search Header */

/* Profile Icon */
.mamo-profile {display: flex; right: 0; justify-content: flex-end;width: 50%;}
.mamo-profile a {margin: 0px 5px}
.mamo-profile img {max-height: 30px;}

.mamo-profile a#header-coin {padding: 3px 5px; border: solid #000; border-radius: 3px; position: relative; top: -3px;}
.mamo-profile a#header-coin > label {margin: 0px;color: #000 !important; font-size: 12px;}
.mamo-profile a#header-coin img {height: 20px;}


.mamo-profile a#header-notification > label.floating {
    position: relative;
    font-family: 'inter';
    font-size: 10px;
    background-color: #c70000;
    color: #fff;
    padding: 3px 5px 0px;
    border-radius: 5px;
    top: -10px;
    right: 15px;
}
.mamo-profile > .row-grid {
    line-height: 1;
    margin-left: 5px;
}

.header-profile-hi {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.08px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-family: 'inter';
}

.header-profile-name {
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    margin: 0px; 
    padding: 0px;
    font-family: 'inter-bold';
}
/* End of Profile Icon */


.homepage-header > div > .row-wrap {
    display: inline-flex;
    width: calc(100% - 50px);
    margin: 25px 25px 0px;
}

.homepage-header > div > .row-grid {
    width: calc(100% - 50px);
    margin: 5px 25px;
}



.input-icons i {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 100px;
    left: 35px;
  }

.icon-search {
    background-image: url(../../../assets/images/byu/byu-sa-search.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
/* End of Homepage */

/* New Banner Homepage */
section.new-banner-homepage {
    margin-top: 20px;
}

section.new-banner-homepage > .row-grid a > img {
    border-radius: 20px;
}
section.new-banner-homepage > .row-grid a > .info {
    width: 100%;
    background-color: #FFF;
    height: 150px;
    position: relative;
    margin-top: -40px;
    border-radius: 20px;
    padding: 10px 20px;
    color: #000;
    background-image: url(../../../assets/images/byu/byu-new-game-background.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

section.new-banner-homepage > .row-grid a > .info > .title {
    font-family: "inter-bold";
    font-size: 18px;
    color: #02BCF1;
    text-align: center;
    width: 100%;
    margin: 0px 0px 5px 0px;
}

section.new-banner-homepage > .row-grid a > .info > .title > i {
    background-color: #F0F2F9;
    padding: 0px 10px;
    border-radius: 10px;
    float: right;
    font-family: "inter";
    font-style: normal;
    display: flex;
}

section.new-banner-homepage > .row-grid a > .info > .description {
    font-family: "inter";
    font-size: 12px;
    color: #6A7481;
    text-align: center;
    width: 100%;
    margin: 0px;
    overflow: hidden;
    height: 35px;
    text-overflow: ellipsis;
}
section.new-banner-homepage > .row-grid a > .info > .play {
    position: relative;
    left: calc( 50% - 60px );
    padding: 5px 20px;
    background-color: #02BCF1;
    color: white;
    border: none;
    border-radius: 10px;
}
/* End New Banner Homepage */

.color-white {
    color: #FFF !important;
}

/* Section */
section {
    width: 100%;
    margin-bottom: 10px;
}

section > .row-grid {
    width: calc(100% - 50px);
    margin: 25px 25px 15px 25px;
}

main > .row-grid {
    width: calc(100% - 50px);
    margin: 25px 25px 15px;
}

.header-section-title {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.08px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-family: 'inter-bold';
    color: #02BCF1;
}

.header-section-desc {
    font-size: 12px;
    font-weight: 400;
    width: 100%;
    margin: 0px; 
    padding: 0px;
    font-family: 'inter';
}

/* End of Section */

/* Carousel Square */
.carousel-square a {
    position: relative;
    margin: 0 5px;
}

.carousel-square a img {
    width: 100%;
    border-radius: 10px;
}
/* End Carousel Square */

/* Carousel Lists */
.carousel-lists {
    position: relative;
    margin: 0 5px;
}
/* End Carousel Square */

/* Data Show Wallpaper by List */
.data-content-lists {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.data-content-lists li.video {
    width: 100%;
    align-items: center;
    color: #FFF;
    padding: 10px 10px;
    border-radius: 10px;
    height: auto;
}

.data-content-lists li {
    width: 100%;
    align-items: center;
    color: #FFF;
    padding: 10px 10px;
    border-radius: 10px;
    height: 731px;
    margin-bottom: 20px;

    /*width: 50%;
    align-items: center;
    color: #FFF;
    padding: 10px 10px;
    border-radius: 10px;
    height: 430px;
    */
}

.data-content-lists li > img.icon {
    aspect-ratio: 1 / 1.7;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
    display: block;    
    position: relative;
    top: -50px;
}

.data-content-lists li .download > .row-grid {
    display: flex;
}
.data-content-lists li .download {
    width: 100%;
    height: 30px;
    position: relative;
    top: 100px;
    border-radius: 5px;
}

.data-content-lists li .info-content-header {
    height: 50px;
    padding: 15px 10px;
    position: relative;
    border-radius: 5px;
    width: calc(100% - 10px);
    z-index: 9;
}

.data-content-lists li label.coin {
    font-family: "inter-bold";
    display: inline-block;
    font-size: 8px;
    white-space: nowrap;
    width: 60px;
    height: 26px;
    text-overflow: ellipsis;
    margin: 0;
    background-color: #FFF;
    padding: 8px 8px 8px 24px; /* extra left padding for icon */
    border-radius: 4px;
    color: #000;
    text-align: right;
    float: right;
    position: relative;
}

.data-content-lists li label.coin::before {
    content: "";
    background: url('../../../assets/images/wibufans/icon-coin.png') no-repeat left center;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
}

/*
.data-content-lists li label.coin {
    font-family: "inter-bold";
    display: inline-block;
    font-size: 8px;
    white-space: nowrap;
    overflow: hidden;
    width: 60px;
    height: 26px;
    text-overflow: ellipsis;
    margin: 0px;
    background-color: #FFF;
    padding: 8px;
    border-radius: 4px;
    color: #000;
    text-align: right;
    float: right;
    position: relative;
}

.data-content-lists li label.coin::before {
  content: "";
  background: url('../../../assets/images/wibufans/icon-coin.png') no-repeat left center;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
}
*/

.data-content-lists li .info {
    /*width: calc(100% - 20px);*/
    height: 100px;
    padding: 50px 00px 0px 10px;
    position: relative;
    bottom: 150px;
    background-image: linear-gradient(180deg, transparent, #000);
    border-radius: 5px;
}

.data-content-lists li .info > .row-grid {
    display: flex;
}

.data-content-lists li label.rank {
    color: #FFF;
    font-family: "inter";
    font-size: 16px;
    padding: 0px;
    margin: 0px 10px 0px 0px;
}


.data-content-lists li label.title {
    color: #FFF;
    font-family: "inter-bold";
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    padding: 0px;
    margin: 0px;
}


.data-content-lists li .rating {
    color: #FFF;
    font-family: "inter";
    font-size: 14px;
    margin: 0px 5px 0px 0px;
}

.data-content-lists li .rating-with-rank {
    color: #FFF;
    font-family: "inter";
    font-size: 14px;
    margin: 0px 5px 0px 0px;
}

.data-content-lists li .rating-with-rank > img {
    width: 12px;
}

.data-content-lists li .category {
    color: #FFF;
    font-family: "inter";
    font-size: 14px;
    margin: 0px 5px 0px 0px;
    list-style: circle;
}

.data-content-lists li .played {
    color: #FFF;
    font-family: "inter";
    font-size: 14px;
    margin: 0px 5px 0px 0px;
    list-style: circle;
}
/* End Data Show by List */

/* Data Show Wallpaper by Grid */
.data-content-grid {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.data-content-grid li.video {
    width: 100%;
    align-items: center;
    color: #FFF;
    padding: 10px 10px;
    border-radius: 10px;
    height: auto;
}

.data-content-grid li {
    width: 50%;
    align-items: center;
    color: #FFF;
    padding: 10px 10px;
    border-radius: 10px;
    height: 433px;
    margin-bottom: -50px;
}

.data-content-grid li .info-content-header {
    height: 50px;
    padding: 10px 10px;
    position: relative;
    border-radius: 5px;
    width: 100%;
    z-index: 9;
}

.data-content-grid li label.coin {
    font-family: "inter-bold";
    display: inline-block;
    font-size: 8px;
    white-space: nowrap;
    width: 60px;
    height: 26px;
    text-overflow: ellipsis;
    margin: 0;
    background-color: #FFF;
    padding: 8px 8px 8px 24px;
    border-radius: 4px;
    color: #000;
    text-align: right;
    float: right;
    position: relative;
}

.data-content-grid li label.coin::before {
    content: "";
    background: url('../../../assets/images/wibufans/icon-coin.png') no-repeat left center;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
}

.data-content-grid li > img.icon.home {
    aspect-ratio: 1 / 1.75;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
    display: block;
    position: relative;
    top: 0px;
}

.data-content-grid li > img.icon {
    aspect-ratio: 1 / 1.75;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
    display: block;
    position: relative;
    top: -50px;
}

.data-content-grid li .download > .row-grid {
    display: flex;
}
.data-content-grid li .download {
    width: 100%;
    height: 30px;
    position: relative;
    top: 100px;
    border-radius: 5px;
}

.data-content-grid li .info.home {
    width: 100%;
    height: 50px;
    padding: 10px 10px 0px 10px;
    position: relative;
    bottom: 50px;
    background-image: linear-gradient(180deg, transparent, #000);
    border-radius: 5px;
}

.data-content-grid li .info {
    width: 100%;
    height: 50px;
    padding: 10px 10px 0px 10px;
    position: relative;
    bottom: 100px;
    background-image: linear-gradient(180deg, transparent, #000);
    border-radius: 5px;
}

.data-content-grid li .info > .row-grid {
    display: flex;
}

.data-content-grid li label.rank {
    color: #FFF;
    font-family: "inter";
    font-size: 16px;
    padding: 0px;
    margin: 0px 10px 0px 0px;
}

.data-content-grid li label.title {
    color: #FFF;
    font-family: "inter-bold";
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    padding: 0px;
    margin: 0px;
}


.data-content-grid li .rating {
    color: #FFF;
    font-family: "inter";
    font-size: 14px;
    margin: 0px 5px 0px 0px;
}

.data-content-grid li .rating-with-rank {
    color: #FFF;
    font-family: "inter";
    font-size: 14px;
    margin: 0px 5px 0px 0px;
}

.data-content-grid li .rating-with-rank > img {
    width: 12px;
}

.data-content-grid li .category {
    color: #FFF;
    font-family: "inter";
    font-size: 14px;
    margin: 0px 5px 0px 0px;
    list-style: circle;
}

.data-content-grid li .played {
    color: #FFF;
    font-family: "inter";
    font-size: 14px;
    margin: 0px 5px 0px 0px;
    list-style: circle;
}

.data-content-grid li .btn-buy-content,.btn-download-content {
    border: none;
    background: none;
    padding: 0;
    margin-right: 0px;
    float: right;
}

/* End Data Show by List */

/* Data Show by List */
.data-lists {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}

.data-lists li {
    display: flex;
    width: 100%;
    align-items: center;
    margin: 25px 0;
    color: #FFF;
    padding: 10px 10px;
    border-radius: 10px;
}

.data-lists li.back-1 {
    background: rgb(205,220,57);
    background: linear-gradient(90deg, rgba(205,220,57,1) 0%, rgba(0,150,136,1) 100%);
}

.data-lists li.back-2 {
    background: rgb(33,150,243);
    background: linear-gradient(90deg, rgba(33,150,243,1) 0%, rgba(63,81,181,1) 100%);
}

.data-lists li.back-3 {
    background: rgb(255,152,0);
    background: linear-gradient(90deg, rgba(255,152,0,1) 0%, rgba(233,30,99,1) 100%);
}

/*
.data-lists li.background-white {
    background-color: #FFF;
    padding: 10px;
    border-radius: 10px;
    margin: 15px 0;
}
*/

.data-lists li > img.icon {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    height: 56px;
    border-radius: 5px;
    display: block;
}

.data-lists li img.play {
    width: 30px;
}

.data-lists li .info {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 65%;
    margin: 0px 0px 0px 10px;
}

.data-lists li .info > .row-grid {
    display: flex;
}

.data-lists li label.rank {
    color: #FFF;
    font-family: "inter";
    font-size: 16px;
    padding: 0px;
    margin: 0px 10px 0px 0px;
}


.data-lists li label.title {
    color: #FFF;
    font-family: "inter-bold";
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    padding: 0px;
    margin: 0px;
}


.data-lists li .rating {
    color: #FFF;
    font-family: "inter";
    font-size: 14px;
    margin: 0px 5px 0px 0px;
}

.data-lists li .rating-with-rank {
    color: #FFF;
    font-family: "inter";
    font-size: 14px;
    margin: 0px 5px 0px 0px;
}

.data-lists li .rating-with-rank > img {
    width: 12px;
}

.data-lists li .category {
    color: #FFF;
    font-family: "inter";
    font-size: 14px;
    margin: 0px 5px 0px 0px;
    list-style: circle;
}

.data-lists li .played {
    color: #FFF;
    font-family: "inter";
    font-size: 14px;
    margin: 0px 5px 0px 0px;
    list-style: circle;
}
/* End Data Show by List */

/* Ads */
section.ads {
    /*
    background-image: linear-gradient(transparent, #00BCF1);
    padding-bottom: 20px;
    */
}
/* End of Ads */

/* Other Games */
section.other-games {
    /*
    background: rgb(63,81,181);
    background: linear-gradient(0deg, rgba(63,81,181,1) 0%, rgba(33,150,243,1) 100%);
    */
    padding-top: 1px;
    padding-bottom: 20px;
}

section.other-games > .row-grid > .carousel-square {
    margin: 0px 0px 15px 0px;
    display: flex;
}

section.other-games > .row-grid > .carousel-square > a{
    width: 50%;
}

section.other-games > .row-grid a.view-all {
    margin: 0px auto;
    font-family: "inter-bold";
    font-size: 11px;
    background-color: #FFF;
    padding: 10px 30px;
    border-radius: 20px;
    color: #000;
}
/* End Other Games */

/* New Games */
section.new-games {
    margin-top: 150px;
}

section.new-games > .row-grid a > img {
    border-radius: 20px;
}
section.new-games > .row-grid a > .info {
    width: 100%;
    background-color: #FFF;
    height: 120px;
    position: relative;
    margin-top: -120px;
    border-radius: 20px;
    padding: 10px 20px;
    color: #000;
    background-image: url(../../../assets/images/byu/byu-new-game-background.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

section.new-games > .row-grid a > .info > .title {
    font-family: "inter-bold";
    font-size: 14px;
    color: #000;
    width: 100%;
    margin: 0px 0px 5px 0px;
}

section.new-games > .row-grid a > .info > .title > i {
    background-color: #F0F2F9;
    padding: 0px 10px;
    border-radius: 10px;
    float: right;
    font-family: "inter";
    font-style: normal;
    display: flex;
}

section.new-games > .row-grid a > .info > .description {
    font-family: "inter";
    font-size: 12px;
    color: #6A7481;
    width: 100%;
    margin: 0px;
    overflow: hidden;
    height: 35px;
    text-overflow: ellipsis;
}
section.new-games > .row-grid a > .info > .play {
    float: right;
    border-radius: 20px;
}
/* End New Games */

/* Game Category */
section.game-category {
    
}

section.game-category > .row-grid > ul {
    margin: 0px;
    padding: 0px;
}

section.game-category > .row-grid > ul li {
    background-color: #FFCB3F;
    height: 150px;
    border-radius: 5px;
    list-style: none;
    display: inline-grid;
    width: 30%;
    margin: 1%;
}

section.game-category > .row-grid > ul li.active {
    background-color: #02BCF1;
    list-style: none;
    display: inline-grid;
    width: 30%;
    aspect-ratio: 1 / 1;
    margin: 1%;
}

/*
section.game-category > .row-grid > ul li.bg-1 {
    background-image: url(../../../../../assets/images/mamo/2024/light/category-bg-1.svg);
}

section.game-category > .row-grid > ul li.bg-2 {
    background-image: url(../../../../../assets/images/mamo/2024/light/category-bg-2.svg);
}

section.game-category > .row-grid > ul li.bg-3 {
    background-image: url(../../../../../assets/images/mamo/2024/light/category-bg-3.svg);
}
*/

section.game-category > .row-grid > ul li a {
    color: #000;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
}

section.game-category > .row-grid > ul li a > img {
    width: 50px;
    aspect-ratio: 1 / 1;
    position: relative;
    margin: 30px 25px;
    text-align: center;
}

/* Game Category */

/* ================== Arcade ================== */
.game-lists {
    /*background-image: url(../../../assets/images/byu/byu-header-background-game-lists.svg);*/
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 100vh;
}
.game-lists-header {
    max-width: 500px;
    margin: 0px auto;
}
.game-lists-header > .row-grid {
    padding: 20px 25px 10px;
}

.game-lists-header > .games-category-selection {
    padding: 0px 25px;
    display: flex;
    overflow-x: scroll;
    height: 40px;
}

.game-lists-header > .games-category-selection button {
    border: none;
    border-radius: 10px;
    padding: 3px 10px;
    background-color: #FFF;
    margin: 0px 5px;
    height: 30px;
}

.game-lists-header > .games-category-selection button.active {
    border: none;
    border-radius: 10px;
    padding: 3px 10px;
    margin: 0px 5px;
    height: 30px;
    color: #FFF;
    background: rgb(33, 150, 243);
    background: linear-gradient(90deg, rgba(33, 150, 243, 1) 0%, rgba(63, 81, 181, 1) 100%);
}

.game-lists-header .filter {
    width: 50%;
}

.game-lists-header .layout {
    align-items: center;
    justify-content: end;
    text-align: right;
    width: 50%;
    padding-right: 25px;
}

.game-lists-header .layout > a {
    float: right;
}

.game-lists-header .filter > a > label {
    font-family: "inter";
    font-size: 13px;
    color: #6A7481;
}

.game-lists-header .layout > a > label {
    font-family: "inter";
    font-size: 13px;
    color: #6A7481;
}

.game-lists-header .filter > a > img {
    font-size: 16px;
}

.carousel-lists {
    display: block;
    margin-top: 0px !important;
}

.carousel-grid {
    display: none;
    margin-top: 0px !important;
}

.carousel-lists-icon {
    display: inline-block;
}

.carousel-grid-icon {
    display: none;
}

main > .row-grid.carousel-grid > ul {
    margin: 0px;
    padding: 0px;
}
/*
main > .row-grid.carousel-grid > ul li {
    list-style: none;
    width: 30%;
    margin: 5px 1%;
    display: inline-flex;
}

main > .row-grid.carousel-lists > ul li:first-child {
    margin-top: 0px !important;
}
*/

main > .row-grid.carousel-grid > ul li > a img {
    width: 100%;
    border-radius: 10px;
}

.load-more-btn {
    display: none;
    width: 100%;
    color: #FFF;
    border: none;
    border-radius: 15px;
    font-size: 16px;
    padding: 12px 16px;
    background: #02BCF1;
    /*
    background: rgb(33, 150, 243);
    background: linear-gradient(90deg, rgba(33, 150, 243, 1) 0%, rgba(63, 81, 181, 1) 100%);
    */
}
.load-more-btn.active {
    display: block;
}
/* ================== End of Arcade ================== */

/* ================== Content ================== */
.content-lists {
    /*background-image: url(../../../assets/images/byu/byu-header-background-content-lists.svg);*/
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 100vh;
}
.content-lists-header {
    max-width: 500px;
    margin: 0px auto;
}
.content-lists-header > .row-grid {
    padding: 20px 25px 10px;
}

.content-lists-header > .games-category-selection {
    padding: 0px 25px;
    display: flex;
    overflow-x: scroll;
    height: 40px;
}

.content-lists-header > .games-category-selection button {
    border: none;
    border-radius: 10px;
    padding: 3px 10px;
    background-color: #FFF;
    margin: 0px 5px;
    height: 30px;
}

.content-lists-header > .games-category-selection button.active {
    border: none;
    border-radius: 10px;
    padding: 3px 10px;
    margin: 0px 5px;
    height: 30px;
    color: #FFF;
    background: rgb(33, 150, 243);
    background: linear-gradient(90deg, rgba(33, 150, 243, 1) 0%, rgba(63, 81, 181, 1) 100%);
}

.content-lists-header .filter {
    width: 50%;
}

.content-lists-header .layout {
    align-items: center;
    justify-content: end;
    text-align: right;
    width: 50%;
    padding-right: 25px;
}

.content-lists-header .layout > a {
    float: right;
    margin: 0px 5px;
}

.content-lists-header .filter > a > label {
    font-family: "inter";
    font-size: 13px;
    color: #6A7481;
}

.content-lists-header .layout > a > label {
    font-family: "inter";
    font-size: 13px;
    color: #6A7481;
}

.content-lists-header .filter > a > img {
    font-size: 16px;
}

.btn-buy-content,.btn-download-content {
    border: none;
    background: none;
    padding: 0;
    margin-right: 10px;
}
/* ================== End of Content ================== */

/* ================== Voucher Claim ================== */

.voucher-section {
    background-image: url(../../../../../assets/images/wibufans/sample/example-banner.png);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 100vh;
    padding-top: 270px;
    max-width: 500px;
    margin: 0px auto 70px;
}
.voucher-section-header {
    max-width: 500px;
    margin: 0px auto;
    background-color: #FFF;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    border: 1px solid #ddd;
    border-radius: 10px;
    width: calc(100% - 50px);
}
.voucher-section-header > .row-grid {
    padding: 20px 25px 10px;
}

.voucher-section-header > .row-grid.voucher-input-section {
    padding: 0px 25px 25px;
}

.voucher-section-header > .row-grid.voucher-input-section > .input-icons label {
    font-family: 'inter-bold';
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #1C2379;
    padding: 20px 0px 0px;
}

input.voucher-input {
    width: 100%;
    border-radius: 10px;
    border: 1px thin solid #1C2379;
    padding: 7px 12px 7px 20px;
    height: 45px;
    margin-top: 0px;
}

.voucher-section-header > .row-grid.voucher-input-section > .input-icons i {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 345px;
    left: calc(100% - 85px);
  }

.voucher-section-history {
    margin: 20px auto;
    width: calc(100% - 50px);
}

.voucher-section-history > ul {
    margin: 0px auto;
    width: 100%;
    padding: 0px;
}

.voucher-section-history > ul > li {
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 120px;
}
.voucher-section-history > ul > li.bg-1 {
    background-image: url(../../../../../assets/images/mamo/2024/light/store-bg-1.svg);
}
.voucher-section-history > ul > li.bg-2 {
    background-image: url(../../../../../assets/images/mamo/2024/light/store-bg-2.svg);
}
.voucher-section-history > ul > li.bg-3 {
    background-image: url(../../../../../assets/images/mamo/2024/light/store-bg-3.svg);
}

.icon-submit {
    background-image: url(../../../../../assets/images/mamo/2024/light/icon-search-dark.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.voucher-history {
    list-style: none;
    margin: 0px auto;
    padding: 0px;
    width: calc( 100% - 50px );
}
.voucher-history > li {
    padding: 15px;
    border-radius: 10px;
    background-color: #FFF;
    display: grid;
    margin-bottom: 10px;
}
.voucher-history > li > label {
    padding: 0px;
    margin: 0px;
}
.voucher-history > li > label.title {
    font-size: 20px;
    font-family: "inter-bold";
    color: #FFF;
}
.voucher-history > li > label.voucher {
    font-size: 17px;
    font-family: "inter";
    color: #FFF;
}
.voucher-history > li > label.price {
    font-size: 12px;
    font-family: "inter";
    color: #FFF;
}
/* ================== End of Voucher Claim ================== */

/* ================== Page Additional ================== */
.page-available-section {
    max-width: 500px;
    margin: 0px auto 80px;
    min-height: 100vh;
}
.page-available-section-header {
    max-width: 500px;
    margin: 0px auto;
    text-align: center;
    padding-top: 240px;
}
/* ================== End of Page Available ================== */

/* ================== Profile ================== */

.profile-section {
    background-image: url(../../../../../assets/images/wibufans/sample/example-banner.png);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 500px;
    margin: 0px auto 80px;
    min-height: 100vh;
}
.profile-section-header {
    max-width: 500px;
    margin: 0px auto;
    text-align: center;
    padding-top: 240px;
}
.profile-section-header > .prof-picture {
    
}
.profile-section-header > .prof-picture > img {
    border-radius: 50%;
    border: solid 7px;
    border-color: #DDE2E8;
    width: 120px;
}
.profile-section-header > .prof-name {
    font-size: 18px;
    font-family: "inter-bold";
    color: #1C2379;
}
.profile-section-header > .prof-coin {
    color: #1F2D3D;
    font-size: 15px;
    font-family: "inter";
    background-color: #d7dbe1;
    border-radius: 20px;
    width: fit-content;
    padding: 1px 20px;
    margin: 0px auto;
}
.profile-section-header > .prof-coin > img {
    width: 18px;
}
.profile-section-body {
    width: calc( 100% - 50px );
    background-color: #FFF;
    margin: 30px auto;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    border: 1px solid #ddd;
    border-radius: 10px;
}
.profile-section-body > .row-grid {
    width: 100%;
    width: calc( 100% - 50px );
    margin: 0px auto;
}
.profile-section-body > .row-grid > .profile-title {
    font-size: 18px;
    font-family: "inter-bold";
    padding: 20px 0 0;
    color: #1C2379;
}

.profile-info {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}

.profile-info a {
    color: #1C2379 !important;
}

.profile-info li {
    display: flex;
    width: 100%;
    align-items: center;
    margin: 15px 0;
}
.profile-info li.separator {
    border: solid thin #DDE2E8;
}
.profile-info li > img.icon {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    height: 46px;
    border-radius: 5px;
    display: block;
}
.profile-info li > img.icon.menu {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    height: 56px;
    padding: 13px;
    border-radius: 5px;
    display: block;
}

.profile-info li .info {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: calc( 100% - 24px );
    margin: 0px 0px 0px 10px;
}

.profile-info li .info > .row-grid {
    display: flex;
}

.profile-info li a.menu {
    position: absolute;
    right: 10%;
}

.profile-info li label.title {
    color: #6A7481;
    font-family: "inter";
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    padding: 0px;
    margin: 0px;
}

.profile-info li label.value {
    color: #1C2379;
    font-family: "inter-bold";
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    padding: 0px;
    margin: 0px;
}

.profile-info li label.menu {
    color: #000;
    font-family: "inter-bold";
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    padding: 0px;
    margin: 0px;
}

#profile-modal #title-profile {
    font-family: "inter-bold";
    color: #1F2D3D;
    font-size: 18px;
}
#profile-modal legend {
    font-size: 11px;
    color: #6A7481;
}
#profile-modal input {
    font-size: 13px;
    color: #1F2D3D;
    border: none;
    border-bottom: thin solid #6A7481;
    width: 100%;
    padding: 5px 10px;
    outline: none;
}
#error-message-profile-update {
    font-size: 11px;
    color: #FF0000;
}
/* ================== End of Profile ================== */

/* ================== Game Detail ================== */

.game-detail-section {
    max-width: 500px;
    margin: 0px auto 80px;
}
.game-detail-section-header {
    width: 100%;
    margin: 0px auto;
    text-align: center;
}
.game-detail-section .row-grid {
    width: calc( 100% - 50px );
    margin: 15px auto;
}
.game-banner-gradient {
    height: 150px;
    background-image: linear-gradient(180deg, transparent, #FFF);
    position: relative;
    margin-top: -150px;
}
/*
.game-name {
    display: grid;
    position: relative;
    margin-top: -70px;
}
.game-name > label.name {
    font-family: "inter-bold";
    font-size: 16px;
    margin: 0px;
    padding: 0px;
}
.game-name > label.category {
    font-family: "inter";
    font-size: 16px;
    margin: 0px;
    padding: 0px;
}
*/
.game-rate {
    width: calc( 100% - 50px );
    background-color: #FFF;
    border-radius: 20px;
    margin: 30px auto 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    border: 1px solid #ddd;
    position: relative;
    top: -50px;
    padding: 15px 20px;
    display: flex;
}
.game-rate > .detail {
    width: 70%;
}
.game-rate > .detail > label.name {
    color: #1C2379;
}
.game-rate > .detail > ul {
    display: flex;
    margin: 0px;
    padding: 0px;
}
.game-rate > .detail > ul > li {
    width: 25%;
    list-style: none;
    display: grid;
    text-align: left;
}
.game-rate > .detail > ul > li > label {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
}
.game-rate > .detail > ul > li > label.value {
    font-family: "inter";
    font-size: 14px;
    color: #1C2379;
}
.game-rate > .play {
    width: 30%;
    text-align: right;
    padding: 11px 0px;
}
.game-detail-section > .row-grid > .play-btn {
    text-decoration: none;
    width: fit-content;
    margin: 8px auto;
    padding: 14px 40px;
    text-align: center;
    font-family: "inter-bold";
    font-size: 14px;
    color: white;
    display: block;
    border-radius: 50px;
    background-color: #00BCF1;
    width: 100%;
}
.game-detail-section > .row-grid > .rating-btn {
    text-decoration: none;
    width: fit-content;
    margin: 8px auto;
    padding: 14px 40px;
    text-align: center;
    font-family: "inter-bold";
    font-size: 14px;
    color: #1F2D3D;
    display: block;
    border-radius: 50px;
    background-color: transparent;
    border: solid 1px #000;
    width: 100%;
}
.game-detail-section > .row-grid img.storelist {
    border-radius: 10px;
    margin: 0px 5px;
}
.game-detail-section > .row-grid img.storelist-potrait {
    width: 150px;
}
.game-detail-section > .row-grid img.storelist-landscape {
    width: 300px;
}
.row-grid > label.description-title {
    font-family: "inter";
    font-size: 14px;
    color: #1C2379;
    margin: 0px;
    padding: 0px;
    width: 100%;
    font-weight: 900;
}
.row-grid > label.description-value {
    font-family: "inter";
    font-size: 12px;
    color: #6A7481;
    margin: 0px;
    padding: 0px;
}
.similar-content {
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100px !important;
    height: 150px !important;
}
.similar-content.bg-1 {
    background-image: url(../../../../../assets/images/mamo/2024/light/grid-bg-1.svg);
}
.similar-content.bg-2 {
    background-image: url(../../../../../assets/images/mamo/2024/light/grid-bg-2.svg);
}
.similar-content.bg-3 {
    background-image: url(../../../../../assets/images/mamo/2024/light/grid-bg-3.svg);
}
.similar-content > img {
    width: 70%;
    border-radius: 15px;
    padding: 5px;
    margin: 0px auto;
}
.similar-content > label {
    color: #FFF;
    font-family: "inter";
    font-size: 15px;
    text-align: center;
    font-weight: 900;
    overflow-wrap: break-word;
    padding: 5px;
    width: 100%;
}
.section-leaderboard {
    width: 100%;
    background: rgb(255,152,0);
    background: linear-gradient(0deg, rgba(255,152,0,1) 0%, rgba(255,255,255,1) 100%);
    padding: 20px 0px;
}
.section-leaderboard .top-3 {
    margin: 50px auto 0px;
    height: 170px;
}
.section-leaderboard .top-3 > ul {
    display: flex;    
    margin: 0px;
    padding: 0px;
}
.section-leaderboard .top-3 > ul > li {
    
    margin: 0px 1%;
    display: grid;
}
.section-leaderboard .top-3 > ul > li > .profile {
    width: 50px;
    margin: 0px auto;
    border-radius: 25px;
    position: relative;
    top: -25px;
}
.section-leaderboard .top-3 > ul > li > .user {
    font-family: "inter";
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    top: -25px;
    position: relative;
    color: #FFF;
    overflow-wrap: anywhere;
}
.section-leaderboard .top-3 > ul > li > .poin {
    margin: 0px 20px;
    padding: 0px;
    text-align: center;
    border-radius: 10px;
    color: #FFF;
    top: -40px;
    position: relative;
    font-family: "inter";
    font-size: 18px;
    font-weight: 400;
}
.section-leaderboard .top-3 > ul > li.rank-1 {
    margin-top: 0px;
    background-image: url(../../../../../assets/images/mamo/2024/light/leaderboard-bg-1.svg);
    background-size: contain;
    background-position: top;
    height: 150px;
    background-repeat: no-repeat;
    width: 40%;
}
.section-leaderboard .top-3 > ul > li.rank-2 {
    margin-top: 0px;
    background-image: url(../../../../../assets/images/mamo/2024/light/leaderboard-bg-2.svg);
    background-size: contain;
    background-position: top;
    height: 150px;
    background-repeat: no-repeat;
    width: 30%;
}
.section-leaderboard .top-3 > ul > li.rank-3 {
    margin-top: 0px;   
    background-image: url(../../../../../assets/images/mamo/2024/light/leaderboard-bg-3.svg);
    background-size: contain;
    background-position: top;
    height: 150px;
    background-repeat: no-repeat;
    width: 30%;
}
.section-leaderboard .top-3 > ul > li > .poin.rank-1 {
    
}
.section-leaderboard .top-3 > ul > li > .poin.rank-2 {
    
}
.section-leaderboard .top-3 > ul > li > .poin.rank-3 {
    
}
.section-leaderboard .leaderboard-list-body {
    width: calc( 100% - 20px );
    margin: -5px auto 0px;
    background-color: #FFF;
    border-radius: 20px;
    padding: 30px 0px 30px 0px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    border: 1px solid #ddd;
}
.section-leaderboard .leaderboard-list-body > li.rank-list {
    width: calc( 100% - 50px );
    margin: 0px auto;
    padding: 10px;
    display: flex;
}
.section-leaderboard .leaderboard-list-body > li.rank-list > .rank-num {
    border-radius: 17px;
    color: #1C2379;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0.25rem;
    margin: 0px;
    font-family: "inter-bold";
}
.section-leaderboard .leaderboard-list-body > li.rank-list > .rank-name {
    font-family: "inter";
    padding: 0.25rem;
    margin: 0px;
    width: 70%;
    color: #1C2379;
    font-weight: 900;
}
.section-leaderboard .leaderboard-list-body > li.rank-list > .rank-poin {
    font-family: "inter";
    color: #1C2379;
    position: relative;
    float: right;
    padding: 0.25rem;
    margin: 0px;
    font-weight: 900;
}
.section-leaderboard .leaderboard-list-body > li.my-rank {
    width: 100%;
    background-color: #35abfe;
    color: #fff;
    padding: 10px 10px 10px 30px;
    display: flex;
}
.section-leaderboard .leaderboard-list-body > li.my-rank > .rank-num {
    background-repeat: no-repeat;
    text-align: center;
    padding: 0.25rem;
    margin: 0px;
    font-family: "inter-bold";
}
.section-leaderboard .leaderboard-list-body > li.my-rank > .rank-name {
    font-family: "inter-bold";
    padding: 0.25rem;
    margin: 0px;
    width: 70%;
}
.section-leaderboard .leaderboard-list-body > li.my-rank > .rank-poin {
    font-family: "inter-bold";
    position: relative;
    float: right;
    padding: 0.25rem;
    margin: 0px;
}

.insertrating {
    text-align: center;
    height: 37px;
}
.insertrating #ratings {
    width: 100%;
    margin: 0px auto;
}

.insertrating span.sel {
    background: url(../../../../../assets/images/byu/filled-star.svg) no-repeat scroll 0 0 transparent;
}

.insertrating span {
    background: url(../../../../../assets/images/byu/empty-star.svg) no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 33px;
    width: 34px;
}
/* ================== End of Game Detail ================== */

/* ================== Event ================== */

.event-section {
    background-image: url(../../../../../assets/images/wibufans/sample/example-banner.png);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 500px;
    margin: 0px auto 60px;
    padding-top: 200px;
}
.event-section > .row-grid {
    padding: 20px 25px 10px;
}

.event-section > .row-grid > ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.event-section > .row-grid > ul > li {
    box-shadow: 5px 10px 18px #bbb7b7;
    background-color: #FFF;
    border-radius: 20px;
    width: 100%;
}
.event-section > .row-grid > ul > li > .event-banner{
    width: 100%;
    border-radius: 20px 20px 0 0;
}
.event-section > .row-grid > ul > li > .name{
    font-size: 24px;
    font-family: "inter-bold";
    padding: 3px 10px;
    color: #1C2379;
}

.event-section > .row-grid > ul > li > .info{
    width: calc( 100% - 20px );
    margin: 10px auto;
    border-bottom: solid thin #e6e6e6;
}
.event-section > .row-grid > ul > li > .info.info-icon{
    
}
.event-section > .row-grid > ul > li > .info > .info-title{
    font-size: 13px;
    font-family: "inter";
    width: 100px;
}
.event-section > .row-grid > ul > li > .info > .info-value{
    color: #2196F3;
    font-size: 13px;
    font-family: "inter-bold";
}
.event-section > .row-grid > ul > li > .info-join{
    width: calc( 100% - 20px );
    margin: 10px auto;
}
.event-section > .row-grid > ul > li > .info-join > .info-joined{
    font-size: 13px;
    font-family: "inter";
    text-align: center;
    padding: 0px 10px;
    background-color: #F0F2F9;
    border-radius: 10px;
}
.event-section > .row-grid > ul > li > .info-button{
    width: calc( 100% - 20px );
    margin: 10px auto;
    display: flex;
}
.event-section > .row-grid > ul > li > .info-button > a.leaderboard {
    padding: 10px 10px;
    box-shadow: 5px 10px 18px #bbb7b7;
    border-radius: 20px;
    width: 57%;
    margin-right: 3%;
    font-size: 13px;
    font-family: "inter-bold";
    color: #FFF;
    text-align: center;
    background: rgb(205, 220, 57);
    background: linear-gradient(90deg, rgba(205, 220, 57, 1) 0%, rgba(0, 150, 136, 1) 100%);
}
.event-section > .row-grid > ul > li > .info-button > a.rules {
    padding: 10px 10px;
    box-shadow: 5px 10px 18px #bbb7b7;
    border-radius: 20px;
    width: 40%;
    font-size: 13px;
    font-family: "inter-bold";
    color: #FFF;
    text-align: center;
    background: rgb(255, 152, 0);
    background: linear-gradient(90deg, rgba(255, 152, 0, 1) 0%, rgba(233, 30, 99, 1) 100%);
}
.event-section > .row-grid > ul > li > .info-button > a.play {
    padding: 10px 10px;
    border-radius: 20px;
    width: 100%;
    font-size: 13px;
    font-family: "inter-bold";
    color: #FFF;
    text-align: center;
    margin-bottom: 20px;
    background: rgb(33, 150, 243);
    background: linear-gradient(90deg, rgba(33, 150, 243, 1) 0%, rgba(63, 81, 181, 1) 100%);
}
.event-section > .row-grid > ul > li > .info-button > a > .arrow {
    position: relative;
    float: right;
}
#rules-modal #description-event {
    max-height: 160px;
    overflow-x: scroll;
}
/* ================== End Event ================ */

/* ================== Event Leaderboard Detail ================== */
.leaderboard-detail-section {
    max-width: 500px;
    margin: 0px auto 80px;
}
.leaderboard-detail-section-header {
    width: 100%;
    margin: 0px auto;
    text-align: center;
}
.leaderboard-detail-section .row-grid {
    width: calc( 100% - 50px );
    margin: 15px auto;
}
.leaderboard-detail-banner-gradient {
    height: 150px;
    background-image: linear-gradient(180deg, transparent, #f0f2f9);
    position: relative;
    margin-top: -150px;
}
.leaderboard-detail-name {
    display: grid;
    position: relative;
    margin-top: -70px;
}
.leaderboard-detail-name > label.name {
    font-family: "inter-bold";
    font-size: 24px;
    margin: 0px;
    padding: 0px;
}
.leaderboard-detail-name > label.category {
    font-family: "inter";
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    color: #6A7481;
}
.leaderboard-detail-rate {
    width: calc(100% - 50px);
    background-color: #FFF;
    border-radius: 20px;
    margin: 30px auto 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    border: 1px solid #ddd;
    position: relative;
    top: -50px;
    padding: 15px 20px;
    display: flex;
}
.leaderboard-detail-rate > .detail {
    width: 70%;
}
.leaderboard-detail-rate > .play {
    width: 30%;
    text-align: right;
    padding: 11px 0px;
}
.leaderboard-detail-rate > .detail > ul {
    display: flex;
    margin: 0px;
    padding: 0px 0px;
}
.leaderboard-detail-rate > .detail > ul > li {
    width: 25%;
    list-style: none;
    display: grid;
    text-align: left;
}
.leaderboard-detail-rate > .detail  > ul > li > label {
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    color: #6A7481;
}
.leaderboard-detail-rate > .detail  > ul > li > label.value {
    font-family: "inter";
    font-size: 14px;
    color: #1C2379;
}
.leaderboard-detail-event {
    width: calc(100% - 50px);
    background-color: #FFF;
    border-radius: 20px;
    margin: 30px auto 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    border: 1px solid #ddd;
    position: relative;
    top: -50px;
    padding: 15px 20px;
}
.leaderboard-detail-event > .info {
    width: calc(100% - 20px);
    margin: 10px auto;
    border-bottom: solid thin #e6e6e6;
}
.leaderboard-detail-event > .info > .info-title {
    font-size: 13px;
    font-family: "inter";
    width: 100px;
}
.leaderboard-detail-event > .info > .info-value {
    color: #2196F3;
    font-size: 13px;
    font-family: "inter-bold";
}
.leaderboard-detail-event > .info-join > .info-joined {
    font-size: 13px;
    font-family: "inter";
    text-align: center;
    padding: 0px 10px;
    background-color: #F0F2F9;
    border-radius: 10px;
}
.section-leaderboard-detail {
    width: 100%;
    background: rgb(255, 152, 0);
    background: linear-gradient(0deg, rgba(255, 152, 0, 1) 0%, rgba(255, 255, 255, 1) 100%);
    padding: 0px 0px 20px;
    
}
.section-leaderboard-detail .rules {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    border: 1px solid #ddd;
    background-color: #FFF;
    border-radius: 20px;
    padding: 10px;
    font-family: "inter";
    font-size: 13px;
    color: #1C2379;
}
.section-leaderboard-detail .top-3 {
    margin: 50px auto 0px;
    height: 170px;
}
.section-leaderboard-detail .top-3 > ul {
    display: flex;    
    margin: 0px;
    padding: 0px;
}
.section-leaderboard-detail .top-3 > ul > li {
    width: 30%;
    margin: 0px 1%;
    display: grid;
}
.section-leaderboard-detail .top-3 > ul > li.rank-1 {
    margin-top: 0px;
    background-image: url(../../../../../assets/images/mamo/2024/light/leaderboard-bg-1.svg);
    background-size: contain;
    background-position: top;
    height: 150px;
    background-repeat: no-repeat;
    width: 30%;
}
.section-leaderboard-detail .top-3 > ul > li.rank-2 {
    margin-top: 0px;
    background-image: url(../../../../../assets/images/mamo/2024/light/leaderboard-bg-2.svg);
    background-size: contain;
    background-position: top;
    height: 150px;
    background-repeat: no-repeat;
    width: 30%;
}
.section-leaderboard-detail .top-3 > ul > li.rank-3 {
    margin-top: 0px;
    background-image: url(../../../../../assets/images/mamo/2024/light/leaderboard-bg-3.svg);
    background-size: contain;
    background-position: top;
    height: 150px;
    background-repeat: no-repeat;
    width: 30%;
}
.section-leaderboard-detail .top-3 > ul > li > .profile {
    width: 50px;
    margin: 0px auto;
    border-radius: 25px;
    position: relative;
    top: -25px;
}
.section-leaderboard-detail .top-3 > ul > li > .user {
    font-family: "inter";
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    top: -25px;
    position: relative;
    color: #FFF;
    overflow-wrap: anywhere;
}
.section-leaderboard-detail .top-3 > ul > li > .poin {
    margin: 0px 20px;
    padding: 0px;
    text-align: center;
    border-radius: 10px;
    color: #FFF;
    top: -40px;
    position: relative;
    font-family: "inter";
    font-size: 18px;
    font-weight: 400;
}
.section-leaderboard-detail .top-3 > ul > li > .poin.rank-1 {

}
.section-leaderboard-detail .top-3 > ul > li > .poin.rank-2 {

}
.section-leaderboard-detail .top-3 > ul > li > .poin.rank-3 {

}

.section-leaderboard-detail .leaderboard-list-body {
    width: calc(100% - 20px);
    margin: -5px auto 0px;
    background-color: #FFF;
    border-radius: 20px;
    padding: 30px 0px 30px 0px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    border: 1px solid #ddd;
}
.section-leaderboard-detail .leaderboard-list-body > li.rank-list {
    width: calc( 100% - 50px );
    margin: 0px auto;
    padding: 10px;
    display: flex;
    border-bottom: thin solid #DDE2E8;

}
.section-leaderboard-detail .leaderboard-list-body > li.rank-list > .rank-num {
    border-radius: 17px;
    color: #1C2379;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0.25rem;
    margin: 0px;
    font-family: "inter-bold";
}
.section-leaderboard-detail .leaderboard-list-body > li.rank-list > .rank-name {
    font-family: "inter";
    padding: 0.25rem;
    margin: 0px;
    width: 70%;
    color: #1C2379;
    font-weight: 900;
}
.section-leaderboard-detail .leaderboard-list-body > li.rank-list > .rank-poin {
    font-family: "inter";
    color: #1C2379;
    position: relative;
    float: right;
    padding: 0.25rem;
    margin: 0px;
    font-weight: 900;
}
.section-leaderboard-detail .leaderboard-list-body > li.my-rank {
    width: 100%;
    background-color: #35abfe;
    color: #fff;
    padding: 10px 10px 10px 30px;
    display: flex
}
.section-leaderboard-detail .leaderboard-list-body > li.my-rank > .rank-num {
    background-image: url(../../../assets/images/byu/byu-icon-my-rank.svg);
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0.25rem;
    margin: 0px;
    font-family: "inter-bold";
}
.section-leaderboard-detail .leaderboard-list-body > li.my-rank > .rank-name {
    font-family: "inter-bold";
    padding: 0.25rem;
    margin: 0px;
    width: 70%;
}
.section-leaderboard-detail .leaderboard-list-body > li.my-rank > .rank-poin {
    font-family: "inter-bold";
    position: relative;
    float: right;
    padding: 0.25rem;
    margin: 0px;
}
/* ================== End Event Leaderboard Detail ================== */

/* ================== Error ================== */
.error-section {
    max-width: 500px;
    margin: 0px auto;
    height: 100vh;
    background-color: #fff;
}
.error-section-header {
    width: 100%;
    margin: 0px auto;
    padding: 100px 25px 17px;
    color: #FFF;
}
.error-section-image {
    text-align: center;
}
.error-section-image > img {
    width: 200px;
    margin: 0px auto;
}
.error-section-content {
    text-align: center;
    margin-top: 20px;
}
.error-section-content > .title {
    color: #1F2D3D;
    font-size: 16px;
    font-family: "inter-bold";
}
.error-section-content > .detail {
    color: #6A7481;
    font-size: 14px;
    font-family: "inter";
}
.error-section-header > .row-grid > .play-btn {
    text-decoration: none;
    width: fit-content;
    margin: 8px auto;
    padding: 14px 40px;
    text-align: center;
    font-family: "inter-bold";
    font-size: 14px;
    color: white;
    display: block;
    border-radius: 50px;
    background-color: #00BCF1;
    width: 100%;
}

/* ================== End Error ================== */

/* ================== Video ================== */

    #videoWrapper {
      position: relative;
      width: 640px;
      max-width: 100%;
    }
    #overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.7);
      color: white;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.2rem;
      z-index: 2;
    }
    video {
      width: 100%;
      height: auto;
    }

    .video-container {
      position: relative;
      width: 100%;
      max-width: 640px;
      /*margin: 20px auto;*/
      border: 1px solid #ccc;
    }
    .video-container .info-content-header {
        height: 50px;
        padding: 15px 10px;
        position: absolute !important;
        border-radius: 5px;
        width: calc(100% - 10px);
        z-index: 9;
    }
    .video-poster {
      display: block;
      width: 100%;
      max-height: 200px;
      object-fit: cover;
    }
    .video-play-button {
      position: absolute;
      top: 40%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: rgba(0,0,0,0.5);
      border-radius: 50%;
      width: 80px;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background-color 0.3s;
    }
    .video-play-button:hover {
      background-color: rgba(0,0,0,0.7);
    }
    .video-play-button::before {
      content: '';
      display: block;
      border-style: solid;
      border-width: 20px 0 20px 35px;
      border-color: transparent transparent transparent white;
      margin-left: 5px;
    }
    video {
      width: 100%;
      height: auto;
      display: none;
    }
    .video-info {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px;
    }
    .video-meta-text {
      max-width: 70%;
    }
    .video-title {
      font-size: 12px;
      font-weight: bold;
      margin-bottom: 5px;
      color: #555;
    }
    .video-meta {
      font-size: 13px;
      color: #666;
    }
    .video-buy-button {
      color: #fff;
      border: none;
      padding: 8px 16px;
      border-radius: 4px;
      text-decoration: none;
      font-size: 14px;
      cursor: pointer;
      transition: background-color 0.3s;
    }
    .video-buy-button:hover {
      background-color: #a80000;
      color: #fff;
      text-decoration: none;
    }

/* ================== End of Video ================== */

/* ================== Search ================== */
.search-section {
    max-width: 500px;
    margin: 0px auto 80px;
    background-image: url(../../../../../assets/images/wibufans/banner-wibufans.jpg);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 100vh;
    padding-top: 350px;
}
.search-section-header {
    margin: 0px auto;
    background-color: #FFF;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    border: 1px solid #ddd;
    border-radius: 10px;
    width: calc(100% - 50px);
    text-align: center;
    color: #1C2379;
    padding: 20px 0px 10px;
}
.search-section-result {
    margin: 20px auto;
    width: calc(100% - 50px);
}

.search-section-result > .row-grid > label {
    font-size: 18px;
    font-family: 'inter';
    color: #1C2379;
    padding: 0px;
    margin-top: 20px;
}

.header-search-input {
    width: 90%;
    border-radius: 10px;
    border: none;
    padding: 7px 12px 7px 40px;
    height: 45px;
}

.search-section-header button {
    width: 90%;
    border-radius: 10px;
    border: none;
    padding: 10px;
    margin-top: 10px;
    background: rgb(33, 150, 243);
    /*background: linear-gradient(90deg, rgba(33, 150, 243, 1) 0%, rgba(63, 81, 181, 1) 100%);*/
    color: white;
    font-weight: bold;
}
/* ================== End Search ================== */

/* ================== History ================== */
.history-section {
    max-width: 500px;
    margin: 0px auto 80px;
    background-image: url(../../../../../assets/images/wibufans/sample/example-banner.png);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 100vh;
    padding-top: 240px;
}
.history-section-header {
    margin: 0px auto;
    background-color: #FFF;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    border: 1px solid #ddd;
    border-radius: 10px;
    width: calc(100% - 50px);
    text-align: center;
    color: #1C2379;
    padding: 20px 0px 10px;
}
.history-section-header > label {
    font-family: 'inter-bold';
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #1C2379;
    padding: 10px 0px 0px;
}

.history-section > .row-grid > ul {
    width: calc( 100% - 50px );
    margin: 0px auto;
    padding: 10px 0px 80px;
}

.history-section > .row-grid > ul li {
    list-style: none;
    width: 30%;
    margin: 5px 1%;
    display: inline-flex;
}

.history-section > .row-grid > ul li > a img {
    width: 100%;
    border-radius: 10px;
}

.history-section > .transaction-list {
    font-family: 'inter';
    width: calc( 100% - 50px );
    margin: 0px auto;
    padding: 10px 0px 80px;
}

.history-section > .transaction-list > p {
    text-align: center;
}
/* ================== End History ================== */

/* ================== Premium Access ================== */
.tabcontent > h1 {
    font-size: 20px;
    font-family: "inter-bold";
    color: #1C2379;
    padding: 20px 20px 10px;
    margin: 0px;
}
.menu-tab-buttons {
    display: flex;
    /* width: calc(100% - 20px); */
    width: 100%;
    /* margin: 0 auto; */
    /*padding:  10vh 10px 18px;*/
    
    background: black;
    justify-content: space-between;
    align-items: center;
}

.menu-tab-btn {
    width: 50%;
    border: none;
    padding: 10px;
    font-family: 'inter';
    color: #000;
}
.menu-tab-btn:focus {
    outline: none;
}

.menu-tab-btn.tab-selected {
    font-family: 'inter';
    color: #FFF;
    background: rgb(33, 150, 243);
    background: linear-gradient(90deg, rgba(33, 150, 243, 1) 0%, rgba(63, 81, 181, 1) 100%);
}

ul.direct-topup-list {
    list-style: none;
    text-decoration: none;
    width: 100%;
    display: grid;
    padding: 0;
    margin: 0px auto;
    width: 370px;
}

ul.direct-topup-list > li.low {
    background: rgb(205, 220, 57);
    background: linear-gradient(90deg, rgba(205, 220, 57, 1) 0%, rgba(0, 150, 136, 1) 100%);
    /*width: calc( 100% - 20px );*/
    width: 100%;
    min-height: 120px;
    margin: 5px auto;
    padding: 20px 0px;
    cursor: pointer;
    border-radius: 10px;
}

ul.direct-topup-list > li.medium {
    background: rgb(33, 150, 243);
    background: linear-gradient(90deg, rgba(33, 150, 243, 1) 0%, rgba(63, 81, 181, 1) 100%);
    /*width: calc( 100% - 20px );*/
    width: 100%;
    min-height: 120px;
    margin: 5px auto;
    padding: 20px 0px;
    cursor: pointer;
    border-radius: 10px;
}

ul.direct-topup-list > li.high {
    background: rgb(255, 152, 0);
    background: linear-gradient(90deg, rgba(255, 152, 0, 1) 0%, rgba(233, 30, 99, 1) 100%);
    /*width: calc( 100% - 20px );*/
    width: 100%;
    min-height: 120px;
    margin: 5px auto;
    padding: 20px 0px;
    cursor: pointer;
    border-radius: 10px;
}
.topup {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% - 40px);
    margin: 10px auto;
}

.topup-container {
    position: relative;
    width: 30%;
    margin: 10px 0;
}

.topup-container img {
    width: 100%;
}

.topup-container p {
    position: absolute; 

    top: 45%;
    left: 45%;
    -webkit-transform: translate(-45%, 45%);
    transform: translate(-45%, -45%);

    margin: 0;
    padding: 0;

    font-size: 16px;
    color: white;
    font-family: "inter-bold";
}

.direct-topup-left {
    /*width: 300px;*/
}
.direct-topup-left > h2 {
    font-family: "inter-bold";
    font-size: 16px;
    color: white;   
    padding: 0px 0px 0px 20px;
    margin: 0px;
}
.direct-topup-left > label {
    font-family: "inter";
    font-size: 14px;
    margin-left: 20px;
    color: #f3f3f3;
}
.direct-topup-right {
    width: 220px;
    display: grid;
}
.direct-topup-right > label.price {
    font-family: "inter-bold";
    font-size: 24px;
    color: #FFF;
    padding: 0px 0px 0px 20px;
    margin-top: 10px;
}

.direct-topup-right > label.discount {
    font-size: 9px;
    text-align: right;
    color: #7b7676;
    padding: 0px 10px;
    margin: 0px;
    text-decoration: line-through;
}
/* ================== End Premium Access ================== */

/* ================== Payment Channel ================== */
ul.payment-channel {
    padding: 0px;
    margin: 20px auto;
    width: 270px;
}
ul.payment-channel > li {
    display: inline-flex;
    width: 75px;
    height: 75px;
    margin: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    border: 1px solid #ddd;
    border-radius: 10px;
}
ul.payment-channel > li > a > img {
    width: 75px;
}
/* ================== End Payment Channel ================== */

/* ================== Notification ================== */
.notification-section {
    max-width: 500px;
    margin: 0px auto 80px;
    background-image: url(../../../../../assets/images/wibufans/sample/example-banner.png);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 100vh;
    padding-top: 200px;
}
.notification-section-header {
    margin: 0px auto;
    background-color: #FFF;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    border: 1px solid #ddd;
    border-radius: 10px;
    width: calc(100% - 50px);
    font-family: 'inter-bold';
    text-align: center;
    font-size: 24px;
    color: #1C2379;
    padding: 20px 0px 10px;
}
.section-notification-list {

}
.section-notification-list > .row-grid {
    width: calc( 100% - 50px );
    margin: 0px auto;
}
.section-notification-list > .row-grid ul {
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.section-notification-list > .row-grid ul > li {
    padding: 10px 15px;
    border-radius: 10px;
    background-color: #FFF;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    border: 1px solid #ddd;

}
.section-notification-list > .row-grid ul > li .title {
    font-size: 14px;
    font-family: "inter-bold";
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #1F2D3D;
    width: 100%;
    
}
.section-notification-list > .row-grid ul > li .message {
    font-size: 12px;
    font-family: "inter";
    text-overflow: ellipsis;
    white-space: wrap;
    overflow: hidden;
    width: 100%;
    height: 35px;
    color: #6A7481;
    margin: 0px;
}
.section-notification-list > .row-grid ul > li .time {
    font-size: 11px;
    font-family: "inter";
    color: #6A7481;
    margin: 0px;
}
#notification-modal #title-notification {
    color: #6A7481;
    font-size: 14px;
    font-family: "inter-bold";
    width: 100%;
}
#notification-modal #time-notification {
    color: #6A7481;
    font-size: 11px;
    font-family: "inter";
    width: 100%;
}
#notification-modal #message-notification {
    color: #6A7481;
    font-size: 12px;
    font-family: "inter";
}

/* ================== End Notification ================== */

/* ================== Modal ================== */

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
}

/* Modal Content */
.modal-content {
  position: fixed !important;
  bottom: 0 !important;
  background-color: #fefefe !important;
  width: 100% !important;
  -webkit-animation-name: slideIn !important;
  -webkit-animation-duration: 0.4s !important;
  animation-name: slideIn !important;
  animation-duration: 0.4s !important;
  border-radius: 20px 20px 0 0 !important;
}

.modal-body {padding: 20px;}

/* Add Animation */
@-webkit-keyframes slideIn {
  from {bottom: -300px; opacity: 0} 
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}


.modal-body .modal-title {
    text-align: center;
    font-family: "inter-bold";
    width: 100%;
    font-size: 16px;
}
.modal-body .modal-button {
    width: 100%;
    color: #FFF;
    border: none;
    border-radius: 20px;
    font-size: 16px;
    padding: 12px 16px;
    text-align: center;
    background: rgb(33, 150, 243);
    background: linear-gradient(90deg, rgba(33, 150, 243, 1) 0%, rgba(63, 81, 181, 1) 100%);
}
.modal-body .modal-button-close {
    width: 100%;
    color: #1F2D3D;
    background-color: #FFF;
    border: #1F2D3D solid thin;;
    border-radius: 20px;
    font-size: 16px;
    padding: 12px 16px;
}
ul.modal-list {
    padding: 10px 10px;
}
ul.modal-list > li {
    list-style: none;
    font-size: 16px;
    padding: 3px 0px;
}
ul.modal-list > li > label{
    padding: 0px;
    margin: 0px;
}
ul.modal-list > li > input {
    float: right;
    position: relative;
    top: 5px;
    width: 25px;
}
/* ================== End Modal ================== */

/* ================== Footer Menu ================== */

footer {
    position: fixed;
    width: 100%;
    max-width: 500px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: #FFD157;
    display: flex;
    z-index: 9;
}

footer ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0;
    padding: 0;
    width: 100%;
}

footer ul li {
    margin: 10px 0;
}

footer ul li a {
    font-family: "inter";
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #846A23;
    font-size: 10px;
    max-width: 60px;
}

footer ul li a:hover {
    outline: none;
    color: #846A23;
    text-decoration: none;
}

footer ul li a.active {
    font-family: "inter-bold";
    color: #000;
}

footer ul li a img {
    width: 28px;
    max-width: 28px;
}

/* ================== End Footer Menu ================== */

/* Margin */
.mt-1 {margin-top: 1px;}
.mt-2 {margin-top: 2px;}
.mt-3 {margin-top: 3px;}
.mt-5 {margin-top: 5px;}
.mt-10 {margin-top: 10px;}
.mt-15 {margin-top: 15px;}
.mt-20 {margin-top: 20px;}
.mt-25 {margin-top: 25px;}
.mt-30 {margin-top: 30px;}
/* End of Margin */

/* Padding */
.pt-1 {padding-top: 1px;}
.pt-2 {padding-top: 2px;}
.pt-3 {padding-top: 3px;}
.pt-5 {padding-top: 5px;}
.pt-10 {padding-top: 10px;}
.pt-15 {padding-top: 15px;}
.pt-20 {padding-top: 20px;}
.pt-25 {padding-top: 25px;}
.pt-30 {padding-top: 30px;}

.pb-1 {padding-bottom: 1px;}
.pb-2 {padding-bottom: 2px;}
.pb-3 {padding-bottom: 3px;}
.pb-5 {padding-bottom: 5px;}
.pb-10 {padding-bottom: 10px;}
.pb-15 {padding-bottom: 15px;}
.pb-20 {padding-bottom: 20px;}
.pb-25 {padding-bottom: 25px;}
.pb-30 {padding-bottom: 30px;}

.pd-1 {padding: 1px;}
.pd-2 {padding: 2px;}
.pd-3 {padding: 3px;}
.pd-5 {padding: 5px;}
.pd-10 {padding: 10px;}
.pd-15 {padding: 15px;}
.pd-20 {padding: 20px;}
.pd-25 {padding: 25px;}
.pd-30 {padding: 30px;}
/* End of Padding */


@media only screen and (max-width: 500px) {
    .data-content-lists li {
        height: min-content;
        margin-bottom: -130px;
    }
    .data-content-lists li.video {
        height: 420px;
    }
}