html, body {
    font-family: 'PT Sans', sans-serif;
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.day {
    min-width: 10rem;
    width: 10rem;
}

.break {
    page-break-before : always;
}

.menu {
    background-color: rgb(202,227,225);
}
.Treant { position: relative; overflow: hidden; padding: 0 !important; }
.Treant > .node,
.Treant > .pseudo { position: absolute; display: block; visibility: hidden; }
.Treant.Treant-loaded .node,
.Treant.Treant-loaded .pseudo { visibility: visible; }
.Treant > .pseudo { width: 0; height: 0; border: none; padding: 0; }
.Treant .collapse-switch { width: 3px; height: 3px; display: block; border: 1px solid black; position: absolute; top: 1px; right: 1px; cursor: pointer; }
.Treant .collapsed .collapse-switch { background-color: #868DEE; }
.Treant > .node img {	border: none; float: left; width: 24px;
    height: 24px;
    margin-right: 8px;
    margin-top: 4px;}

.node-name { font-weight: bold;}
.chart { height: 100%;  width: 100%; }

.graph-node {
    padding: 5px 10px;
    border-radius: 6px;
    background-color: #ffffff;
    border: 2px solid #000;
    max-width: 300px;
    min-width: 200px;
    font-size: 12px;
}

.node_error {
    border-color: rgb(231, 0, 0);
    background-color: rgba(231,0,0,0.1);
}

.monitor-sql-code {
    max-height: 0;
    max-width: 0;
    padding: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  transition: max-width 0.3s ease-out;
}
.monitor-sql-code.active { padding: 0.75rem;}

.exec_table {

    border-radius:0.25rem;
}
td, th {
    padding: 0.25rem 0.5rem;
}

col.metric_column:nth-child(2n)
{
    background-color: rgba(229, 231, 235, 1);
}

form > label {
    margin-right: 0.5rem;
}


p.node-name {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }