.nounderline {
    text-decoration: none !important
}

a {
    text-decoration: none !important;
}
a:hover {
    text-decoration: none;
    background-color: transparent;
    color:#fff;
}

.character-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    grid-gap: 20px;
}

.summon-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    grid-gap: 25px;
}

.chara-listing.name {
    cursor: pointer;
}
.character-thumb {
    position: relative;
    display: inline-block;
    width: 190px;
    background-color: #0f0f17;
    border-radius: 5px 5px 5px 5px;
    background-repeat: no-repeat;
    background-size: 160px 180px;
}
.character-thumb > div {
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    max-width: none;
}

.character-thumb > .carder {
    position: relative;
    width: 190px;
    height: 190px;
    overflow: hidden;
    margin-bottom: -33px;
    transform: translate(-2px, 0px);
}


.character-thumb > .character1 {
    position: absolute;
    max-width: 190px;
    height: 190px;
    overflow: hidden;
    margin-bottom: -33px;
    animation-name: fade;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 6s;
    animation-direction: alternate;
}
.character-thumb > .character2 {
    position: relative;
    max-width: 190px;
    height: 190px;
    overflow: hidden;
    margin-bottom: -33px;
    animation-name: fade;
    animation-delay: 0s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 6s;
    animation-direction: alternate-reverse;
}

@-webkit-keyframes fade2 {
    0% {
        opacity: 1;
      }
      20% {
        opacity: 1;
      }
      34% {
        opacity: 0;
      }
      88% {
        opacity: 0;
      }
      100% {
        opacity: 1;
      }
}

@keyframes fade2 {
    0% {
        opacity: 1;
      }
      20% {
        opacity: 1;
      }
      34% {
        opacity: 0;
      }
      88% {
        opacity: 0;
      }
      100% {
        opacity: 1;
      }
}

.character-thumb > .Synccharacter1 {
    position: absolute;
    max-width: 190px;
    height: 190px;
    overflow: hidden;
    left: 0;
    margin-bottom: -33px;
    -webkit-animation-name: fade2;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 12s;
    animation-name: fade2;
    animation-iteration-count: infinite;
    animation-duration: 12s;
}

.character-thumb > .Synccharacter2 {
    position: relative;
    max-width: 190px;
    height: 190px;
    left: 0;
    overflow: hidden;
    margin-bottom: -33px;
    -webkit-animation-name: fade2;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 12s;
    -webkit-animation-delay: -8s; /* Start after 1st character */
    animation-name: fade2;
    animation-iteration-count: infinite;
    animation-duration: 12s;
    animation-delay: -8s; /* Start after 1st character */
}

.character-thumb > .Synccharacter3 {
    position: absolute;
    max-width: 190px;
    height: 190px;
    left: 0;
    overflow: hidden;
    margin-bottom: -33px;
    -webkit-animation-name: fade2;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 12s;
    -webkit-animation-delay: -4s; /* Start after 2nd character */
    animation-name: fade2;
    animation-iteration-count: infinite;
    animation-duration: 12s;
    animation-delay: -4s; /* Start after 2nd character */
}

.character-thumb > .SyncName1 {
    width: 190px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    transform: translate(0px, 0px);
    -webkit-animation-name: fade2;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 12s;
    animation-name: fade2;
    animation-iteration-count: infinite;
    animation-duration: 12s;
}

.character-thumb > .SyncName2 {
    width: 190px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    transform: translate(0px, 0px);
    -webkit-animation-name: fade2;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 12s;
    -webkit-animation-delay: -8s; /* Start after 1st character */
    animation-name: fade2;
    animation-iteration-count: infinite;
    animation-duration: 12s;
    animation-delay: -8s; /* Start after 1st character */
}

.character-thumb > .SyncName3 {
    width: 190px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    transform: translate(0px, 0px);
    -webkit-animation-name: fade2;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 12s;
    -webkit-animation-delay: -4s; /* Start after 2nd character */
    animation-name: fade2;
    animation-iteration-count: infinite;
    animation-duration: 12s;
    animation-delay: -4s; /* Start after 2nd character */
}

.character-thumb > .SyncName4 {
    width: 190px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    transform: translate(0px, 0px);
    opacity: 1; /* Initially visible */
    animation-name: fade2;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 12s;
}

.character-thumb > .SyncName5 {
    width: 190px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    transform: translate(0px, 0px);
    opacity: 0; /* Initially hidden */
    animation-name: fade2;
    animation-delay: -4.25s; /* Start after Synccharacter2 fades to Synccharacter3 */
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 12s; /* Adjust duration as needed */
}


.character-thumb > .backing {
    position: absolute;
    width: 192px;
    height: 65px;
    background-size: 190px 64px;
    transform: translate(0px, 98px);
}

.character-thumb > .backing.tagback1 {
    clip-path: inset(0 95px 0 0);
    -webkit-clip-path: inset(0 95px 0 0);
    overflow: hidden;

}
.character-thumb > .backing.tagback2 {
    clip-path: inset(0 0 0 95px);
    -webkit-clip-path: inset(0 0 0 95px);
    overflow: hidden;
}

.character-thumb > .backing.traittagback1 {
    clip-path: inset(0 75px 0 0);
    -webkit-clip-path: inset(0 75px 0 0);
    overflow: hidden;

}
.character-thumb > .backing.traittagback1 {
    clip-path: inset(0 0 0 75px);
    -webkit-clip-path: inset(0 0 0 75px);
    overflow: hidden;
}

.character-thumb > .backing.red {
    background-image: url('/assets/icon_elements/Chara_pltCharaIconAttributeRED.webp');
}
.character-thumb > .backing.blu {
    background-image: url('/assets/icon_elements/Chara_pltCharaIconAttributeBLU.webp');
}
.character-thumb > .backing.pur {
    background-image: url('/assets/icon_elements/Chara_pltCharaIconAttributePUR.webp');
}
.character-thumb > .backing.yel {
    background-image: url('/assets/icon_elements/Chara_pltCharaIconAttributeYEL.webp');
}
.character-thumb > .backing.grn {
    background-image: url('/assets/icon_elements/Chara_pltCharaIconAttributeGRN.webp');
}
.character-thumb > .backing.lgt {
    background-image: url('/assets/icon_elements/Chara_pltCharaIconAttributeLGT.webp');
}
.character-thumb > .backing.drk {
    background-image: url('/assets/icon_elements/Chara_pltCharaIconAttributeDRK.webp');
}
.character-thumb > .backing.Supporter {
    background-image: url('/assets/icon_elements/Cmn_pltPartySupport4.webp');
}
.character-thumb > .rarity {
    width: 64px;
    height: 40px;
    background-size: 64px 40px;
    transform: translate(-2px, 115px);
}
.character-thumb > .rarity.ULTRA {
    background-image: url('/assets/icon_elements/MChaIco_txtRarityUL.webp');
}
.character-thumb > .rarity.SPARKING {
    background-image: url('/assets/icon_elements/MChaIco_txtRaritySP.webp');
}
.character-thumb > .rarity.EXTREME {
    background-image: url('/assets/icon_elements/MChaIco_txtRarityEX.webp');
}
.character-thumb > .rarity.HERO {
    background-image: url('/assets/icon_elements/MChaIco_txtRarityHE.webp');
}
.character-thumb > .rarity.SUPPORTER {
    width: 120px !important;
    height: 38px !important;
    background-size: 120px 38px !important;
    transform: translate(-2px, 122px);
    background-image: url('/assets/icon_elements/MChaIco_txtSupporterNormal.png');
}
.character-thumb > .isNew {
    position: absolute;
    width: 65px;
    height: 33px;
    background-size: 65px 33px;
    background-image: url('/assets/gasha_texts/Gas_txtNew.webp');
    transform: translateZ(0);
    top: 22px;
    animation: isNewbounce 1s infinite;
}

.character-thumb > .isNewZenkai {
    position: absolute;
    width: 65px;
    height: 33px;
    background-size: 65px 33px;
    background-image: url('/assets/gasha_texts/Gas_txtZenkaiNew.webp');
    transform: translateZ(0);
    top: 22px;
    animation: isNewbounce 1s infinite;
}

@keyframes isNewbounce {
    0%, 100% {
        transform: translateZ(0) scale(1);
    }

    50% {
        transform: translateZ(-5px) scale(1.1);
    }
}
.character-thumb > .lfbanner {
    width: 162px;
    height: 32px;
    background-size: 162px 32px;
    background-image: url('/assets/icon_elements/CharaInfo_icnLimitedPlate.webp');
    transform: translate(25px, 125px);
}

.character-thumb > .zenkaiicon {
    width: 65px;
    height: 50px;
    background-size: 65px 50px;
    background-image: url('/assets/icon_elements/CharaInfo_icnPlentySymbol.webp');
    transform: translate(0px, 20px);
}

.character-thumb > .homezenkaiicon {
    width: 60px;
    height: 45px;
    background-size: 60px 45px;
    background-image: url('/assets/icon_elements/CharaInfo_icnPlentySymbol.webp');
    transform: translateZ(0);
    top: 90px;
    left: 126px;
    animation: isNewbounce 1s infinite;
}

.character-thumb > .tagicon {
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    background-image: url('/assets/icon_elements/MChaIco_icnTagChange.webp');
    transform: translate(2px, 88px);
}

.character-thumb > .Syncicon {
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    background-image: url('/assets/icon_elements/MChaIco_icnSynchro_On.webp');
    transform: translate(24px, 88px);
}
.character-thumb > .SynciconTransform {
    position: absolute;
    width: 28px;
    height: 30px;
    background-size: 28px 30px;
    background-image: url('/assets/icon_elements/HUD_icnTransform.webp');
    transform: translate(24px, 88px);
}
.character-thumb > .transformicon {
    width: 31px;
    height: 35px;
    background-size: 31px 35px;
    background-image: url('/assets/icon_elements/HUD_icnTransform.webp');
    transform: translate(2px, 84px);
}

.character-thumb > .lfname {
    font-family: DBLegends;
    width: 162px;
    transform: translate(28px,133.49px);
}

.character-thumb > .name {
    width: 190px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    transform: translate(0px, 0px);
}

.character-thumb > .MainName {
    width: 190px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    transform: translate(0px, 0px);
    animation-name: fade;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 6s;
    animation-direction: alternate;
}

.character-thumb > .FormName {
    width: 190px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    transform: translate(0px, 0px);
    animation-name: fade;
    animation-delay: 0s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 6s;
    animation-direction: alternate-reverse;
}

.character-thumb > .FormName {
    opacity: 0; /* Start with name2 hidden */
}


.character-thumb > .rates {
    width: 190px;
    position: absolute;
    transform: translate(0px, 25px);
}

.character-thumb > .zpower {
    width: 190px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    transform: translate(100px, 25px);
}

.zoom {
    transition: transform .2s;
}

.zoom:hover {
    -ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari 3-8 */
    transform: scale(1.05);
}


.chara-cutin img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.chara-cutin .cardoverlay {
    position: relative;
    line-height: 0;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    border-radius: 15px;
    background-position: center; 
}
.chara-cutin .common-bg {
    background-image: url("/assets/scouter_bg_common.webp") ;
}
.chara-cutin .ultra-bg {
    background-image: url("/assets/scouter_bg_ultra.webp");
}
.chara-cutin .zenkai-bg {
    background-image: url("/assets/scouter_bg_zenkai.webp");
}
.chara-cutin .supporter-bg {
    background-image: url("/assets/scouter_bg_supporter.webp");
}
.chara-cutin .cardoverlay:before {
    content: '';
    display: block;
    padding-bottom: 50%
}

.chara-cutin .cutin {
    position: absolute;
    top: 25%;
    transform: scale(2);
}
.chara-cutin .supportercutin {
    position: absolute;
    top: 25%;
    left: 25%;
    transform: scale(2);
}
@media only screen and (min-width: 480px) {
    .chara-cutin .cardoverlay:before {
        padding-bottom:37.5%
    }

    .chara-cutin .cutin {
        position: absolute;
        top: 17%;
        transform: scale(1.55)
    }
    .chara-cutin .supportercutin {
        position: absolute;
        top: 12%;
        left: 25%;
        transform: scale(1.55);

    }
}

@media only screen and (min-width: 720px) {
    .chara-cutin .cardoverlay:before {
        padding-bottom:25%
    }

    .chara-cutin .cutin {
        position: absolute;
        top: 0;
        transform: none
    }
    .chara-cutin .supportercutin {
        position: absolute;
        top: -22%;
        left: 25%;
        transform: scale(1);
    }
}
.chara-cutin .cardoverlay .name {
    position: absolute;
    line-height: 0;
    bottom: 10%;
    left: 2%;
    flex-wrap: wrap;
    text-shadow: 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black; /* Add multiple shadows to create the stroke effect */
    color: white; /* Set the text color */
}

.chara-cutin .cardoverlay .name:before {
    display: block;
    content: '';
}

/* Adjust font size based on width using media queries */
@media (max-width: 600px) {
    .chara-cutin .cardoverlay .name {
        font-size: 14px;
    }
}

@media (min-width: 601px) and (max-width: 900px) {
    .chara-cutin .cardoverlay .name {
        font-size: 21px;
    }
}

@media (min-width: 901px) {
    .chara-cutin .cardoverlay .name {
        font-size: 30px;
    }
}



.chara-cutin .cardoverlay .cardNUM {
    position: absolute;
    line-height: 0;
    top: 10%;
    right: 2%;
    flex-wrap: wrap;
    text-shadow: 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black; /* Add multiple shadows to create the stroke effect */
    color: white; /* Set the text color */
}

.chara-cutin .cardoverlay .cardNUM:before {
    display: block;
    content: '';
}

/* Adjust font size based on width using media queries */
@media (max-width: 600px) {
    .chara-cutin .cardoverlay .cardNUM {
        font-size: 14px;
    }
}

@media (min-width: 601px) and (max-width: 900px) {
    .chara-cutin .cardoverlay .cardNUM {
        font-size: 21px;
    }
}

@media (min-width: 901px) {
    .chara-cutin .cardoverlay .cardNUM {
        font-size: 30px;
    }
}



.chara-cutin .cardoverlay .rarity {
    position: absolute;
    line-height: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0;
}

.chara-cutin .cardoverlay .rarity:before {
    display: block;
    content: '';
    padding-bottom: 25%
}
.chara-cutin .cardoverlay .rarity.ULTRA {
    bottom: 5%;
    right: -2%;
    width: 35%;
    max-width: 250px;
    background-image: url('/assets/rarity_icons/Gas_txtRarity_ULTRA.webp');
}
.chara-cutin .cardoverlay .rarity.SPARKING {
    bottom: 5%;
    right: 2%;
    width: 30%;
    max-width: 250px;
    background-image: url('/assets/rarity_icons/Gas_txtRarity_SPARKING.webp');
}
.chara-cutin .cardoverlay .rarity.EXTREME {
    bottom: 5%;
    right: 1%;
    width: 30%;
    max-width: 250px;
    background-image: url('/assets/rarity_icons/Gas_txtRarity_EXTREME.webp');
}
.chara-cutin .cardoverlay .rarity.HERO {
    bottom: 5%;
    right: -2%;
    width: 30%;
    max-width: 250px;
    background-image: url('/assets/rarity_icons/Gas_txtRarity_HERO.webp');
}
.chara-cutin .cardoverlay .rarity.SUPPORTER {
    bottom: 5%;
    right: 0%;
    width: 30%;
    max-width: 250px;
    background-image: url('/assets/rarity_icons/Gas_txtRarity_SUPPORTER.webp');
}
.chara-cutin .cardoverlay .element {
    position: absolute;
    line-height: 0;
    top: 5%;
    left: 2%;
    width: 15%;
    max-width: 100px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0;
}

.chara-cutin .cardoverlay .element:before {
    display: block;
    content: '';
    padding-bottom: 54.1666667%
}

.chara-cutin .cardoverlay .element.RED {
    background-image: url('/assets/element_icons/Cmn_icnAttributeRED1.webp')
}
.chara-cutin .cardoverlay .element.BLU {
    background-image: url('/assets/element_icons/Cmn_icnAttributeBLU1.webp')
}
.chara-cutin .cardoverlay .element.GRN {
    background-image: url('/assets/element_icons/Cmn_icnAttributeGRN1.webp')
}
.chara-cutin .cardoverlay .element.YEL {
    background-image: url('/assets/element_icons/Cmn_icnAttributeYEL1.webp')
}
.chara-cutin .cardoverlay .element.PUR {
    background-image: url('/assets/element_icons/Cmn_icnAttributePUR1.webp')
}
.chara-cutin .cardoverlay .element.REV_RED {
    background-image: url('/assets/element_icons/Cmn_icnAttributeRED3.webp')
}
.chara-cutin .cardoverlay .element.REV_BLU {
    background-image: url('/assets/element_icons/Cmn_icnAttributeBLU3.webp')
}
.chara-cutin .cardoverlay .element.REV_GRN {
    background-image: url('/assets/element_icons/Cmn_icnAttributeGRN3.webp')
}
.chara-cutin .cardoverlay .element.REV_YEL {
    background-image: url('/assets/element_icons/Cmn_icnAttributeYEL3.webp')
}
.chara-cutin .cardoverlay .element.REV_PUR {
    background-image: url('/assets/element_icons/Cmn_icnAttributePUR3.webp')
}
.chara-cutin .cardoverlay .element.LGT {
    background-image: url('/assets/element_icons/Cmn_icnAttributeLGT1.webp')
}
.chara-cutin .cardoverlay .element.DRK {
    background-image: url('/assets/element_icons/Cmn_icnAttributeDRK1.webp')
}

.chara-cutin .cardoverlay .tagequips {
    position: absolute;
    line-height: 0;
    top: 60%;
    left: 0%;
    width: 10%;
    max-width: 100px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0;
}

.chara-cutin .cardoverlay .tagequips:before {
    display: block;
    content: '';
}

@media (max-width: 600px) {
    .chara-cutin .cardoverlay .tagequips {
        top: 30%;
    }
}

@media (min-width: 601px) and (max-width: 719px) {
    .chara-cutin .cardoverlay .tagequips {
        top: 30%;
    }
}
@media (min-width: 720px) and (max-width: 903px) {
    .chara-cutin .cardoverlay .tagequips {
        top: 30%;
    }
}
@media (min-width: 904px) and (max-width: 1050px) {
    .chara-cutin .cardoverlay .tagequips {
        top: 40%;
    }
}
@media (min-width: 1051px) {
    .chara-cutin .cardoverlay .tagequips {
        top: 45%;
    }
}
.chara-cutin .cardoverlay .assets {
    position: absolute;
    line-height: 0;

    left: 0%;
    width: 10%;
    max-width: 100px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0;
}

.chara-cutin .cardoverlay .assets:before {
    display: block;
    content: '';

}

@media (max-width: 600px) {
    .chara-cutin .cardoverlay .assets {
        top: 52%;
    }
}

@media (min-width: 601px) and (max-width: 719px) {
    .chara-cutin .cardoverlay .assets {
        top: 55%;
    }
}
@media (min-width: 720px) and (max-width: 903px) {
    .chara-cutin .cardoverlay .assets {
        top: 50%;
    }
}
@media (min-width: 904px) and (max-width: 1050px) {
    .chara-cutin .cardoverlay .assets {
        top: 55%;
    }
}
@media (min-width: 1051px) {
    .chara-cutin .cardoverlay .assets {
        top: 60%;
    }
}

.chara-cutin .cardoverlay .gashalist {
    position: absolute;
    line-height: 0;
    width: 10%;
    max-width: 40px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0;
}

.chara-cutin .cardoverlay .gashalist:before {
    display: block;
    content: '';

}


@media (max-width: 600px) {
    .chara-cutin .cardoverlay .gashalist {
        top: 52%;
        left: 8%;
    }
}

@media (min-width: 601px) and (max-width: 719px) {
    .chara-cutin .cardoverlay .gashalist {
        top: 55%;
        left: 7.5%;
    }
}
@media (min-width: 720px) and (max-width: 903px) {
    .chara-cutin .cardoverlay .gashalist {
        top: 50%;
        left: 7%;
    }
}
@media (min-width: 904px) and (max-width: 1050px) {
    .chara-cutin .cardoverlay .gashalist {
        top: 55%;
        left: 7%;
    }
}
@media (min-width: 1051px) {
    .chara-cutin .cardoverlay .gashalist {
        top: 60%;
        left: 6%;
    }
}

.chara-cutin .cardoverlay .LF {
    position: absolute;
    line-height: 0;
    top: 75%;
    left: 0;
    width: 85%;
    max-width: 650px;
    max-height: 30px;
    background-image: url('/assets/icon_elements/lfbanner.webp');
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0;
}

.chara-cutin .cardoverlay .LF:before {
    display: block;
    content: '';
    padding-bottom: 54.1666667%
}
@media (max-width: 600px) {
    .chara-cutin .cardoverlay .LF {
        top: 75%;
    }
}

@media (min-width: 601px) and (max-width: 900px) {
    .chara-cutin .cardoverlay .LF {
        top: 72%;
    }
}

@media (min-width: 901px) {
    .chara-cutin .cardoverlay .LF {
        top: 72%;
    }
}

.chara-cutin .cardoverlay .zenkaipush {
    position: absolute;
    line-height: 0;
    bottom: 25%;
    right: 2%;
    width: 20%;
    max-width: 80px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0;

}.chara-cutin .cardoverlay .zenkaipush:before {
     display: block;
     content: '';

 }

.chara-cutin .cardoverlay .zenkaiFormpush1 {
    position: absolute;
    line-height: 0;
    bottom: 28%;
    right: 5px;
    width: 18%;
    max-width: 80px;
    padding: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0;

}.chara-cutin .cardoverlay .zenkaiFormpush1:before {
     display: block;
     content: '';
     padding: 0;
 }

.chara-cutin .cardoverlay .zenkaiFormpush2 {
    position: absolute;
    line-height: 0;
    bottom: 140px;
    right: 18px;
    width: 14%;
    max-width: 50px;
    padding: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0;

}.chara-cutin .cardoverlay .zenkaiFormpush2:before {
     display: block;
     content: '';
     margin-right: 0;
     padding: 0;

 }
@media (min-width: 301px) and (max-width: 600px) {
    .chara-cutin .cardoverlay .zenkaiFormpush2 {
        right: 12px;
        bottom: 110px;
    }
}

@media (min-width: 601px) and (max-width: 900px) {
    .chara-cutin .cardoverlay .zenkaiFormpush2 {
        right: 18px;
        bottom: 110px;
    }
}

@media (min-width: 901px) {
    .chara-cutin .cardoverlay .zenkaiFormpush2 {
        right: 19px;

    }
}
.chara-cutin .cardoverlay .formpush {
    position: absolute;
    line-height: 0;
    bottom: 25%;
    right: 2%;
    width: 14%;
    max-width: 50px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0;

}.chara-cutin .cardoverlay .formpush:before {
     display: block;
     content: '';

 }

.chara-cutin .cardoverlay .switchpush {
    position: absolute;
    line-height: 0;
    bottom: 25%;
    right: 2%;
    width: 12%;
    max-width: 50px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0;

}.chara-cutin .cardoverlay .switchpush:before {
     display: block;
     content: '';

 }
 .chara-cutin .cardoverlay .synchropush {
    position: absolute;
    line-height: 0;
    bottom: 24%;
    right: 7%;
    width: 12%;
    max-width: 50px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0;

}.chara-cutin .cardoverlay .synchropush:before {
     display: block;
     content: '';

 }
 @media (min-width: 301px) and (max-width: 600px) {
    .chara-cutin .cardoverlay .synchropush {
        right: 54px;
        bottom: 24%;
    }
}

@media (min-width: 601px) and (max-width: 900px) {
    .chara-cutin .cardoverlay .synchropush {
        right: 58px;
        bottom: 26%;

    }
}

@media (min-width: 901px) {
    .chara-cutin .cardoverlay .synchropush {
        right: 7%;
        bottom: 24%;

    }
}
 .toggleStatButton {
    position: absolute;
    right: 0.65%; /* Align text to the left edge of the container */
    font-size: 24px;
    color: #fff;
    top: 2px;
}

#toggleStatButton {
    transition: transform 0.5s ease-out;
}
.statbounce {
    animation-name: statbounce;
    animation-duration: 0.25s;
}

@keyframes statbounce {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.85);
    }
    100% {
        transform: scale(1);
    }
}
 .ability-header {
    background: 
    linear-gradient(to right, #11141b00, #11141b),
    url('/assets/indexbg.png'),
    linear-gradient(to left, #11141b00, #11141b80);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    width: 100%;
    height: 34px;
    text-align: left;
    position: relative;
  }
  .u-ability-header {
    background: 
    linear-gradient(to right, #11141b00, #11141b),
    url('/assets/indexbg_u.png'),
    linear-gradient(to left, #11141b00, #11141b80);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    width: 100%;
    height: 34px;
    text-align: left;
    position: relative;
  }
  .lz-ability-header {
    background: 
    linear-gradient(to right, #11141b00, #11141b),
    url('/assets/indexbg_llz.png'),
    linear-gradient(to left, #11141b00, #11141b80);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    width: 100%;
    height: 34px;
    text-align: left;
    position: relative;
  }
  .zenkai-ability-header {
    background: 
    linear-gradient(to right, #11141b00, #11141b),
      url('/assets/indexbg_zenkai.png'),
      linear-gradient(to left, #11141b00, #11141b80);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    width: 100%;
    height: 34px;
    text-align: left;
    position: relative;
  }
.top-ability-header {
    background: 
    linear-gradient(to right, #11141b00, #11141b),
      url('/assets/tact_head.png'),
      linear-gradient(to left, #11141b00, #11141b80);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    width: 100%;
    height: 34px;
    text-align: left;
    position: relative;
  }
  .ability-name {
    position: absolute;
    top: 50%;
    left: 0.65%; /* Align text to the left edge of the container */
    transform: translateY(-50%);
    font-size: 24px;
    color: #fff;
  }

  .character-container-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    grid-gap: 20px;
}
.character-thumb-off {
    position: relative;
    display: inline-block;
    width: 150px;
    background-color: #0f0f17;
    border-radius: 5px 5px 5px 5px;
    background-repeat: no-repeat;
    background-size: 110px 115px;
}

.character-thumb-off > div {
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    max-width: none;
}

.character-thumb-off > .carder {
    position: relative;
    width: 140px;
    height: 140px;
    overflow: hidden;
    margin-bottom: -33px;
    transform: translate(0px, 0px);
}


.character-thumb-off > .character1 {
    position: absolute;
    max-width: 140px;
    height: 140px;
    overflow: hidden;
    margin-bottom: -33px;
    animation-name: fade;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 6s;
    animation-direction: alternate;
}
.character-thumb-off > .character2 {
    position: relative;
    max-width: 140px;
    height: 140px;
    overflow: hidden;
    margin-bottom: -33px;
    animation-name: fade;
    animation-delay: 0s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 6s;
    animation-direction: alternate-reverse;
}
.character-thumb-off > .Synccharacter1 {
    position: absolute;
    max-width: 140px;
    height: 140px;
    overflow: hidden;
    left: 0;
    margin-bottom: -33px;
    -webkit-animation-name: fade2;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 12s;
    animation-name: fade2;
    animation-iteration-count: infinite;
    animation-duration: 12s;
}

.character-thumb-off > .Synccharacter2 {
    position: relative;
    max-width: 140px;
    height: 140px;
    left: 0;
    overflow: hidden;
    margin-bottom: -33px;
    -webkit-animation-name: fade2;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 12s;
    -webkit-animation-delay: -8s; /* Start after 1st character */
    animation-name: fade2;
    animation-iteration-count: infinite;
    animation-duration: 12s;
    animation-delay: -8s; /* Start after 1st character */
}

.character-thumb-off > .Synccharacter3 {
    position: absolute;
    max-width: 140px;
    height: 140px;
    left: 0;
    overflow: hidden;
    margin-bottom: -33px;
    -webkit-animation-name: fade2;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 12s;
    -webkit-animation-delay: -4s; /* Start after 2nd character */
    animation-name: fade2;
    animation-iteration-count: infinite;
    animation-duration: 12s;
    animation-delay: -4s; /* Start after 2nd character */
}

.character-thumb-off > .SyncName1 {
    width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    transform: translate(0px, 0px);
    -webkit-animation-name: fade2;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 12s;
    animation-name: fade2;
    animation-iteration-count: infinite;
    animation-duration: 12s;
}

.character-thumb-off > .SyncName2 {
    width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    transform: translate(0px, 0px);
    -webkit-animation-name: fade2;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 12s;
    -webkit-animation-delay: -8s; /* Start after 1st character */
    animation-name: fade2;
    animation-iteration-count: infinite;
    animation-duration: 12s;
    animation-delay: -8s; /* Start after 1st character */
}

.character-thumb-off > .SyncName3 {
    width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    transform: translate(0px, 0px);
    -webkit-animation-name: fade2;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 12s;
    -webkit-animation-delay: -4s; /* Start after 2nd character */
    animation-name: fade2;
    animation-iteration-count: infinite;
    animation-duration: 12s;
    animation-delay: -4s; /* Start after 2nd character */
}

.character-thumb-off > .SyncName4 {
    width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    transform: translate(0px, 0px);
    opacity: 1; /* Initially visible */
    animation-name: fade2;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 12s;
}

.character-thumb-off > .SyncName5 {
    width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    transform: translate(0px, 0px);
    opacity: 0; /* Initially hidden */
    animation-name: fade2;
    animation-delay: -4.25s; /* Start after Synccharacter2 fades to Synccharacter3 */
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 12s; /* Adjust duration as needed */
}

.character-thumb-off > .backing {
    position: absolute;
    width: 152px;
    height: 45px;
    background-size: 152px 45px;
    transform: translate(0px, 74px);
}

.character-thumb-off > .backing.tagback1 {
    clip-path: inset(0 95px 0 0);
    -webkit-clip-path: inset(0 95px 0 0);
    overflow: hidden;

}
.character-thumb-off > .backing.tagback2 {
    clip-path: inset(0 0 0 95px);
    -webkit-clip-path: inset(0 0 0 95px);
    overflow: hidden;
}
.character-thumb-off > .backing.traittagback1 {
    clip-path: inset(0 74px 0 0);
    -webkit-clip-path: inset(0 74px 0 0);
    overflow: hidden;

}
.character-thumb-off > .backing.traittagback2 {
    clip-path: inset(0 0 0 74px);
    -webkit-clip-path: inset(0 0 0 74px);
    overflow: hidden;
}
.character-thumb-off > .backing.red {
    background-image: url('/assets/icon_elements/Chara_pltCharaIconAttributeRED.png');
}
.character-thumb-off > .backing.blu {
    background-image: url('/assets/icon_elements/Chara_pltCharaIconAttributeBLU.png');
}
.character-thumb-off > .backing.pur {
    background-image: url('/assets/icon_elements/Chara_pltCharaIconAttributePUR.png');
}
.character-thumb-off > .backing.yel {
    background-image: url('/assets/icon_elements/Chara_pltCharaIconAttributeYEL.png');
}
.character-thumb-off > .backing.grn {
    background-image: url('/assets/icon_elements/Chara_pltCharaIconAttributeGRN.png');
}
.character-thumb-off > .backing.lgt {
    background-image: url('/assets/icon_elements/Chara_pltCharaIconAttributeLGT.png');
}
.character-thumb-off > .rarity {
    width: 52px;
    height: 35px;
    background-size: 52px 35px;
    transform: translate(-2px, 80px);
}
.character-thumb-off > .rarity.ULTRA {
    background-image: url('/assets/icon_elements/MChaIco_txtRarityUL.png');
}
.character-thumb-off > .rarity.SPARKING {
    background-image: url('/assets/icon_elements/MChaIco_txtRaritySP.png');
}
.character-thumb-off > .rarity.EXTREME {
    background-image: url('/assets/icon_elements/MChaIco_txtRarityEX.png');
}
.character-thumb-off > .rarity.HERO {
    background-image: url('/assets/icon_elements/MChaIco_txtRarityHE.png');
}

.character-thumb-off > .lfbanner {
    width: 130px;
    height: 32px;
    background-size: 130px 32px;
    background-image: url('/assets/icon_elements/CharaInfo_icnLimitedPlate.png');
    transform: translate(22px, 85px);
}
.character-thumb-off > .isNew {
    position: absolute;
    width: 65px;
    height: 33px;
    background-size: 65px 33px;
    background-image: url('/assets/gasha_texts/Gas_txtNew.png');
    transform: translateZ(0);
    top: 22px;
    animation: isNewbounce 1s infinite;
}

@keyframes isNewbounce {
    0%, 100% {
        transform: translateZ(0) scale(1);
    }

    50% {
        transform: translateZ(-5px) scale(1.1);
    }
}
.character-thumb-off > .zenkaiicon {
    width: 45px;
    height: 32px;
    background-size: 45px 32px;
    background-image: url('/assets/icon_elements/CharaInfo_icnPlentySymbol.png');
    transform: translate(0px, 20px);
}

.character-thumb-off > .tagicon {
    position: absolute;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    background-image: url('/assets/icon_elements/MChaIco_icnTagChange.png');
    transform: translate(2px, 50px);
}
.character-thumb-off > .Syncicon {
    position: absolute;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    background-image: url('/assets/icon_elements/MChaIco_icnSynchro.webp');
    transform: translate(2px, 25px);
}
.character-thumb-off > .SynciconTransform {
    position: absolute;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    background-image: url('/assets/icon_elements/HUD_icnTransform.webp');
    transform: translate(2px, 25px);
}
.character-thumb-off > .transformicon {
    width: 24px;
    height: 28px;
    background-size: 24px 28px;
    background-image: url('/assets/icon_elements/HUD_icnTransform.png');
    transform: translate(2px, 50px);
}

.character-thumb-off > .lfname {
    font-family: DBLegends;
    width: 128px;
    transform: translate(26px,93px);
}

.character-thumb-off > .name {
    width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    text-align: center;
    transform: translate(0px, 0px);
}

.character-thumb-off > .MainName {
    width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    transform: translate(0px, 0px);
    animation-name: fade;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 6s;
    animation-direction: alternate;
}

.character-thumb-off > .FormName {
    width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    transform: translate(0px, 0px);
    animation-name: fade;
    animation-delay: 0s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 6s;
    animation-direction: alternate-reverse;
}

.character-thumb-off > .FormName {
    opacity: 0; /* Start with name2 hidden */
}
.off-zoom {
    transition: transform .2s;
    width: 150px;
}

.off-zoom:hover {
    -ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari 3-8 */
    transform: scale(1.05);
}

.card-arts {
    position: relative;
    display: inline-block;
    width: 100%; /* Adjust width to fit the page */
    max-width: 426px; /* Maximum width remains 426px */
    background-color: transparent;
    border-radius: 150px;
}

.card-arts > .character {
    z-index: 2;
}