.navbar-brand img {
    width: 200px;
}

.nav-category .nav-link {
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 16px;
    border-radius: 16px;
}

.nav-category .nav-link h4 {
    text-align: left;
    font-size: 16px;
}

.nav-category .icon-svg.icon-svg-md {
    width: 36px;
}

.icon-list a {
    color: #000;
}

.icon-list a:hover {
    color: #f78b77;
}

.active-category {
    background-color: #f2f8fb !important;
}

.classic-view img {
    max-width: 100% !important;
}

.gender-tooltip {
    color: #f78b77;
    cursor: pointer;
}

.bs-tooltip-bottom .tooltip-inner {
    background-color: #e0e9fa !important;
    color: #3f78e0;
    border: 1px solid #ddd;
    text-align: left;
    max-width: 500px;
    opacity: 1 !important;
    font-size: 14px !important;
}

.tooltip.show {
    opacity: 1;
}

.tooltip-inner p {
    padding-bottom: 0;
    margin-bottom: 0;
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #e0e9fa !important;
}


.expanded-label .data-keyword {
    background-color: #fff;
    color: #000;
}


.page-folders .expanded {
    margin-bottom: 20px;
}

.page-folders .expanded-show > .expanded-content {
    padding: 0;
}


.expanded {
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.expanded-label {
    background-color: #FAFAFA;
    display: flex;
    flex-direction: row;
    color: #000;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    padding: 10px 16px;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.expanded-icon:after {
    font-family: Unicons !important;
    content: "\ec1f";
    color: #f78b77;
    display: block;
    margin-right: 8px;
    font-weight: 900;
    transition: all 0.3s ease;
}

.expanded-show > .expanded-label {
    background-color: #f78b77;
    color: #fff;
}

.expanded-show > .expanded-label .expanded-icon:after {
    content: "\ebd4";
    color: #fff;
}

.expanded-content {
    transition: all 0.2s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.expanded-show > .expanded-content {
    opacity: 1;
    height: auto;
    padding: 16px 16px 0;
}

.tag-list li {
    margin-bottom: 8px;
}

.document-view hr {
    margin: 0;
}

blockquote {
    padding: 8px 16px 1px;
    background-color: rgba(247, 139, 119, 0.1);
}

.card-search .card-header {
    display: flex;
    justify-content: space-between;
}

.card-search .card-header p {
    margin-bottom: 0;
}

.questions-list {
    margin: 20px 0;
}

.questions-list .item {
    background-color: #f4faf8 !important;
    margin-bottom: 16px;
    border-radius: 8px;
    padding: 12px 16px;
}

.questions-list .item a {
    display: flex;
    align-items: center;
    color: #000;
}

.question-number {
    flex-shrink: 0;
    width: 42px !important;
    height: 42px !important;
    border-radius: 50%;
    background-color: #f78b77;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    margin-right: 16px;
    font-weight: bold;
    transition: all 0.2s ease-in, transform 0.2s ease-in;
}

.question {
    width: auto;
    font-size: 16px;
}

.custom-category a {
    color: rgb(96, 105, 123)
}

.custom-category a:hover .card {
    background-color: #fef6f5!important;
}

@media (max-width: 1400px) {
    .navbar-other .social{
        display: none;
    }
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    background-color: #fff;
}

.bs-callout h4 {
    font-size: 1.2rem;
}

.bs-callout ul{
    margin: 0;
    padding-left: 1rem;
}