.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;
	bottom: 0;
	right: 0;
}

.single-theme .iframe-toolbar .close-btn {
	border-radius: 0;
	padding: 5px;
	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 **/
