.grouptitletable {
    display: flex;
}
.react-bootstrap-table {
    overflow: auto !important;
    min-width: 700px !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
}
.headText {
    width: 120px;
    text-align: left;
    font-size: 10px;
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis; 
}
.searchbox {
    margin-left: auto;
    z-index: 10;
}
.search-label {
    width: 200px;
}
.stamp_time {
    color: #8a8b8d;
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 5px;
}
.stamp_time th,
.stamp_time td {
    text-align: center;
    padding: 15px;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.2);
    border-top: unset !important;
}
.stamp_time {
    margin-bottom: 0 !important;
}
.stamp_time tr td:nth-child(1) {
    text-align: left;
}
.stamp_time thead th {
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
    border: black;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none; 
    font-weight: unset !important;
}
.react-bootstrap-table-pagination {
    padding: 10px;
    width: 100%;
    margin-top: 10px;
}
.stamp_time thead tr {
    box-shadow: rgba(9, 30, 66, 0.25) 0px 0px 10px 1px, rgba(9, 30, 66, 0.31) 0px 0px 1px 0px;
    background: linear-gradient(#007bff, #007bff);
    color: white;
}
.stamp_time tbody tr:hover {
    background-color: #F2F4F7;
    color: #3091af;
}
.stamp_time tbody {
    font-size: 10px;
}
.stamp_time tbody td {
    position: relative;
}
.table-bordered td,.table-bordered th {
    border: unset !important;
    border-bottom: 1px solid #dee2e6 !important;
}
.stamp_time tbody td:hover:before {
    background-color: rgba(255, 255, 255, 0.2);
}

.pagination {
    float: right;
}
@media screen and (max-width: 720px) {
    .searchbox {
        position: fixed;
        right: 0;
        width: 170px;
    }
}