.st-table__row {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    width: calc(100% - 46px);
    position: fixed;
    background: #f5f5f5;
    border-bottom: 1px solid #000;
    padding: 20px;
    box-sizing: border-box;
}


.st-search-replace__wrapper {
    flex: 1;
    flex-direction: column;
    gap: 4px;
    display: flex;
    align-items: flex-start;
}


.st-text-choice{
    cursor: pointer;
}

.st-replace-mass-collect{
    -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 0, 0, 1);
    -moz-box-shadow: 0px 0px 0px 2px rgba(255, 0, 0, 1);
    box-shadow: 0px 0px 0px 2px rgba(255, 0, 0, 1);
}

.st15-org .stTCCD{
}

.st15-org-sub .stTCCD{
}

.st15-org, .st15-org-sub{
    font-weight: 500;
    color: black;
}

.st-notices-list{
    display: none;
}

.st_print_cards{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.st_print_card{
    border: 1px solid black;
    padding: 1rem;
}

.cid120_control_panel{
    user-select: none;
    -webkit-user-select: none;
    white-space: nowrap;
}
