.h-screen {
	height: 100vh;
}

.view-company-modal {
	overflow: hidden !important;
}

.view-company-modal .modal-header {
	padding: 0.5rem 0.75rem;
	border-color: red;
}

.view-company-modal .modal-header .close {
	margin-top: 0;
}

.view-company-modal .modal-dialog {
	max-width: 100% !important;
}

.view-company-modal .modal-header button.btn.dropdown-toggle.btn-default {
	border-color: red;
}

.view-company-modal .modal-content {
	height: inherit;
	border-radius: 0;
	display: flex;
	flex-direction: column;
}

.view-company-modal .modal-body {
	margin: 0;
	padding: 0;
	flex: 1;
}

.view-company-modal .modal-header .select-placeholder:after,
.view-company-modal .modal-header .form-group.label {
	display: none !important;
}

.view-company-modal .modal-header .form-group {
	margin-bottom: 0;
}

.flex {
	display: flex;
}

.max-w-xs {
	max-width: 20rem !important;
}

.w-12 {
	width: 12px;
	height: 12px;
}

/** Single mode specific theme start **/
.section-clientm-dashboard > *:not(.single-theme, #greeting) {
	display: none !important;
}

.single-theme {
	min-height: 80vh;
}

.single-theme .iframe-wrapper {
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 9999999;
	left: 0;
	top: 0px;
	padding: 0;
	background-color: #eef1f9;
}

.single-theme #company-switch .select-placeholder:after {
	display: none !important;
}

.single-theme .iframe-toolbar {
	display: flex;
	align-items: center;
	position: fixed;
	justify-content: center;
	top: 0;
	left: 55%;
}

.single-theme .iframe-toolbar .close-btn {
	border-radius: 0;
	font-size: x-large;
	z-index: 99999999999999999;
}

.single-theme .top_stats_wrapper {
	padding: 12px 22px 20px 22px;
	background: #fff;
	border-radius: 7px;
	box-shadow: 0 1px 7px 1px rgb(90 90 90 / 5%);
	border: 1px solid #dce1ef;
}

.single-theme .company-info .form-control-static {
	padding-top: 0px;
}

.single-theme .company-info .form-group {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.single-theme .company-info .form-group label {
	flex: 1;
}

.single-theme .company-info .form-group p {
	flex: 2;
}

.single-theme .company-info h4 {
	display: none;
}

.single-theme .menu {
	position: absolute;
	display: flex;
	gap: 20px;
	z-index: 9;
	top: 20px;
	right: 5px;
	align-items: center;
}

@media (max-width: 767px) {
	.single-theme .menu {
		bottom: 35px;
		top: auto;
		left: 40%;
	}

	.single-theme .iframe-toolbar {
		width: auto;
		margin-left: 15%;
	}
}

/**** Single mode specific theme ends **/

.rs .summary-card {
	width: 100%;
}

.rs .bg-neutral-200 {
	background-color: #eef1f9;
}

@media (min-width: 992px) {
	.rs .summary-card {
		position: fixed;
		width: 20%;
	}
}
.rs .text-xs {
	font-size: 10px !important;
	line-height: normal !important;
}

/** my account and module market **/
.saas-market-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: stretch;
	max-height: 70vh;
	overflow: auto;
}
.saas-market-item-card {
	height: inherit;
}
@media (max-width: 992px) {
	.saas-market-item-card {
		width: 100%;
	}
}
.saas-market-item-card .card {
	padding: 10px;
	border: 1px solid #eee;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.04) !important;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.04) !important;
	border-radius: 15px;
	height: 100%;
	width: 100%;
}

.saas-market-item-card .card-body {
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.saas-market-item-card .card-body .truncate-text {
	display: -webkit-box;
	-webkit-line-clamp: 3; /* Limit to 3 lines */
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.saas-market-item-card .card-body .truncate-text:hover {
	display: inline-block;
	overflow: unset;
}

.strike {
	text-decoration: line-through;
}
