﻿html#html {
    border-top: none !important;
}
body {
    background: #fff !important;
}
#home-url {
    font-size: 14px;
    display: inline-block;
    background: #005890;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin: 4px !important;
    border-radius: 50%;
    text-align: center;
    width: 29px;
    height: 29px;
    transition: 0.3s;
}
#breadcrumb {
    padding: 8px 0px;
    background-color: white !important;
}
.breadcrumb-grid {
    display: grid;
    grid-template-columns: auto auto;
    gap: 8px;
    justify-items: start;
    justify-content: start;
    align-items: center;
    align-items: baseline;
}

.breadcrumb-item {
    display: inline;
}

.breadcrumb-item:hover {
    color: #64b7ad;
}
    .breadcrumb-item.active {
        pointer-events: none;
        color: grey;
        cursor: default;
    }
    .breadcrumb-item.active:hover {
        pointer-events: none;
        color: grey;
        cursor: default;
    }
.breadcrumb-arrow {
    color:gray;
}

img{
    max-width: 100% !important;
}