/******
Order Info
 */

#pets {
}

#petsHeader {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#petsHeaderViewAll {
    width: auto;
}

#petsSearch {
    margin-bottom: 20px;
}

#petsSearchInput {
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 16px;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    appearance: none;
}

#petsBody {

}

.petName,
.petBreed {
    max-width: 200px;
}

.petDelete {
    background-color: darkred;
    display: flex;
    justify-content: center;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}

/**********
Order Footer
 */

#petsFooter {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

#petsPerPage {
}

#petsPages {
}

#petsNew {
    width: auto;
    margin-left: auto;
}