﻿
.breadcrumb a {
    display: flex;
    align-items: center;
    color: #000000;
    padding: 1px;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    list-style: none;
    justify-content: space-between;
    /*border:1px solid red;*/
    margin: 0px 1px 5px 1px;
    /*margin-top:5px;
    text-decoration: none;
    padding: 5px 30px 5px 0;*/
    background-color: rgb(238,238,238);
    font-size: 12px;
    /*border-radius: 7px 7px 0px 0px  ;*/
}

    /*.breadcrumb a:after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 25px solid transparent;*/ /* Go big on the size, and let overflow hide */
        /*border-bottom: 25px solid transparent;
        border-right: 30px solid #1ec8a5;
        position: absolute;
        top: 50%;
        margin-top: -25px;
        right: 100%;
        z-index: 2;
    }

    .breadcrumb a:before {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 25px solid transparent;*/ /* Go big on the size, and let overflow hide */
        /*border-bottom: 25px solid transparent;
        border-right: 30px solid white;
        position: absolute;
        top: 50%;
        margin-top: -25px;
        margin-right: 1px;
        right: 100%;
        z-index: 1;
    }*/

a.active {
    background-color: #00ff21;
    /*border-radius: 15px;*/
}
.breadcrumb a span {
font-size:11px;

}
    /*.breadcrumb a.active::after, a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;*/ /* Go big on the size, and let overflow hide */
    /*border-bottom: 25px solid transparent;
    border-right: 30px solid #ff6a00;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    right: 100%;
    z-index: 2;
}*/
