﻿#manage-tag-container #tag-details-tabcontent #tag-description-content {
    width: 100%;
}
#manage-tag-container #tag-details-tabcontent #tag-documentation-content {
    width: 100%;
}
#security-rules-wrapper .form-check-input:checked {
    background-color: var(--sds-primary);
    border: var(--sds-primary);
}
#tag-details-tabcontent {
    max-height: calc(100vh - 197px);
    max-height: calc(100dvh - 197px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 4px;
}
.sds-datatable-tags-anchor{
    color: black;
}