body {
    margin: 0;
    background-color: rgb(248, 249, 250) !important;
}

h3::first-letter {
    text-transform: capitalize;
}

h4::first-letter {
    text-transform: capitalize;
}

p::first-letter {
    text-transform: capitalize;
}

li::first-letter {
    text-transform: capitalize;
}

.navbar {
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important;
    width: 100% !important;
    height: 80px !important;
}

.headlinePic {
    background-color: rgb(248, 249, 250)
}

.headerPic {
    width: 200px;
}

.headerPic:hover {
    cursor: pointer;
}

.pokemonContentStatus {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 20px;
    width: 120px;
    justify-content: space-between;
}

.pokemonContentStatus h6 {
    margin-left: 10px;
    padding: 4px;
    background: rgb(253,253,254);
    border: solid 1px #e9ecef;
    border-radius: 5px;
}

.pokemonList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 80px;
}

.pokemonListPic {
    display: flex;
    position: relative;
}

.pokemonListPicBg {
    height: 150px;
    position: relative;
    left: 50px;
}

.pokemonPic {
    height: 120px;
    margin-top: 0;
    z-index: 1;
    position: relative;
    right: 100px;
    top: 20px;
}

.pokemonCard {
    width: 12rem !important;
    min-height: 220px !important;
    max-height: 225px !important;
}

.pokemonCard:hover img {
    cursor: pointer;
    transition: ease-in-out 225ms;
    transform: scale(1.2);
}

.pokemonPicDetail {
    height: 250px;
    object-fit: contain;
    padding-bottom: 10px;
    margin-top: 0;
}

.pokemonCard:hover {
    cursor: pointer;
    opacity: 0.7;
}

.pokemonDetailCardButtons {
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 125px;
}

.pokemonDetailCardButtons img:hover {
    cursor: pointer;
    transform: scale(1.2);
    transition: ease-in-out 200ms;
}

.card {
    box-shadow: 5px 6px 11px 0px rgba(0, 0, 0, 0.75);
    width: 24rem;
    border: transparent !important;
}

.shadow {
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3) !important;
}

.shadow2 {
    box-shadow: 5px 6px 11px 0px rgba(0, 0, 0, 0.75);
}

.card-title {
    margin-bottom: 4px !important;
    background-color: rgb(255, 255, 255, 0.15);
    border: solid 1px transparent;
    border-radius: 5px;
    padding: 2px;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pokemonDetailOverlay {
    display: flex !important;
    justify-content: center !important;
}

.modal-content {
    align-items: center !important;
    border: none !important;
}

.modal {
    --bs-modal-width: 0 !important;
    --bs-modal-bg: none;
}

.pokemonLoadingBtn {
    display: flex;
    justify-content: center;
}

.radius {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.whiteFont {
    color: white !important;
}

.progress-bar-striped {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, .15) 50%, transparent 50%, transparent 80%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent) !important;
}

.progress,
.progress-stacked {
    height: 30px !important;
    width: 60%;
}

.progressbarSection {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 4px;
}

.pokemonDetailCardStats {
    height: 280px;
}

.pokemonStatsList {
    display: flex;
    padding-left: 40px;
}

.pokemonStatsList img {
    margin-right: 10px;
}

.pokemonDetailCardProfile {
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.pokemonDetailCardMoves {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    align-content: flex-start;
    overflow-y: scroll;
    height: 280px;
}

.pokemonDetailCardMoves p {
    padding: 4px;
    margin-right: 4px;
    border: solid 1px transparent;
    border-radius: 5px;
    height: fit-content;
}

.detailCardBtnSection {
    display: flex;
    justify-content: space-evenly;
}

.searchbar {
    outline: none;
    border: none;
    padding: 4px;
    opacity: 0.7;
}

.searchbar:hover {
    opacity: 1;
    transition: all 200ms ease-in-out;
}

.searchbarButton {
    opacity: 0.7;
    background: white;
    padding: 3px;
}

.searchbarButtonRight {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.searchbarButtonLeft {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-right: 2px;
}

.searchbarButton:hover {
    opacity: 1;
    cursor: pointer;
    transition: all 200ms ease-in-out;
    transform: scale(1.1);
    border-radius: 5px;
}

.searchbarSection {
    display: flex;
    height: 40px;
    border: solid 1px #e9ecef;
    border-radius: 5px;
}

.pokemonProfileIcons {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 150px;
}

.pokemonProfileIcons p {
    padding-top: 2px
}

.pokemonCardDetailCardHead {
    display: flex;
    justify-content: space-between;
}

.noResultScreen {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    text-align: center;
}

.spinner {
    height: 40px;
    animation: spinner 3s infinite linear;
}

@keyframes spinner {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

@media (max-width: 750px) {
    .headerPic {
        display: none;
    }
}

@media (max-width: 550px) {
    .spinner {
        display: none;
    }

    .pokemonContentStatus {
        margin-left: 10px;
        width: auto;
        margin: 0;
    }

    .container-fluid {
        justify-content: center !important;
    }

    .pokemonCard {
        width: 8rem !important;
        min-height: 180px !important;
        max-height: 185px !important;
    }

    .pokemonPic {
        height: 95px;
        right: 100px;
        top: 0px;
    }

    .pokemonListPicBg {
        height: 110px;
        left: 20px;
        top: -15px;
    }

    h4 {
        font-size: 1rem;
    }

    .card {
        width: 20rem;
    }

    .pokemonDetailCardStats p {
        font-size: 0.8rem;
    }
}

@media (max-width: 500px) {

    .searchbarButton {
        height: 38px;
    }

    .container-fluid {
        justify-content: center !important;
        flex-direction: column !important;
    }

    .pokemonContentStatus {
        margin-left: 0;
        margin-top: 5px;
    }

    .navbar {
        height: 85px !important;
    }
}