:root {
    --primary: rgba(247, 146, 30, 1);
    --primary-dark: rgba(255, 104, 1, 1);
    --primary-70: rgba(247, 146, 30, 0.7);
    --primary-50: rgba(247, 146, 30, 0.5);
    --primary-30: rgba(247, 146, 30, 0.3);
    --primary-10: rgba(247, 146, 30, 0.1);
    --logo: rgba(247, 146, 30, 1);
    --sidebar-icon: rgba(255,255,255, 1);
}

/*Gradient of the sidebar*/
.bg-grad-sidebar {
    background-image: linear-gradient(
            0deg,
            #8996A0,
            #8996A0
    );
}

/*Table sizing*/
tr {
    /*font-size: smaller;*/
}

/*Style Collapsible Sidebar icon*/
#Layer_1 {
    background-color: transparent;
    border-radius: 50%;
//width: 30 px;
//height: 25 px;
}

#Layer_1 path {
    display: none;
}

.trigger polygon {
}

/*Hide Attach Delegation button on Authority*/
div[dusk="delegations-index-component"] a[dusk='attach-button'] {
    display: none;
}

/*Hide Back button from Lens to Resource*/
a[data-testid="lens-back"] {
    display: none;
}

