
* {
  margin: 0;
}

body {
  min-height: 100vh;
  background: #3a98b4;
  background: linear-gradient(
    214deg,
    rgba(58, 152, 180, 1) 0%,
    rgba(253, 29, 29, 0.81) 26%,
    rgba(55, 153, 99, 1) 75%,
    rgba(214, 159, 81, 1) 100%
  );
}

.content_beg_1440px {
  max-width: 1440px;
  box-sizing: border-box;
  padding: 10px 10px;
  margin: auto;
}

.overflowY_h {
  overflow-y: hidden;
}
.dnone {
  display: none !important;
}

main {
  min-height: calc(100vh - 160px);
}


.dpf {
  display: flex !important;
}

.dpf_cc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dpf_ccc {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.jc_sa{
    display: flex;
    justify-content: space-around;
}

.test {
  height: 150px;
  width: 700px;
  background-color: black;
}

.slogan {
  color: #a8e6cf;
}

/* Card Section */
.card {
  width: 300px;
  border-radius: 18px !important;
}

.card:hover {
  cursor: pointer;
  transform: scale(1.02);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.18);
  border: 2px solid #0f0600;
  transition: 0.5s;
}

.typ {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.singleType {
  display: flex;
  gap: 2px;
  border-radius: 16px;
  margin-top: 16px;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}

.card-title {
  text-transform: capitalize;
}

.number {
  font-size: 1rem;
  font-weight: bolder;
  text-align: center;
  padding: 4px 10px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.separator {
  background-color: rgba(0, 0, 0, 0.2);
  height: 2px;
  width: 80%;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin: 24px 0px;
}

.card_footer {
  display: flex;
  gap: 8px;
  padding: 16px;
}

.btn {
  background-color: white !important;
  font-weight: bold !important;
}
/* footer */
footer {
  height: 160px;
  width: 100%;
  bottom: 0px;
  position: static;
}

.back {
  background: linear-gradient(
    180deg,
    rgba(42, 123, 155, 1) 0%,
    rgba(87, 177, 199, 1) 50%,
    rgba(83, 237, 191, 1) 100%
  );
  border-top: 2px solid rgb(80, 44, 236);
}

.content_footer {
  align-items: center;
  height: 160px;
}

.creator {
  font-weight: 600;
  color: rgb(9, 201, 105);
  text-shadow: 0px 2px 4px rgba(153, 0, 255, 0.9);
}


/* dialog */

.dialogBackground {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0px;
  left: 0px;
}

.dialogOverlay {
  position: fixed;
  height: 800px;
  max-width: 600px;
  width: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 16px;
  
}

.infoLine {

  align-items: center;
  margin: auto;
  width: 95%;
  background-color: rgba(212, 212, 210, 0.6);
  border-radius: 50px;
}

.rotate-180 {
  transform: rotate(180deg);
}

.postionMiddle {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
}

.dialogInfo {
  background-color: rgba(212, 212, 210, 0.6);
  width: 95%;
  min-height: 30%;
  border-radius: 16px;
  margin: auto;
}

.borderDialog {
  padding: 20px 30px;
}

.discriptionBody {
  padding: 6px;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  margin: 4px;
  gap: 12px;
}

.loadingScreenBackground {
  position: fixed;
  width: 100%;
  height: 100vh;
  color: white;
  top: 0;
  left: 0;
  background: #111111d8;
}
.loadingScreen{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loadingAnimation{
    height: 200px;  
}


.infoStats {
  margin: 0px 16px;
  width: 100%;
}

.grapLine {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  text-transform: capitalize;
}

.grap {
  background: #353b48a4;
  overflow: hidden;
  height: 16px;
  width: clamp(150px, 100vw - 250px, 250px);
  border-radius: 50px;
}

.garpStatus {
  background: linear-gradient(
    90deg,
    rgba(255, 186, 112, 1) 0%,
    rgba(255, 140, 0, 1) 100%
  );
  width: var(--bar-width, 150px);
  transition: width 1s;
  height: 20px;
}

.gridMovesList {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  max-height: 100%;
}

.singleMove {
  background-color: aliceblue;
  padding: 4px;
  border-radius: 16px;
  gap: 8px;
  text-transform: capitalize;
}
.evoCain {
  display: flex;
  align-items: center;
  justify-content: center;
}
.evoContainer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.renderring {
  width: 100%;
  display: flex;
  align-items: center;
  overflow-x: auto;
  max-height: calc(100vh - 450px);
  height: 250px;

}

.evoLine {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.fontDialog {
  font-size: 18px;
  font-weight: 500;
  font-family: sans-serif;
}

.w100 {
  width: 100%;
  height: 100%;
}

/* loadingSpinner extern */

.three-body {
 --uib-size: 35px;
 --uib-speed: 0.8s;
 --uib-color: #5D3FD3;
 position: relative;
 display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
 height: var(--uib-size);
 width: var(--uib-size);
 animation: spin78236 calc(var(--uib-speed) * 2.5) infinite linear;
}

.three-body__dot {
 position: absolute;
 height: 100%;
 width: 30%;
}

.three-body__dot:after {
 content: '';
 position: absolute;
 height: 0%;
 width: 100%;
 padding-bottom: 100%;
 background-color: var(--uib-color);
 border-radius: 50%;
}

.three-body__dot:nth-child(1) {
 bottom: 5%;
 left: 0;
 transform: rotate(60deg);
 transform-origin: 50% 85%;
}

.three-body__dot:nth-child(1)::after {
 bottom: 0;
 left: 0;
 animation: wobble1 var(--uib-speed) infinite ease-in-out;
 animation-delay: calc(var(--uib-speed) * -0.3);
}

.three-body__dot:nth-child(2) {
 bottom: 5%;
 right: 0;
 transform: rotate(-60deg);
 transform-origin: 50% 85%;
}

.three-body__dot:nth-child(2)::after {
 bottom: 0;
 left: 0;
 animation: wobble1 var(--uib-speed) infinite
    calc(var(--uib-speed) * -0.15) ease-in-out;
}

.three-body__dot:nth-child(3) {
 bottom: -5%;
 left: 0;
 transform: translateX(116.666%);
}

.three-body__dot:nth-child(3)::after {
 top: 0;
 left: 0;
 animation: wobble2 var(--uib-speed) infinite ease-in-out;
}

@keyframes spin78236 {
 0% {
  transform: rotate(0deg);
 }

 100% {
  transform: rotate(360deg);
 }
}

@keyframes wobble1 {
 0%,
  100% {
  transform: translateY(0%) scale(1);
  opacity: 1;
 }

 50% {
  transform: translateY(-66%) scale(0.65);
  opacity: 0.8;
 }
}

@keyframes wobble2 {
 0%,
  100% {
  transform: translateY(0%) scale(1);
  opacity: 1;
 }

 50% {
  transform: translateY(66%) scale(0.65);
  opacity: 0.8;
 }
}
