/*그리드 튀어나오는 현상 방지*/
.tui-grid-content-area {
    overflow: hidden;
}

/*datepicker z-index 조절*/
.tui-datepicker {
    z-index: 31;
    top: 0px;
    left: 0px;
}

.tui-datepicker-input.tui-datetime-input {
    z-index: 1;
}

/*그리드 hover 시 font-color 변경*/
.grid-hover-impact:hover {
    color: var(--main-color-10);
    font-weight: bold;
    cursor: pointer;
}

.tui-grid-layer-focus-border{
    border:unset !important;
}

.tui-grid-layer-focus >div:nth-of-type(1){
    left: 0 !important;
}
.tui-grid-layer-focus >div:nth-of-type(2){
    width: 100% !important;
    left: 0 !important;
}
.tui-grid-layer-focus >div:nth-of-type(3){
    left: unset !important;
    right: 0px;
}
.tui-grid-layer-focus >div:nth-of-type(4){
    left:0 !important;
    width: 100% !important;

}