body {
    height: 100%;
    margin: 0px;
}

.navbar {
    
    background-color: #08202a;
    color: white;
    position: fixed;
    height: 120px;
}

p {
    margin-top: 1rem !important;
}

button {
    cursor: pointer;
}

.navbar-brand {

    display: flex;
    align-items: center;
}

.img-nav {
    height: 40px;
    width: 40px;
    margin-right: 8px;
}

.btn-outline-success {
    --bs-btn-color: #c31e25;
    --bs-btn-border-color: #c31e25 !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #c31e25 !important;
    --bs-btn-hover-border-color: #c31e25 !important;
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #c31e25 !important;
    --bs-btn-active-border-color: #c31e25 !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #c31e25 !important;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #c31e25 !important;
    --bs-gradient: none;
    color: white !important;
}

.navbar-brand {
    color: white !important;
}

.content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: auto;
    min-height: 100vh;
    overflow-y: auto;
    background-color: #04171e;
}

.content-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 1440px;
    padding-top: 56px;
    padding-bottom: 56px;
    gap: 16px;
}



.stop-scroll {
    overflow: hidden;
}

.pkm-card {
    width: 240px;
    height: 348px;
    margin: 16px;
    border-radius: 25px;
    cursor: pointer;
}

.pkm-card-body {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px 25px 25px 25px;
}

.pkm-card-text {
    color: white;
}

.pkm-type-style {
    height: 40px;
    padding-right: 8px;
}

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

.pkm-img-big {
    aspect-ratio: 1 / 1;
    padding-bottom: 180px;
    object-fit: contain;
}

.pkm-img:hover {
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .3s;
}

.loadPkmContainer {
    background-color: #04171e;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.loadPkmButtonStyle {
    border-radius: 8px;
    padding: 24px;
    color: white;
    background-color: #08202a;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid orange;
    transition: all 125ms linear;
}

.info-btn-container {
    width: 100%;
    display: flex;
}

.info-btn-container:nth-child(2){
    border-right: none;
}

.info-btn {
    flex: 1;
    background-color: #414856;
    color: white;
    border-right: 1px solid #08202a;
    border-bottom: none;
}

.info-btn:hover{
    border-bottom: 2px solid white;
}

.info-btn-active{
    border-bottom: 2px solid orangered !important;
}

.info-btn-right{
    flex: 1;
    background-color: #414856;
    color: white;
    border-right: 1px solid #08202a;
    border-right: none;
    border-bottom: none;
}

.info-btn-right:hover{
    border-bottom: 2px solid white;
}

.main-container{
    margin-bottom: 16px;
    margin-top: 16px;
}

.loadPkmButtonStyle:hover{
    background-color: #04171e;
    scale: 1.1;
    transition: all 125ms linear;
}

.min-text-style {
    color: #c31e25;
    position: fixed;
}

.pkm-container-big {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; 
    height: 100%; 
    position: fixed; 
    top: 0;
    left: 0;
    z-index: 500;
    background-color: rgba(0, 0, 0, 0.5); 
}

.pkm-card-big {
    width: 340px;
    height: 400px;
    border-radius: 25px;
    box-shadow: 0 0 50px 15px #48abe0;
    background-color: white; 
}


.d-none {
    display: none;
}

.content-filter {
    opacity: 0.5;
    transition: 0.5s;
}

.icon-style {
    height: 32px;
    padding-right: 40px;
    padding-left: 40px;
    filter: grayscale(1);
    z-index: 1000;
}

.icon-style:hover {
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .3s;
}

.menu-container{
    position: absolute;
    bottom: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}


table {
    color: white;
    padding: 16px;
}

.stats-container {
    background-color: #08202a;
    color: white;
    width: 100%;
    height: fit-content;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    bottom: 150px;
}

.content-padding-right {
    padding-right: 24px;
}

.content-padding-left {
    padding-left: 24px;
}

.stat-div-style {
    display: flex;
    justify-content: space-between;
}

.container-fluid {
    max-width: 1440px;
}

.loadingSpinner {
    width: 100vh;
    height: 100vh;
    color: red;
    position: absolute;
    z-index: 9999;
}

.loader {
    height: 100vh;
    width: 100vw;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    background-color: #04171e;
}

.rotate {
    animation: rotation 2s infinite linear;
    height: 320px;
    width: 320px;
    
  }

  @keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
  }

  .loadingText {
    color: white;
    padding: 32px;
    size: 160px;
  }

  .stat-container {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .stat{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .stat-text {
    white-space: nowrap;
  }

  .progress-container{
    width: 50%;
    border-radius: 50px;
    border: 2px solid gray;
    height: 	20px;
    justify-self: end;
    position: relative;
    overflow: hidden;
  }

  .bar{
    height: 16px;
    background-color: orangered;
    border-radius: 50px;
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .content-container {
    width: 100%;
    padding: 16px;
    min-height: 140px;
  }

  .evo-chain {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.evo-pokemon {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.evo-pokemon img {
    width: 80px;
    height: auto;
}
.arrow {
    font-size: 24px;
}