.item-name h1 {
    font-size: 1.5em;
}
.bottom-api-area{
    position: absolute;
    bottom: 0;    
    margin-left: auto !important;
    margin-right: auto !important;
    left: 50%;
    transform: translate(-50%, 0);    
}
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden;cursor:pointer; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }
.filterlimit{
    margin-right: 20px;
}
#toggleSearchFilters{
    margin-top: 10px;
}
.api-paging-text {
    font-size: 0.8em;
    border-bottom: 1px solid #949494b8;
}
.item-ability {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.9em;
}
.card-typing-icon {
    height: 20px;
    width: 20px;
    vertical-align: sub;
    object-fit: contain;
}
#prevPage, #prevPage2{
    margin-right: 20px;
}
#nextPage, #nextPage2{
    margin-left: 20px;
}
.api-paging-pages{
    margin: 10px;
}
#api-area {
    text-align: center;
    min-height: 340px;
}
.api-paging-total {
    font-size: 1.1em;
    font-weight: 500;
}
.item-area:hover {
    background-color: #f3f3f3;
    transition: transform .5s ease, box-shadow .5s ease;
    transform: scale(1.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
[data-bs-theme="dark"] .item-area:hover {
    background-color: #1b1b1c;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
.item-desc {
    font-size: 12px;
}
.fig-min{
    text-align: left;
    width: 100%;
    margin-top:10px;
}
.card-figure-list {
    display: flex;
    text-align: center;
    font-size: 14px;
}
.card-fig-desc {
    max-width: 100%;
    width: 100%;
    overflow-wrap: break-word;
    display: block;
    font-size: 13px;
}
.card-fig-name-list {
    display: block;
    font-size: 16px;
}
.grid-image img {
    max-width: 150px;
    width: 100%;
    /* border: 1px solid black; */
    border-radius: 10px;
    border-radius: 10px;
    /* border: 1px solid #000000b0; */
    margin: 10px;
    text-align: center;
}
.toggle-buttons i {
    margin-right: 20px;
    cursor:pointer;
}
.fa-filter{
    margin-right: unset !important;
}
.toggle-buttons {
    font-size: 25px;
    text-align: center;
    color: #7d3e12;
}
.container {
   margin-top:0px;
}
mark{
    background-color: #ffdba7;
}
.mark, mark {
    padding: .1em;
}
main.flex-shrink-0 {
    padding-bottom: 15px;
}
.item-area {
    margin-top: 5px;
	display: inline-block;
    width: 100%;
    margin-bottom: 20px;	
}
.item-img {
    float: left;
    padding-right: 20px;
	max-width: 240px;
	min-width: 240px;
	text-align: center;
}
.item-img img {
    max-width: 140px;
    width: 140px;
    object-fit: contain;	
	border-radius: 10px;
	/* border: 1px solid #000000b0; */
}
.item-misc {
    padding-bottom: 5px;
    display: block;
}
.item-desc p {
    overflow: hidden;
}
/*
@media screen and (max-width: 500px) {
.form-group{
 display: grid;
 margin-top: 10px;
 width: 100%;
}
}
*/
@media screen and (max-width: 500px) {
    .form-group{
     width: 49%;
    }
}
@media screen and (max-width: 750px) {
    .api-paging-text {
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
        max-width: 200px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }  
    #prevPage, #prevPage2 {
        margin-right: 0px;
        margin-left: 0px;
    }
    #nextPage, #nextPage2 {
        margin-left: 0px;
    }
        
    #api-area .item-img,  #api-area .item-name,  #api-area .item-misc,  #api-area .item-desc,  #api-area .mt-5 {
        float:none;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        display: block;
        font-size: 0.8em;
    }
    .item-name {
        margin-top: 14px;
    }
    .item-name h1 {
        font-size: 1.2em;
    }    
    .item-ability {
        font-size: 0.8em;
    }    
    .item-area {
        margin-bottom: 5px;
    }
}