﻿
.table-wrapper {
    position: relative;
    width: 100%;
}

.top-scrollbar {
    overflow-x: auto;
    overflow-y: hidden;
    height: 16px;
}

.top-scroll-content {
    height: 1px;
}

.table-scroll {
    overflow-x: auto;
    overflow-y: auto;
}
.table-container {
    max-width: 100%;
    overflow-x: auto;
    border: 1px solid #ddd;
    border-radius: 8px;
    width:100%;
}

.table-container table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.table-container thead {
    background-color: #fff;
}

    .table-container thead th {
        padding: 14px 16px;
        color: #717680;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px;
        white-space:nowrap;
    }

.table-container tbody tr {
    border: 1px solid #E4E7EC;
    background: #fff;
}

/*.table-container tbody tr:nth-child(odd) {
    background-color: #f9fafb !important;
}*/

.table-container tbody tr td {
    padding: 12px 16px;
    vertical-align: middle;
}

.table-container tfoot {
    text-align: center;
}

.table-container tfoot .footer-nav {
    padding: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn {
    background-color: #f3f4f6;
    border: 1px solid #ddd;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
}

    .btn:hover {
        background-color: #e5e7eb;
    }

.icon-btn {
    width: 24px;
    height: 24px;
    background-size: contain;
    border: none;
    cursor: pointer;
}

/*.email-icon {
    background-image: url('path/to/email-icon.png'); 
}*/

/*.nav-btn {
    background-color: #ffffff;
    border: 1px solid #ddd;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
}

    .nav-btn:hover {
        background-color: #e5e7eb;
    }

span {
    font-size: 12px;
    color: #6b7280;
}
*/
.dashboard-table-container{
    border:none !important;
}
    .dashboard-table-container tbody tr {
        border-left:none;
        border-right:none;
    }