li.nav-item {
    position: relative;
}
div#scrollbar {
    height: 84vh;
    overflow: auto;
}
span.logo-lg img, .auth-logo img {
    width: 150px;
}
.navbar-brand-box {
    height: 85px;
    overflow: hidden;
}
td img {
    max-width: 120px;
}
.gray-background {
    background-color: #e9ecef;
}
#promo-late {
    margin-left: 40px;
}

.question-table {
    width: 150%;
}

.question-table td {
    /*white-space: pre-line !important;*/
    /*word-break: break-all;*/
}
.question-table td p {
    display: block;
    margin: 0;
    padding: 0;
}
.trans-state-0 {
    color: #802300;
}
.trans-state-1 {
    color: green;
    font-weight: 600;
}
.trans-state-2 {
    background: green;
    border-radius: 2px;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
}
.ck.ck-editor{
    position: relative!important;
    z-index: 0!important;
}

.td-work-wrap{
    width: 100%;
    white-space: normal;
    margin: auto;
}
.overflow-table {
    max-height: 70vh;
    overflow: auto;
}
.text-container-html {
    max-height: 200px; /* Set the maximum height */
    display: -webkit-box; /* Use the flexible box model */
    -webkit-line-clamp: 3; /* Limit the text to 3 lines */
    -webkit-box-orient: vertical; /* Arrange content vertically */
    overflow: hidden; /* Hide the overflow */
    text-overflow: ellipsis; /
}

.td-work-wrap.text-container-html table {
    display: none;
}

.require {
    color: red;
}
#customerList {
    height: 700px;
    overflow: auto;
}

.filterable .filters input[disabled] {
    background-color: transparent;
    border: none;
    cursor: auto;
    box-shadow: none;
    padding: 0;
    height: auto;
    font-weight: 600;
}
.filterable .filters input[disabled]::-webkit-input-placeholder {
    color: #333;
}
.filterable .filters input[disabled]::-moz-placeholder {
    color: #333;
}
.filterable .filters input[disabled]:-ms-input-placeholder {
    color: #333;
}
.hide {
    display: none;
}

/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
}

.pagination span.text {
    color: #1E7D30;
}

.pagination .page-link {
    padding: 8px 12px;
    font-size: 14px;
    border: none !important;
    color: #1E7D30;
}

.pagination #pagination-form input, .pagination #pagination-form span {
    color: #1E7D30;
}

.pagination .page-item.disabled .page-link {
    color: #1E7D30;
}

.pagination .page-link:hover {
    background-color: transparent;
}

.pagination .page-item.active .page-link {
    background: none;
    color: #1E7D30;
}

input[type="password"] {
    padding-right: 34px;
}

/* Furigana styles */
ruby {
    display: inline-flex;
    flex-direction: column-reverse;
    text-align: center;
}
rt {
    font-size: 0.5em;
    line-height: 1;
}
