body {
    padding-top: 70px;
    padding-bottom: 122px;
    color: #b0988e;
    display: none;
}

table {
    width: 100%;
}

h1 {
    font-size: calc(2.2rem + 1.5vw)!important;
}

#app-bar {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 12px 0;
    z-index: 1000;
    text-align: center;
    height: 70px;
    background-color: #fff;
    border-bottom: 1px solid rgba(216, 203, 190, 0.5);
}

#app-bar .container h2 {
    margin: 0;
    color: #B0988E;
    font-size: 22px;
    line-height: 45px;
    font-weight: normal;
}

#app-bar .balls-bg {
    background-image: url(/static/images/3-balls.png);
    background-repeat: no-repeat;
    background-size: 98px;
    background-position: calc(50% - 140px) center;
}

#app-bar.app-bar-shadow {
    background: #FFF;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 30px 30px;
    border-bottom: none!important;
}

@media only screen and (max-width: 767px) {
    #app-bar .container h2 {
        font-size: 19px;
    }
}

#app-bar .container img {
    height: 40px;
    margin-bottom: 10px;
}

.cover-image-container {
    width: 100%;
    overflow-x: hidden;
}

#cover-image {
    width: 100%;
    margin-bottom: 20px;
}

#app-bar .container .back-btn {
    position: absolute;
    left: 0;
    top: 20px;
    width: 50px;
    height: 25px;
    display: inline-block;
    background-image: url(/static/images/icons/back-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#app-bar .container .back-btn:hover {
    cursor: pointer;
}

#nav-bar {
    position: fixed;
    bottom: 0;
    padding-top: 20px;
    width: 100%;
    height: 100px;
    background-color: #fff;
    z-index: 1000;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
    border-radius: 30px 30px 0 0;
}

#nav-bar .container {
    max-width: 900px;
}

.nav-bar-icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-bottom: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

a.nav-bar-item {
    color: #D8CBBE;
    text-decoration: none;
}

a.nav-bar-item span {
    display: block;
    margin-top: -6px;
    font-size: 15px;
} 

a.nav-bar-item:hover {
    color: #4d8581!important;
}

.nav-bar-icon-handbook {
    background-image: url(/static/images/icons/nav-bar-catalog.png);
}
a.nav-bar-item:hover .nav-bar-icon-handbook, .nav-bar-item-active .nav-bar-icon-handbook {
    background-image: url(/static/images/icons/nav-bar-catalog-active.png)!important;
}
a.nav-bar-item:hover .nav-bar-icon-handbook, .nav-bar-item-active {
    color: #4d8581!important;
}

.nav-bar-icon-favorites {
    background-image: url(/static/images/icons/nav-bar-favorites.png);
}
a.nav-bar-item:hover .nav-bar-icon-favorites, .nav-bar-item-active .nav-bar-icon-favorites {
    background-image: url(/static/images/icons/nav-bar-favorites-active.png)!important;
}
a.nav-bar-item:hover .nav-bar-icon-favorites, .nav-bar-item-active {
    color: #4d8581!important;
}

.nav-bar-icon-company {
    background-image: url(/static/images/icons/nav-bar-company.png);
}
a.nav-bar-item:hover .nav-bar-icon-company, .nav-bar-item-active .nav-bar-icon-company {
    background-image: url(/static/images/icons/nav-bar-company-active.png)!important;
}
a.nav-bar-item:hover .nav-bar-icon-company, .nav-bar-item-active {
    color: #4d8581!important;
}

.nav-bar-icon-user-profile {
    background-image: url(/static/images/icons/nav-bar-info.png);
}
a.nav-bar-item:hover .nav-bar-icon-user-profile, .nav-bar-item-active .nav-bar-icon-user-profile {
    background-image: url(/static/images/icons/nav-bar-info-active.png)!important;
}
a.nav-bar-item:hover .nav-bar-icon-user-profile, .nav-bar-item-active {
    color: #4d8581!important;
}

a.list-item {
    position: relative;
    height: 90px;
    overflow: hidden;
    padding-left: 78px;
    padding-right: 65px;
    margin-bottom: 0;
    background-size: 60px 60px;
    background-repeat: no-repeat;
    background-position: left;
    font-size: 19px;
    font-weight: 500;
    line-height: 22px;
    text-decoration: none;
    color: #4d8581;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d8cbbe;
}

a.list-item p {
    margin-top: auto;
    margin-bottom: auto;
}

a.list-item .icon-forward-arrow {
    position: absolute;
    right: 0px;
    width: 18px;
    height: 18px;
    float: right;
    background-size: contain;
    background-repeat: no-repeat;
}

a.list-item .icon-forward-arrow-white {
    background-image: url(/static/images/icons/forward-arrow.png);
}

a.list-item .icon-forward-arrow-blue {
    background-image: url(/static/images/icons/forward-arrow.png);
}

.simple-page {
    padding-top: 10px;
    padding-bottom: 10px;
}

.simple-page h3 {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-top: 30px;
}

.simple-page h4 {
    font-size: calc(1.3rem + .6vw);
    margin-bottom: 0;
}

.simple-page table {
    border-collapse: collapse;
    border-spacing: 8px 0;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.simple-page table tr  {
    border-bottom: 1px solid #fff!important;
}

.simple-page table tr td p {
    margin-bottom: 0;
}

.simple-page table tr td {
    vertical-align: middle;
    padding: 4px 10px;
}

.simple-page table.gte-4-col tr td {
    text-align: center!important;
}

.simple-page table.gte-4-col tr td:nth-child(1) {
    text-align: left!important;
}

.simple-page table tr td:nth-child(2), .simple-page table tr td:nth-child(3) {
    text-align: right;
}

.text-humana {
    color: #4d8581;
}

.list-item-a-z {
    background-image: url(/static/images/item-a-z.png);
}

.list-item-categories {
    background-image: url(/static/images/item-categories.png);
}

.category-round-image {
    position: absolute;
    top: 22px;
    right: 15px;
    width: 100px;
    height: 100px;
}

.category-round-image img {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 500px) {
    .category-round-image {
        top: 25px;
        right: 10px;
        width: 70px;
        height: 70px;
    }
}

@media only screen and (max-width: 767px) {
    #cover-image {
        transform: scale(1.4);
        transform-origin: top;
        margin-bottom: 100px;
    }
}

.page-container {
    border: none!important;
    padding-left: 4%;
    padding-right: 4%;
    margin-bottom: 20px;
}

.page-container-blue {
    border: none!important;
    background-color: #4d8581;
    color: #fff;
    padding: 20px 4%;
    margin-bottom: 20px;
}

.login-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #fff;
}

.login-overlay .container h1, .login-overlay .container h3, .login-overlay .container h4 {
    font-weight: normal;
}

.humana-form .form-control,
.humana-form .form-select,
.humana-form .btn {
    height: 55px;
    font-size: 20px;
    border-radius: 30px;
    border: 1px solid #4d8581;
}

.humana-form .form-control,
.humana-form .form-select {
    color: #4d8581;
    padding: 10px 25px;
}

.humana-form .form-control::placeholder {
    color: #4d8581;
}

.humana-form .btn-primary {
    background-color: #4d8581;
    border-color: #4d8581;
}

.humana-form input[type=checkbox] {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    padding: 10px;
}

.humana-form .form-check-label {
    margin-left: 10px;
    font-size: 19px;
}

.humana-form a {
    color: #4d8581;
    text-decoration: none;
}

.humana-form *:hover,
.humana-form *:focus,
.humana-form *:active {
    outline: none;
    box-shadow: none !important;
    -webkit-appearance: none;
}

.product-initial-letter {
    color: #4d8581;
}

#btn-toggle-favorite {
    height: 60px;
    width: 260px;
    font-size: 20px;
    border-radius: 8px;
    border-width: 2px;
    color: #4d8581!important;
    background-color: #fff!important;
    border-color: #4d8581!important;
    outline: none;
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: right 15px top 14px;
    padding-right: 50px;
    border-radius: 30px;
    box-shadow: none;
}

.btn-toggle-favorite-on {
    background-image: url(/static/images/icons/on-favorite.png);
}

.btn-toggle-favorite-off {
    background-image: url(/static/images/icons/off-favorite.png);
}

#btn-toggle-favorite img {
    width: 50px;
    height: 50px;
}

#search-product {
    height: 60px;
    padding-right: 15px;
    padding-left: 47px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    outline: 0 none;
    border: none;
    border-radius: 10px;
    background-image: url(/static/images/icons/search.png);
    background-repeat: no-repeat;
    background-size: 35px 35px;
    background-position-x: 8px;
    background-position-y: center;
}

#search-product::placeholder {
    color: #b0988e;
}

.color-primary {
    color: #4D8581!important;
}

.color-secondary {
    color: #b0988e;
}

a.color-secondary {
    text-decoration: underline;
}

a.color-secondary:link, a.color-secondary:visited, a.color-secondary:hover, a.color-secondary:active {
    color: #b0988e;
}