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

.comp-logo {
	padding: 10px;
}

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

.cont-body {
	background: #fff;
	padding: 29px;
	margin-top: 25px;
	border-radius: 15px;
	width: auto;
	overflow-x: auto;
}

.cont-body .ant-table-thead > tr > th {
	font-weight: 700;
	font-size: 11px;
	color: #585858;
}

.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;
}
