.table-wrapper {
    max-width: 100%;
    width: 100%;
    border: 1px solid rgb(224, 224, 224);
    border-top-left-radius: 11px !important;
    border-top-right-radius: 11px !important;
    overflow-x: auto; /* horizontal scroll for table */
    max-height: 450px;
    overflow-y: overlay;
}

.custom-table {
    border-collapse: collapse;
    border: none;
    border-radius: 11px 11px 0 0 !important;
    table-layout: fixed;
    /* min-width: 1100px; */
}

.table-header {
    background-color: rgba(247, 246, 251, 1);
    display: table-header-group;
    width: 100%;
    position: sticky;
    top: 0px;
    z-index: 11;
}

.custom-table thead, 
.custom-table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.custom-table tbody {
    display: block;
    width: 100%;
}

.table-header-cell {
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    background-color: rgba(247, 246, 251, 1);
    position: sticky;
    top: 0;
    z-index: 2;
    border-bottom: 1px solid rgb(224, 224, 224);
    min-width: 120px;
    padding: 0 10px;
    white-space: nowrap;
    height: 60px;
}
/* .table-header-cell > div {
	width: 100%;
	justify-content: center;
} */
.table-header-cell:first-child {
    border-radius: 11px 0 0 0 !important;
    padding-left: 40px;
}

.table-header-cell:last-child {
    border-radius: 0 11px 0 0 !important;
    padding-right: 20px;
}

.table-body-row {
    display: table-row;
    background-color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(224, 224, 224, 1);
    height: 62px;
}

.table-body-row:hover {
    background-color: rgba(236, 236, 236, 1);
}

.table-body-cell {
    font-weight: 400;
    color: rgba(87, 87, 87, 1);
    font-size: 15px;
    padding: 0 10px;
    min-width: 120px;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    border: none;
    text-align: left;
}

.table-body-cell:first-child {
    padding-left: 40px;
}

.custom-table tbody::-webkit-scrollbar {
    background-color: transparent;
}

.custom-table tbody::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 1);
}

.table-expanded-row{
	background: rgba(255, 255, 255, 1);
	border-bottom: 1px solid rgba(224, 224, 224, 1);
}
.table-body-row-clickable{
	cursor: pointer;
}
.custom-table .d-flex {
    display: flex !important;
}

.custom-table .gap-2 {
    gap: 10px !important;
}

.custom-table .align-items-center {
    align-items: center !important;
}

.custom-table .flex-column {
    flex-direction: column !important;
}

.sorting-arrows-container {
    display: flex;
    flex-direction: column;
    gap: 5px;
    outline: none !important;
    border: none !important;
    background-color: transparent !important;
    padding: 0 !important;
}

.sorting-arrows-container > img {
    cursor: pointer;
}

.no-result-text-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    text-align: center;
}

.no-result-text-container .header-text{
	font-weight: 600 !important;
	font-size: 20px !important;
	color: rgba(0, 0, 0, 1) !important;
}

.no-result-text-container .text-regular{
	font-weight: 400 !important;
	font-size: 15px !important;
	color: rgba(0, 0, 0, 1) !important;
}

.skeleton {
    background-color: #e0e0e0 !important;
    border-radius: 4px !important;
    margin-bottom: 15px;
    width: 100%;
    height: 20px;
    position: relative;
    overflow: hidden;
    animation: shine 1s ease-in-out 0.3s infinite;
}

.skeleton::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    animation: loading 1.5s infinite;
}

@keyframes loading {
    from { left: -100%; }
    to { left: 100%; }
}


#sorttable_sortfwdind,
#sorttable_sortrevind{
	display: none !important;
}

#CustomVideoQualitiesTable .table-body-cell,
#CustomVideoQualitiesTable .table-header-cell,
#acceptedConsentFormTable .table-header-cell,
#acceptedConsentFormTable .table-body-cell{
	padding: 10px !important;
}

#CustomVideoQualitiesTable .table-body-cell:first-child,
#CustomVideoQualitiesTable .table-header-cell:first-child,
#acceptedConsentFormTable .table-body-cell:first-child,
#acceptedConsentFormTable .table-header-cell:first-child  {
    padding-left: 20px !important;
}


.two-col-table .table-header-cell,
.two-col-table .table-body-cell {
    text-align: center !important;
}


.two-col-table .table-header-cell > div {
    justify-content: center !important;
}

.custom-table .overflow-visible
{
	overflow: visible !important;
}

.modal-body .table-wrapper {
	overflow: visible !important;
}
.modal-body .custom-table tbody
{
	overflow: visible !important;
	max-height: unset !important;
}

#captuerStationExploreContainer .table-body-cell:first-child,
#captuerStationExploreContainer .table-header-cell:first-child
{
	width: 15% !important;	
}

#auditTrackingEventDetailBody .table-wrapper {
	overflow-x: auto !important;
	overflow-y: overlay !important;
}

#himlayas-jobs{
	background-color: rgba(255,255,255,1) !important;
}

#himlayas-jobs tbody tr:first-child {
    margin-top: 5px;
}

#himlayas-jobs tbody tr:last-child {
    margin-bottom: 5px;
}

#devicesTable .table-body-cell:first-child
	{
	padding-top: 8px;
	vertical-align: top;
}