.poke-single-view-main-container {
  background-color: rgba(0, 0, 0, 0.336);
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 2;
  height: 100vh;
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
}

.sv-card-main-container {
  background-color: var(--green);
  border: none;
  width: 320px;
  z-index: 2;
}
.sv-card-body-top {
}
.sv-card-nav {
  display: flex;
  justify-content: space-between;
  padding: 32px 0 16px 0;
}
.sv-card-nav svg:hover {
  cursor: pointer;
}
.sv-card-headline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  padding-bottom: 160px;
}
.sv-card-types {
  display: flex;
  gap: 8px;
}
.sv-card-body-bottom {
  background-color: white;
  border-radius: var(--borderRadiusMain);

  display: flex;
  align-items: center;
  flex-direction: column;
  min-height: 450px;
  max-height: 450px;
}
.sv-card-body-bottom img {
  width: 200px;
  object-fit: cover;
  position: absolute;
  top: 180px;
}
.sv-card-body-bottom table td {
  font-size: 16px;
}
.sv-card-data-nav-main {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: rgb(160, 160, 160);
}
.sv-card-data-nav-main a {
  text-decoration: none;
  font-weight: bold;
  padding-bottom: 16px;
}

.sv-td-seperator {
  font-size: 20px;
}

.sv-table-type-def tbody tr :nth-child(1){
  text-align: right;
}
.sv-table-type-def tbody tr :nth-child(2){
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
  
.sv-table-type-def-card{
  background-color: rgb(160, 160, 160);
  color: white;
  font-size: 10px;
}
.sv-table-type-def-card-inner{
  padding: 4px 16px;
}



/* Table Base Stats */
.sv-table-base-main{
  max-height: 320px;
  overflow-y: scroll;
}
.sv-table-base-bar {
  min-width: 160px;
}
/* END Table Base Stats */

.sv-table-evolution-data{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
}

.sv-table-moves-data{
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  overflow-y: scroll;
  justify-content: center;
  max-height: 320px;
}