﻿/*.expand-Icon {
    color: gold;
}

.colapse-Icon {
    color: #0075df;
}

.non-colapse-Icon {
    color: #0075df;
}
.report-header {

}

body {
    font-family: "proxima-nova", sans-serif;
    font-size: 18px; 
    line-height: 1.833333333;
}*/


.small , small {
    font-size: 0.5em;
}

.accordion-button::after {
    display:none;
}

.accordion-button.collapsed::before {
    content: var(--expand-icon);
    color: orange;
}
.accordion-button::before {
    content: "\f056";
    color: blue;
    font: var(--fa-font-solid);
    margin-right: 2%;
}
.non-expand.collapsed::before {
    content: "\f111";
    color: orange;
}

.blockEntry-button {
    width: 100%;
    border: none;
    background: none;
    height: 100%;
}
.blockEntry-card {
    height:100% !important;
}

