/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
.breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
}

.breadcrumb {
    position: absolute !important;
    width: 53% !important;
    top: 218% !important;
    left: auto !important;
    right: 15px !important;
    margin: 0 !important;
    background-color: transparent !important;
    padding: 0 !important;
    font-size: 90%;
    transform: translateY(-50%);
}

#page-title > div > ol > nav > ol > li:nth-child(1)::after {
    content: "\00a0 > ";
    white-space: pre;
    color: rgba(255,255,255,0.8)
}

#page-title > div > ol > nav > ol > li:nth-child(2)::after {
    content: "\00a0 > ";
    white-space: pre;
    color: rgba(255,255,255,0.8)
}
