#loader {
    position: absolute;
    top: 50%;
    border-radius: 25px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    font-size: 16px;
    padding: 10px;
    color: white;
    background-color: #e08362;
    border-radius: 50%;
    border: 5px solid #e08362; 
    border-top: 5px solid white; 
    border-left: 5px solid transparent;
}

.breadcrumb[_ngcontent-mkd-c144] {
    background: var(--main_bg_color,#f4f4f4) !important;
    font-size: .8em;
    margin: 0
}
