.above-average {
    color: green;
}

.below-average {
    color: red;
}

.average {
    color: yellow;
}

.income-plans-container {
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
}

.income-plans-input {
    text-align: right;
    width: 75%;
}

.slim {
    width: 50%;
}

.word-wrap th {
    word-wrap: break-word;
}

.error {
    color: #8a0f0f;
    padding: 8px;
    margin: 3px;
    text-align: center;
    border-radius: 3px;
    background-color: #f7d6d6;
}

.event-operation-box {
    background-color: #eeeeee;
    padding-top: 0.5rem;
    padding-right: 2rem;
    padding-left: 2rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.operation-holder {
    position: sticky;
    left: 0;
}

.event-container {
    width: 100%;
    overflow-x: auto;
    max-height: 48em;
    white-space: nowrap;
}

.event-table {
    border-spacing: 5px;
    table-layout: fixed;
    width: 100%;
    font-size: 0.8rem;
}

.event-table-header {
    font-weight: bold;
    border-spacing: 5px;
    width: 100%;
    position: sticky;
    top: 0;
    table-layout: fixed;
    width: 100%;
    background: white;
    z-index: 1;
    word-wrap: break-word;
    font-size: 0.8rem;
}

.income-plans-table {
    border-spacing: 5px;
    table-layout: fixed;
    width: 100%;
}

.right {
    text-align: right;
}

.stats-table {
    border-spacing: 5px;
    table-layout: fixed;
    width: 100%;
    text-align: right;
}

.positive-difference {
    color: #3e9c28;
}

.negative-difference {
    color: #d66767;
}

.stats-table th {
    text-align: right;
}

.stats-table tr:nth-child(even) {
    background-color: #eee;
}

.stats-table tr:nth-child(odd) {
    background-color: #fff;
}

.event-table tr:nth-child(even) {
    background-color: #eee;
}

.event-table tr:nth-child(odd) {
    background-color: #fff;
}

.event-table th {
    max-width: 1px;
    white-space: normal;
    vertical-align: top;
    background-color: #eee;
}

.event-item {
    width: 120px;
    padding-right: 10px;
}

.event-item-double {
    width: 300px;
    padding-right: 10px;
}

.event-item-onehalf {
    width: 200px;
    padding-right: 10px;
}

.event-item-threequarter {
    width: 120px;
    padding-right: 10px;
}

.event-item-half {
    width: 80px;
    padding-right: 10px;
}

.event-item-quarter {
    width: 40px;
    padding-right: 10px;
}

.event-item-profitratio {
    width: 48px;
    padding-right: 10px;
}

.planning-table {
    border-spacing: 5px;
    table-layout: fixed;
    width: 100%;
}

.planning-table tr {
    border: 1px solid
}

.planning-table td {
    border: 1px solid
}

.planning-table th {
    border: 1px solid
}

.planning-table tr:nth-child(even) {
    background-color: #f2f2f2
}

.planning-table tr:nth-child(odd) {
    background-color: #ffffff
}

.planning-container {
    width: 100%;
    overflow-x: scroll;
}

.planning-item {
    width: 92px;
    padding-right: 10px;
}

.planning-item-acctno {
    width: 92px;
    padding-right: 10px;
}

.planning-item-main {
    width: 92px;
    padding-right: 10px;
}

.planning-item-number {
    width: 92px;
    padding-right: 10px;
    text-align: right;
}

.planning-item-number-main {
    width: 92px;
    padding-right: 10px;
    text-align: right;
}

.planning-item-input {
    width: 92px;
    padding-right: 10px;
    text-align: right;
    background-color: inherit;
}

.planning-item-changed {
    background-color: #d6aaaa;
}

.planning-name {
    width: 400px;
    padding-right: 10px;
}

.filter-item {
    width: 160px;
    padding-right: 10px;
}

.import-operation {}

.filter-container {
    margin-right: 1.5rem;
    padding: 4px;
    padding: 1rem;
    background-color: #f0f0f0;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.3);
}

.filter-container-title {
    margin-bottom: 0.5rem;
}

.table-right {
    text-align: right;
}

.hidden {
    display: none;
}

.bold {
    font-weight: bold;
}

.event-row {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.fix-cost-splitting {
    display: none;
}

.control-label {
    font-weight: bold;
    text-align: right;
}

.filterable-category {
    color: black;
    transition: 0.3s;
}

.filterable-category:hover {
    color: blue
}

.selected {
    background-color: #555555;
    color: #CCCCCC;
    font-weight: bold;
}

.tableFixHead {
    overflow: auto;
}

.tableFixHead table {
    border-collapse: collapse;
    width: 100%;
}

.planning-table td:first-child, th:first-child {
    position: sticky;
    left: 0px;
    z-index: 1;
}

.planning-table td:nth-child(2), th:nth-child(2) {
    position: sticky;
    left: 80px;
    z-index: 1;
}

.planning-table th:first-child, th:nth-child(2) {
    z-index: 3
}

.planning-item-complete {
    color: rgb(70, 161, 97);
}

.planning-item-incomplete {
    color: rgb(161, 70, 70);
}

.paytm-body {
    position: fixed;
    min-width: 100vw;
    min-height: 100vh;
    z-index: 100;
}

.paytm-loader .paytm-container {
    box-sizing: border-box;
}

.paytm-container {
    padding: 10px 10px;
    display: grid;
    place-items: center;
    min-height: 100vh;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
}

.paytm-loader {
    color: #002e6e;
    width: 3px;
    aspect-ratio: 1;
    border-radius: 50%;
    box-shadow: 19px 0 0 7px, 38px 0 0 3px, 57px 0 0 0;
    transform: translateX(-38px);
    animation: loader 0.5s infinite alternate linear;
    -webkit-box-shadow: 19px 0 0 7px, 38px 0 0 3px, 57px 0 0 0;
    -webkit-transform: translateX(-38px);
    -webkit-animation: loader 0.5s infinite alternate linear;
}

@keyframes loader {
    50% {
        box-shadow: 19px 0 0 3px, 38px 0 0 7px, 57px 0 0 3px;
    }

    100% {
        box-shadow: 19px 0 0 0, 38px 0 0 3px, 57px 0 0 7px;
    }
}

@-webkit-keyframes loader {
    50% {
        box-shadow: 19px 0 0 3px, 38px 0 0 7px, 57px 0 0 3px;
    }

    100% {
        box-shadow: 19px 0 0 0, 38px 0 0 3px, 57px 0 0 7px;
    }
}