html {
    /* background: #e6f2f6; */
    background: linear-gradient(0deg, rgba(197, 223, 232, 1) 0%, rgba(230, 242, 246, 1) 50%);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

body {
    background: linear-gradient(0deg, rgba(197, 223, 232, 1) 0%, rgba(230, 242, 246, 1) 50%);
    font-family: 'Fira Sans', sans-serif !important;
    font-size: 15px;
    color: #666;
    height: 100%;
}

.d-flex {
    display: flex;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #dbdfe6;
    box-shadow: none;
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: #6c9acc;
    border-radius: 10px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Fira Sans', sans-serif !important;
}

h4 {
    color: #0d8baf;
    text-transform: uppercase;
    font-weight: 600 !important;
}

h6 {
    text-transform: uppercase;
    font-weight: 600 !important;
    text-align: center;
    margin-bottom: 5px;
}

.container {
    /* margin: 30px auto 0 auto; */
    margin-top: 30px;
    background-image: url('../images/psyduck-layout.png');
    width: 700px;
    height: 800px;
    border-radius: 8pt;
    box-shadow: 0px 3px 2px #a4c1ca;
}

.wrapper {
    padding-top: 340px;
}

.menu,
.content {
    margin-left: 40px;
}

hr.content-divider {
    margin-top: 0;
    margin-bottom: 15px;
}

.tab-content {
    overflow-y: auto;
    overflow-x: hidden;
    height: 330px;
}

ul {
    list-style: none !important;
    padding: 0 !important;
}

ul li {
    width: 100% !important;
}

ul li>a {
    display: inline-block !important;
    background-color: #c9e3fe !important;
    color: #6c9acc !important;
    width: 100% !important;
    padding: 5px 20px !important;
    margin: 2px 0 !important;
    border-radius: 8pt !important;
    cursor: pointer !important;
    opacity: 0.9 !important;
    transition: all 0.15s ease-in-out !important;
}

ul li>a:hover {
    background-color: #c9d2fe !important;
    color: #7d76e4 !important;
}

ul li>a.active {
    cursor: default !important;
    background-color: #c9d2fe !important;
    color: #7d76e4 !important;
}

ul li>a:hover {
    background-color: #c9d2fe !important;
    color: #7d76e4 !important;
}

.footer p {
    margin-top: 40px;
    font-style: italic;
}

.footer span {
    color: #7c75e3;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}

.footer span:hover {
    color: #554dbd;
}

/* PAGES */

#pills-homepage img {
    height: 150px;
}

#pills-adoptables a.adopt-status {
    display: inline-block;
    background-color: #fff;
    border-radius: 8pt;
    padding: 1.5rem 2rem 0 2rem;
    box-shadow: 0 2px 2px rgb(174, 190, 202);
}

#pills-adoptables a.adopt-status img {
    height: 60px;
    filter: invert(45%) sepia(100%) saturate(974%) hue-rotate(216deg) brightness(91%) contrast(94%);
}

#pills-adoptables a.adopt-status p {
    color: #666 !important;
    margin-top: 10px;
    font-weight: 500;
    transition: all 0.15s ease-in-out !important;
}

#pills-adoptables a.adopt-status:hover {
    text-decoration: none !important;
    background-color: #f4f4f4;
    transition: all 0.15s ease-in-out !important;
}

#pills-adoptables .adopty-card {
    position: relative;
    height: 140px;
    margin: 5px;
    border-radius: 8pt;
    box-shadow: 0 2px 2px rgb(174, 190, 202);
    cursor: pointer;
}

#pills-adoptables img.adopty {
    height: 100%;
    border-radius: 8pt;
}

#pills-adoptables .adopty-card .overlay {
    position: absolute;
    background-color: #f1a2a8;
    height: 100%;
    width: 100%;
    border-radius: 8pt;
    opacity: 0;
    transition: all 0.15s ease-in-out;
}

#pills-adoptables .adopty-card .text-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    color: #fff;
    opacity: 0;
    transition: all 0.15s ease-in-out;
}

#pills-adoptables .adopty-card:hover .overlay {
    opacity: 0.8;
}

#pills-adoptables .adopty-card:hover .text-overlay {
    opacity: 1;
}

#pills-requests .request-card {
    background-color: #fff;
    border-radius: 8pt;
    margin: 5px;
    padding: 10px 0;
    box-shadow: 0 2px 2px rgb(174, 190, 202);
}

#pills-requests i.icon {
    text-align: center;
    width: 25px;
}

#pills-requests i.icon.fa-dollar {
    color: #008f5e !important;
}

#pills-requests i.icon.fa-star {
    color: #f4c772 !important;
}

#pills-requests .request-details {
    border-left: 1px solid #ddd;
}

#pills-pushipuffs img {
    height: 250px;
    border-radius: 8pt;
    box-shadow: 0 2px 2px rgb(174, 190, 202);
}

#pills-pushipuffs .pushipuff-card {
    position: relative;
    height: 100px;
    margin: 10px;
    border-radius: 8pt;
    box-shadow: 0 2px 2px rgb(174, 190, 202);
    cursor: pointer;
}

#pills-pushipuffs img.variation {
    height: 100%;
}

#pills-pushipuffs .pushipuff-card .overlay {
    position: absolute;
    background-color: #f1a2a8;
    height: 100%;
    width: 100%;
    border-radius: 8pt;
    opacity: 0;
    transition: all 0.15s ease-in-out;
}

#pills-pushipuffs .pushipuff-card .text-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    color: #fff;
    opacity: 0;
    transition: all 0.15s ease-in-out;
}

#pills-pushipuffs .pushipuff-card:hover .overlay {
    opacity: 0.8;
}

#pills-pushipuffs .pushipuff-card:hover .text-overlay {
    opacity: 1;
}

#pills-avatars img.avatars {
    margin: 5px;
}

#pills-avatars img.borders {
    margin-bottom: 1px;
}

#pills-signatures .siggy-card {
    display: flex;
    justify-content: center;
    height: 145px;
    margin: 10px 0;
}

#pills-signatures .siggy-card img {
    height: 100%;
}

@media only screen and (max-width: 1100px) {

    body {
        font-size: 9px;
    }

    h4 {
        font-size: 14px;
        margin-bottom: 3px;
    }
    
    h6 {
        text-transform: uppercase;
        font-weight: 600 !important;
        text-align: center;
        margin-bottom: 5px;
        font-size: 11px;
    }

    .container {
        margin: 10px auto;
        background-image: url('../images/psyduck-layout.png');
        background-size: contain;
        background-repeat: no-repeat;
        width: 360px;
        height: 410px;
    }

    .wrapper {
        padding-top: 175px;
    }
    
    .menu,
    .content {
        margin-left: 10px;
    }

    .menu {
        width: 30%;
    }

    .content {
        width: 62%;
    }

    .tab-content {
        height: 170px;
    }

    hr.content-divider {
        margin-top: 0;
        margin-bottom: 5px;
    }
    
    ul li>a {
        padding: 1px 5px !important;
        margin: 2px 0 !important;
    }

    .footer p {
        margin-top: 12px;
        font-style: italic;
    }

    #pills-homepage img {
        height: 60px;
    }
    
    #pills-adoptables a.adopt-status {
        padding: 10px 20px 0 20px;
    }
    
    #pills-adoptables a.adopt-status img {
        height: 25px;
    }
    
    #pills-adoptables img.adopty {
        height: 80px;
        margin: 5px;
    }
    
    #pills-adoptables .option {
        width: 45%;
    }
    
    #pills-requests .request-card {
        padding: 10px 0;
    }
    
    #pills-requests i.icon {
        width: 15px;
    }

    #pills-requests .request-details {
        border-left: 1px solid #ddd;
    }
    
    #pills-pushipuffs img {
        height: 130px;
    }
    
    #pills-pushipuffs .pushipuff-card {
        height: 50px;
        margin: 5px;
    }
    
    #pills-avatars img.avatars {
        margin: 5px;
    }
    
    #pills-avatars img.borders {
        height: 170px;
    }

    #pills-buttons img {
        margin: 2px;
    }
    
    #pills-buttons img.borders {
        height: 200px;
    }
    
    #pills-signatures .siggy-card {
        height: 75px;
        margin: 10px 0;
    }
    
  }