.ir-list-container {
	& > div {
		& > .tile {
			& > #listform {
				& > .tile-body {
					& > .table-header {
						width: 100%;
						
						padding-bottom: 8px;
					
						display: flex;
						flex-direction: row;
						align-items: center;
						justify-content: space-between;
	
						& > p {
						
						}
						
						& > .button-container {
							display: flex;
							flex-direction: row;
							align-items: center;
							gap: 4px;
						
							& > button {
								display: flex;
								flex-direction: row;
								align-items: center;
								gap: 6px;
							}
						}
					}
				
					& > .table-responsive {
						& > #irDataBoardTable {
							& > thead {
							
							}
							
							& > tbody {
								& > tr {
									& > .hover-cursor {
										&:hover {
											text-decoration: underline;
                                            text-underline-offset: 4px;
										}
									}
									
									& > .empty {
										cursor: default;
									}
								}
							}
						}
					}
				}
			}
		}
	}
}

.ir-view-container {
	& > .tile-title {
	
	}
	
	& > .tile-body {
		padding: 0 !important;
	
		& > .row {
		
		}
		
		& > div {
           	display: flex;
			flex-direction: row;
			align-items: center;
			justify-content: space-between;
			
			& > div {
				display: flex;
				flex-direction: column;
				align-items: flex-end;
				gap: 4px;
				
				& > .row {
					margin: 0;
					
					padding: 0;
					
					display: flex;
					flex-direction: row;
					align-items: center;
					gap: 8px;
				}
			}
        }
           
        & > table {
        	
        }
        
        & > #listform {
        	& > div {
                width: 100%;
                
                & > table {
                	& > tbody {
                		& > tr {
                			& > .hover-cursor {
	                			&:hover {
									text-decoration: underline;
                                    text-underline-offset: 4px;
								}
                			}
                		}
                	}
                }
        	}
        }
		
		/* & > .container {
			margin: 0;
            margin-top: 0 !important;
		} */
	}
}