.custom-loginForm-border {
    border: 1px solid #dee2e6;
    border-radius: 10px;
}

.height-logo{
    height:45px;
}
.height-logo-bromcom {
    height: 30px;
}
body {
    background: #f4f4f4 !important;
}
.text-grey{
    color:grey;
}
.mt-15vh{
    margin-top:15vh;
}

/* Footer CSS */
#copyright-dashboard {
    width: 100%;
    position: fixed;
    margin-bottom: 10px;
    bottom: 0px;
    clear: both;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    border: 1px solid grey;
    padding: 8px;
    text-align: left;
}

thead tr:nth-child(1) th {
    background-color: lightgray; /* Dark gray */
    color: black; /* White text for contrast */
}

thead tr:nth-child(2) th {
    background-color: lightgray; /* Light gray */
    color: black; /* Black text */
}

.scrollable-table {
    border-collapse: collapse;
    width: 100%;
}

    .scrollable-table thead {
        position: sticky;
        top: 0;
        z-index: 2;
    }

.table-container {
    min-height: 60vh; /* Set your desired height */
    overflow-y: auto;
    display: block;
}

.table-container table {
    width: 100%;
}

.scrollable-table th,
.scrollable-table td {
    padding: 8px;
    text-align: left;
    min-width: 100px;
}

.margin-all-10 {
    margin-right: 10rem;
    margin-left: 10rem;
}

.h-25px{
    height:25px;
}