/* html { */
/* font-size : 14px; */
/* } */


.pagination {
    /* display: flex;
    justify-content: center; */
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
}

.pagination li {
    margin: 0 0.5rem;
}

.prev.disabled a,
.next.disabled a {
    cursor: not-allowed;
    color: #606c76;
}

.asc:after {
    content: " \2191";
}

.desc:after {
    content: " \2193";
}

.page_header {
    height: 80px;
}

#page_top {
    width: 106px;
    height: 70px;
    position: fixed;
    right: 0;
    bottom: 1rem;
    /* opacity: 0.6; */
}

#page_top a {
    position: relative;
    display: block;
    width: 106px;
    height: 70px;
    text-decoration: none;
    font-weight: 400;
}

#company_menu::after {
    border: none;
    margin-left: 0;
    content: none;
}

#company_menu svg {
    vertical-align: text-bottom;
}

.btn svg {
    display: inline-block;
    vertical-align: -0.125em;
}

h3.sub_title {
    padding: 0.5rem 1rem;
    border-left: 4px solid #000;
}

input[type="number"].page_number {
    -moz-appearance: textfield;
}

input[type="number"].page_number::-webkit-outer-spin-button,
input[type="number"].page_number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.filename-field {
    position: relative;
    display: inline-block;
}

.filename-field .filename {
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}

.filename-field .file-delete-button {
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding: 0.1rem 0.3rem 0.2em;
    line-height: 1rem;
}

.file-upload~.invalid-feedback {
    display: block;
}

thead.v-mddle th {
    vertical-align: middle;
}

input[type="date"].form-control.is-invalid {
    min-width: 170px;
}

.modal-body-limit-y {
    overflow-y: auto;
    height: calc(85vh - 160px);

}

.header-fixed thead {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
}

.header-fixed tr:first-child th::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--gray);
}

.header-fixed tr:first-child th {
    border-top: none;
    border-bottom: none;
}

input {
    accent-color: #0075ff;
}