:root {
    --fwidth-content: calc(min(18px, max(12px, 0.8vmax, 0.7vh + 0.7vw)));
    --fwidth-content-large: calc(min(20px, max(12px, 0.9vmax, 0.7vh + 0.95vw)));
    --fwidth-content-small: calc(min(16px, max(11px, 0.6vmax, 0.55vh + 0.55vw)));
    --fwidth-header: calc(min(30px, max(13px, 1.2vmax, 1.4vh + 0.4vw)));
    --fwidth: calc(min(25px, max(12px, 1vmax, 1.25vh + 0.5vw)));
    --fwidth-header-small: calc(min(25px, max(12px, 1vmax, 1.3vh + 0.5vw)));
    --fbutton: calc(min(40px, max(20px, 1.5vh + 1.5vw)));
    --fbutton-large: calc(min(50px, max(25px, 1.75vh + 2.75vw)));
    --max-width-content: calc(max(400px, min(45vmax, 70vh)));
    --max-width-content-table: calc(max(100px, min(50vmax, 80vh)));
    --max-width-header: calc(1080px + max(0px, 100vw - 4800px));
    --fwidth-h: calc(min(30px, max(13px, 1.2vmax, 1.5vh + 0.5vw)));
    --fwidth-w: calc(min(30px, max(13px, 1.1vmax, 1.2vh + 0.9vw)));
    --content-margin: calc(2% + max(0%, min(25vmax, 1vw * 20 - 1vh * 20)));
    --content-margin-scaled: calc(min(2% + max(0%, min(50vw - var(--max-width-content) / 2 ,30vmax, 1vw * 120 - 1vh * 120))));
    --button-margin: calc(max(2%, 35vw - var(--max-width-content) / 2));
    --fwidth-header-top: calc(min(45px, max(13px, 1.6vmax, 2vh + 0.7vw)));
}

body {
    --talentmatthumb: "1"
}


::placeholder {
    color: #000;
    opacity: 1;
}
::-moz-placeholder {
    color: #000;
    opacity: 1;
}
::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}
  
.details-animated[open] {
    max-height: 6em;
    max-width: 40em;
    animation: openf 1.25s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}

.hover-top-swap {
    background-color: #e2f2ff;
}

.hover-top-swap:hover span {
    display: none;
}
.hover-top-swap:hover img{
    visibility: hidden;
    display: none !important;
}
  
.hover-top-swap:hover:before {
    content: "Top";
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-top: 2px;
    z-index: inherit;
}

.tooltip {
    position: absolute;
    display: block;
    cursor: default;
    top: 0px;
    left: 0px;
}
  
.tooltip .tooltiptext {
    z-index: 1000;
}

.tooltip .tooltipStyle {
    visibility: hidden;
    padding: 0.25em 0.5em;
    background-color: #251E33;
    color: #e2f2ff;
    text-align: center;
    border-radius: 0.25em;
    white-space: nowrap;
    position: absolute;
    z-index: 1000;
    transition-property: visibility;
    transition-delay: 0.1s, 0.1s;
}


/* For automated tooltip only */

.autotip {
    position: relative;
    cursor: default;
}

.autotiptext {
    visibility: hidden;
    padding: 0.25em 0.5em;
    background-color: #251E33;
    color: #e2f2ff;
    text-align: center;
    border-radius: 0.25em;
    white-space: nowrap;
    min-width: 30px;
    min-height: 30px;
    position: relative;
    z-index: 1;
    top: 100%;
    transition-property: visibility;
    transition-delay: 0s;
}

/* End automated region */

.details-c { height: fit-content; width: 100%;}
.details-c[open] { height: fit-content;}

.details-c span {position: absolute; top: 0; bottom: 10%;}
.summary-c {position: relative; bottom: 0;}
details ::-webkit-details-marker
{
    display: none;
}

summary {
    display: block;
    /* works in firefox */
    list-style: none;
    /* works in firefox */
}

summary::after {
    display: block;
    list-style: none;
}

summary::-webkit-details-marker {
    display: none;
}


@keyframes openf {
    from {max-height: 6em; max-width: 40em;}
    to {max-height: 150em; max-width: 90vw;}
}

@keyframes closef {
    from {height: 150em; width: 98vw; max-height: 150em; max-width: 98vw; opacity: 1;}
    to {height: 6em; width: 20em; max-height: 6em; max-width: 40em; opacity: 0;}
}
.btnTop {
    width: max(150px, min(200px,14vw));
    position: relative;
    float: left;
    margin: auto;
    text-align: center;
    align-items: center;
    word-wrap: initial;
    justify-content: center;
    display: flex;
    z-index: 200;
}

.stdHeader {
    text-align: center;
    
    font-size: var(--fwidth-header);
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    position: relative;
    line-height: 1.7;
}

.stdHeader1 {
    text-align: center;
    
    font-size: calc(var(--fwidth-h) * 1.8);
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    position: relative;
    line-height: 1.7;
}

.stdHeader2 {
    text-align: center;
    
    font-size: calc(var(--fwidth-h) * 1.6);
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    position: relative;
    line-height: 1.7;
}

.stdHeader3 {
    text-align: center;
    
    font-size: calc(var(--fwidth-h) * 1.4);
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    position: relative;
    line-height: 1.7;
}

.stdHeader4 {
    text-align: center;
    
    font-size: calc(var(--fwidth-h) * 1.2);
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    position: relative;
    line-height: 1.7;
}


.stdHeaderHeavy {
    text-align: center;
    
    font-size: calc(var(--fwidth-h) * 1.2);
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    position: relative;
    line-height: 1.7;
}

.stdHeaderTop {
    text-align: center;
    
    font-size: calc(var(--fwidth-h) * 3);
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    position: relative;
    line-height: 1.7;
}

.stdHeaderSmall {
    text-align: center;
    
    font-size: var(--fwidth-header-small);
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    position: relative;
    line-height: 1.7;
}

.stdText {
    text-align: center;
    
    font-size: var(--fwidth);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    position: relative;
    line-height: 1.7;
}

.stdTextContent {
    text-align: left;
    font-size: var(--fwidth-content);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    position: relative;
    max-width: 98%;
}

.stdTextContentOpaque {
    text-align: center;
    font-size: var(--fwidth-content);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    position: relative;
    line-height: 1.7;
}

.stdTextContentOpaqueStatic {
    text-align: center;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    position: relative;
    line-height: 1.7;
}

.stdTextContentOpaqueConst { /* forces a 1em gap on the right for table formatting for constellations */
    font-size: var(--fwidth-content);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    position: relative;
    line-height: 1.7;
    padding-right: 1em;
    padding-left: 1em;
}

.stdTextList {
    text-align: center;
    font-size: var(--fwidth-content);
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    position: relative;
    line-height: 1.4;
    padding-bottom: 1em;
    padding-right: 1em;
}

.smallHeader {
    text-align: left;
    vertical-align: middle;
    /* text-transform: uppercase; */
    font-size: var(--fwidth-content);
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    position: relative;
    line-height: 1.1;
}

body {
    margin: 0;
}

hr { /* hard formatting horizontal line */
    width: 80%;
    color: #333;
}

p > a { /* overriding link formatting in p */
    color: #e8e6e3; 
}

p > a:hover { /* mouse hover removes underline in link formatting in p */
    text-decoration-line: none;
}

.datatable { /* this is for content tables with row shading */
    border-collapse: collapse;
    width: 100%; /* this prevents tables from shrinking to fit content */
}

.datatable > tr:nth-child(odd) {
    background-color: rgba(51, 51, 51, 0.3);
}

.datatable > tr:nth-child(even) {
    background-color: rgba(68, 68, 68, 0.3);
}

a.fill-div {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

.table-main-1 {
    margin-left: auto;
    border-spacing: 0;
    margin-right: auto;
}

.table-color {
    border-color: #212441;
}

.table-border-1pt {
    border-style: solid;
    border-width: 1pt;
}

.table-padding-5pt {
    padding: 5pt 5pt 5pt 5pt;
}

.table-vertcenter-fit {
    vertical-align: top;
    width: fit-content;
}

.sticky-header {
    position: sticky;
    top: -0.1%;
    z-index: 2;
    background-color:#305166;
    border-bottom-width: 1px;
}

.top-max {
    z-index: 100;
}

.cryo {
    color: #9FD6E3;
}
.pyro {
    color: #f87437;
}
.electro {
    color: #AF8EC1;
}
.dendro {
    color: #A5C83B;
}
.anemo {
    color: #74c2a8;
}
.geo {
    color: #FAB632;
}
.hydro {
    color: #4CC2F1;
}
.nbody { /* body text colour */
    color: #e8e6e3;
}
.sbody { /* search bar text colour */
    color: #333;
}
.highlight {
    color: #F7C174;
}
.bold {
    font-weight: 650;
}
.italic {
    font-style: italic;
}
.bg001 { /* the "black" used for banner + description */
    background-color: #0F151A;
}
.bg002 {
    background-color: #18191a;
}
.bg003 {
    background-color: #1E2B33;
}
.bg004 {
    background-color: #1E2433;
}
.bg005 {
    background-color: rgb(15, 21, 26);
}
.bg006 {
    background-color: #8296A2;
}
.bg007 {
    background-color: #172227;
}
.bg008 {
    background-image: linear-gradient(#18191a,#1E2B33);
}
.img-pad-mw50 {
    padding-bottom: 3%;padding-top: 3%;max-width: 38px; display: block; min-width: 18px;
}
.img-pad-mf50 {
    padding-bottom: 3%;padding-top: 3%;max-width: 38px; display: block; min-width: 18px;max-height: 38px; min-height: 38px; width: 38px; height: 38px;
}

.img-pad-mf64 {
    padding-bottom: 3%;padding-top: 3%;display: block; width: 64px; height: 64px;
}

.img-pad-mf50-1 {
    padding-bottom: 3%;padding-top: 3%;display: block; max-width: 54px; max-height: 54px; min-width: 20px; min-height: 20px; width: 3vmax;
}


.img-pad-mh50 {
    padding-bottom: 3%;padding-top: 3%;max-height: 38px; display: block; min-height: 18px;
}

.img-pad-mh60 {
    padding-bottom: 3%;padding-top: 3%;max-height: 50px; display: block; min-height: 25px;
}

.img-pad-mw60 {
    padding-bottom: 3%;padding-top: 3%;max-width: 60px; display: block; min-width: 25px;
}

.img-pad-mw80 {
    padding-bottom: 3%;padding-top: 3%;max-width: 80px; display: block; min-width: 30px;
}

.img-pad-mw70 {
    padding-bottom: 3%;padding-top: 3%;max-width: 70px; display: block; min-width: 35px; width: 7.5vw; height: auto;
}

.img-pad-mw90r {
    padding-bottom: 3%;padding-top: 3%;max-width: 90px; display: block; min-width: 45px; width: 9vw; height: auto;
}

.img-pad-mw120r {
    padding-bottom: 3%;padding-top: 3%;max-width: 120px; display: block; min-width: 70px; width: 12vw; height: auto;
}

.img-pad-mw160r {
    padding-bottom: 3%;padding-top: 3%;max-width: min(30vw, 200px); display: block; width: 20vw; height: auto;
}


.img-pad-mw-uncapped1 {
    padding-bottom: 3%;padding-top: 3%;display: block; min-width: 35px; width: 100%; height: auto;
}

.img-pad-mw70t {
    padding-bottom: 3%;padding-top: 3%;max-width: 70px; display: block; min-width: 42px; width: 7.5vmin; height: auto;
}
.img-pad-mw70ti {
    padding-bottom: 3%;padding-top: 3%;max-width: 70px; display: block; min-width: 50px; width: 7.5vmin;
}
.img-pad-mw90ti {
    padding-bottom: 3%;padding-top: 3%; display: block; min-width: 70px; width: 9.5vmin; max-width: 90px;
}
.img-pad-mw120a {
    padding-bottom: 3%;padding-top: 3%;max-width: 120px; display: block; min-width: 80px; width: 12vmin; min-height: 80px;
}

.img-pad-mw140a {
    padding-bottom: 3%;padding-top: 3%;max-width: 140px; display: block; min-width: 70px; width: 14vmin;;
}

.img-pad-mw70-l {
    padding-bottom: 3%;padding-top: 3%;max-width: 70px; display: block; min-width: 52px; width: 6.5vmax; height: auto;
}

.img-pad-mh80 {
    padding-bottom: 3%;padding-top: 3%;max-height: 90px; display: block; min-height: 30px;
}

.img-pad-mw150 {
    padding-bottom: 3%;padding-top: 3%;max-width: 150px; display: block; min-width: 30px;
}

.img-pad-mw120 {
    padding-bottom: 3%;padding-top: 3%;max-width: 120px; display: block; min-width: 30px;
}

.img-pad-mh150 {
    padding-bottom: 3%;padding-top: 3%;max-height: 150px; display: block; min-height: 80px;
}

.char-header-style {
    margin: 0%;
    font-size: calc(min(40px, 2vmax)); 
    font-weight: 600; 
    line-height: 1.2; 
    padding-top: 6%; 
    padding-bottom: 2%;
    text-align: center;
    position: relative;
    font-family: 'Roboto', sans-serif;
}

.char-subheader-style {
    margin: 0%;
    font-size: calc(min(30px, 1.6vmax)); 
    font-weight: 600; 
    line-height: 1.2; 
    padding-top: 6%; 
    padding-bottom: 2%;
    text-align: center;
    position: relative;
    font-family: 'Roboto', sans-serif;
}
.navbutton-span { /* font control for the nav menu */
    text-decoration: none; 
    padding: 5px; 
    display: flex;
    text-align: center;
    font-size: var(--fwidth-content);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    position: relative;
    line-height: 1.7;
}

.e2f2ff {
    color: #e2f2ff;
}

.a1adcc {
    color: #A1ADCC;
}

.dark-blue {
    color: #25344A;
}

.fourstar {
    color: rgb(210, 143, 214);
}
.fivestar {
    color: rgb(255, 177, 63);
}
.threestar {
    color: rgb(82, 121, 212);
}

.icon-fivestar {
    border-radius: 20%; 
    background: rgba(199, 148, 71,0.6);
}

.icon-fourstar {
    border-radius: 20%; 
    background: rgba(210, 143, 214,0.6);
}

.avt-fivestar {
    border-radius: 5%; 
    background: rgba(199, 148, 71,0.6);
}

.avt-fourstar {
    border-radius: 5%; 
    background: rgba(210, 143, 214,0.6);
}

.icon-artifact {
    border-radius: 20%; 
    background: rgba(180, 180, 180,0.6);
}

.icon-guide {
    padding: 0.2em;
}

.menu-hover:hover {
    color: #FFF;
    background-color: #122E40;
}

.tabletexttop { /* this is a hacky class to fix text alignment in tables */
    vertical-align: text-top;
}

.static-content-img {
    width: 100%;margin: auto auto; max-width: 120px; display: flex; min-width: 60px;
}

.static-content-style {
    max-width: min(44%, 550px);
    position: relative;
    width: 90vw;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    /* margin: auto; */
    min-height: fit-content;
    gap: 1px;
}

.dynamic-content-style {
    width: calc(min(90%, var(--max-width-content))); min-width: fit-content; max-width: 90vw;position: relative; border-radius: 5px; display: block; margin: auto; min-height: fit-content; gap: 1px;
}

.mw-nav {
    max-width: 200px;
}

.embed {
    display: none;
}


.tableDivColumns {border:0px;padding: 10px;max-width: fit-content;/* height: 5000px; */margin: auto;display: block;}
/* .tableDivColumns div {border:0px;} */


a.fill-div-x {
    text-decoration: none;
}


.bgcryo {
    padding: 1px;
    background: #79a1ab;
}
.bgpyro {
    padding: 1px;
    background: #8d3f15;
}
.bgelectro {
    padding: 1px;
    background: #5a2378;
}
.bgdendro {
    padding: 1px;
    background: #498914;
}
.bganemo {
    padding: 1px;
    background: #18936a;
}
.bggeo {
    padding: 1px;
    background: #b37c0f;
}
.bghydro {
    padding: 1px;
    background: #1278a1;
}

/* width */
::-webkit-scrollbar {
    width: 5px !important;
    height: 3px !important;
}

/* Track */
::-webkit-scrollbar-track {
    background: #dfdfdf !important; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #818181 !important; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #5c5c5c !important; 
}

.line-1 {
    height: 10px;
    background: black;
}

.rot-tr {
    background: url("./icons/testline.webp") repeat-x center #00000000;
    padding: 0;
}

.rot-td {
    min-width: 30px;
    position: relative;
    padding: 3px;
    padding-bottom: 10px;
}

.static-panel {
    text-align: center;
    width: 90vw;
    position: relative;
    max-width: max(44%, 550px);
    border-radius: 5px;
    display: inline-flex;
    min-height: fit-content;
    float: left;
    margin-bottom: 25px;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.static-panel-large {
    text-align: center;
    width: 90vw;
    position: relative;
    max-width: min(95vw, 1250px);
    border-radius: 5px;
    display: inline-flex;
    min-height: fit-content;
    overflow: auto;
    float: left;
    margin-bottom: 25px;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.e2f2ff {
    color: #e2f2ff
}

.d9d9d9 {
    color: #d9d9d9
}

div {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.bgConsCircle {
    background-color: #4E729B;
}

.bgHack {
    background-color: #1E2B33;
}

.bg585f83 {
    background-color: #585F83;
}

.bg414d8a {
    background-color: #414D8A;
}

.bg4f5eaa {
    background-color: #4F5EAA;
}

.bg39416c {
    background-color: #39416C;
}

.bg3e4d8a {
    background-color: #3E487A;
}

.bg26316c {
    background-color: #26316C;
}



.bg588361 {
    background-color: #588361;
}

.bg5D8A41 {
    background-color: #5D8A41;
}

.bg348550 {
    background-color: #348550;
}

.bg436C39 {
    background-color: #436C39;
}

.bg3E7A6C {
    background-color: #3E7A6C;
}

.bg516C26 {
    background-color: #516C26;
}

.bg4e2d5e {
    background-color: #4e2d5e;
}

.bg8A416D {
    background-color: #8A416D;
}

.bg54254f {
    background-color: #54254f;
}

.bg642B5E {
    background-color: #642b5e;
}

.bg621325 {
    background-color: #621325;
}

.bg653334 {
    background-color: #653334;
}


.bgNull {
    background-color: #2A3439;
}

.bg0 {
    background-color: #000000;
}

.bg1 {
    background-color: #383838;
}

.forcepop {
    top: 50%;
    white-space: nowrap;
    position: fixed;
    width: fit-content;
    display: flex;
    flex-direction: column;
    z-index: 100000;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #18191a;
    padding: 50px;
}

.stdRot {
    margin-left: 5%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 90%;
    overflow-y: hidden; 
    display: flex; 
    flex-direction: column; 
    margin-bottom: 30px
}

.but:hover {
    background-color: #555;
}

.but:active {
    background-color: #666;
}

.butC:hover {
    background-color: #6879ce;
}

.butC:active {
    background-color: #7387ed;
}

.but {
    display: inline-flex; 
    background-color: #333333; 
    border: 2px solid #666; 
    border-radius: 5px;
    max-height: 80px; 
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}

.butC {
    border-radius: 5px;
    padding: 6px 4px;
    border: none;
    background-color: #515fa4;
    display: inline-flex;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    line-height: 16px;
    margin: 0;
    text-align: left;
    height: 30px;
    margin: 10px;
    color: #d9d9d9
}

a {text-decoration: none; }

img { 
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.tooltipData {
    visibility: hidden;
}

.expanded-tooltip:hover .tooltipData {
    visibility: visible;
}

.questionData {
    visibility: hidden;
}

.question:hover div {
    visibility: visible;
}

.padder {
    margin-left: min(5%, 25px);
    align-self: flex-start;
}

@media (pointer: coarse) {
    html {
      -ms-overflow-style: none;
      /* IE and Edge */
      scrollbar-width: none !important;
      max-width: 100vw !important;
    }
    html ::-webkit-scrollbar {
      display: none !important;
    }
  }

.tipPanel {
    width: 100%;
    height: 50px;
    background-color: #ffffff;
}

.boxStaticText {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    line-height: 26px;
}

button {
    all: unset;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.blendScroll::-webkit-scrollbar-track {
    background: rgba(0,0,0,0) !important; 
}

.pyro1 {
    background-color: rgb(10 0 0 / 50%);
}
.pyro2 {
    background-color: rgb(46 6 6 / 50%);
}

.pyro3 {
    background-color: rgba(34,14,14,0.7);
}

.anemo1 {
    background-color: rgba(0, 60, 41, 0.5);
}
.anemo2 {
    background-color: rgb(0 85 73 / 50%);
}

.anemo3 {
    background-color: rgba(14, 34, 30, 0.7);
}

.hydro1 {
    background-color: rgba(0, 29, 60, 0.5);
}
.hydro2 {
    background-color: rgba(0, 57, 85, 0.5);
}

.hydro3 {
    background-color: rgba(14, 16, 34, 0.7);
}

.anemobgdark {
    background: rgb(0, 39, 33);
}

.anemobgm {
    background: rgb(5, 73, 63);
}
.pyrobgdark {
    background: #210000;
}

.pyrobgm {
    background: #571d0b;
}

.hydrobgdark {
    background: #000b21;
}

.hydrobgm {
    background: #202d47;
}


.geobgdark {
    background: #211b00;
}

.geobgm {
    background: #4d4107;
}

.dendrobgdark {
    background: #052100;
}

.dendrobgm {
    background: #0e3d05;
}

.electrobgdark {
    background: #190021;
}

.electrobgm {
    background: #410853;
}

.cryobgdark {
    background: #001a21;
}

.cryobgm {
    background: #084752;
}

/* Handle */
.blendScroll::-webkit-scrollbar-thumb:hover {
    background: #191919 !important; 
}

/* Handle on hover */
.blendScroll::-webkit-scrollbar-thumb {
    background: #000000 !important; 
}

.pyroantiborder {
    border-color: #1d4fa5;
}

.anemoantiborder {
    border-color: #60249d
}

.hydroantiborder {
    border-color: #a51d1d;
}

.hov:hover {
    cursor: pointer;
}

button:hover {
    cursor: pointer;
}



.pc {
    display: block;
}

.pcb {
    display: flex;
}
.pcb2 {
    display: flex;
}

.topbtn {
    display: block;
}

.topbtn:hover {
    background-color: #242424;
}

.vid {
    min-width: min(460px, 40vw);max-width: min(460px, 40vw);
}
.spin {
    transform: rotate(0deg);
}

.mobile1 {
    display: none;
}

.mobile2 {
    display: none;
}

.spincontainer {
    flex-direction: column;
}

.mfont1 {
    font-size: 20px;
}
.setup {
    width: 100%; height: fit-content;
}

.aspectm1 {
    aspect-ratio: 5/3;
}

.aspectm2 {
    aspect-ratio: 5/2;
}
@media only screen and (max-width: 360px) {
    .aspectm2 {
        aspect-ratio: 5/4;
    }
}

@media only screen and (min-width: 670px) {
    .aspectm1 {
        aspect-ratio: 5/2;
    }
}

@media only screen and (min-width: 550px) and (max-width: 669px) {
    .aspectm1 {
        aspect-ratio: 5/2.5;
    }
}

@media only screen and (max-width: 420px) {
    .aspectm1 {
        aspect-ratio: 5/4;
    }
}

@media only screen and (max-width: 780px) {
    .snap780 {
        margin-top: 5px;
        margin-left: 0;
    }
    .pc {
        display: none;
    }
    .pcb {
        display: none;
    }
    .mobile2 {
        display: block;
    }
    .mfont1 {
        font-size: calc(var(--fwidth-h));
    }
}

@media only screen and (max-width: 460px) {
    .vid {
        min-width: min(460px, 80vw);max-width: min(460px, 80vw);
    }
}

.rotcontainer {
    flex-direction: column;
}

@media only screen and (max-width: 420px) {
    .spin {
        display: none;
    }
    .mobile1 {
        display: block;
    }
    .spincontainer {
        flex-direction: row; flex-wrap: wrap;
    }
    .rot-td {
        min-width: 30px;
        position: relative;
        padding: 3px;
        padding-bottom: 10px;
        background: url("./icons/vertline.png") repeat-y #00000000;
        background-position-x: calc(min(10px, 1vmax));
    }

    .setup {
        width: 100%; height: 100%;
    }

    .rot-tr {
        background:  none;
        padding: 0;
    }

    .rotcontainer {
        flex-direction: row;
        justify-content: space-between;
    }
}

.plc::placeholder {
    font-family: Roboto, sans-serif; font-weight: 450; word-wrap: break-word; width: 95%; display: inline; color: #717171;  text-align: left;
}

.mobbtn1 {
    width: 100%;
}

.flexsplit666 {
    width: 100%;
}

.flexsplit333 {
    width: 100%;
}

.flexdividerindex {
    width: 49%;
}

.mobflexdircolumn {
    flex-direction: column;
}
.mobflexdircolumnrev {
    flex-direction: column-reverse;
}

.mobflexdirrow {
    flex-direction: row;
}

@media only screen and (max-width: 700px) {
    .mob-margin {
        margin-left: 2%
    }
}

@media only screen and (min-width: 700px) {
    .mobbtn1 {
        width: 49%;
    }

    .flexsplit666 {
        width: 66.66%;
    }
    
    .flexsplit333 {
        width: 33.33%;
        padding-left: 4%
    }

    .flexdividerindex {
        width: 100%;
    }
    

    .mobflexdircolumn {
        flex-direction: row;
    }
    
    .mobflexdirrow {
        flex-direction: column;
    }

    .mobflexdircolumnrev {
        flex-direction: row;
    }

    .pc-margin {
        margin-left: 2%
    }
}

.mobresize1 {
    width: 90%;
}

@media only screen and (min-width: 750px) {
    .mobresize1 {
        width: 60%;
    }
}

.stdc {
    display: block;
}

.aspectstd {
    aspect-ratio: 5/1.5;
}

.taspectstd {
    aspect-ratio: 5/1;
}


.imgstd {
    height: 200%;
}

.timgstd {
    height: 400%;
    top: -50%
}

.max550 {
    max-width: 550px;
}

.max550s {
    max-width: 550px;
}

.stretchc {
    display: none;
}

.saspectstd {
    aspect-ratio: 5/1.5;
}

.simgstd {
    height: 150%;
}

.smax550 {
    max-width: 550px;
}

.sstretchc {
    display: none;
}

@media only screen and (max-width: 1179.9px) and (min-width: 579px) {
    .max550 {
        max-width: 100%
    }
}

@media only screen and (max-width: 400px) {
}



@media only screen and (min-width: 579px) {
    .smax550 {
        max-width: 100%
    }
    .simgstd {
        height: 150%;
        transform: translateY(-10%);
    }
}

@media only screen and (min-width: 880px) {
    .smax550 {
        max-width: 100%
    }
    .simgstd {
        height: 150%;
        transform: translateY(-10%);
    }
}

@media only screen and (max-width: 400px) {
    .saspectstd {
        aspect-ratio: 5/1.8;
    }
}

.mobwidth8095 {
    width: 80%;
}

.whitep::-webkit-input-placeholder {
    color:#ffffff !important;
}

.whitep::-moz-placeholder {
    color:#ffffff !important;
}

.whitep::-ms-placeholder {
    color:#ffffff !important;
}

.whitep::placeholder {
    color:#ffffff !important;
}

.whitep {
    color: #ffffff
}

.fivestardark {
    background-color: #856f00;
}

.fourstardark {
    background-color: #51265b;
}

.threestardark {
    background-color: #143354;
}

.twostardark {
    background-color: #025c00;
}

.onestardark {
    background-color: #393939;
}

.negc {
    list-style-type: "\0025bc";
    font-family: Segoe UI;
    color: #ff5858;
}

.posc {
    list-style-type: "\0025b2";
    font-family: Segoe UI;
    color: #66f977;
}

.positiveBg {
    background-color: #66f977;
}

.negativeBg {
    background-color: #ff5858;
}

li {
    padding-bottom: 6px;
}

.fwhite {
    color: #ffffff;
}

.maxw65 {
    max-width: min(65%, 650px);
}


@media only screen and (min-width: 1260px) {
    .fsort800 {
        width: 800px;
        flex-direction: row;
    }
    
    .maxw65 {
        max-width: min(65%, 650px);
    }
}

@media only screen and (max-width: 820px) {
    .fsort800 {
        width: 800px;
        flex-direction: row;
    }

    .maxw65 {
        max-width: 95%;
    }
}

.fivestarlight {
    background-color: #CCAA00;
}

.fourstarlight {
    background-color: #C462DB;
}

.threestarlight {
    background-color: #3988DB;
}

.twostarlight {
    background-color: #39db4c;
}

.onestarlight {
    background-color: #626262;
}

.fivestarmat {
    background-color: #D99050;
}

.fourstarmat {
    background-color: #9273BF;
}

.threestarmat {
    background-color: #6981A2;
}

.twostarmat {
    background-color: #6DAA8C;
}

.onestarmat {
    background-color: #919191;
}

.fivestartext {
    color: #ffee9c;
}

.fourstartext {
    color: #eea2ff;
}

.threestartext {
    color: #9cccff;
}

.twostartext {
    color: #9dffa8;
}

.onestartext {
    color: #efefef;
}


.charflexwidth {
    width: 100%;
}

.charflexdisplay {
    display: none;
}


.hydrocutoff {
    height: 24vh;
    overflow: hidden;
}

.hydrobtntier {
    background-color: #121b2c;
}

.hydrocutoff:before {
    background: linear-gradient(180deg, rgba(2,0,36,0) 80%, #121b2c 95%);
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    z-index: 999999;
    left: 0px;
    top: 0px;
}

.pyrocutoff {
    height: 24vh;
    overflow: hidden;
}

.pyrobtntier {
    background-color: #2c1912;
}

.pyrocutoff:before {
    background: linear-gradient(180deg, rgba(2,0,36,0) 80%, #2c1912 95%);
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    z-index: 999999;
    left: 0px;
    top: 0px;
}

.dendrocutoff {
    height: 24vh;
    overflow: hidden;
}

.dendrobtntier {
    background-color: #12310c;
}

.dendrocutoff:before {
    background: linear-gradient(180deg, rgba(2,0,36,0) 80%, #12310c 95%);
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    z-index: 999999;
    left: 0px;
    top: 0px;
}

.anemocutoff {
    height: 24vh;
    overflow: hidden;
}

.anemobtntier {
    background-color: #0c3124;
}

.anemocutoff:before {
    background: linear-gradient(180deg, rgba(2,0,36,0) 80%, #0c3124 95%);
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    z-index: 999999;
    left: 0px;
    top: 0px;
}

.electrocutoff {
    height: 24vh;
    overflow: hidden;
}

.electrobtntier {
    background-color: #260c31;
}

.electrocutoff:before {
    background: linear-gradient(180deg, rgba(2,0,36,0) 80%, #260c31 95%);
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    z-index: 999999;
    left: 0px;
    top: 0px;
}

.cryocutoff {
    height: 24vh;
    overflow: hidden;
}

.cryobtntier {
    background-color: #0c2b31;
}

.cryocutoff:before {
    background: linear-gradient(180deg, rgba(2,0,36,0) 80%, #0c2b31 95%);
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    z-index: 999999;
    left: 0px;
    top: 0px;
}

.geocutoff {
    height: 24vh;
    overflow: hidden;
}

.geobtntier {
    background-color: #312d0c;
}

.geocutoff:before {
    background: linear-gradient(180deg, rgba(2,0,36,0) 80%, #312d0c 95%);
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    z-index: 999999;
    left: 0px;
    top: 0px;
}

.dpsbg {
    background-color: #a12222cd;
}

.subbg {
    background-color: #a16622cd;
}

.bufferbg {
    background-color: #2270a1cd;
}

.sustainbg {
    background-color: #22a12acd;
}

.dropshadow1 {
    filter: drop-shadow(0px 0px 2px #000000);
}

.img500pc {
    display: none;
}
.img500mob {
    display: flex;
}

@media only screen and (min-width: 500px) {
    .img500pc {
        display: flex;
    }
    .img500mob {
        display: none;
    }
}


[type=checkbox] {
    width: 1rem;
    height: 1rem;
    color: rgb(0, 84, 168);
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    outline: 0;
    flex-grow: 0;
    background-color: #ffffff;
    cursor: pointer;
    padding: 0;
    margin: 0;
    border-radius: 10%;
  }
  label {
    margin: 0 3px;
  }
  
  
  /* Pseudo element for check styling */
  
  [type=checkbox]::before {
    content: "";
    color: transparent;
    display: block;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    border: 0;
    background-color: transparent;
    background-size: contain;
  }
  
  
  /* Checked */
  
  [type=checkbox]:checked {
    background-color: currentcolor;
  }
  
  [type=checkbox]:checked::before {
    box-shadow: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
  }
  
  
  /* Disabled */
  
  [type=checkbox]:disabled {
    background-color: #CCD3D8;
    opacity: 0.84;
    cursor: not-allowed;
  }
  
  
  /* IE */
  
  [type=checkbox]::-ms-check {
    content: "";
    color: transparent;
    display: block;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    border: 0;
    background-color: transparent;
    background-size: contain;
  }
  
  [type=checkbox]:checked::-ms-check {
    box-shadow: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
  }

  select {
    padding: 3px 30%;
    padding-left: 1px;
    border-radius: 3px;
  }

.tiergriditem {
    grid-template-columns: 17.5px 70px; grid-template-rows: 17.5px 21.875px 70px;
}

  @media only screen and (min-width: 760px) {
    .tiergriditem {
        grid-template-columns: 22.5px 90px; grid-template-rows: 22.5px 28.125px 90px;
    }
    .charflexwidth {
        width: 50%;
    }
    .charflexdisplay {
        display: block;
    }
}

.gridbanneroffset {
    top: -200%; display: block; position: absolute;
}

.pointerC:hover {
    cursor: pointer
}

.disableCopy {
    -webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}


.aspectPage  {
    aspect-ratio: 5/2;
}

.cap80-360 {
    max-width: 80%;
}

@media only screen and (min-width: 360px) {
    .cap80-360 {
        max-width: 100%;
    }
}

.teampagemargin {
    margin-left: 5%;
}

@media only screen and (min-width: 750px) {
    .teampagemargin {
        margin-left: 20%;
    }
    
}

.single-rot-pc {
    height: calc(8vmax + 162px);
    min-height: 212px;
    max-height: 446px;
}

.double-rot-pc {
    height: calc(16vmax + 388px);
    min-height: 488px;
    max-height: 956px;
}

.rot-mobile {
    height: 0px;
}

.double-rot-mobile {
    height: 0px;
}

@media only screen and (max-width: 420px) {
    .pcb2 {
        display: none;
    }
    .single-rot-pc {
        height: 0px;
    }
    
    .double-rot-pc {
        height: 0px;
    }
    .rot-mobile {
        height: 500px;
    }

    .double-rot-mobile {
        height: 500px;
    }
}

@media only screen and (max-width: 363.5px) {
    .double-rot-mobile {
        height: 1000px;
    }
}

.ffffff {
    color: #ffffff;
}

.slider-linear {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 18px;
    border-radius: 9px;  
    background: #ffffff;
    padding: 0;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
    z-index: 1;
    overflow: hidden;
  }

  .slider-linear::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%; 
    background: #ffffff;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
    position: relative;
    box-shadow: 210px 0 0 200px #7d7d7d;
}
  
.slider-linear::-moz-range-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
    position: relative;
    box-shadow: 210px 0 0 200px #7d7d7d;
}


.slider {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 18px;
    border-radius: 9px;  
    background: none;
    padding: 0;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
  }
.slider:hover {
    opacity: 1;
}

.nondefaultnuminput {
    -moz-appearance: textfield;
}

.nondefaultnuminput::-webkit-outer-spin-button,
.nondefaultnuminput::-webkit-inner-spin-button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin: 0;
    display: none;
}


.range-controller input:last-of-type::-webkit-slider-thumb {
    box-shadow: 210px 0 0px 200px #7d7d7d;
}

.range-controller input:last-of-type::-moz-range-thumb {
    box-shadow: 210px 0 0px 200px #7d7d7d;
}

.btnwhitehov:hover {
    background-color: rgba(255,255,255,0.3);
}

.btnbluehov:hover {
    background-color: rgba(166, 209, 255, 0.3);
}
  
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%; 
    background: #ffffff;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
    box-shadow: -210px 0 0 200px #7d7d7d;
    position: relative;
}
  
.slider::-moz-range-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
    box-shadow: -210px 0 0 200px #7d7d7d;
    position: relative;
}

.slider::-moz-range-track {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: -1;
}

.slider::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: -1;
}

.teamItemShapeOuter {
    clip-path: polygon(0 0, 72.3% 0, 100% 100%, 27.7% 100%);
}
.teamItemShapeInner {
    clip-path: polygon(4% 0, 68.3% 0, 96% 100%, 31.7% 100%);
}

.hydrodarkouter {
    background-color: #002C5B;
}

.hydrodarkinner {
    background-color: #163D6D;
}

.hydrolightinner {
    background-color: #a7caff;
}

.pyrodarkouter {
    background-color: #4f0908;
}

.pyrodarkinner {
    background-color: #672626;
}

.pyrolightinner {
    background-color: #ffceb2;
}

.anemodarkouter {
    background-color: #0F443C;
}

.anemodarkinner {
    background-color: #1E7858;
}

.anemolightinner {
    background-color: #a9ffdc;
}

.dendrodarkouter {
    background-color: #0f441d;
}

.dendrodarkinner {
    background-color: #1e783b;
}

.dendrolightinner {
    background-color: #c2ffc5;
}

.geodarkouter {
    background-color: #3F3304;
}

.geodarkinner {
    background-color: #695C33;
}

.geolightinner {
    background-color: #fff6bd;
}

.electrodarkouter {
    background-color: #53145f;
}

.electrodarkinner {
    background-color: #5f1e78;
}

.electrolightinner {
    background-color: #f2c1ff;
}

.cryodarkouter {
    background-color: #004a5b;
}

.cryodarkinner {
    background-color: #1a7282;
}

.cryolightinner {
    background-color: #c6fdff;
}

.hydrotextlight {
    color: #c9daff;
}

img {
    -webkit-user-drag: none;
    -moz-window-dragging: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.nonselect {
    -webkit-user-drag: none;
    -moz-window-dragging: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.charintroswappc {
    display: none;
}

.charintroswapmobflex {
    display: flex;
}

.charintroswapmob {
    display: block;
}

@media only screen and (min-width: 520px) {
    .charintroswappc {
        display: block;
    }

    .charintroswapmobflex {
        display: none;
    }
    .charintroswapmob {
        display: none;
    }
}

.gradient-border-blue-green {
    border: 5px solid transparent;
    padding: 5px;
    border-radius: 10px;
    background-image:
      linear-gradient(#000000, #000000), linear-gradient(60deg,rgb(42, 155, 148) 0%, rgba(87, 199, 133, 1) 50%, rgba(155, 237, 83, 1) 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.gradient-border-blue-blue {
    border: 5px solid transparent;
    padding: 5px;
    border-radius: 10px;
    background-image:
      linear-gradient(#000000, #000000), linear-gradient(20deg,rgb(42, 100, 155) 0%, rgb(87, 199, 182) 50%, rgb(83, 227, 237) 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.gradient-border-silver-1 {
    border: 5px solid transparent;
    padding: 5px;
    border-radius: 10px;
    background-image:
      linear-gradient(#000000, #000000), linear-gradient(122deg,rgba(255, 255, 255, 1) 0%, rgb(192, 192, 192) 50%, rgb(147, 147, 147) 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.gradient-border-silver-2 {
    border: 5px solid transparent;
    padding: 5px;
    border-radius: 10px;
    background-image:
      linear-gradient(#000000, #000000), linear-gradient(165deg,rgba(255, 252, 227, 1) 0%, rgb(225, 215, 153) 50%, rgb(160, 149, 93) 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.gradient-border-gold-1 {
    border: 5px solid transparent;
    padding: 5px;
    border-radius: 10px;
    background-image:
      linear-gradient(#000000, #000000), linear-gradient(19deg,rgb(255, 245, 207) 0%, rgb(238, 205, 87) 50%, rgb(191, 155, 11) 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.gradient-border-gold-2 {
    border: 5px solid transparent;
    padding: 5px;
    border-radius: 10px;
    background-image:
      linear-gradient(#000000, #000000), linear-gradient(87deg,rgb(232, 205, 130) 0%, rgb(205, 115, 51) 50%, rgb(199, 35, 20) 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.gradient-border-ruby-1 {
    border: 5px solid transparent;
    padding: 5px;
    border-radius: 10px;
    background-image:
      linear-gradient(#000000, #000000), linear-gradient(62deg,rgb(255, 192, 175) 0%, rgb(237, 86, 52) 50%, rgb(176, 13, 27) 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.gradient-border-ruby-2 {
    border: 5px solid transparent;
    padding: 5px;
    border-radius: 10px;
    background-image:
      linear-gradient(#000000, #000000), linear-gradient(152deg,rgb(255, 141, 141) 0%, rgb(255, 63, 108) 50%, rgb(161, 0, 75) 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.bar-bg-gradient-hydro {
    background-image: linear-gradient(90deg,rgba(27, 227, 207, 1) 0%, rgba(46, 224, 255, 1) 25%, rgba(61, 197, 255, 1) 50%, rgba(46, 164, 255, 1) 75%, rgba(27, 130, 227, 1) 100%);
}

.white-3d-shadow-blue {
    text-shadow: 2px 1px 1px #9deeff;
}

.white-3d-shadow-green {
    text-shadow: 2px 1px 1px #aaff9d;
}

.white-3d-shadow-red {
    text-shadow: 2px 1px 1px #ffb19d;
}

.white-3d-shadow-orange {
    text-shadow: 2px 1px 1px #ffd69d;
}

.white-3d-shadow-purple {
    text-shadow: 2px 1px 1px #bf9dff;
}

.white-3d-shadow-pink {
    text-shadow: 2px 1px 1px #f89dff;
}

.gradient-border-hydro {
    border: 5px solid transparent;
    padding: 5px;
    border-radius: 10px;
    background-image:
      linear-gradient(#000000, #000000), linear-gradient(20deg,rgb(42, 65, 155) 0%, rgb(87, 113, 199) 50%, rgb(183, 200, 255) 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.gradient-border-cryo {
    border: 5px solid transparent;
    padding: 5px;
    border-radius: 10px;
    background-image:
      linear-gradient(#000000, #000000), linear-gradient(80deg,rgb(23, 122, 131) 0%, rgb(67, 189, 200) 50%, rgb(196, 236, 255) 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.gradient-border-pyro {
    border: 5px solid transparent;
    padding: 5px;
    border-radius: 10px;
    background-image:
      linear-gradient(#000000, #000000), linear-gradient(60deg,rgb(155, 42, 42) 0%, rgb(199, 87, 87) 50%, rgb(255, 183, 183) 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.gradient-border-dendro {
    border: 5px solid transparent;
    padding: 5px;
    border-radius: 10px;
    background-image:
      linear-gradient(#000000, #000000), linear-gradient(70deg,rgb(16, 101, 4) 0%, rgb(69, 200, 67)50%, rgb(203, 255, 196) 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.gradient-border-geo {
    border: 5px solid transparent;
    padding: 5px;
    border-radius: 10px;
    background-image:
      linear-gradient(#000000, #000000), linear-gradient(50deg,rgb(133, 116, 8) 0%, rgb(199, 186, 87) 50%, rgb(255, 247, 183) 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.gradient-border-electro {
    border: 5px solid transparent;
    padding: 5px;
    border-radius: 10px;
    background-image:
      linear-gradient(#000000, #000000), linear-gradient(40deg,rgb(83, 4, 101) 0%, rgb(178, 67, 200)50%, rgb(255, 196, 246) 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.gradient-border-anemo {
    border: 5px solid transparent;
    padding: 5px;
    border-radius: 10px;
    background-image:
      linear-gradient(#000000, #000000), linear-gradient(90deg,rgb(23, 131, 90) 0%, rgb(67, 200, 151) 50%, rgb(196, 255, 234) 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}