.kexTimeline {
    left: 96px;
    width: calc(100% - 96px);
    position: relative;
}

.kexTimeline .mantine-Timeline-itemBullet {
    left: -96px !important;
    width: fit-content;
    height: fit-content;
}

input:disabled {
    opacity: 1 !important;
}

.mantine-Grid-inner {
    height: 100%;
}
