.navbar .navbar-brand {
    height: auto;
}

.text-xs {
    line-height: 1.25;
}

.badge {
    font-size: 45%;
    vertical-align: top;
}

.search-header {
    height: auto;
}

.search-header .container {
    padding-top: 150px;
    padding-bottom: 100px;
}

.rs-card {
    border-bottom: 1px solid hsla(0,0%,60%,.3);
}

.card-form-horizontal .header-form-group {
    padding-bottom: 0;
    padding-top: 10px;
    margin-bottom: 0;
}

.signup-page {
    background: inherit;
}

.signup-left {
    background-position: center center;
    background-size: cover;
}

.signip-filter::after, .signup-filter::before {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
}

.signup-filter::before {
    background: rgba(225,190,231,.56);
}

.person-page {
    height: auto;
    background-position: center center;
    background-size: cover;
}

.person-page .container {
    padding-top: 150px;
    padding-bottom: 100px;
    z-index: 2;
}

.person-page .container .card-body, .person-page .container .card-body .card-title {
    color: #fff;
}

.person-page .container .card .card-header {
    background: transparent;
}

.person-filter::after, .person-filter::before {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
}

.person-filter::before {
    background: rgba(255, 255, 255, 0.3);
}

.person-gallery-card {
    min-height: 200px;
    background-size: cover;
    background-position: center;
}

.condolences-comment {
    display: flex;
    align-items: flex-start;
}

.condolences-comment .float-left {
    padding: 10px;
}

.condolences-comment .avatar {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 15px;
    box-shadow: 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%), 0 3px 5px -1px rgb(0 0 0 / 20%);
}

.condolences-comment .avatar img {
    width: 100%;
}

.comment-body {
    flex: 1;
}

.comment-body p {
    color: #999;
    font-size: 1rem;
    line-height: 1.6em;
}

.condolences-comment .comment-body {
    padding-right: 10px;
}

.comment-heading {
    color: #3c4858;
    text-decoration: none;
    font-weight: 700;
    font-family: Roboto Slab,Times New Roman,serif;

}

.condolences-comment .comment-heading small {
    font-size: 75%;
    color: #777;
}

.condolences-comment .comment-footer::after {
    display: table;
    content: "";
    clear: both;
}


.dashboard .card {
    border-radius: 1rem;
}

.bg-dashboard-navql {
    background: #eee !important;
}

.avatar {
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    border-radius: .75rem;
    height: 48px;
    width: 48px;
    transition: all .2s ease-in-out;
}

.avatar-sm {
    width: 36px!important;
    height: 36px!important;
    font-size: .875rem;
}

.me-3 {
    margin-right: 1rem!important;
}

.dashboard .table thead th {
    border: 0;
}



.dashboard table td .badge {
    font-size: 10px;
}

a.img-upload {
    color: #fff!important;
}

.section-text {
    padding: 70px 0;
}

.section-text p, .section-text li {
    color: #555;
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 15px;
}

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

.pricing {
    text-align: center;
}

.pricing ul {
    list-style: none;
    padding: 0;
    max-width: 170px;
    margin: 10px auto;
}

.pricing ul li {
    color: #999;
    text-align: center;
    padding: 12px 0;
    border-bottom: 1px solid hsla(0,0%,60%,.3);
}

.pricing ul li:last-child {
    border-bottom: 0;
}

.pricing.card-background ul li, .pricing[class*=bg-] ul li {
    color: #fff;
    border-color: hsla(0,0%,100%,.3);
}

.pricing.card-background ul li b, .pricing[class*=bg-] ul li b {
    color: #fff;
    font-weight: 700;
}
