a {
    color: white;
}
.login-logo {
    font-size: 4em;
}

.login-logo .icon-tabler-assembly {
    height: 56px;
    width: auto;
}

table.event-table thead tr th:nth-child(2), table.event-table thead tr th:nth-child(3),
table.event-table tbody tr td:nth-child(2), table.event-table tbody tr td:nth-child(3) {
    width: 200px;
    text-align: right;
}

table.event-table-check thead tr th:nth-child(3), table.event-table-check thead tr th:nth-child(4),
table.event-table-check tbody tr td:nth-child(3), table.event-table-check tbody tr td:nth-child(4) {
    width: 200px;
    text-align: right;
}

table.event-table-check-without thead tr th:nth-child(3), table.event-table-check-without tbody tr td:nth-child(3) {
    width: 200px;
    text-align: right;
}

.error-circle {
    width: 10px;
    color: red;
}

.event-table .event-title {
    font-size: 1.3em;
}

.badge-notification-left {
    position:absolute!important;
    top:0!important;
    left:0!important;
    transform:translate(-50%,0%);
    z-index:1
}

.table-highlight TR TD:nth-child(1) {
    width: 150px;
    text-align: right;
    font-family: 'Courier New', Courier, monospace;
}

.table-highlight TR TD:nth-child(2) {
    text-align: left;
    font-family: 'Courier New', Courier, monospace;
    opacity: .5;
    padding-left: 10px;
}

.card-title.card-titles h3 {
    padding: 0px;
    margin: 0px;
}

.card-title.card-titles .card-subtitle {
    padding: 0px;
    margin: 0px;
}

.accordion .accordion-button {
    padding: 0px 10px;
}

.code-lines {
    border-top: 1px solid #2a3b4d;
    border-bottom: 1px solid #2a3b4d;
}

.code-line .line-number {
    width: 50px;
    text-align: center;
    margin: 0px;
    padding: 0px;
    line-height: 25px;
    background-color: #151f2c;
    font-family: 'Courier New', Courier, monospace;
}

.code-line .line-content pre, .code-line .line-content code {
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
    line-height: 25px;
}

.code-line .line-content code { 
    padding-left: 5px;
}

.code-line .line-content.error-line pre code{
    background-color: #2c1515;
}

.var-table {
    font-family: 'Courier New', Courier, monospace;
}

.var-table TR TD:nth-child(1), .var-table TR TH:nth-child(1) {
    padding-left: 10px;
}

#breadcrumb-table TR TD:nth-child(1) {
    width: 200px;
}

#breadcrumb-table TR TD:nth-child(2), #breadcrumb-table TR TD:nth-child(3) {
    width: 100px;
}

#breadcrumb-table TR TD:nth-child(4) {
    font-family: 'Courier New', Courier, monospace;
}

.table-mono TR TD:nth-child(1) {
    width: 250px;
}

.table-mono TR TD:nth-child(2) {
    font-family: 'Courier New', Courier, monospace;
}

.table-mono TR TD:nth-child(2) .code-line .line-content code, .table-mono TR TD:nth-child(2) .code-line .line-content pre {
    opacity: 1.0;
}

table#projects-table TR TH:nth-child(2), table#projects-table TR TD:nth-child(2) {
    width: 150px;
    text-align: center;
}

table#applications-table-project TR TH:nth-child(2), table#applications-table-project TR TD:nth-child(2),
table#applications-table-project TR TH:nth-child(3), table#applications-table-project TR TD:nth-child(3) {
    width: 200px;
}

table#applications-table-project TR TH:nth-child(4), table#applications-table-project TR TD:nth-child(4),
table#applications-table-project TR TH:nth-child(5), table#applications-table-project TR TD:nth-child(5) {
    width: 75px;
    text-align: center;
}

table#applications-table TR TH:nth-child(2), table#applications-table TR TD:nth-child(2) {
    width: 200px;
}

table#applications-table TR TH:nth-child(3), table#applications-table TR TD:nth-child(3),
table#applications-table TR TH:nth-child(4), table#applications-table TR TD:nth-child(4) {
    width: 75px;
    text-align: center;
}

.modal-blur {
    background-color: rgba(0,0,0,0.7);
}

.btn .icon.single-icon {
    margin-right: 0px;
}

H3.page-title {
    margin: 0;
    font-size:var(--tblr-font-size-h3);
    line-height:var(--tblr-line-height-h5);
    font-weight:var(--tblr-font-weight-headings);
    color: inherit;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

H3.page-title SVG {
    width: var(--tblr-font-size-h2);
    height: var(--tblr-font-size-h2);
}

#tasks-table TH:nth-child(1), #tasks-table TD:nth-child(1)
{
	white-space: nowrap;
	text-align: right;
}
#tasks-table TH:nth-child(2), #tasks-table TD:nth-child(2)
{
	height: 100%;
    width: 100%;
}
.task-result
{
	height: 38px;
	margin-top: 3px;
	border-radius: 5px;
	margin-right: 2px;
}
#tasks-table TH:nth-child(2) {
    padding: 0px;
}
.task-header {
    border-left: 1px solid rgba(72, 110, 149, 0.14);
    height: 32px;
    line-height: 32px;
    padding-left: 5px;
}