.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;
}

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

.statistics-table-container {
    max-height: 800px;
    min-height: 500px;
    overflow: scroll;
    display: block;
    max-width: 100%;
    width: fit-content;
}

.data-table-container {
    max-height: 800px;
    min-height: 500px;
    overflow: scroll;
    display: block;
}

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

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

html{
    height: 100%;
}

body{
    height: 100%;
}

#react-entry-point{
    height: 100%;
}

#_pages_content{
    height: 100%;
}

.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;
}

.breakdown-dt{
    /*width: 60%;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
}

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

.page-container{
    position: relative;
}

.notification-bar{
    width: 30%;
    min-width: 300px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    /*z-index: 1000;*/
    border-left: 1px solid rgb(206, 212, 218);
    background-color: white;
}

.notification-bar-content{
    overflow: auto;
}

.notification-bar .dark{
    background-color: rgb(26, 27, 30);
    border-color: rgb(55, 58, 64);
}

.app-header{
    border-bottom: 1px solid rgb(206, 212, 218);
}

.page-root{
    gap: 0px;
}

.notification-item{
    margin: 0px 10px;
    gap: 5px;
    border-left: 4px solid;
    border-radius: 4px;
    position: relative;
}

.notification-error{
    border-left-color: rgb(250, 82, 82);
}

.notification-done{
    border-left-color: rgb(47, 158, 68);
}

.notification-progress{
    border-left-color: rgb(34, 139, 230);
}

.notification-content{
    padding-left: 5px;
}

.loader-group-container{
    position: relative;
}


.table-container{
    overflow: auto;
    height: 1000px;
}
