.comp-container {
	display: flex;
	align-items: center;
	background-color: #fff;
	padding: 0px 10px;
}
.comp-logo img {
	height: 23px;
}

.comp-logo {
	padding: 10px;
	display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}

.comp-name {
	font-weight: 700;
	font-size: 15px;
}
.cont-title {
	font-size: 20px;
	font-weight: 700;
}

.cont-body {
	margin-top: 25px;
	width: auto;
	overflow-x: auto;
}

.cont-body .ant-table-tbody > tr > td {
}

.cont-body .ant-table-tbody > tr > td:first-child {
	font-weight: 700;
	/* color: #096dd9; */
}

.cont-body .ant-tag {
	border-radius: 10px;
	font-weight: 600;
	border-radius: 10px;
}

.filter-container {
	display: flex;
	align-items: center;
	justify-content: start;
	padding: 5px 4px;
	/* background: #f0f2f5; */
	border-radius: 7px;
	position: relative;
	width: 40%;
	margin-bottom: 10px;
}

.filter-container .ant-input {
	border-radius: 6px;
}
.filter-container .ant-btn {
	/* border-top-right-radius: 6px;
	border-bottom-right-radius: 6px; */
	font-weight: 500;
	position: absolute;
	top: 5px;
	right: 4px;
	border: none;
	padding: 0px;
	border-radius: 50%;
	box-shadow: none;
}
.cont-actions {
	padding-left: 20px;
}

.cont-actions:hover {
	cursor: pointer;
	color: #096dd9;
}

.modal-lbl {
	font-weight: 700;
	font-size: 14px;
	margin: 7px 0px;
}

.btn-footer {
	display: flex;
	justify-content: flex-end;
	padding: 35px 2px;
}

.btn-footer .ant-btn {
	height: 40px;
	background: #ffff !important;
	border-radius: 5px;
}

.ant-drawer-right.ant-drawer-open .ant-drawer-content-wrapper {
	width: 400px !important;
}

.drw-lbl {
	font-size: 14px;
	margin: 10px 0px;
	font-weight: 600;
}

.drw-submit-btn {
	margin-top: 20px;
}

.drw-submit-btn .ant-btn-primary {
	width: 100%;
	height: 40px;
	border-radius: 5px;
}

.ant-drawer-title {
	font-weight: 700;
}

.header-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 8px;
}

.header-user {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.user {
	font-size: 14px;
	font-weight: 600;
	margin-left: 10px;
}

.filter-container .ant-input {
}

.tenant-button {
	padding-bottom: 15px;
	display: flex;
	justify-content: end;
}

.tenant-button .ant-btn {
	border-radius: 7px;
}

.input-lbl {
	color: #adadad;
	font-size: 10px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 3px;
}

.input-container .ant-input {
	border-radius: 10px;
	padding: 8px 11px;
	font-weight: 500;
	font-size: 13px;
}

.form-fields .row {
	margin-bottom: 20px;
}

.modal-field-body {
	padding: 10px 80px;
}

.selector-container .ant-select {
	width: 100%;
}
.selector-container
	.ant-select:not(.ant-select-customize-input)
	.ant-select-selector {
	border-radius: 10px;
	padding: 4px 10px;
}

.selector-container
	.ant-select-single:not(.ant-select-customize-input)
	.ant-select-selector {
	height: auto;
}

.switch-container .input-lbl {
	margin-bottom: 11px;
}

.btn-icon-lbl {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 500;
}
/* to do */
.ant-modal-content {
	border-radius: 15px !important;
}
.ant-modal-header {
	border-radius: 15px 15px 0 0 !important;
}
.ant-modal-content .ant-btn {
	height: 40px;
	border-radius: 8px;
}

.input-container input {
	width: 100%;
	border: Input;
	border: 1px solid #d9d9d9;
	height: 40px;
	border-radius: 10px;
	padding: 10px;
}

.input-container input:active,
.input-container input:hover,
.input-container input:focus-visible {
	border-color: #40a9ff !important;
}

.modal-footer-alt {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-top: 10px;
}

.submit-modal {
	width: 100%;
	height: 45px;
}

.connect-tenant-btn {
	cursor: pointer;
}

.init-btn .ant-btn {
	border-radius: 20px;
}

.field-error {
	color: #ff051d;
	font-size: 11px;
	font-weight: 700;
	padding-top: 2px;
}

.init-btn .ant-btn {
	background: #e6f7ff;
	border-color: transparent;
	color: #1890ff;
}
/* email css */
.table-tag {
	border-radius: 12px;
	padding: 3px 8px;
	font-size: 12px;
	text-align: center;
}

.table-input {
	margin-bottom: 20px;
}
.table-input input {
	border-radius: 7px;
	padding: 8px 10px;
	margin-right: 10px;
}

.table-input > input {
	width: 60%;
}

.table-date-input {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 40%;
}

.table-date-input .ant-picker:first-child {
	margin-right: 10px;
}

.table-input .ant-btn {
	width: 100%;
}

.table-search {
	position: relative;
}

.table-search svg {
	position: absolute;
	top: 12px;
	right: 10px;
	cursor: pointer;
}

.table-search:hover svg {
	color: #725bb5;
}

.table-action svg {
	color: #725bb5 !important;
	margin-right: 10px;
}

.table-action svg:hover {
	cursor: pointer;
}

.table-action {
	display: flex;
}

.border-left-purple {
	border-left: 8px solid #725bb5;
}

.box-shadow-grey {
	box-shadow: 4px 0px 8px 8px #e0e0e0;
}

.table-content-wrapper {
	border-left: 8px solid #725bb5;
	box-shadow: 4px 0px 8px 8px #e0e0e06b;
	padding: 10px;
	position: relative;
	background-color: #fff;
}

.table-content-wrapper .ant-table-container {
	box-shadow: none;
}

.filter-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #f1f0f8;
	padding: 10px !important;
	border-radius: 5px;
	margin-bottom: 10px;
}

.table-inRow-wrapper {
	padding: 10px 0px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.ant-table-cell .ant-select {
	width: 100%;
}

.filter-wrapper .ant-form-item {
	margin: 0px 5px 0px 0px;
}
.filter-wrapper .ant-form-item:last-child {
	margin-right: 0px;
}

.filter-wrapper .ant-row {
	width: 12%;
}

.sample {
	cursor: pointer;
}

.add-button .ant-btn {
	border-radius: 50% !important;
	width: 50px;
	height: 50px !important;
	box-shadow: -2px 4px 15px 4px #d7d6d6;
}

.add-button {
	bottom: 85px;
	right: 20px;
	position: absolute;
	border-radius: 50%;
	z-index: 1;
}

.table-action .disabled-item svg {
	color: #b9b9b9dd !important;
	cursor: not-allowed;
}

.ant-form-item-control-input .ant-input-number {
	width: 100% !important;
	border: none;
}

.ant-form-item-control-input .ant-input-number-focused {
	box-shadow: none !important;
}

.ant-form-item-control-input .ant-input-number-handler {
	border: 1px solid #d9d9d9;
}

.no-pagination {
	bottom: 26px;
	right: 27px;
}

.ant-table-body {
	max-height: calc(100vh - 280px) !important;
}

.bulk-column .ant-btn:last-child {
	background: #f1f0f8 !important;
	width: 100%;
	border: none;
	height: 25px !important;
	color: #725bb5;
	margin-top: 10px;
}

.bulk-column .ant-btn:first-child {
	width: 100%;
	height: 25px !important;
	color: #725bb5;
	border: none;
	margin-top: 10px;
	margin-left: 5px;
	box-shadow: none;
}

.bulk-column
	.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
	color: #725bb5 !important;
	border-color: #725bb5 !important;
}

.bulk-column .ant-radio-button-wrapper {
	width: 50%;
	text-align: center;
}

.bulk-column .ant-radio-group {
	width: 100%;
	margin-bottom: 10px;
}

.bulk-column .ant-radio-button-wrapper:first-child {
	border-radius: 5px 0 0 5px;
}

.bulk-column .ant-radio-button-wrapper:last-child {
	border-radius: 0 5px 5px 0;
}

.bulk-column .checkbox-lbl {
	color: #939393;
	font-size: 12px;
	display: flex;
	align-items: center;
}

.bulk-column .ant-checkbox-wrapper {
	margin-right: 6px;
}

.bulk-column .ant-select {
	width: 100%;
	margin-bottom: 10px;
}

.bulk-column .ant-input {
	width: 100%;
	margin-bottom: 10px;
}
.modal-span {
	color: #725bb5;
}

.modal-span:hover {
	cursor: pointer;
}

.retry-btn {
	margin-bottom: 10px;
}

.modal-work .ant-table-body {
	max-height: calc(100vh - 330px) !important;
}

.modal-work {
	margin: -70px auto !important;
}
.action-menu div:hover {
	cursor: pointer;
	color: #725bb5;
}

.action-menu div:first-child {
	border-bottom: 1px solid #dddd;
	padding: 3px 9px;
}

.action-menu div:last-child {
	padding: 3px 9px;
}

.bulk-buttons {
	display: flex;
	justify-content: space-between;
}
