﻿.bannerCollection {
    height: 450px !important;
}

.pagination {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*  gap: 0.5rem;*/
    list-style: none;
    padding: 10px 20px;
    background: #fff;
    border-radius: 6px;
    /*box-shadow: 0 2px 6px rgba(0,0,0,0.1);*/
}
.pagination .page-item:first-child .page-link ,
.pagination .page-item:last-child .page-link{
   border-radius: 0;
}
.page-item {
    display: inline-block;
}

.page-link {
    height: 28px;
    background: none;
    border: none;
    font-size: 0.9rem;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 6px 8px;
    color: #111;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.page-link:hover {
    color: #000;
/*    border-bottom: 1px solid black;*/
}
.page-link .page-text:hover {
    color: #000;
    border-bottom: 1px solid black;
}
.page-link .page-text{
    padding: 0px 4px 1px 4px;
}

.pagination .page-item .first-last:hover {
    border: none;
    background-color: rgb(222 226 230);
}

.pagination .page-item .first-last[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}
.pagination .page-item.active .page-link {
    font-weight: 500;
    box-shadow: none;
/*    border-bottom: 1px solid black;*/
    color: #000;
    background-color: #fff;
}
.pagination .page-item.active .page-link .page-text {
    border-bottom: 1px solid black;
}


.pagination .page-item.active .page-link :focus {
    box-shadow: none;
    color: none;
    background-color: none;
}

.page-item.disabled .page-link {
    color: #aaa;
    cursor: not-allowed;
}
.pagination .page-item .page-link:focus {
    outline: none;
    box-shadow: none;
    color: inherit;
}


.processSheet_header{
    font-size: 12px;
}
.processSheet_body {
    font-size: 12px;
}
.process-table {
    min-width: 1400px;
    border-collapse: separate;
    border-spacing: 0;
}
.processSheet_body {
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: auto;
    position: relative; 
}

.process-table {
    min-width: 1400px;
    border-collapse: separate;
    border-spacing: 0;
}
.process-table > :not(caption) * > * {
    border-color: #80808088;
    border-style: solid;
    border-width: 1px;
}

.process-table thead th {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 5;
    white-space: nowrap;
    text-align:center;
    border-color: gray;
}
.process-table tfoot th {
    text-align: center;
    border-color: gray;
}