.maincard {
	width: 100%;
	padding: 35px 30px 50px 30px;
}

.table-hd.ant-table-wrapper .ant-table-thead>tr>th {
	border-top: 1px solid #f0f0f0;
	background: none !important;
	padding: 16px 6px 16px 8px !important;
	text-align: center;
}

.table-hd.audit-table.ant-table-wrapper .ant-table-thead>tr>th {
	padding: 16px 0px 16px 24px !important;
	text-align: unset !important;
}

.table-hd.table-asset-creation.ant-table-wrapper .ant-table-thead>tr>th {
	border-top: 1px solid #f0f0f0;
	background: none !important;
	padding: 16px !important;
}

.table-hd.ant-table-wrapper .ant-table-container table>thead>tr:first-child>*:first-child {
	border-start-start-radius: 0px !important;
}

.table-hd.ant-table-wrapper .ant-table-tbody>tr>td {
	font-size: 12px;
	font-weight: 700;
	padding: 9px 4px 9px 4px !important;
	text-align: center;
}

.table-hd.audit-table.ant-table-wrapper .ant-table-tbody>tr>td {
	padding: 9px 0px 9px 24px !important;
	text-align: unset !important;
}

.table-hd.table-asset-creation.ant-table-wrapper .ant-table-tbody>tr>td {
	font-size: 12px;
	font-weight: 700;
	padding: 9px !important;
	text-align: center !important;
}

.breadCrumb-pad {
	padding-top: 0px;
	padding-left: 8px;
}

.select-ant-cus .ant-select-selector {
	border: 1px solid #f3f3f3 !important;
	background-color: #FBFBFB !important;
	min-width: 100% !important;
}

.button-icon {
	height: 18px;
	margin-right: 2px;
}

/* Dropdown indicator styling */
.dropdown-indicator {
	font-size: 12px;
	margin-left: 5px;
}

/* Ensure the container maintains proper spacing */
.toolbar-container {
	padding: 12px !important;
}



.search-container,
.dropdown-container,
.button-container {
	margin-bottom: 0;
}


@media (max-width: 959px) {
	.toolbar-flex-container {
		flex-direction: column;
	}


}

@media (max-width: 599px) {

	.search-container,
	.dropdown-container {
		margin-bottom: 16px;
	}

	.button-container {
		padding: 0 8px !important;
	}
}

/* Fix for export buttons container */
.exportStyleQr,
.exportStyleLoadQr {
	white-space: nowrap;
	min-width: fit-content;
}

.select-ant-cus .ant-select-single.ant-select-show-arrow .ant-select-selection-item {
	font-size: 12px !important;
	color: #c7c7c7 !important;
}

.select-ant-cus .ant-select .ant-select-arrow {
	height: 15px !important;
	font-size: 9px !important;
}

.ant-table-wrapper .ant-table-thead>tr>th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
	display: none;
}

.table-hd-fs {
	color: #919eab;
	font-size: 12px;
	font-weight: 600;
}

/* .tab-ind-sty .css-7mcwe1-MuiTabs-indicator {
    width: 29px !important;
    height: 4px;
    border-radius: 10px;
  }
   */

.tob-cen {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px 25px;
}

.arrow-back {
	font-size: 16px;
	color: #919eab;
}

.label-style {
	font-size: 12px;
	color: #b0aeae;
}

.mar-top {
	padding-top: 0px !important;
}

.no-spinner::-webkit-inner-spin-button,
.no-spinner::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.no-spinner {
	-moz-appearance: textfield;
}

.buttontype .MuiListItemIcon-root svg {
	width: 18px;
	height: 18px;
}

.profile-box {
	width: 40px;
	height: 40px;
	background: #fff;
	display: inline-block;
}

.profile-box:hover {
	background: #fff;
}

.buttontype h6.MuiTypography-h6 {
	font-weight: 700 !important;
	margin-left: 4px;
}

@media only screen and (max-width: 1024px) {
	.list-border {
		border: 1px solid #ddd;
	}
}

.ant-form-item.formAssetClass {
	height: 50px !important;
}

.tag-pending .ant-tag-checkable:hover {
	background-color: #ffecb3;
	color: #d4a60f;
}

.tag-pending .ant-tag-checkable-checked {
	background-color: #ffecb3;
	color: #d4a60f;
}

.tag-completed .ant-tag-checkable:hover {
	background-color: #d9f7be;
	border-color: #d9f7be;
}

.tag-completed .ant-tag-checkable-checked {
	background-color: #d9f7be;
	color: #52c41a;
}

.exportStyle {
	background: aliceblue;
	/* margin-top: 18px; */
	padding: 6px 14px 2px 8px;
	border-radius: 5px;
	cursor: pointer;
	position: absolute;
}

.exportStyleLoad {
	background: aliceblue;
	margin-top: 18px;
	padding: 4px 14px 7px 15px;
	border-radius: 5px;
	cursor: not-allowed;
	position: absolute;
}

.exportStyleQr,
.exportStyleLoadQr {
	background: aliceblue;
	/* padding: 6px 14px; */
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	width: 100%;
	height: 33px;
}

.exportStyleQr {
	cursor: pointer;
}

.exportStyleQr:hover {
	border-color: #1890ff;
	color: #1890ff;
}

.dropdown-indicator {
	margin-left: 8px;
	font-size: 12px;
}

.exportStyleLoadQr {
	cursor: not-allowed;
}

.exportStyleList {
	background: aliceblue;
	padding: 6px 14px 2px 8px;
	border-radius: 5px;
	cursor: pointer;
	position: absolute;
}

.exportStyleLoadList {
	background: aliceblue;
	padding: 4px 14px 7px 15px;
	border-radius: 5px;
	cursor: not-allowed;
	position: absolute;
}