.rev-p {
	color: #848484;
}

.rev-p_secondary {

}

._rev--card {
	margin-top: 2em;
}


.rev--admin-settings-container {
	margin-right: 16px;
}


.rev--page-heading {
	margin-bottom: 24px !important;
}

.rev-app-panel-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2em;


	@media screen and (max-width: 782px) {
		flex-direction: column-reverse;
		align-items: flex-start;

	}

}

.rev--welcome-container {
	display: flex;
	flex-direction: row;
	//justify-content: center;
	align-items: stretch;
	gap: 1em;

}

.rev-welcome-container-item {
	width: 100%;
	flex: 1
}

@media screen and (max-width: 782px) {
	.rev--welcome-container {

		flex-direction: column;

	}
}

.rev-welcome-container_login {

}


.rev--welcome-card {
	min-height: 80vh;
}


.rev--welcome-card_login {
	height: 100%;

}
.rev--welcome-card_login .components-card-body {
	min-height: 80vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	@media screen and (max-width: 782px) {
		min-height: 30vh;
		width: 100%;
	}
}


.rev--welcome-card_login-heading {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%
}

.rev--welcome-card_login-heading img {
	width: 45px;
}

.rev--welcome-card_login-heading p {
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;

}

.rev--welcome-card_info {
	background: no-repeat center center;
	background-size: cover;

}


.rev--welcome-card_info h1 {
	font-size: 2em;
	font-weight: 600;
	line-height: 1.4em;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;

}

.rev--welcome-card_info .components-card-body {

	min-height: 80vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;

	img {
		width: 80%;
	}
}


.rev--welcome-btn {
	height: auto;
	padding: 1em 2em;
}


.rev--footer-container {
	margin-top: 1em;
}

.rev-session-panel {

	box-sizing: border-box;
	font-size: 1em;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	border: 1px solid #CCCCCC;
	background-color: #ffffff;
	padding: 0.5em 1em;
	gap: 1em;

	@media screen and (max-width: 782px) {
		justify-content: flex-start;
		width: 100%;
	}

}

a.rev-session-panel-link-home {
	box-shadow: none;

	&:focus {
		box-shadow: none;
	}
}

.rev-session-panel-info {
	display: flex;
	gap: 0.2em;
	flex-direction: column;
}

.rev-session-panel .rev-session-panel-title,
.rev-session-panel .rev-session-panel-org-name {
	font-size: 0.92em;
	font-weight: 700;
	line-height: 1.3em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #1E1E1E;


}

.rev-session-panel-org-subtitle {
	color: #949494;
	font-weight: 400;
}

.rev-session-panel-org-action {
	font-size: 0.76em;
	font-weight: 400;
	line-height: 1.23em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	align-self: flex-end;

	@media screen and (max-width: 782px) {
		flex: 1;
		text-align: right;

	}
}

.rev-session-panel-org-action a {
	color: #D63638;

}

.rev-session-panel-org-action_success a {
	color: #4CAF50;
}


.rev-widgets-selector-panel {

}
.rev-widgets-selector-panel-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.rev-widgets-selector-panel .components-tab-panel__tabs {

	background-color: #fff;
	margin-bottom: 2em;

	position: sticky;
	top: 30px;
	z-index: 1000;
}


.rev-widgets-availability-selector-panel .components-tab-panel__tabs {
	top: 78px;
}

.rev-widgets-selector-panel .components-tab-panel__tabs:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #CCCCCC;
}


.rev-widgets-selector-panel .components-tab-panel__tabs-item {
	color: #646970;
	font-weight: 400;
}

.rev-widgets-selector-panel .components-tab-panel__tabs-item.is-active {
	color: #1E1E1E;
	font-weight: 600;


}

.rev-widgets-selector-panel .components-tab-panel__tabs-item:after {
	z-index: 1;
}


.rev-widgets-tab-no-widgets {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2em;

}

.rev-widgets-tab-no-widgets img {
	width: 30%;
}


.rev-widgets-table-wrapper {

}


.rev-widgets-table-header {
	display: flex;
	align-items: center;
	justify-content: space-between;

	position: sticky;
	top: 125px;
	background: white;
	padding: 20px 0;

}

.rev-widgets-table-header-controls {
	display: flex;
	gap: 1em;
}

.rev-widgets-table-container {
	//margin-top: 2em;
	//padding-top: 2em;
	border-top: 1px solid #CCCCCC;
}

.rev-widgets-table {
	width: 100%;
	border-spacing: 0;


}

.rev-widgets-table thead {
	position: sticky;
	top: 200px;
	background: white;
}

.rev-widgets-table thead th {
	padding: 10px 0;
}


.rev-widgets-table th {
	text-align: left;
	font-size: 0.84em;
	font-weight: 500;
	line-height: 1.53em;
	text-transform: uppercase;
	color: #1E1E1E;


}

.rev-widgets-table tr th:first-child,
.rev-widgets-table tr td:first-child {
	padding-left: 1em;

}

.rev-widgets-table tr td:first-child {
	color: #1E1E1E;
	font-weight: 500;
}

.rev-widgets-table tr td:not(:first-child) {
	color: #757575;
	font-weight: 400;

}

.rev-widgets-table tbody tr:hover {
	background: #3858E90A;

}
