.container {
    max-width: none;
}

th .breakdownSummary {
    position: relative;
    top: unset;
}

.loadingWrapper > div {
    visibility: visible !important;
}

#react-entry-point {
    position: relative;
}

.rowLoadingCallback {
    pointer-events: none;
    opacity: 0.5;
}

.rowInteractionContainer {
    position: relative;
    background: none;
}

.rowSpinnerContainer {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    visibility: collapse;
}

.rowSpinner {
    margin: auto;
}

/*._dash-loading-callback {*/
/*    !* The banner *!*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: rgba(255, 255, 255, 0.5);*/
/*    text-align: center;*/
/*    cursor: progress;*/
/*}*/

.mistakes-rating {
    font-size: 1rem;
    width: 100%;
}

.mistakes-rating-6 {
    background-color: #51cf00 !important;
}

.mistakes-rating-5 {
    background-color: #95cf00 !important;
}

.mistakes-rating-4 {
    background-color: #c2cf00 !important;
}

.mistakes-rating-3 {
    background-color: #cfae00 !important;
}

.mistakes-rating-2 {
    background-color: #cf5b00 !important;
}

.mistakes-rating-1 {
    background-color: #cf1700 !important;
}

/*.loadingWrapper > div[dash-data-is-loading]*/
/*{*/
/*    opacity: 0.33;*/
/*}*/

.stats-fiter-item {
    margin: 0;
}

.group-completed {
    background-color: #d9ead3;
    color: black;
}

.group-overdue {
    background-color: #fa5252;
    color: #b7b3b3;
    font-weight: 500;
}

.group-mistakes {
    background-color: #e2b535;
    color: black;
    font-weight: 500;
}

.disabled-radio {
    pointer-events: none;
    opacity: 0.6;
}

.mantine-Accordion-label {
    font-weight: bold;
    font-style: italic;
}

.mantine-Accordion-content {
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: normal;
}
/*.scroll-area {*/
/*    transform: rotateX(180deg);*/
/*}*/

.data-table-container {
    max-height: 800px;
    min-height: 500px;
    /*transform: rotateX(180deg);*/
    overflow-y: scroll;
}

.data-table-container table thead {
    position: sticky;
    top: 0;
    background-color: aliceblue;
    z-index: 10;
}

.addonDescriptorsList > li > div {
    display: inline-flex;
    flex-direction: column;
    white-space: pre !important;
}

.data-table-container table thead th {
    color: black;
    border-bottom: 1px solid black;
}

.data-table-container table {
    /*width: max-content;*/
}

.local-loader {
    position: absolute !important;
    /*top: 0;*/
    /*left: 0;*/
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.overlay {
    background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent white */
    z-index: 9999; /* Make sure the overlay is on top of other content */
}

.mantineInput {
    font-family: Inter, sans-serif;
    height: 36px;
    -webkit-tap-highlight-color: transparent;
    line-height: 34px;
    appearance: none;
    resize: none;
    box-sizing: border-box;
    font-size: 14px;
    width: 100%;
    color: rgb(0, 0, 0);
    display: block;
    text-align: left;
    min-height: 36px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 4px;
    border: 1px solid rgb(206, 212, 218);
    background-color: rgb(255, 255, 255);
    transition: border-color 100ms ease 0s;
}

.mantineLabel {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: rgb(33, 37, 41);
    word-break: break-word;
    cursor: default;
    -webkit-tap-highlight-color: transparent;
}

/* Fix scroll horizontal issues */
div {
    max-width: 100%;
}

.mantine-AppShell-body {
    width: 100%;
}

.mantine-AppShell-main {
    width: 100%;
}

.mantine-ScrollArea-scrollbar {
    bottom: unset;
    top: 0px;
}

.mantine-ScrollArea-viewport table {
    margin-top: 10px;
}

.playground-output-scroller {
    border-width: 0px 0px 0px 1px;
    border-left-color: rgb(206, 212, 218);
    border-left-style: solid;
    padding: 0px 0px 0px 10px;
}

.playground-output-scroller .mantine-ScrollArea-viewport {
    height: 500px;
}

.fill-available-width{
    width: 100%;
}

.data-item-row:hover {
    background-color: rgb(241, 243, 245);
    cursor: pointer;
}

.selected-data-item-row {
    background-color: rgb(241, 243, 245);
    border-left: 3px solid rgb(51, 154, 240);
}

.data-item-row div:first-child {
    padding: 10px;
}

.data-item-row:hover div:first-child {
    border-left: 3px solid rgb(51, 154, 240);
}

.data-item-row-actions {
    visibility: hidden;
}

.data-item-row:hover .data-item-row-actions {
    visibility: unset;
}