:root {
	--header-height: 61px;
	--monitor-widget-width: 95vw;
	--monitor-mobile-bar-height: 40px;
	--monitor-mobile-bar-transition-period: 0.15s;
	--monitor-gray-inactive: #afafaf;
	--monitor-border-color: #ced4da;
	--pricing-border-color: #C5D2E4;
}

body header {
	height: var(--header-height) !important;
	z-index: unset;
}

/* Loaders */
.s-request-loader-parent {
	position: relative;
}

.s-request-loader {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.75);
	opacity: 0;
	transition: all 0.15s ease-in-out;
}

.s-request-loader-fixed {
	position: fixed;
}

.show-loader .s-request-loader {
	opacity: 1;
	z-index: 1025;
}

.s-request-loader-message {
	display: flex;
	width: 100%;
	height: 100%;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.s-request-loader-animation {
	opacity: 0;
	transform: translateX(-5rem);
	transition: all 0.25s ease-in-out;
}

.s-request-loader-animation.no-transition {
	transition-duration: unset;
}

.s-request-loader-animation.show-animation {
	opacity: 1;
	transform: translateX(0);
}

.s-request-loader-animation.show-animation.hide-animation {
	opacity: 0;
	transform: translateX(5rem);
}

.s-request-loader-message-content {
	color: var(--primary);
	font-size: 1.4rem;
	font-weight: bold;
}

.s-dots-loader {
	display: inline-block;
	transform: translate(0.35rem, 0.125rem);
	width: 2rem;
	aspect-ratio: 6;
	background: radial-gradient(circle closest-side, var(--primary) 90%, #fff0) 0/calc(100% / 3) 100% space;
	clip-path: inset(0 100% 0 0);
	animation: dots-animation 1s steps(4) infinite;
}

@keyframes dots-animation {
	to {
		clip-path: inset(0 -34% 0 0)
	}
}

/* Placeholders */
.monitor-loading,
.logs-buttons-loading,
.placeholder {
	display: inline-block;
	min-height: 1em;
	vertical-align: middle;
	cursor: wait;
	background-color: var(--monitor-gray-inactive);
	opacity: 0.2;
	padding: 0;
}

.badge-loading,
.monitor-loading,
.logs-buttons-loading,
.instances-table .badge-warning,
.placeholder-glow .placeholder {
	-webkit-animation: placeholder-glow 1s ease-in-out infinite;
	animation: placeholder-glow 1s ease-in-out infinite;
}

.placeholder-xs {
	min-height: 0.6rem;
}

.placeholder-sm {
	min-height: 0.8rem;
}

.placeholder-md {
	min-height: 1rem;
}

.placeholder-lg {
	min-height: 1.2rem;
}

.placeholder-xl {
	min-height: 1.6rem;
}

.placeholder-input {
	height: 2rem;
}

.placeholder-textarea {
	height: 8rem;
}

.placeholder-square {
	height: 4rem;
}

.placeholder-round {
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 50%;
	background: var(--monitor-gray-inactive);
}

.placeholder-round-sm {
	width: 2.2rem;
	height: 2.2rem;
	border: 2px solid var(--white);
}

.placeholder-round-xxs {
	min-height: 1px;
	width: 0.85rem;
	height: 0.85rem;
	background: var(--primary);
}

.placeholder.bg-dark {
	background: #bfbfbf !important;
}

.placeholder.bg-light {
	background: #F2F6FB !important;
}

.placeholder-tab-nav {
	width: 100px;
	height: 25px;
	margin-right: 20px;
	margin-bottom: 15px;
}

.placeholder-env-title {
	width: 200px;
	height: 25px;
}

.placeholder-env-info {
	width: 150px;
	height: 15px;
}

.placeholder-header {
	background-color: var(--secondary);
}

.placeholder-badge {
	background-color: var(--warning);
	border-radius: 20px;
	min-height: 1.5rem;
}

.placeholder-badge-nav {
	height: 2rem;
	background-color: #E8F1FE;
	border-radius: 1rem;
}

.placeholder-graph {
	background-color: var(--orange);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.placeholder-icon {
	background-color: var(--warning);
	border-radius: 50%;
	width: 2.3rem;
	height: 2.3rem;
}

.instances-table .badge-warning {
	background: var(--light);
}

.logs-buttons-loading {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	min-height: 0;
}

.btn.btn-placeholder:before {
	display: inline-block;
	content: "";
}

.pw-100 {
	width: 100px;
}

.pw-50 {
	width: 50px;
}

@keyframes placeholder-glow {
	50% {
		opacity: 1;
	}
}

.breadcrumb {
	color: #fff;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	padding: 0.75rem 1rem;
}

.breadcrumb.covid-bg {
	background-color: #217ca1;
}

.breadcrumb.cloud-bg {
	background-color: #3da482;
}

.breadcrumb.labware-lims-bg {
	background-color: #29538d;
}

.breadcrumb.lims-bg {
	background-color: #217ca1;
}

.breadcrumb.custom-apps-bg {
	background-color: #00a4db;
}

.labwareApps-bg {
	background-color: #217ca1 !important;
	padding: 0.75rem 2rem !important;
}

.labwareApps-bg h5 {
	color: #fff !important;
	line-height: 1.1;
}

.labwareApps-bg .breadcrumb-item.active, .labwareApps-bg .breadcrumb-item:before {
	color: #fff !important;
}

.breadcrumb a {
	color: #fff;
}


.primary-color-bg {
	padding: 25px 10%;
}

.primary-color-bg:after {
	content: "";
	position: absolute;
	bottom: -35px;
	left: 47%;
	right: 55%;
	z-index: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 30px 0 30px;
	border-color: #00a4db transparent transparent transparent;
}

.signature {
	color: #222;
	border-top: 1px solid #222;
	width: 300px;
	margin: auto;
}

.text-underline {
	text-decoration: underline;
}

/* -------------------------------- CLOUD -------------------------------------- */
.cloud-top-section {
	background-image: url(../img/bg-left-1.png), url(../img/bg-right-cloud-2.png);
	height: 307px;
	background-repeat: no-repeat, no-repeat;
	background-position: top left, top right;
	background-color: #f5f5f5;
	margin-top: 72px;
}

.cloud-notif-table th {
	background-color: #f3f3f3;
	text-align: center;
}

.notif-box {
	border: 1px solid #ddd;
	padding: 10px 4px;
	border-radius: 6px;
	margin: 20px 0px;
}

.notif-title {
	text-transform: uppercase;
	padding-bottom: 10px;
}

.cloud-img {
	background: transparent url(../img/simplica-cloud.png) no-repeat top center;
	background-size: contain;
	height: 374px;
}

.cloud-infrastructure {
	background: transparent url(../img/simplica-cloud-infrastructure.jpg) no-repeat top center;
	background-size: contain;
	height: 322px;
}

/* -------------------------------- LIMS PORTAL -------------------------------------- */
.lims-portal-top-section {
	background-image: url(../img/sw-on-devices.png), url(../img/bg-right-2.png);
	height: 355px;
	background-repeat: no-repeat, no-repeat;
	background-position: top left, top right;
	background-color: #f5f5f5;
	margin-top: 72px;
}

.lims-portal-video-bg {
	background: transparent url(../img/lims-portal-video-bg.png) no-repeat top left;
	width: 550px;
	height: 290px;
}

.lims-video-style {
	margin-left: 80px;
	margin-top: 18px;
	width: 322px;
	height: 202px;
}

.lims-portal-features {
	background: transparent url(../img/sample-wizard-features.png) no-repeat top center;
	background-size: contain;
	height: 524px;
}

/* -------------------------------- COVID  PORTAL -------------------------------------- */
.covid-portal-top-section {
	background-image: url(../img/covid-page-left.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #f5f5f5;
	margin-top: 72px;
	height: 355px;
	background-size: auto;
}

.s-carousel-item img {
	height: 685px;
	border: 1px solid #ddd;
}

/* -------------------------------- LABWARE LIMS -------------------------------------- */
.labware-lims-top-section {
	background-image: url(../img/bg-left-labware.png), url(../img/bg-right-labware.png);
	height: 307px;
	background-repeat: no-repeat, no-repeat;
	background-position: top left, top right;
	background-color: #f5f5f5;
	margin-top: 72px;
}

/* -------------------------------- CUSTOM APPS -------------------------------------- */
.custom-apps-top-section {
	margin-top: 72px;
}

.custom-apps-video {
	width: 356px;
	height: 200px;
}

/* -------------------------------- CONTACT -------------------------------------- */
.contact-top-section {
	background-image: url(../img/bg-left-1.png), url(../img/bg-right-cloud-2.png);
	height: 307px;
	background-repeat: no-repeat, no-repeat;
	background-position: top left, top right;
	background-color: #f5f5f5;
	margin-top: 77px;
}

#form-overlay {
	position: absolute;
	left: -10px;
	width: 104%;
	height: 100%;
	background: white;
	z-index: 100;
	border: 1px solid #ddd;
}

/* -------------------------------- CLOUD WEB LOG MAINTENANCE -------------------------------------- */
.maintenanceStatusCompleted {
	color: #3c763d;
}

.maintenanceStatusUnplanned {
	color: #b11519;
}

.maintenanceStatusUpcoming {
	color: #f5b73e;
}

.s-notif-btn-collapse {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	text-align: left;
	font-weight: bold;
	color: #217ca1;
	padding: 1rem;
	text-transform: uppercase;
	font-size: 1.2rem;
}

.s-login-align {
	text-align: right;
}

.s-left-login-bg {
	background-position: left bottom;
	background-size: contain;
	background-image: url(../img/login-bg.png);
	background-repeat: no-repeat;
}

.s-left-login-bg .s-logo {
	float: right;
	margin: 0 auto;
}

.s-left-login-bg .s-logo-login {
	float: right;
	background-image: url(../img/simplica-logo.png);
	width: 220px;
	height: 50px;
	margin: 0 auto;
}

.s-login-right {
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0;
	background-color: transparent;
	border-left: 1px solid #e8e8e8;
}

.s-logo {
	background-image: url(../img/simplica-logo.png);
	width: 220px;
	height: 50px;
}

#login-content {
	padding: 3rem;
	margin-top: 3rem;
}

#login-content .s-logo {
	float: none;
}

#login-content .input-group-text {
	background-color: #fff;
}

.s-bg-none {
	background-color: transparent;
	background-image: none;
	border: none;
}

.s-bg-gray {
	background-color: #f1f3f2;
}

.s-bg-primary-color {
	color: #ffffff;
	background-color: #00a4db;
}

.s-primary-color {
	color: #00a4db;
}

.s-secondary-color {
	color: #217ca1;
}

.s-border-primary {
	border: 1px solid #00a4db;
}

h6 {
	text-transform: uppercase;
}

.s-fa-color-blue {
	color: #00a4db;
}

.s-fa-color-lightblue {
	color: lightblue;
}

.s-fa-color-dark-blue {
	color: #217ca1;
}

.s-fa-color-green {
	color: #0c8f63;
}

.s-fa-color-orange {
	color: #FCBD21;
}

.s-fa-color-yellow {
	color: #f5b73e;
}

.s-fa-color-gray {
	color: #343a40;
}

.s-fa-color-red {
	color: #a12121;
}

.s-font-large {
	font-size: 22px;
}

.s-collapse {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125);
	margin-bottom: 1rem;
	padding-top: 0.5rem;
	margin-top: -1px;
}

.listbox {
	width: 300px;
	size: 10;
}

.s-flex-table .title {
	text-transform: none;
}

.btn-primary:hover {
	background-color: #2770F1 !important;
	border: 1px solid #1C63C3 !important;
}

/* All other devices */
@media (max-width: 320px) {
	.logo {
		width: 170px !important;
		height: 42px !important;
		margin-bottom: 6px;
	}

	.cloud-img {
		height: 260px;
	}

	.cloud-infrastructure {
		height: 235px;
	}

	.lims-portal-features-res1, .lims-portal-features-res2 {
		height: 120px;
	}

	.signature {
		width: 232px;
	}

	.primary-color-bg:after {
		left: 40%;
	}

	.s-left-login-bg {
		background-image: url(../img/login-bg-xs.png);
	}

	#login-content {
		padding: 0 !important;
	}
}

@media (max-width: 766px) {
	.s-left-login-bg {
		background-image: url(../img/login-bg-xs.png);
	}

	#login-content {
		padding: 0 !important;
	}

	.home-2nd-section {
		background-image: none;
	}

	.home-top-section {
		background-image: url(../img/bg-right-1.png);
		background-repeat: no-repeat;
		background-position: bottom right;
	}

	.home-news-section {
		background-image: url(../img/covid-home-responsive.png);
		background-repeat: repeat-y;
		background-position: top center;
		height: auto;
	}

	.home-left-sol, .home-right-sol {
		height: auto;
	}

	.labware-lims-top-section {
		background-image: url(../img/bg-right-labware.png);
		background-repeat: no-repeat;
		background-position: top right;
		height: auto !important;
	}

	.covid-portal-top-section {
		background-image: none;
		background-repeat: no-repeat;
		background-position: bottom right;
		height: auto;
	}

	.cloud-top-section {
		background-image: url(../img/bg-left-1.png);
		background-repeat: no-repeat;
		background-position: top left;
		height: auto;
		background-size: cover;
	}

	h1 span.s-primary-color {
		color: #212529;
	}

	.home-top-section .s-btn-primary, .home-2nd-section .s-btn-primary,
	.home-left-sol .s-btn-primary, .home-right-sol .s-btn-primary,
	.lims-portal-top-section .btn-orange, .lims-portal-top-section .s-btn-primary,
	.home-news-section .s-btn-primary, .home-news-section .btn-orange,
	.cloud-top-section .s-btn-primary, .cloud-top-section .btn-orange,
	.covid-portal-top-section .s-btn-primary, .covid-portal-top-section .btn-orange {
		width: 100%;
	}

	.lims-portal-top-section {
		background-image: none;
		height: auto;
	}

	.lims-portal-features-res1, .lims-portal-features-res2 {
		background-repeat: no-repeat;
		background-position: top left;
		height: 200px;
		background-size: contain;
	}

	.lims-portal-features-res1 {
		background-image: url(../img/sample-wizard-features-xs1.png);
	}

	.lims-portal-features-res2 {
		background-image: url(../img/sample-wizard-features-xs2.png);
	}

	h1, .h1 {
		font-size: 2.3rem;
	}

	.pl-xs-0 {
		padding-left: 0 !important;
	}

	.ml-xs-0 {
		margin-left: 0 !important;
	}

	.m-xs-0 {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.p-xs-0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.w-xs-100 {
		width: 100%;
	}

	.lims-portal-video-bg {
		background: transparent url(../img/lims-portal-video-bg-xs.png) no-repeat top left;
		width: 350px;
		background-size: contain;
	}

	.lims-video-style {
		margin-left: 57px;
		margin-top: 12px;
		width: 231px;
		height: 145px;
	}

	.s-carousel-item img {
		height: 320px;
	}

	/*.s-navbar {*/
	/*	padding-bottom: 10px !important;*/
	/*	height: auto;*/
	/*}*/
	.s-dropdown-menu.show {
		border: 0;
	}

	.s-list-w50 {
		width: 100% !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.lims-portal-top-section {
		background-image: url(../img/bg-right-2.png);
		background-repeat: no-repeat;
		background-position: top right;
	}

	.lims-portal-features-res1, .lims-portal-features-res2 {
		background-repeat: no-repeat;
		height: 200px;
		background-size: contain;
		background-position: top left;
	}

	.lims-portal-features-res1 {
		background-image: url(../img/sample-wizard-features-xs1.png);
	}

	.lims-portal-features-res2 {
		background-image: url(../img/sample-wizard-features-xs2.png);
	}

	.cloud-top-section {
		background-image: url(../img/bg-left-1.png);
		background-repeat: no-repeat;
		background-position: top left;
		height: auto;
		background-size: cover;
	}

	.home-news-section {
		background-image: url(../img/covid-home-responsive.png);
		background-repeat: repeat-y;
		background-position: top center;
		height: auto;
	}

	.covid-portal-top-section {
		background-image: none;
		background-repeat: no-repeat;
		background-position: bottom right;
		height: auto;
	}

	.s-carousel-item img {
		height: 450px;
	}

	.s-list-w50 {
		width: 100% !important;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.lims-portal-top-section {
		background-image: url(../img/bg-right-2.png);
		background-repeat: no-repeat;
		background-position: top right;
	}

	.covid-portal-top-section {
		background-image: none;
		background-repeat: no-repeat;
		background-position: bottom right;
		height: auto;
	}

	.cloud-top-section {
		background-image: url(../img/bg-left-1.png);
		background-repeat: no-repeat;
		background-position: top left;
	}
}

.s-page-breadcrumbs {
	box-shadow: 0 0 0.6rem 0 rgba(0, 0, 0, 0.1);
}

.s-page-breadcrumbs .btn .fa {
	font-size: 12px;
	font-weight: 300;
}

.s-page-content {
	margin-top: 86px;
	padding-top: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
	.s-page-content {
		padding-top: 2rem;
	}
}

@media (min-width: 768px) {
	.s-full-height {
		min-height: calc(100vh - 50px - 86px);
	}
}

.s-projects-list-container {
	padding-bottom: calc(1.525rem + 3.3vw);
}

.wizard-right-side form .custom-control:not(.custom-switch) .custom-control-label {
	background: #fff;
	border-radius: 0.25rem;
	padding: 1.5rem 1.5rem 1.5rem 2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.wizard-right-side form .custom-control:not(.custom-switch) .custom-control-label:before,
.wizard-right-side form .custom-control:not(.custom-switch) .custom-control-label:after {
	left: 0.5rem;
	top: 0;
	bottom: 0;
	margin: auto;
}

.wizard-right-side form .custom-control:not(.custom-switch) .custom-control-input:checked ~ .custom-control-label {
	border-color: #2770F1 !important;
	outline: none !important;
}

.choose-item-flextable .custom-control:not(.custom-switch) .custom-control-input:checked ~ .custom-control-label {
	outline: none !important;
}

.wizard-right-side .custom-control:not(.custom-switch) .custom-control-input[disabled] ~ .custom-control-label,
.wizard-right-side .custom-control:not(.custom-switch) .custom-control-input:disabled ~ .custom-control-label {
	background-color: #e9ecef;
}

.wizard-indicators {
	list-style: none;
	margin: auto 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, 45px);
	grid-gap: 10px;
}

.wizard-indicators li {
	height: 10px;
	background: #CED4DA;
	border: 1px solid #CED4DA;
	border-radius: 5px;
}

.wizard-indicators li.active {
	background: #A1ACB7;
	border-color: #A1ACB7;
}

.btn-link {
	font-size: 0.9rem;
}

.s-list-item .btn-link {
	font-size: 1rem;
}

.s-project-wizard-buttons .btn-link {
	margin-left: -10px;
	text-decoration: underline;
}

.s-project-wizard-buttons .btn-link:hover {
	text-decoration: none;
}

.s-project-wizard-buttons .fa {
	font-weight: 200;
	font-size: 12px;
}

.s-projects-list-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-gap: 10px;
}

.card-project {
	max-width: 100%;
	min-height: 250px;
}

.card-project:hover {
	background-color: #E2E8EE;
	transition: background-color 1s ease-out 100ms;
}

.card-project:hover:before {
	content: "\f061";
	font-family: "Font Awesome 5 Pro";
	font-size: 1.2rem;
	line-height: 16px;
	color: #74797E;
	position: absolute;
	bottom: 15px;
	right: 15px;
}

.card-new-project {
	position: fixed;
	right: 15px;
	bottom: 30px;
	z-index: 1030;
}

.project-success-wrapper .fa {
	font-size: 4rem;
	border: 10px solid #000;
	border-radius: 50%;
	padding: 1rem;
}

.btn-underline {
	text-decoration: underline;
}

.btn-underline:hover {
	text-decoration: none;
}

.btn-underline-reverse:hover {
	text-decoration: underline;
}

.s-btn-primary {
	text-transform: none;
}

.text-transform-none {
	text-transform: none !important;
}

.animate-card {
	opacity: 0;
	transform: scale(0);
	transition: all 0.1s ease;
}

.animate-card.animate-in {
	opacity: 1;
	transform: scale(1);
}

.overflow-x {
	max-width: 100%;
	overflow-x: auto;
}

.s-choose-card-list {
	display: flex;
}

.s-choose-card-list .card {
	flex: 0 0 250px;
	cursor: pointer;
}

.s-choose-card-list .card.selected, .s-choose-card-list .card:hover {
	background: #E2E8EE;
}

.s-choose-card-list .card:hover:before, .s-choose-card-list .card.selected:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 500;
	font-size: 18px;
	line-height: 5px;
	position: absolute;
	right: 16px;
	top: 16px;
	color: #A1ACB7;
}

.s-choose-card-list .card:hover:before {
	content: "\f111";
}

.s-choose-card-list .card.selected:before {
	content: "\f192";
}

.btn.btn-back {
	padding-left: 1.2rem !important;
	position: relative;
	text-align: left;
	font-size: 1rem;
	line-height: 1.2;
}

.btn.btn-back strong {
	display: block;
	color: #212529;
	font-size: 1.1rem;
}

.btn.btn-back:before {
	content: "\f060";
	font-family: "Font Awesome 5 Pro";
	font-weight: 500;
	font-size: 16px;
	line-height: 12px;
	color: #212529;
	position: absolute;
	left: 0;
	top: 10px;
}

.btn.btn-back:hover div {
	text-decoration: underline;
}

@media (min-width: 992px) {
	.s-right-side-panel {
		height: 100vh !important;
		border-left: 1px solid #ccc;
	}
}

@media (max-width: 991px) {
	.s-right-side-panel {
		height: auto !important;
		border: 1px solid #ccc;
		margin-bottom: 2rem !important;
		padding-bottom: 1rem;
	}
}

/*! Custom Scrollbar */
/* width */
::-webkit-scrollbar {
	width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	background-color: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background-color: #D6D4D4;
	border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background-color: #D6D4D4;
}

.s-search-icon-input {
	position: absolute;
	top: 9px;
	right: 12px;
}

.s-right-side-panel {
	background-color: #fff;
	padding: 1.5rem;
}

.s-fa-color-light-purple {
	/*color: #C5D2E4;*/
	color: #217ca1;
}

.s-inner-box-title {
	color: #217ca1;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item .nav-link:hover {
	color: #1d1d1d !important;
	border-color: #1d1d1d !important;
}

.s-tab-content {
	padding: 1.5rem !important;
}

/*.s-box {*/
/*  border-color: #C5D2E4;*/
/*  border-radius: 0.5rem !important;*/
/*}*/

#toast-container.top-right {
	top: 78px !important;
}

.toast-header {
	padding: 13px;
}

/*.card, .s-tab-content, .s-collapse, .border, .s-tree {*/
/*  border-color: #C5D2E4;*/
/*}*/

.nav-tabs .nav-item .nav-link {
	color: #A2A4A6;
}

.folder-user-container {
	width: 1.6rem;
	position: relative;
	z-index: 1;
}

.folder-user {
	cursor: pointer;
	width: 2.2rem;
	height: 2.2rem;
	border: 2px solid var(--white);
	border-radius: 50%;
	overflow: hidden;
	color: #fff;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: -1.5px;
	align-items: center;
	text-transform: uppercase;
	transition: all 0.15s linear;
}

#peopleWithAccess .user-details {

}

#peopleWithAccess .folder-user {
	flex: 0 0 2.6rem;
	max-width: 2.6rem;
	height: 2.6rem;
}

.folder-user-container:hover {
	z-index: 10;
}

.folder-user-container:hover .folder-user {
	border-color: var(--monitor-border-color);
}

.folder-users-hidden {
	background: var(--monitor-gray-inactive);
	color: var(--dark);
}

.folder-users-hidden:hover {
	border-color: var(--monitor-border-color);
	position: relative;
	z-index: 100;
}

.folder-users-hidden:focus {
	outline: 0;
}

.folder-user > * {
	display: block;
	text-align: center;
	width: 100%;
	/*height: 100%;*/
	-o-object-fit: cover;
	object-fit: cover;
}

.lwa-user-avatar {
	letter-spacing: -1px;
	width: 3.5rem;
	height: 3.5rem;
}

.search-folders .s-suggest {
	padding-right: 2.2rem;
	position: relative;
}

.search-folders .s-suggest:after {
	content: "\f002";
	display: block;
	width: 2rem;
	text-align: center;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	font-size: 1.1rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.s-file-invalid {
	max-width: 90%;
	position: absolute;
	left: 10px;
	bottom: 8px;
	z-index: 2000;
	font-size: 14px !important;
}

.s-lw-apps-activity {
	font-size: 2.2rem;
	line-height: 43px;
}

.s-upcoming-maintenance {
	color: #E15353;
}

.s-undeployed-environments {
	color: #1C63C3;
}

.s-activity-box {
	background-color: #0A1B2F;
	border: 1px solid #3B4791;
	padding: 20px;
	color: #C5D2E4;
	border-radius: 10px;
}

.s-unresolved {
	color: #DA8837;
}

.s-require-update {
	color: #00AD95;
}

.s-bg-light-blue {
	background-color: #F0F5FB;
	border: 1px solid #CDDFF8;
	padding: 25px 10px;
}

.s-box-light {
	border: 1px solid #C5D2E4;
	border-radius: 4px;
	padding: 20px;
}

.s-field-subtitle {
	padding-top: .5rem;
}

.s-search-light .s-suggest {
	border-color: transparent !important;
}

.s-lims-border-right {
	border-right: 1px solid #C5D2E4;
}

.s-projects-list .position-fixed {
	right: 0;
}

.btn-create-environment {
	border: 1px solid #C5D2E4;
	border-radius: 0;
	width: 100%;
	font-weight: 600;
	transition: all 0.15s ease;
	padding: 6rem 0 !important;
}

.btn-create-environment:hover {
	background-color: #F0F5FB;
	border: 1px solid #CDDFF8;
}


@media (max-width: 992px) {
	.btn-create-environment {
		border-radius: 50%;
		height: auto;
		padding: 0 !important;
		width: auto;
	}

	.btn-create-environment:before {
		content: '';
	}

	.s-env-size {
		flex: 0 0 calc(100%) !important;
	}

	.s-env-wrap {
		min-width: 100% !important;
	}

}

.root-folders-list .btn.btn-folder {
	text-transform: none !important;
}

button.disabled:hover, a.dropdown-item.disabled:hover, a.dropdown-item:disabled:hover {
	cursor: not-allowed !important;
}

.min-height-container {
	min-height: 60vh;
}

ol.s-carousel-indicators {
	margin-bottom: 0;
}

.s-carousel-indicators li {
	width: 14px;
	height: 14px;
	border-radius: 50%;
}

.s-did-you-know {
	background: transparent url(../img/did-you-know.png) no-repeat top right;
}

.s-did-you-know #carouselFAQ {
	min-height: 100px;
}

.s-did-you-know #carouselFAQ .carousel-inner {
	margin-top: 1rem;
}

.s-create-env-box {
	background-image: url(img/left-decor-box.png), url(img/right-decor-box.png);
	background-position: top left, bottom right;
	background-repeat: no-repeat, no-repeat;
}

/* filepond override */

.filepond--root .filepond--drop-label {
	padding: 5rem;
}

.filepond--panel[data-scalable='true'] {
	background-color: inherit !important;
}


.s-vertical-truncate {
	display: -webkit-box;
	overflow: hidden;
	width: 100%;
	-webkit-box-orient: vertical;
}

.s-line-clamp-1 {
	-webkit-line-clamp: 1;
}

.s-line-clamp-2 {
	-webkit-line-clamp: 2;
}

.s-tile-icon {
	background: -webkit-linear-gradient(#1C63C3, #02ACC4);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.s-deploy-activity-height {
	max-height: 150px;
	overflow-y: auto;
}

.s-bg-decor {
	background-image: url(../img/bg-decor.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.form-control {
	font-size: .9rem;
}

.s-env-wrap {
	min-width: 50%;
}

.s-env-size {
	flex: 0 1 calc(50% - 16px);
	padding-right: 16px;
}

.s-single-env-size {
	flex: 0 0 calc(100% - 16px);
	padding-right: 16px;
}

/*.s-env-floating-card{*/
/*    position: sticky;*/
/*    top: 0;*/
/*    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
/*}*/

.dropdown-item.disabled, .dropdown-item:disabled {
	opacity: .7;
}

.card-environment .btn-link {
	font-size: .9rem;
}

.s-navbar-notifications {
	/*display: none;*/
}

.user-actions .select2-container--bootstrap4 .select2-selection {
	border-color: transparent;
}

.s-rounded-pill-left {
	border-top-left-radius: 50rem !important;
	border-bottom-left-radius: 50rem !important;
}

.s-rounded-pill-right {
	border-top-right-radius: 50rem !important;
	border-bottom-right-radius: 50rem !important;
}

.s-share-btn .s-rounded-pill-left, .s-share-btn .s-rounded-pill-right {
	border-top: 1px solid #CDDFF8;
	border-bottom: 1px solid #CDDFF8;
	background-color: #F0F5FB;
}

.s-share-btn .s-rounded-pill-left {
	border-left: 1px solid #CDDFF8;
}

.s-share-btn .s-rounded-pill-right {
	border-left: 1px solid #CDDFF8;
	border-right: 1px solid #CDDFF8;
}


.s-spinner {
	background-color: transparent;
	border-style: dotted;
	border-color: #1C63C3;
	border-width: 4px;
	width: 1.5rem;
	height: 1.5rem;
	animation-duration: 1.2s;
}

.s-prj-random-bg .img-svg {
	opacity: .6;
	filter: brightness(1.75);
}

.s-prj-random-bg-dark {
	background-color: #14151A;
}

.s-prj-random-bg-purple {
	background-color: #253D84;
}

.s-prj-random-bg-teal {
	background-color: #A7DEE6;
}

.s-prj-random-bg-yellow {
	background-color: #F5C427;
}

.s-prj-random-bg-orange {
	background-color: #D4632E;
}

.s-prj-random-bg-green {
	background-color: #0E593E;
}

.s-prj-random-bg-silver {
	background-color: #6B7989;
}

.s-prj-random-bg-pink {
	background-color: #EA56A0;
}

.s-prj-random-bg-blue {
	background-color: #56A0EA;
}

.s-project-image {
	width: 3.5rem;
	height: 3.5rem;
}

.s-svg-logo {
	background: url("img/simplica-logo.svg") no-repeat center center / 100% auto;
	width: 2rem;
	height: 2rem;
	opacity: 0.5;
	filter: sepia(100%);
}

.btn-outline-primary {
	font-size: 1rem !important;
}

#projectDetails .btn.btn-back:before {
	top: 0;
}

.s-share-group {
	background: #F0F5FB;
	border: 1px solid #CDDFF8;
	height: 46px;
	border-radius: 28px;
}

.s-share-loading {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	opacity: 1;
	transition: all 0.15s linear;
	width: 25px;
	height: 25px;
}

.s-share-loading .spinner {
	margin: 0;
	position: static;
	width: 100%;
	height: 100%;
	border-width: 3px;
}

.s-share-loading-isloaded {
	opacity: 0;
	z-index: -1;
}

.s-share-data {
	opacity: 0;
	transition: all 0.1s linear;
}

.s-share-data-isloaded {
	opacity: 1;
}

.s-share-data .btn {
	border-radius: 0;
	display: block;
	height: 100%;
	font-size: 0.875rem;
}

.s-share-data .btn span:last-child {
	height: 46px;
	border-left: 1px solid #CDDFF8;
	padding-left: .5rem;
	vertical-align: middle;
	font-size: 1.2rem;
}

.s-share-data .btn span:last-child .fa {
	font-size: 1.2rem;
	font-weight: 600;
}

.s-users-placeholder {
	vertical-align: middle;
	cursor: wait;
	opacity: 1;
	animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
	50% {
		opacity: 0.5;
	}
}

.is-uploading {
	filter: grayscale(1);
}

.uploading-overlay {
	position: absolute;
	z-index: 2000;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: not-allowed;
	display: none;
}

.is-uploading .uploading-overlay {
	display: block;
}

.s-page-breadcrumbs-inner {
	display: flex;
	flex-grow: 1;
}

.choose-item-flextable .s-flextable-inner .card-body > .row > [class*=col]:first-child {
	align-items: flex-start;
}

.choose-item-flextable[column-sizing="fixed"] .s-flextable-header-wrapper {
	padding-right: 15px;
	padding-left: 15px;
}

.choose-item-flextable .custom-control {
	margin: 0 !important;
	padding: 0 !important;
	position: absolute;
	top: auto;
	left: 0.2rem;
}

.choose-item-flextable .card-selected {
	background: #efefef;
}

.choose-item-flextable .s-flex-row {
	padding-top: 0 !important;
	padding-bottom: 0.5rem !important;
}


.choose-item-flextable .s-flextable-inner .card-body {
	border-top: none;
	border-left: none;
	border-right: none;
}

.choose-item-flextable .s-flextable-header-wrapper > .row > [class*="col"]:first-child,
.choose-item-flextable .card-body > .row > [class*="col"]:first-child {
	padding-left: 1.75rem;
}

.choose-item-flextable .s-flex-row .btn {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.choose-item-flextable .s-flextable-inner .s-collapse {
	box-shadow: none;
}

.choose-item-flextable .s-flextable-inner .s-collapse-inner {
	border-top-color: var(--light);
	padding-right: 8px;
	padding-left: 8px;
}

.s-date-input .btn {
	padding-top: 0;
	padding-bottom: 0;
}

#logsContent {
	min-height: 200px;
	max-width: 100%;
}

@keyframes folder-loading {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(1turn);
	}
}

.database-folders {
	min-height: 100px;
	max-height: 300px;
	overflow-y: auto;
}

.project-environments .project-environment:last-child {
	border-bottom: 0 !important;
}

.project-environment .btn {
	font-size: 0.9rem;
}

.btn.btn-lims-folder {
	padding: 0;
	color: var(--primary);
	font-size: 0.9rem;
	display: flex;
	align-items: center;
	text-align: left;
	text-transform: none;
}

.btn.btn-lims-folder:before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	text-align: left;
	line-height: 1;
	font-size: 1.1rem;
	min-width: 1.4rem;
	content: "\f07b";
	color: var(--primary);
}

.btn.btn-lims-folder:hover:before {
	content: "\f07c";
}

.environment-header .btn.btn-back:before {
	top: 50%;
	transform: translateY(-50%);
}

.s-error-wrapper {
	min-height: 50vh;
}

.project-success-wrapper .fa,
.project-error-wrapper .fa {
	font-size: 1.8rem;
	border: 0;
	border-radius: 0;
	padding: 0;
}

.project-error-wrapper.project-error-sm .fa {
	font-size: 1rem;
}

.wizard-notification-icon {
	width: 3.5rem;
	height: 3.5rem;
	border: 5px solid transparent;
	border-radius: 50%;
	margin: auto;
}

.project-error-wrapper.project-error-sm .wizard-notification-icon {
	width: 2rem;
	height: 2rem;
	border-width: 2px;
}

.wizard-notification-icon.success {
	border-color: var(--success);
}

.wizard-notification-icon.success .fa {
	color: var(--success);
}

.wizard-notification-icon.error {
	border-color: var(--danger);
}

.wizard-notification-icon.error .fa {
	color: var(--danger);
}

.wizard-notification-icon.warning {
	border-color: var(--warning);
}

.wizard-notification-icon.warning .fa {
	color: var(--warning);
}

.s-busy-wrapper #simplica-busy {
	z-index: 5000;
}

.s-fixed-busy-wrapper > #simplica-busy {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 5000;
}

.form-group-prefix label {
	background: var(--light);
	border: 1px solid #ced4da;
	border-right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.375rem 0.75rem;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
	font-size: 0.85rem;
	margin-bottom: 0;
}

.form-group-prefix label:after {
	display: none;
}

.form-group-prefix .form-control {
	width: auto;
	flex-grow: 1;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: 0;
}

.form-group-prefix label,
.form-group-prefix .form-control {
	height: 2.6rem;
}

.form-group-prefix .invalid-feedback,
.form-group-prefix .s-field-subtitle {
	flex: 0 0 100%;
	max-width: 100%;
}

.form-group-prefix .s-field-subtitle {
	padding-top: 0;
}

.font-default {
	font-family: var(--font-family-sans-serif);
}

.project-share-menu {
	min-width: 80px;
}

/*.s-loader {*/
/*	margin: 0 auto;*/
/*	font-size: 5px;*/
/*	width: 1em;*/
/*	height: 1em;*/
/*	border-radius: 50%;*/
/*	position: relative;*/
/*	text-indent: -9999em;*/
/*	-webkit-animation: s-loader-animation 1.1s infinite ease;*/
/*	animation: s-loader-animation 1.1s infinite ease;*/
/*	-webkit-transform: translateZ(0);*/
/*	-ms-transform: translateZ(0);*/
/*	transform: translateZ(0);*/
/*}*/


/*@-webkit-keyframes s-loader-animation {*/
/*	0%,*/
/*	100% {*/
/*		box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);*/
/*	}*/
/*	12.5% {*/
/*		box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);*/
/*	}*/
/*	25% {*/
/*		box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);*/
/*	}*/
/*	37.5% {*/
/*		box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);*/
/*	}*/
/*	50% {*/
/*		box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);*/
/*	}*/
/*	62.5% {*/
/*		box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);*/
/*	}*/
/*	75% {*/
/*		box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);*/
/*	}*/
/*	87.5% {*/
/*		box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em #ffffff;*/
/*	}*/
/*}*/

/*@keyframes load5 {*/
/*	0%,*/
/*	100% {*/
/*		box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);*/
/*	}*/
/*	12.5% {*/
/*		box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);*/
/*	}*/
/*	25% {*/
/*		box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);*/
/*	}*/
/*	37.5% {*/
/*		box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);*/
/*	}*/
/*	50% {*/
/*		box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);*/
/*	}*/
/*	62.5% {*/
/*		box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);*/
/*	}*/
/*	75% {*/
/*		box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);*/
/*	}*/
/*	87.5% {*/
/*		box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em #ffffff;*/
/*	}*/
/*}*/

/*#filesFlexTable,*/
/*#sharedFilesFlexTable {*/
/*	height: 35.25vh;*/
/*	overflow-y: auto;*/
/*}*/

/*#filesFlexTable .s-flextable-body-wrapper,*/
/*#sharedFilesFlexTable .s-flextable-body-wrapper {*/
/*	min-height: 300px;*/
/*}*/

#filesFlexTable .s-flextable-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.s-progress-bar-circular {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: radial-gradient(closest-side, white 80%, transparent 80% 100%),
	conic-gradient(gray 15%, lightgrey 0);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.25s ease-out;
}

.s-progress-bar-percentage {
	font-size: 1.6rem;
}

.contact-support-form-wrapper {
	max-width: 590px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	padding-left: 15px;
}

.contact-support-form-wrapper .filepond--root {
	overflow: hidden;
}

.form-notification {
	border-radius: 5px;
}

.contact-support-form-loading {
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	z-index: -1;
	opacity: 0;
	transition: all .25s linear;
}

.contact-support-form-loading.loading {
	z-index: 1000;
	opacity: 1;
}

.modal .support-form-buttons {
	justify-content: flex-end;
}

.modal .support-form-buttons .btn:first-child {
	margin-right: auto;
}

.text-lowercase {
	text-transform: lowercase !important;
}

.contact-option-formatter {
	overflow: hidden;
	text-overflow: clip;
	text-transform: none;
}

:root {
	--wizard-gray-background: #F2F6FB;
	--wizard-indicators-color: #6C6C6E;
}

.fa-folder:before {
	color: lightblue;
}

.fa-file-alt:before {
	color: #fdbb1d !important;
}

#select2-dropdownChangePaymentMethod-container,
#select2-dropdownChangePaymentMethod-results li {
	display: flex;
	align-items: center;
}

/* Delete after notifications UX/UI updates */
.s-toast .toast-header {
	background-color: #fff;
!important
}

form[name="createEnvStep1Form"] .form-group-prefix .form-control {
	height: calc(1.5em + 0.75rem + 3px);
}

/* Modal file explorer */

.modal-file-explorer-body {
	min-height: 300px;
}

.modal-upload-choose .s-row-expander-btn {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.modal-upload-choose .s-flextable-inner .s-collapse {
	box-shadow: none;
}

.modal-upload-choose .s-flextable-inner .s-collapse-inner {
	border: none;
}

.modal-file-explorer .s-flextable-body-wrapper,
.modal-upload-choose .s-flextable-body-wrapper {
	overflow-y: auto;
	height: 300px;
}

.modal-file-explorer .s-flextable-inner .card-body,
.modal-upload-choose .s-flextable-inner .card-body {
	margin-top: 0 !important;
	border: none;
	padding-top: 3px !important;
	padding-bottom: 3px !important;
}

/*.modal-file-explorer .s-flextable-inner .row {*/
/*	margin-right: -8px;*/
/*	margin-left: -8px;*/
/*}*/

.modal-file-explorer .s-card-body .btn-folder,
.modal-upload-choose .s-card-body .btn-folder {
	font-size: 0.9rem;
}

/*
.modal-file-explorer .s-card-body .btn-folder:before,
.modal-upload-choose .s-card-body .btn-folder:before {
	font-weight: 900;
}
*/

/*.modal-file-explorer .s-card-body [class*="col"]:last-child {*/
/*	visibility: hidden;*/
/*	justify-content: flex-end;*/
/*}*/

/*.modal-file-explorer .s-card-body:hover [class*="col"]:last-child,*/
/*.modal-file-explorer .s-card-body.is-selected [class*="col"]:last-child {*/
/*	visibility: visible;*/
/*}*/

@media (hover: none) {
	.modal-file-explorer .s-card-body [class*="col"]:last-child {
		visibility: visible;
	}

	.modal-file-explorer .btn.btn-navigate-prev,
	.modal-file-explorer .btn.btn-navigate-next {
		background: var(--light);
	}
}

.modal-file-explorer .s-card-body {
	position: relative;
}

.modal-file-explorer .s-card-body:hover {
	background-color: #F2F6FB;
	cursor: pointer;
}

.modal-file-explorer .s-card-body:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
}

.modal-file-explorer .s-card-body.is-selected,
.modal-file-explorer .s-card-body.is-selected:hover {
	background-color: rgba(39, 112, 241, 0.25);
}

.modal-file-explorer .s-card-body.is-selected:after {
	z-index: -1;
}

.modal-file-explorer .s-card-body.is-selected .btn-folder,
.modal-file-explorer .s-card-body.is-selected .btn-folder:before {
	color: var(--primary)
}

.btn.btn-navigate-next[disabled="true"],
.btn.btn-navigate-next[disabled="true"]:hover,
.modal-file-explorer .s-card-body.is-selected .btn-folder[disabled="true"],
.modal-file-explorer .s-card-body.is-selected .btn-folder[disabled="true"]:hover,
.modal-file-explorer .s-card-body.is-selected .btn-folder[disabled="true"]:before,
.modal-file-explorer .s-card-body.is-selected .btn-folder[disabled="true"]:hover:before {
	color: var(--gray);
	text-shadow: none;
}

.btn.btn-navigate-next[disabled="true"],
.btn.btn-navigate-next[disabled="true"]:hover {
	background: var(--light);
}

.modal-file-explorer .file-explorer-actions {
	position: relative;
	z-index: 20;
}

.modal-file-explorer .btn.btn-folder.btn-current-folder {
	font-size: 0.8rem;
	border: 1px solid #bfbfbf;
	padding: 0.25rem 0.5rem 0.25rem 1.75rem !important;
}

.modal-file-explorer .btn.btn-folder.btn-current-folder:hover {
	background: var(--light);
	text-shadow: none;
}

.modal-file-explorer .btn.btn-folder.btn-current-folder:hover:before {
	color: #ced4da;
}

.modal-file-explorer .btn.btn-folder.btn-current-folder:before {
	font-size: 1rem;
	font-weight: 900;
	left: 0.35rem;
	margin-top: -1px;
	color: #ced4da;
}

.modal-file-explorer .btn.btn-submit {
	background: var(--white);
	border-radius: 25px;
	font-weight: 600;
	padding: 0.2rem 1rem !important;
	font-size: 0.8rem;
	color: var(--primary);
}

.modal-file-explorer .btn.btn-submit:hover {
	background: #efefef;
}

.modal-file-explorer .btn.btn-submit[disabled="true"],
.modal-file-explorer .btn.btn-submit[disabled="true"]:hover {
	color: var(--gray);
	background: var(--light);
}

.modal-file-explorer .btn.btn-navigate-prev,
.modal-file-explorer .btn.btn-navigate-next {
	border: 0;
	width: 2rem;
	height: 2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.modal-file-explorer .btn.btn-navigate-prev:hover,
.modal-file-explorer .btn.btn-navigate-next:hover {
	background: var(--light);
}

.modal-file-explorer .btn.btn-navigate-prev:hover,
.modal-file-explorer .btn.btn-navigate-prev:focus,
.modal-file-explorer .btn.btn-navigate-next:hover,
.modal-file-explorer .btn.btn-navigate-next:focus {
	outline: 0;
	box-shadow: none;
}

.modal-breadcrumbs {
	position: relative;
	z-index: 3000;
}

.modal-breadcrumbs .breadcrumbs-content {
	container-type: inline-size;
}

.modal-file-explorer-breadcrumbs {
	min-height: 2rem;
}

.modal-file-explorer-breadcrumbs li,
.modal-file-explorer-breadcrumbs .breadcrumbs-tail-item {
	display: flex;
	align-items: center;
}

.modal-file-explorer-breadcrumbs .breadcrumbs-tail-item,
.modal-file-explorer-breadcrumbs.modal-breadcrumbs-regular li {
	position: relative;
	overflow: hidden;
}

.modal-file-explorer-breadcrumbs .dropdown-menu {
	padding: 0.25rem 0;
}

.modal-file-explorer-breadcrumbs .dropdown-item {
	padding-right: 1rem;
	padding-left: 1rem;
}

.overflow-trigger {
	position: absolute;
	bottom: 150%;
	left: 0;
	z-index: -1;
}

.modal-file-explorer-breadcrumbs .breadcrumbs-tail-item {
	max-width: 75%;
}

.modal-file-explorer-breadcrumbs.modal-breadcrumbs-regular li {
	max-width: calc(100% / 2);
}

@container (min-width: 350px) {
	.modal-file-explorer-breadcrumbs .breadcrumbs-tail-item {
		max-width: calc(100% / 2);
	}

	.modal-file-explorer-breadcrumbs.modal-breadcrumbs-regular li {
		max-width: calc(100% / 3);
	}
}

@container (min-width: 500px) {
	.modal-file-explorer-breadcrumbs .breadcrumbs-tail-item {
		max-width: calc(100% / 4);
	}

	.modal-file-explorer-breadcrumbs.modal-breadcrumbs-regular li {
		max-width: calc(100% / 5);
	}
}

@container (min-width: 600px) {
	.modal-file-explorer-breadcrumbs .breadcrumbs-tail-item {
		max-width: calc(100% / 6);
	}

	.modal-file-explorer-breadcrumbs.modal-breadcrumbs-regular li {
		max-width: calc(100% / 7);
	}
}

.modal-file-explorer-breadcrumbs li a,
.modal-file-explorer-breadcrumbs li span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.modal-file-explorer-breadcrumbs li:not(:last-child):after,
.modal-file-explorer-breadcrumbs .breadcrumbs-tail-item:not(:last-child):after {
	content: '\f105';
	font-family: "Font Awesome 5 Pro";
	color: #ced4da;
	display: inline-block;
	margin: 0 5px;
}

.modal-file-explorer-breadcrumbs .dropdown-toggle {
	background: none;
	border: none;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 50%;
}

.modal-file-explorer-breadcrumbs .dropdown-toggle .fa,
.modal-file-explorer-breadcrumbs .dropdown-toggle .fal,
.modal-file-explorer-breadcrumbs .dropdown-toggle .fas {
	font-size: 1.4rem;
}

.modal-file-explorer-breadcrumbs .show .dropdown-toggle,
.modal-file-explorer-breadcrumbs .dropdown-toggle:hover {
	background: var(--light);
}

.modal-file-explorer-breadcrumbs .dropdown-toggle:focus {
	outline: 0;
}

.modal-file-explorer-breadcrumbs .dropdown-toggle:after {
	display: none;
}

.modal-file-explorer-breadcrumbs.modal-file-explorer-breadcrumbs-dropdown li:nth-child(2) {
	min-width: unset;
}

.breadcrumbs-tail-item:last-child .breadcrumbs-tail-link,
.breadcrumbs-tail-item:not(:last-child) .breadcrumbs-tail-text {
	display: none;
}

.modal-file-explorer .loading-hidden {
	display: none !important;
}

#uploadModalCarousel.carousel {
	margin: 0 -8px;
}

#uploadModalCarousel .carousel-inner {
	transition: all 0.25s linear;
	padding: 0 8px;
}

/* Navbar */
.s-navbar-toggle {
	width: 26px;
	height: 18px;
	position: relative;
	margin: 0 1rem;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.s-navbar-toggle span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: var(--dark);
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.s-navbar-toggle span:nth-child(1) {
	top: 0px;
}

.s-navbar-toggle span:nth-child(2), .s-navbar-toggle span:nth-child(3) {
	top: 8px;
}

.s-navbar-toggle span:nth-child(4) {
	top: 16px;
}

.s-navbar-toggle:not(.collapsed) span:nth-child(1) {
	top: 8px;
	width: 0%;
	left: 50%;
}

.s-navbar-toggle:not(.collapsed) span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.s-navbar-toggle:not(.collapsed) span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.s-navbar-toggle:not(.collapsed) span:nth-child(4) {
	top: 8px;
	width: 0%;
	left: 50%;
}

.s-navbar-toggle:focus,
.s-navbar-toggle:hover {
	outline: none;
	box-shadow: none;
}

.s-navbar #navbarNav {
	top: 100%;
	border: none;
}

.s-navbar .navbar-nav {
	border-bottom: 3px solid var(--pink);
	padding-bottom: 0.5rem;
}

.s-navbar .navbar-nav .nav-item:not(:first-child) {
	border-top: 1px solid var(--light);
}

.s-navbar .navbar-nav .nav-link {
	font-size: 1rem;
	line-height: 1.3;
	transform: translateY(0);
	opacity: 1;
	transition: all 0.15s ease-in-out;
}

.s-navbar .collapsing .navbar-nav .nav-link {
	transform: translateY(1.2rem);
	opacity: 0;
}

.s-navbar {
	padding: 0.75rem 0 !important;
}

.s-navbar .container {
	justify-content: flex-start;
}

.s-navbar .navbar-brand {
	padding: 0;
	margin: 0;
}

.s-navbar-user-initials,
.s-navbar-notifications .btn {
	padding: 0 !important;
	height: 2.1rem;
	width: 2.1rem;
	flex: 0 0 2.1rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.s-navbar-notifications .btn {
	border-color: var(--primary) !important;
	color: var(--primary) !important;
}

.s-navbar-user-initials {
	background: var(--pink);
	color: var(--white);
	font-size: 0.75rem;
}

.s-user-account .dropdown-item {
	padding: 0.25rem 1rem;
}

.s-user-account .btn {
	font-size: 0.9rem;
}

.s-user-account .btn:after {
	display: inline-block;
	vertical-align: middle;
	content: "\f107";
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	margin-left: 0.15rem;
}

.s-user-account .btn:focus {
	outline: none;
	box-shadow: none;
}

.upload-subtitle {
	margin-top: -2.5rem;
}

@media (min-width: 992px) {
	.s-navbar .container {
		justify-content: space-between;
	}

	.s-navbar .navbar-collapse {
		justify-content: center;
	}

	.s-navbar .navbar-nav {
		border: 0;
		padding: 0;
		justify-content: center;
	}

	.s-navbar .navbar-nav .nav-item:not(:first-child) {
		border: none;
	}
}

/* LabWare Apps page */
.s-tile-box {
	height: 100%;
	margin: 0;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.s-tile-box h4 {
	line-height: 1.2;
}

/* Wizard */
.wizard-left-side,
.wizard-right-side,
.s-request-loader {
	padding-right: 15px;
	padding-left: 15px;
	flex: 0 0 100%;
	max-width: 100%;
}

.wizard-left-side {
	padding-top: 1rem;
	padding-bottom: 1rem;
	background: var(--wizard-gray-background);
}

.wizard-left-side h3 {
	font-size: 1.25rem;
}

.wizard-right-side,
.s-request-loader {
	padding-bottom: 2.2rem;
}

.wizard-right-side h4 {
	font-size: 1.15rem;
}

.wizard-right-side .btn .fa-arrow-right {
	font-size: 0.8rem;
}

.wizard-breadcrumbs .fa,
.wizard-breadcrumbs .fas,
.wizard-breadcrumbs .far {
	font-size: 0.7rem;
	transform: translateY(1px);
}

.wizard-progress-indicators {
	font-size: 0.9rem;
	counter-reset: wizard-progress-indicators-counter;
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: 0;
}

.wizard-progress-indicators:before {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	border-bottom: 1px solid var(--gray-dark);
	position: absolute;
	z-index: 1;
	left: 0;
	top: 50%;
}

.wizard-progress-indicators li {
	counter-increment: wizard-progress-indicators-counter;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: var(--wizard-gray-background);
	position: relative;
	z-index: 1;
	transition: all 0.25s ease-in-out;
}

.wizard-progress-indicators li:not(:first-child) {
	padding-left: 0.25rem;
}

.wizard-progress-indicators li:not(.current) > span {
	display: none;
}

.wizard-progress-indicators li:before {
	content: counter(wizard-progress-indicators-counter);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.625rem;
	height: 1.625rem;
	border-radius: 50%;
	border: 1px solid var(--gray);
	background: var(--gray);
	color: var(--white);
	font-size: 0.9rem;
	line-height: 1;
	margin-right: 0.25rem;
	transition: all 0.25s ease-in-out;
}

.wizard-progress-indicators li.completed:before {
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	font-weight: bold;
	border-color: var(--success);
	color: var(--success);
	background: var(--white);
}

.wizard-progress-indicators li.current {
	color: var(--primary);
	padding-right: 0.25rem;
}

.wizard-progress-indicators li.current:before {
	background: var(--primary);
	border-color: var(--primary);
}

.wizard-progress-indicators li:last-child:not(.current):before {
	margin-right: 0;
}

.wizard-progress-summary {
	display: none;
}

.wizard-progress-summary.wizard-progress-summary-mobile {
	display: block;
}

.radio-field-value label {
	display: none;
}

.modal-create-folder,
.modal-create-folder-overlay {
	position: absolute;
	z-index: 1025;
	left: 0;
	bottom: 0;
	height: 0;
	width: 100%;
	transition: all 0.25s ease-in-out;
}

.modal-create-folder-overlay {
	opacity: 0;
	z-index: -1;
	height: 100%;
	background: rgba(255, 255, 255, 0.75);
}

.modal-create-folder.show-create-folder {
	height: 200px;
}

.modal-create-folder-overlay.show-create-folder {
	opacity: 1;
	z-index: 1024;
}

.modal-create-folder-inner {
	height: 100%;
	margin-top: 0.75rem;
	border-radius: 0.35rem 0.35rem 0 0;
	box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.5)
}

.box-shadow-container {
	box-shadow: 0 0 0.5rem #00000025;
}

.s-dropdown .dropdown-toggle::after {
	display: none;
}

.s-dropdown .dropdown-item {
	position: relative;
	padding-left: 2.6rem;
}

.s-dropdown .dropdown-item [class*="fa-"]:not(.fa-static) {
	position: absolute;
	left: 1rem;
	top: 50%;
	transform: translateY(-50%);
}

.s-dropdown .dropdown-item .rotate-45[class*="fa-"] {
	transform: translateY(-50%) rotate(45deg);
}

.s-dropdown .dropdown-item .rotate-225[class*="fa-"] {
	transform: translateY(-50%) rotate(225deg);
}

.s-dropdown .dropdown-item.active [class*="fa-"],
.s-dropdown .dropdown-item:active [class*="fa-"],
.s-dropdown .dropdown-item:focus [class*="fa-"] {
	color: var(--white);
}

.btn.dropdown-item {
	padding: 0.25rem 1.5rem;
	border-radius: 0;
}

.env-details-card {
	border-radius: 0.33rem;
}

.env-details-card-header h5 [class^="fa"] {
	color: var(--monitor-gray-inactive);
	transform: translateY(2px);
}

.rounded-gray-icon {
	width: 5.5rem;
	height: 5.5rem;
	border-radius: 50%;
	background: var(--wizard-gray-background);
}

.rounded-gray-icon > * {
	color: var(--gray)
}

.env-details-card-body .badge-pill {
	padding-right: 1.2rem;
	padding-left: 1.2rem;
}

@media (min-width: 576px) {
	.wizard-progress-indicators li:not(:first-child) {
		padding-left: 0.5rem;
	}

	.wizard-progress-indicators li.current {
		padding-right: 0.5rem;
	}
}

@media (min-width: 768px) {
	:root {
		--header-height: 77px;
	}

	.wizard-left-side {
		flex: 0 0 35%;
		max-width: 500px;
	}

	.wizard-progress-summary {
		display: block;
		flex: 0 0 100%;
		max-width: 100%;
		font-size: 0.95rem;
	}

	.wizard-progress-summary-mobile {
		display: none !important;
	}

	.wizard-right-side {
		flex: 0 0 65%;
		max-width: 720px;
	}

	.wizard-right-size-sm {
		max-width: 650px;
	}

	.wizard-right-side.full-width {
		max-width: 100%;
		flex-grow: 1;
	}

	.wizard-left-side,
	.wizard-right-side,
	.s-request-loader {
		padding: 3rem 1.5rem;
	}

	.wizard-progress-indicators {
		display: block;
	}

	.wizard-progress-indicators:before {
		display: none;
	}

	.wizard-progress-indicators li {
		margin-bottom: 1.5rem;
		align-items: flex-start;
		padding-left: 1.875rem !important;
	}

	.wizard-progress-indicators li:before {
		transform: translateY(-0.2rem);
		position: absolute;
		left: 0;
		top: 0;
	}

	.wizard-progress-indicators li:not(.current) > span {
		display: block;
	}

	.wizard-progress-indicators li:last-child:not(.current):before {
		margin-right: 0.25rem;
	}

	.env-details-card-body .border-md-right {
		border-right: 1px solid var(--monitor-border-color);
	}
}

@media (min-width: 992px) {
	.wizard-left-side,
	.wizard-right-side,
	.s-request-loader {
		padding: 4rem 2rem !important;
	}

	.wizard-progress-summary {

	}

	.wizard-progress-indicators {
		font-size: 1.1rem;
	}

	.wizard-progress-indicators li {
		padding-left: 2.375rem !important;
	}

	.wizard-progress-indicators li:before {
		transform: translateY(-0.05rem);
	}

	.wizard-progress-indicators li:before,
	.wizard-progress-indicators li:last-child:not(.current):before {
		margin-right: 0.75rem;
	}

	.environment-operations .dropdown-toggle::after {
		display: inline-block;
	}
}

@media (min-width: 1200px) {
	.wizard-left-side h3 {
		font-size: 1.75rem;
	}

	.wizard-right-side h4 {
		font-size: 1.5rem;
	}

	.wizard-left-side,
	.wizard-right-side,
	.s-request-loader {
		padding: 5rem 2.5rem !important;
	}

	.wizard-right-side,
	.wizard-right-side .s-request-loader {
		padding-left: 5rem !important;
	}
}

/* Fix for upload modal flextable */
/*.modal-file-explorer-body .s-flextable-inner [class*=col] {*/
/*	flex: 0 0 50%;*/
/*	max-width: 50%;*/
/*	padding-left: 15px;*/
/*	padding-right: 15px;*/
/*}*/

/*.modal-file-explorer-body .flextable-col-3 .s-flextable-inner [class*=col] {*/
/*	flex: 0 0 40%;*/
/*	max-width: 40%;*/
/*}*/

/*.modal-file-explorer-body .flextable-col-3 .s-flextable-inner [class*=col]:last-child {*/
/*	flex: 0 0 20%;*/
/*	max-width: 20%;*/
/*}*/

/*.modal-file-explorer .flextable-col-3 .s-card-body [class*="col"]:last-child {*/
/*	visibility: hidden;*/
/*	justify-content: flex-end;*/
/*}*/

/*.modal-file-explorer .flextable-col-3 .s-card-body:hover [class*="col"]:last-child,*/
/*.modal-file-explorer .flextable-col-3 .s-card-body.is-selected [class*="col"]:last-child {*/
/*	visibility: visible;*/
/*}*/

/*@media (hover: none) {*/
/*	.modal-file-explorer .flextable-col-3 .s-card-body [class*="col"]:last-child {*/
/*		visibility: visible;*/
/*	}*/

/*	.modal-file-explorer .flextable-col-3 .btn.btn-navigate-prev,*/
/*	.modal-file-explorer .flextable-col-3 .btn.btn-navigate-next {*/
/*		background: var(--light);*/
/*	}*/
/*}*/

.dropdown-equal-icons .dropdown-item [class*="fa"] {
	width: 1.4rem;
	text-align: center;
}

.dropdown-equal-icons .dropdown-item small {
	padding-left: calc(1.25rem + 5px);
	width: calc(150px + 1.25rem);
}

.dropdown-toggle-angle:after {
	display: inline-block;
	font-family: 'Font Awesome 5 Pro';
	content: "\f107";
	border: none;
	vertical-align: middle;
	margin-left: 0.6rem;
}

.my-drive-left,
.my-drive-right {
	flex: 0 0 100%;
	max-width: 100%;
	opacity: 1;
}

.my-drive-left.animate-out {
	transition: all 0.15s linear;
	transform: translateX(-100%);
	opacity: 0;
}

.my-drive-left.is-out {
	display: none;
	transform: translateX(-100%);
	opacity: 0;
	transition: all 0.15s linear;
}

.my-drive-right.animate-out {
	transition: all 0.15s linear;
	transform: translateX(100%);
	opacity: 0;
}

/*
.my-drive-right {
	background: var(--white);
}

.is-child-active .my-drive-left {
	flex: 0;
	max-width: 0;
	overflow: hidden;
}
*/
@media (min-width: 768px) {
	.my-drive-left {
		flex: 0 0 40%;
		max-width: 40%;
	}

	.my-drive-right {
		flex: 0 0 60%;
		max-width: 60%;
		border-left: 1px solid #ced4da;
	}

	.my-drive-left.is-out,
	.my-drive-right.is-out,
	.my-drive-left.animate-out,
	.my-drive-right.animate-out {
		transform: none;
		display: block;
		opacity: 1;
	}
}

@media (min-width: 992px) {
	.my-drive-left {
		flex: 0 0 30%;
		max-width: 30%;
	}

	.my-drive-right {
		flex: 0 0 70%;
		max-width: 70%;
	}
}

.my-drive-right-header,
.my-drive-left .nav-tabs {
	min-height: 70px;
}

.my-drive-left .nav-tabs .nav-item .nav-link {
	font-size: 1rem;
}

.my-drive-left .nav-tabs .nav-item .nav-link.active,
.my-drive-left .nav-tabs .nav-item .nav-link.active:hover {
	color: var(--primary) !important;
	border-color: var(--primary) !important;
}

.my-drive-left .nav-tabs .nav-item .nav-link:hover {
	color: var(--primary) !important;
	border-color: transparent !important;
	font-weight: bold;
}

.btn-my-drive {
	padding: 0 0 0 1.6rem;
	position: relative;
	transition: none;
	text-transform: none;
	text-align: left;
	border: none;
	background: none;
	font-size: 0.9rem;
	display: block;
	width: 100%;
	word-break: break-all;
}

.btn-my-drive:focus,
.btn-my-drive:focus-visible {
	outline: 0;
	box-shadow: none;
}

.btn-my-drive:before {
	display: block;
	width: 1rem;
	text-align: center;
	font-family: "Font Awesome 5 Pro";
	color: #ced4da;
	font-weight: 400;
	font-size: 1.2rem;
	position: absolute;
	left: 0;
	top: 0;
	transform: translateY(-4px);
	transition: all 0.15s linear;
}

.btn-my-drive:hover:before {
	color: var(--dark);
}

.btn-my-drive.btn-folder:before {
	content: "\f07b";
}

.btn-my-drive.btn-folder-open:before {
	content: "\f07c";
}

.btn-my-drive.btn-folder-shared:before {
	content: "";
	width: 1.2rem;
	height: 1.2rem;
	background: url('img/folder-user-light.svg') no-repeat center center / 100% auto;
	transition: background-image 0.15s linear;
	transform: none;
}

.btn-my-drive.btn-folder-shared:not([disabled]):hover:before {
	background-image: url('img/folder-user-dark.svg');
}

.btn-my-drive.btn-file:before {
	content: "\f15b";
}

.btn-my-drive.btn-database:before {
	content: "\f1c0";
}

.btn-my-drive.btn-loading {
	cursor: not-allowed;
	color: var(--gray);
}

.btn-my-drive.btn-loading:before {
	display: inline;
	content: "\f110";
	width: auto;
	height: auto;
	line-height: 1.25rem;
	animation: folder-loading .75s linear infinite;
}

#filesFlexTable .btn-highlight {
	color: var(--primary);
}

.btn-tree-root {
	font-weight: 400;
	border-radius: 20px;
	padding: 0.35rem 1rem !important;
}

.btn-tree-root.btn-root-open {
	font-weight: 600;
	background-color: #E8F1FE;
}

.btn-tree-root:hover {
	background-color: #E8F1FE;
}

.btn-tree-root [class*="fa"] {
	color: #C5D2E4;
	margin-right: 0.15rem;
}

.root-items-list .btn-my-drive {
	padding: 0.5rem 3rem 0.5rem 2.6rem;
	border-radius: 1.5rem;
}

.root-items-list .btn-my-drive:before {
	left: 1rem;
	top: 0.5rem;
}

.root-items-list li .btn-folder-open,
.root-items-list li:hover .btn-my-drive,
.root-items-list li.context-menu-open .btn-my-drive,
.root-items-list .btn-my-drive.btn-highlight {
    background-color: #E8F1FE;
}

.root-items-list li .btn-folder-open:before,
.root-items-list li:hover .btn-my-drive:before {
	color: var(--dark);
}

/*
.root-items-list li:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 1.5rem;
	background-color: #E8F1FE;
	opacity: 0;
	transition: all 0.25s linear;
}

.root-items-list li:hover:before,
.root-items-list li.is-active-folder:before,
.root-items-list li.is-dropdown-open:before {
	opacity: 1;
}
*/
.root-items-list .item-actions {
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	z-index: -1;
	transition: 0.15s linear;
}

.root-items-list li:hover .item-actions,
.root-items-list li .btn-folder-open ~ .item-actions {
    opacity: 1;
    z-index: 1;
}

#filesFlexTable .context-menu-open {
    z-index: 1100;
    background: rgba(0, 0, 0, .05);
}

.context-menu-open > .row > [class*="col"] {
    position: static;
}

#filesFlexTable .context-menu,
.root-items-list .context-menu {
    display: block !important;
    left: auto;
    right: 0;
    z-index: -1;
    visibility: hidden;
}

.context-menu-open .context-menu {
    z-index: 1100 !important;
    visibility: visible !important;
}

@media (hover: none) {
	.root-items-list li .item-actions {
		opacity: 1;
		z-index: 1;
	}
}

/*.root-items-list li.is-dropdown-open .item-actions,*/
/*.root-items-list li.is-dropdown-open .dropdown {*/
/*	z-index: 1100;*/
/*}*/

.btn-loading + .item-actions {
	display: none !important;
}

.folder-items-flex-table .s-flextable-body-wrapper {
	height: 535px;
	overflow-y: auto;
}

.folder-items-flex-table .s-flextable-inner .s-flextable-header-wrapper {
	margin-bottom: 0.5rem;
}

.folder-items-flex-table .s-flextable-inner .s-flextable-header-wrapper .row > [class*="col"]:first-child {
	padding-left: 8px;
}

.folder-items-flex-table .s-flextable-inner .card-body {
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin-top: 0 !important;
	padding: 8px 5px !important;
}

.folder-items-flex-table .s-flextable-inner .card-body:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.folder-items-flex-table .s-flextable-inner .card-body > .row {
	align-items: flex-start;
}

.folder-items-flex-table .s-flextable-inner .card-body .btn {
	padding-top: 0;
	padding-bottom: 0;
}

.folder-items-flex-table .s-flextable-inner .s-collapse {
	box-shadow: none;
}

.folder-items-flex-table .s-flextable-inner .dropdown-item {
	color: inherit !important;
}

/*[column-sizing="fixed"] .s-flextable-header-wrapper {*/
/*	padding-right: 8px;*/
/*	padding-left: 8px;*/
/*}*/

.my-drive-scroll-container {
	height: 600px;
	overflow-y: auto;
}

.cursor-wait {
	cursor: wait;
}

.btn.btn-share {
	border: 1px solid var(--primary);
	color: var(--primary);
}

.s-tile-box {
	border-radius: .25rem;
}

.s-tile-box:hover {
	border-color: #2770F1;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, .2);
}

.s-tile-box:hover h4, .s-tile-box:hover .fas, .s-tile-box:hover .fa, .s-tile-box:hover .fad, .s-tile-box:hover .fal, .s-tile-box:hover .fab {
	color: #2770F1;
}

/*.tooltip {*/
/*	opacity: 1 !important;*/
/*}*/

/*.tooltip .arrow:before {*/
/*	border-top-color: var(--info);*/
/*}*/

/*.bs-tooltip-bottom .arrow:before {*/
/*	border-bottom-color: var(--info);*/
/*}*/

/*.tooltip-inner {*/
/*	background: #fff;*/
/*	border: 1px solid var(--info);*/
/*	color: var(--dark);*/
/*}*/

.s-selected-row, .s-selected-row:hover {
	background: none;
}

h1.h5 {
	font-size: 1.25rem !important;
}

@media (min-width: 992px) {
	.w-lg-50 {
		max-width: 50%;
	}
}

/* Monitor */
.monitor-container {
	position: relative;
}

/*.monitor-container.is-alerts-closed > .d-flex,*/
/*.monitor-container.is-animating > .d-flex {*/
/*	overflow: hidden;*/
/*}*/

.monitor-container .badge {
	font-weight: normal;
}

.card-single-project .badge {
	padding-right: 1rem;
	padding-left: 1rem;
}

.monitor-container .badge-warning {
	color: var(--white);
}

.alert-drawer-outer {
	padding: 0;
}

.s-monitor-alert:focus {
	outline: 0;
}

.s-monitor-alerts-mobile-bar {
	position: fixed;
	z-index: 1010;
	top: var(--header-height);
	right: 0;
	background: rgba(255, 193, 7, 0.75);
	border: 0;
	padding: 0;
	height: var(--monitor-mobile-bar-height);
	width: 100%;
	color: var(--white);
	overflow: hidden;
}

.s-monitor-alerts-mobile-bar:hover,
.s-monitor-alerts-mobile-bar:active,
.s-monitor-alerts-mobile-bar:focus {
	outline: 0;
}

.s-monitor-alerts-mobile-bar-open,
.s-monitor-alerts-mobile-bar-close {
	position: absolute;
	margin: auto;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.s-monitor-alerts-mobile-bar-open {
	z-index: -1;
	top: -10px;
	opacity: 0;
	transition: all var(--monitor-mobile-bar-transition-period) linear;
}

.show .s-monitor-alerts-mobile-bar-open {
	top: 0;
	opacity: 1;
	transition-delay: var(--monitor-mobile-bar-transition-period);
	z-index: 10;
}

.s-monitor-alerts-mobile-bar-close {
	top: 0;
	opacity: 1;
	transition: all var(--monitor-mobile-bar-transition-period) linear;
	transition-delay: var(--monitor-mobile-bar-transition-period);
	z-index: 10;
}

.show .s-monitor-alerts-mobile-bar-close {
	top: 10px;
	opacity: 0;
	transition-delay: unset;
	z-index: -1;
}

.s-monitor-alerts-widget {
	position: fixed;
	z-index: 1000;
	overflow: hidden;
	top: var(--header-height);
	right: 0;
	width: 100%;
	height: 0;
	transition: height 0.25s ease-in-out;
}

.s-monitor-alerts-widget.show {
	height: calc(100vh - var(--header-height));
}

.btn.btn-alerts {
	position: fixed;
	z-index: 10;
	top: calc(var(--header-height));
	right: 0;
	background: var(--warning);
	border: 1px solid var(--warning);
	border-radius: 0;
	border-right: 0;
	opacity: 0.75;
	padding: 0.75rem;
}

.alerts-number-mobile-badge {
	color: var(--white);
	background: var(--danger);
	width: 16px;
	height: 16px;
	border-radius: 50%;
	font-size: .5rem;
	top: -5px;
	right: -10px;
}

.alerts-close-mobile {
	flex: 0 0 100%;
	max-width: 100%;
}

.alerts-close-mobile .btn {
	font-size: 1.5rem;
}

.s-monitor-alerts {
	position: absolute;
	width: 100%;
	height: 100%;
	background: white;
	display: flex;
	flex-direction: column;
	padding-top: var(--monitor-mobile-bar-height);
}

.monitor-badge-unread {
	display: block;
	width: 10px;
	height: 10px;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 0.1875rem;
	background: var(--primary);
	border-radius: 50%;
}

.s-monitor-alert {
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
	border-bottom: 1px solid var(--monitor-border-color);
}

.s-monitor-alerts-header {
	padding: 1rem 0 0.75rem 1.5rem;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
	position: sticky;
	top: 0;
}

.s-monitor-alerts-header .badge {
	transform: translateY(-0.15rem);
}

.s-monitor-alerts-body {
	padding: 1rem 0;
	overflow-y: auto;
	overscroll-behavior: contain;
}

.alert-meta-wrapper {
	flex-wrap: wrap;
	max-width: 100%;
}

.alert-date-wrapper,
.alert-title-wrapper {
	flex: 0 0 100%;
	max-width: 100%;
}

.alert-title-wrapper {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.btn.btn-nav-light {
	background: var(--light);
	border: 1px solid var(--gray);
	border-radius: 2rem;
}

.btn.btn-nav-light i {
	color: var(--primary);
}

.btn.btn-nav-light:hover {
	background: var(--white);
}

.notification-icon {
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 50%;
}

.btn-monitor-filters .fa-caret-down {
	transform: rotate(180deg);
	transform-origin: center center;
}

.btn-monitor-filters.collapsed .fa-caret-down {
	transform: rotate(0deg);
}

.btn-monitor-filters .filter-icon .badge-secondary,
.btn-alerts-filter .filter-icon .badge-secondary {
	padding: 3px 5px;
	font-size: 65%;
	top: -8px;
	right: 2px;
	margin-right: 0;
}

.btn-alerts-filter .filter-icon .badge-secondary {
	right: -2px;
}

.project-environment.border-bottom:last-child {
	border-bottom: 0 !important;
}

.monitor-env-details-tabs .s-tab-content {
	padding: 0 !important;
}

.monitor-nav-item {
	display: block;
	width: 100%;
	border: 0;
	background: 0;
	text-align: left;
	background: var(--light);
}

.placeholder-glow .monitor-nav-item {
	border: 0;
}

.monitor-nav-item:hover,
.monitor-nav-item:focus {
	outline: 0;
}

.monitor-nav-item.collapsed {
	background: transparent;
}

.monitor-nav-item:not(.collapsed) .monitor-nav-item-icon,
.monitor-nav-item:not(.collapsed) p:first-child {
	color: var(--primary);
	border-color: var(--primary) !important;
}

.monitor-nav-item-icon {
	flex: 0 0 2.5rem;
	max-width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
}

.monitor-nav-item-status-icon .fa,
.monitor-nav-item-status-icon .fas {
	font-size: 1.15rem;
	opacity: 0.75;
}

.monitor-nav-item .custom-control-label::before,
.monitor-nav-item .custom-control-label::after {
	left: auto;
	right: 1.25rem;
	top: 0.15rem;
}

.monitor-filter [class*='col']:not(:first-child) {
	border-top: 1px solid var(--monitor-border-color);
}

.monitor-filter input[type="search"],
.logs-list-pagination .select2-container--bootstrap4 .select2-selection,
.modal-filter-alerts .select2-container--bootstrap4 .select2-selection,
.monitor-filter .select2-container--bootstrap4 .select2-selection {
	border-radius: 0;
	background: none;
	border: none;
	padding-right: 2rem;
	padding-left: 1rem;
}

.modal-filter-alerts .select2-container--bootstrap4 .select2-selection {
	padding-left: 0;
	margin-left: -8px;
}

.monitor-filter input[type="search"] {
	padding-left: calc(1rem + 8px);
}

.logs-list-pagination .select2-container--bootstrap4 .select2-selection {
	padding-right: 1rem;
	padding-left: 0.35rem;
	border-right: 1px solid var(--monitor-border-color);
}

.logs-list-pagination .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
	right: 0.75rem;
}

.modal-filter-alerts .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow,
.monitor-filter .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
	right: 0.75rem;
}

.monitor-filter input[type="search"]:focus,
.logs-list-pagination .select2-container--bootstrap4.select2-container--focus .select2-selection,
.modal-filter-alerts .select2-container--bootstrap4.select2-container--focus .select2-selection,
.monitor-filter .select2-container--bootstrap4.select2-container--focus .select2-selection {
	box-shadow: none;
}

.monitor-filter input[type="search"]:focus-visible {
	outline: 0;
}

.modal-filter-alerts {
	max-width: 390px;
}

.custom-switch.right-switch {
	padding-left: 0;
	padding-right: 2.25rem;
}

.custom-switch.right-switch .custom-control-label {
	font-size: 1rem;
}

.custom-switch.right-switch .custom-control-label::before {
	width: 2.5rem;
	height: 1.5rem;
	border-radius: 1.25rem;
	top: 0;
	right: -2.25rem;
	left: auto;
}

.custom-switch.right-switch .custom-control-label::after {
	top: 2px;
	right: calc(-2.25rem + 2px);
	left: auto;
	width: calc(1.5rem - 4px);
	height: calc(1.5rem - 4px);
	border-radius: 0.75rem;
	transform: translateX(-1rem);
}

.custom-switch.right-switch .custom-control-input:checked ~ .custom-control-label::after {
	transform: translateX(0);
}

#alertsArchive .s-collapse-inner {
	border-top-color: transparent;
}

#alertsArchive .s-collapse-inner [class*="col"] {
	flex: 0 0 100%;
	max-width: 100%;
}

#alertsArchive .s-flextable-inner .card-body > .row > [class*=col]:last-child .dropdown {
	margin-left: auto;
}

.col-bullet-right:after {
	content: '';
	display: block;
	background: var(--gray);
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	position: absolute;
	right: -0.25rem;
	top: 50%;
	transform: translateY(-50%);
}

.text-monitor-disabled {
	color: var(--monitor-gray-inactive) !important;
}

.monitor-chart-filler-wrapper {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.monitor-chart-filler {
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	padding: 3rem;
}

.tier-status-circle {
	flex: 0 0 0.5rem;
	max-width: 0.5rem;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	margin-top: 0.45rem;
}

.tier-status-circle[data-background] {
	background-color: attr(data-background color, red);
}

.instance-filter .select2-container--bootstrap4 .select2-selection {
	border-color: transparent;
}

.instance-filter .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
	font-weight: bold;
}

.instance-filter .select2-container--bootstrap4.select2-container--focus .select2-selection {
	box-shadow: none;
}

.first-capitalize:first-letter {
	text-transform: capitalize
}

.btn[class*="btn-outline"] {
	font-size: 1rem;
}

.btn-sm[class*="btn-outline"] {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
}

.btn-rounded {
	border-radius: 50%;
}

.logs-loading-wrapper {
	min-height: 300px;
}

.instances-table {
	position: relative;
}

.instances-table .s-flextable-inner .card-body {
	border: 0;
	padding: 0;
}

.instances-table .s-flextable-header-wrapper {
	padding: 0;
}

.instances-table .s-flextable-inner .s-collapse {
	box-shadow: none;
}

.instances-table .btn:hover,
.instances-table .btn:focus,
.instances-table .custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: none;
}

.instances-table .s-flextable-inner .card-body > .row,
.instances-table .s-flextable-inner .card-body > .row > [class*=col]:first-child {
	align-items: flex-start;
}

.instance-filter-dropdown {
	min-width: 100px;
}

.monitor-content .monitor-loading {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
	display: none;
	transition: all 0.25s ease-in-out;
	cursor: default;
}

.loading .monitor-loading {
	z-index: 5000;
	opacity: 0.1;
	display: block;
}

.tabs-alerts .nav-link,
.monitor-env-details-tabs .nav-link {
	margin: 0;
	height: 100%;
}

.monitor-tabs-nav.nav-tabs .nav-item .nav-link,
.monitor-tabs-nav.nav-tabs .nav-item .nav-link.active,
.monitor-tabs-nav.nav-tabs .nav-item .nav-link:hover {
	border: 0 !important;
	border-bottom: 2px solid transparent !important;
}

.monitor-tabs-nav.nav-tabs .nav-item .nav-link.active,
.monitor-tabs-nav.nav-tabs .nav-item .nav-link:hover {
	border-bottom: 2px solid var(--dark) !important;
}

.tabs-alerts .s-filter-pills .tt-suggestion:last-child {
	display: none;
}

.table-logs {
	font-size: 0.85rem;
}

.table-logs tbody tr:hover {
	border-left: 0;
}

.monitor-filter .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
	text-transform: none;
}

.monitor-filter .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered[id*='filterByMetricType'] {
	text-transform: capitalize;
}

.select2-results__options[id*="metrics"] {
	border-radius: 0;
}

.select2-results__options[id*="metrics"] li {
	background: var(--light) !important;
	text-transform: capitalize;
}

.select2-results__options[id*="metrics"] li:not(:last-child) {
	border-bottom: 1px solid var(--monitor-border-color) !important;
}

.select2-results__options[id*="metrics"] .select2-results__option--highlighted,
.select2-results__options[id*="metrics"] .select2-results__option--highlighted.select2-results__option[aria-selected=true],
.select2-results__options[id*="metrics"] .s-dropdown-item-hover {
	background: var(--gray) !important;
}

.select2-results__options[id*="metrics"] .select2-results__option[aria-selected=true] {
	background: var(--gray-dark) !important;
}

.select2-results__options[id*="dropdownLogsNames"] li,
.select2-results__options[id*="dropdownLogsInstances"] li {
	text-transform: lowercase;
}

.logs-list-content {
	overflow-y: auto;
	max-height: 600px;
}

.monitor-details {
	padding-top: 2rem;
}

.monitor-content {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	border: 1px solid var(--monitor-border-color);
}

.monitor-content .accordion {
	margin-top: -1px;
}

.monitor-card > div {
	padding: 2rem 1rem;
}

.badge .spinner-border {
	width: 0.75rem;
	height: 0.75rem;
	border-width: 1px;
	margin-right: 0.35rem;
}

#metricsLimsInstances .s-flextable-body-wrapper .row > [class*='col']:last-child .mr-3 {
	margin-right: 0 !important;
}

.view-alerts-link {
	bottom: 0;
	width: 100%;
}

@media (max-width: 575.9px) {
	.monitor-chart-filler {
		font-size: 0.7rem;
	}

	.monitor-chart-filler .notification-icon {
		width: 2rem;
		height: 2rem;
	}

	.monitor-chart-filler .fa {
		font-size: 1rem;
	}
}

@media (min-width: 576px) {
	.s-monitor-alerts-header {
		padding-top: 1.5rem;
	}

	.alert-meta-wrapper {
		flex-wrap: nowrap;
	}

	.alert-date-wrapper {
		flex: 0 0 auto;
		margin-left: auto;
	}

	.alert-title-wrapper {
		flex: 0 1 auto;
		padding-right: 1rem;
	}
}

@media (min-width: 768px) {
	:root {
		--header-height: 77px;
	}

	.monitor-filter [class*='col']:nth-child(1),
	.monitor-filter [class*='col']:nth-child(2) {
		border-top: none;
	}

	.monitor-filter [class*='col']:nth-child(2),
	.monitor-filter [class*='col']:nth-child(4) {
		border-left: 1px solid var(--monitor-border-color);
	}

	.monitor-filter [class*='col']:nth-child(3),
	.monitor-filter [class*='col']:nth-child(4) {
		border-bottom: none;
	}

	.monitor-details {
		overflow: hidden;
		padding-top: 0;
		display: flex;
		border-right: 1px solid var(--monitor-border-color);
		border-bottom: 1px solid var(--monitor-border-color);
		border-left: 1px solid var(--monitor-border-color);
	}

	.monitor-details-sidebar {
		flex: 0 0 30%;
		max-width: 30%;
		order: 2;
		border-left: 1px solid var(--monitor-border-color);
	}

	.monitor-nav {
		border-top: 1px solid var(--monitor-border-color);
		border-bottom: none;
	}

	.monitor-nav-item {
		border-right: 2px solid transparent;
		border-left: 2px solid var(--primary);
		background: none;
	}

	.monitor-nav-item.collapsed {
		border-left-color: transparent;
	}

	.monitor-content {
		margin-top: 0;
		margin-bottom: 0;
		padding: 1.5rem;
		border: none;
		flex: 0 0 70%;
		max-width: 70%;
		order: 1;
		transition: all 0.15s linear;
	}

	.monitor-details-sidebar-hidden .monitor-content {
		flex: 0 0 calc(100% - 1rem - 40px);
		max-width: calc(100% - 1rem - 40px);
	}

	.monitor-details-sidebar-hidden .monitor-details-sidebar {

	}

	.monitor-details-sidebar-hidden .monitor-details-sidebar-header {
		display: none;
	}

	.monitor-details-sidebar-hidden .monitor-nav {
		border-top: 0;
		padding-top: 3rem;
	}

	.monitor-details-sidebar-hidden .monitor-nav .monitor-nav-item {
		padding-left: calc(0.5rem - 2px) !important;
		background: var(--white);
		border-top: 1px solid transparent;
		border-bottom: 1px solid transparent;
		position: relative;
		height: 60px;
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}

	.monitor-details-sidebar-hidden .monitor-nav .monitor-nav-item:before {
		content: "";
		display: block;
		background: var(--white);
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 1000;
		left: 0;
		top: 0;
	}

	.monitor-details-sidebar-hidden .monitor-nav .monitor-nav-item-icon {
		position: relative;
		z-index: 1000;
	}

	.monitor-details-sidebar-hidden .monitor-nav .monitor-nav-item > *:not(.monitor-nav-item-icon) {
		transition: all 0.15s linear;
		text-align: right;
		max-width: 200px;
		border: 1px solid var(--monitor-border-color);
		border-right: 0;
		position: relative;
		left: calc(-38px - 1rem);
		z-index: -999;
		height: 60px;
		margin: -2px 0;
	}

	.monitor-details-sidebar-hidden .monitor-nav .monitor-nav-item:hover {
		border-color: var(--monitor-border-color);
	}

	.monitor-details-sidebar-hidden .monitor-nav .monitor-nav-item:hover > *:not(.monitor-nav-item-icon) {
		transform: translateX(-100%);
		background: white;
		z-index: 1000;
		padding: 0.5rem 0.75rem;
		margin: -2px 0;
	}

	.monitor-sidebar-toggle {
		position: absolute;
		z-index: 1020;
		top: 0.85rem;
		right: 0;
	}

	.monitor-sidebar-toggle .btn {
		display: block;
		width: 1.4rem;
		height: 1.4rem;
		margin-right: -0.7rem;
	}

	.monitor-sidebar-toggle .btn .show-tiers,
	.monitor-details-sidebar-hidden .monitor-sidebar-toggle .btn .hide-tiers {
		display: none;
	}

	.monitor-details-sidebar-hidden .monitor-sidebar-toggle .btn .show-tiers {
		display: block;
	}

	.monitor-card > div {
		padding: 0;
	}

	.monitor-content .accordion {
		margin-top: 0;
	}

	.monitor-card.collapsing {
		transition: none;
	}

	.logs-list {
		border: 1px solid #ced4da;
	}

	.table-logs tr {
		border-bottom: 0;
	}
}

@media (min-width: 992px) {
	.alert-drawer-outer {
		max-width: 42%;
		flex: 0 0 42%;
		transition: all 0.15s linear;
		margin-right: 0;
	}

	.fade-alerts-out .alert-drawer-outer {
		opacity: 0;
	}

	.slide-alerts-out .alert-drawer-outer {
		overflow: hidden;
		max-width: 40px;
	}

	.is-alerts-closed {
		overflow: hidden;
	}

	.is-alerts-closed .alert-drawer-outer {
		opacity: 0;
		max-width: 40px;
	}

	.is-alerts-closed.slide-alerts-in .alert-drawer-outer {
		max-width: 42%;
	}

	.is-alerts-closed.fade-alerts-in .alert-drawer-outer {
		opacity: 1;
	}

	.s-monitor-projects {
		flex-grow: 1;
		transition: all 0.25s linear;
		max-width: 1320px;
	}

	.monitor-sticky {
		position: sticky;
		top: var(--header-height);
	}

	.s-monitor-alerts,
	.s-monitor-alerts-widget {
		position: static;
		width: auto;
	}

	.s-monitor-alerts-widget {
		height: calc(100vh - var(--header-height));
	}

	.alerts-desktop-toggle {
		border-right: 1px solid #ced4da;
		position: relative;
	}

	.is-alerts-closed:not(.is-animating) .alerts-desktop-toggle:after {
		content: "";
		position: absolute;
		left: 100%;
		top: 0;
		width: 5000px;
		height: 100%;
		background: var(--primary);
		opacity: 0.35;
	}

	.alerts-desktop-toggle .btn {
		display: block;
		width: 1.4rem;
		height: 1.4rem;
		margin-left: -0.7rem;
		z-index: 1;
	}

	.alerts-desktop-toggle .btn .alerts-count-badge {
		top: -1rem;
		right: -1rem;
		opacity: 0;
		transition: opacity 0.15s linear;
	}

	.is-alerts-closed .alerts-desktop-toggle .btn .alerts-count-badge {
		opacity: 1;
	}

	.is-alerts-closed .alerts-desktop-toggle .btn [class*="fa"] {
		transform: rotate(180deg);
	}

	.s-monitor-alerts {
		padding-top: 0;
		width: auto;
	}

	.alert-meta-wrapper {
		flex-wrap: wrap;
	}

	.alert-date-wrapper,
	.alert-title-wrapper {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 1200px) {
	.alert-drawer-outer {
		max-width: 33%;
	}

	.is-alerts-closed.slide-alerts-in .alert-drawer-outer {
		max-width: 33%;
	}

	.monitor-filter [class*='col']:nth-child(3) {
		border-left: 1px solid var(--monitor-border-color);
	}

	.monitor-filter [class*='col']:nth-child(3),
	.monitor-filter [class*='col']:nth-child(4) {
		border-top: 0;
	}

	.alert-meta-wrapper {
		flex-wrap: nowrap;
	}

	.alert-date-wrapper {
		flex: 0 0 auto;
		margin-left: auto;
	}

	.alert-title-wrapper {
		flex: 0 1 auto;
		padding-right: 1rem;
	}
}

.files-flextable-filter {
	min-width: 240px;
}

#s-admin .container .col > a {
	height: 100%;
}

.projects-dropdown-filter-list .select2-container {
	min-width: 150px;
}

#groupUsersTable .s-flextable-body-wrapper {
	min-height: 400px;
}

.alerts-count-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--white);
	color: var(--primary);
	font-size: 0.7rem;
	font-weight: 600;
	width: 1.7rem;
	height: 1.7rem;
	border-radius: 50%;
	margin-left: 0.5rem;
	transform: translateY(-2px);
}

.alerts-count-badge.reversed {
	background: var(--primary);
	color: var(--white);
}

.input-bind-rules label,
.input-bind-rules .form-control {
	display: none;
}

.flextable-unstyled[column-sizing="fixed"] .s-flextable-header-wrapper {
	padding-left: 0;
	padding-right: 0;
}

.flextable-unstyled .s-flextable-inner .card-body {
	padding: 0.25rem 0 !important;
	margin: 0 !important;
	border: none;
}

.flextable-unstyled .s-row-expander-btn {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-left: 0 !important;
}

.flextable-unstyled .s-row-expander-btn:focus,
.flextable-unstyled .s-row-expander-btn:focus-visible {
	box-shadow: none;
	border: none;
}

.project-health-border {
	width: 3px;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
}

.project-health-border.loading {
	opacity: 0.2;
	background: var(--primary);
	animation: placeholder-glow 1s ease-in-out infinite;
}

.project-health-border.loaded.OK {
	background: var(--success);
}

.project-health-border.loaded.FAIL {
	background: var(--danger);
}

.project-environments-wrapper .fa-border {
	border-color: var(--monitor-border-color);
	color: var(--monitor-border-color);
	padding: 0.35rem;
	font-size: 1.4rem;
	position: absolute;
	left: 1rem;
	top: auto;
	width: 2.6rem;
	height: 2.6rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.project-environments-wrapper table {
	table-layout: fixed;
	border: none;
	width: auto;
	border-collapse: collapse;
	margin-bottom: 0;
}

.project-environments-wrapper table tr {
	display: flex;
	flex-wrap: wrap;
	padding-top: 1rem;
	padding-bottom: 1rem;
	border: none;
}

.project-environments-wrapper table td:nth-child(2n) {
	width: 40%;
}

.project-environments-wrapper table td:nth-child(2n):after {
	content: "";
	display: block;
}

.project-environments-wrapper table td:nth-child(2n + 1) {
	width: 60%;
	max-width: 200px;
	padding-left: 4rem;
}

.project-environments-wrapper table td {
	vertical-align: middle;
	padding-top: 0;
	padding-bottom: 0;
}

.project-environments-wrapper table tbody tr:before {
	content: "";
	width: 100%;
	height: 0;
	border-top: 1px solid var(--monitor-border-color);
	position: absolute;
	top: auto;
	left: 0;
	margin-top: -1rem;
}

.project-environments-wrapper table tbody tr:hover {
	background: none;
	border-left: none;
	color: inherit;
}

.colon-after:after {
	content: ": ";
}

.space-after:after {
	content: " ";
}

.question-mark-after:after {
	content: "? ";
	color: var(--dark);
}

.col-tier-details,
.card-monitor-overview-project {
	container-type: inline-size;
}

.col-tier-details {
	container-name: tier-details;
}

.card-monitor-overview-project {
	container-name: monitor-overview-project;
}

.col-env-details,
.col-tier-details {
	max-width: 100%;
	flex: 0 0 100%;
}

.col-env-details-inner {
	flex-wrap: wrap;
}

.card-monitor-overview-buttons {
	max-width: 100%;
	flex: 0 0 100%;
	flex-wrap: wrap;
}

@container monitor-overview-project (min-width: 800px) {
	.col-env-details-inner {
		flex-wrap: nowrap;
	}

	.card-monitor-overview-buttons {
		max-width: none;
		flex: auto;
		justify-content: flex-end;
		flex-wrap: nowrap;
	}
}

@container monitor-overview-project (min-width: 1100px) {
	.col-env-details {
		max-width: 450px;
	}

	.col-env-details-inner {
		flex-direction: column;
	}

	.card-monitor-overview-info,
	.card-monitor-overview-buttons {
		flex-grow: 0 !important;
	}

	.card-monitor-overview-buttons {
		justify-content: flex-start;
	}

	.card-monitor-overview-project .col-tier-details {
		flex: 0;
		width: auto;
		max-width: none;
	}

	.project-environments-wrapper table {
		border-left: 1px solid var(--monitor-border-color);
	}

	.project-environments-wrapper table tbody tr:first-child:before {
		border-color: transparent;
	}
}

@container tier-details (min-width: 650px) {
	.project-environments-wrapper table tr {
		display: table-row;
	}

	.project-environments-wrapper table tbody tr:before {
		margin-top: -1px;
	}

	.project-environments-wrapper table td,
	.project-environments-wrapper table td:nth-child(2n),
	.project-environments-wrapper table td:nth-child(2n + 1),
	.project-environments-wrapper table td:last-child,
	.project-environments-wrapper table td:nth-last-child(2) {
		padding: 0.75rem 1.4rem;
		width: auto;
	}

	.project-environments-wrapper table td:nth-child(2n) {
		width: 25%;
	}

	.project-environments-wrapper table td:nth-child(2n + 1) {
		width: 25%;
		max-width: unset;
	}

	.project-environments-wrapper table td, .project-environments-wrapper table td:nth-child(2n) {
		padding-left: 0;
		/*padding-right: 3rem;*/
	}

	.project-environments-wrapper .fa-border {
		position: static;
		font-size: 0.9rem;
		width: 1.6rem;
		height: 1.6rem;
	}
}

.modal-connect-content {
	min-height: 300px;
}

.config-instance-card .env-details-card-body button {
	border: none;
	background: none;
}

.config-instance-card .env-details-card-body button:not([disabled]):hover,
.config-instance-card .env-details-card-body button:not([disabled]):focus {
	color: var(--primary);
	outline: 0;
	box-shadow: none;
}

.config-instance-card .env-details-card-body button:first-child {
	border-bottom: 1px solid var(--monitor-border-color);
}

.config-instance-card .env-details-card-body button [class*="fa"] {
	font-size: 1.5rem;
}

@media (min-width: 576px) {
	.config-instance-card .env-details-card-body button:first-child {
		border-bottom: 0;
		border-right: 1px solid var(--monitor-border-color);
	}
}

@media (min-width: 768px) {
	.config-instance-card .env-details-card-body button:first-child {
		border-bottom: 1px solid var(--monitor-border-color);
		border-right: 0;
	}
}

@media (min-width: 1200px) {
	.config-instance-card .env-details-card-body button:first-child {
		border-bottom: 0;
		border-right: 1px solid var(--monitor-border-color);
	}
}

/* Modal environment */
.modal-environment .modal-header,
.modal-environment .modal-body,
.modal-environment .modal-footer {
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}

.modal-environment .modal-header {
	padding-top: 1rem;
}

.modal-environment .modal-header .close {
	padding: 0.15rem 0.4rem;
}

.modal-environment .modal-title {
	display: flex;
	margin-bottom: 0;
	font-weight: 600;
}

.modal-environment .modal-title [class*="fa"] {
	display: inline-flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	font-size: 0.9rem;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	border: 1px solid transparent;
	margin-right: 0.5rem;
	transform: translateY(-0.1rem);
}

.modal-environment .modal-body h5 {
	font-size: 1.15rem;
	margin-bottom: 0.5rem;
	font-weight: 600;
}

.modal-environment .modal-body *:last-child {
	margin-bottom: 0;
}

.modal-environment .modal-footer {
	border: none;
}

.modal-environment .modal-footer *:last-child {
	margin-right: 0;
}

/* Modal file-explorer */
.modal-file-explorer .modal-header,
.modal-file-explorer .modal-body,
.modal-file-explorer .modal-footer {
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}

.modal-file-explorer .modal-header {
	padding-top: 1rem;
}

.modal-file-explorer .modal-header .close {
	padding: 0.15rem 0.4rem;
}

.modal-file-explorer .modal-title {
	display: flex;
	margin-bottom: 0;
	font-weight: 600;
}

.modal-file-explorer .modal-title [class*="fa"] {
	display: inline-flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	font-size: 0.9rem;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	border: 1px solid transparent;
	margin-right: 0.5rem;
	transform: translateY(-0.1rem);
}

.modal-file-explorer .modal-body h5 {
	margin-bottom: 0.5rem;
	font-weight: 600;
}

.modal-file-explorer .modal-body *:last-child {
	margin-bottom: 0;
}

.modal-file-explorer .modal-footer {
	border: none;
}

.modal-file-explorer .modal-footer *:last-child {
	margin-right: 0;
}

.modal-file-explorer .btn-my-drive {
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
}

.modal-file-explorer .btn-my-drive:before {
	top: 0.3rem;
}

.btn-loading-spinner {
	position: relative;
	overflow: hidden;
}

.btn-loading-spinner[disabled]:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.75);
}

.btn-loading-spinner[disabled]:after {
	content: "\f1ce";
	font-family: 'Font Awesome 5 Duotone';
	font-weight: 900;
	animation: fa-spin 2s infinite linear;
	position: absolute;
	left: 50%;
	top: 50%;
	color: var(--primary);
	margin: -0.75rem 0 0 -0.75rem;
}

.dropdown-menu-fixed .dropdown-menu {
	transform: none !important;
	left: auto !important;
	right: 100% !important
}

#backgroundServersFlexTable .s-flextable-body-wrapper {
	overflow-y: auto !important;
	max-height: 190px;
}

.valign-middle {
	vertical-align: middle;
}

.asterisk-after:after {
	content: "*"
}

.wizard-custom-control .btn {
	border: 1px solid var(--monitor-border-color);
	border-radius: 0.25rem;
	text-align: center;
	display: block;
	width: 100%;
	height: 100%;
	min-height: 60px;
}

.wizard-custom-control .btn[disabled] {
	background: var(--monitor-gray-inactive);
	cursor: not-allowed;
}

.wizard-custom-control .btn.checked {
	background: var(--primary);
	color: var(--white);
}

.wizard-info-tooltip {
	font-size: 1.2rem;
	margin-top: 2.2rem;
}

.badge-production {
	display: block;
	background: var(--monitor-gray-inactive);
	color: var(--dark);
	padding: 0.15rem 0.35rem;
	border-radius: 0.25rem;
	font-size: 0.75rem;
}


/* Custom notifications */
.s-notif-icon {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	font-size: 1rem;
}

.s-notif-folder:before {
	content: "\f07c";
	color: #9AACC4;
}

.s-notif-folder-unshare:before {
	content: "\f65f";
	color: #56A0EA;
}

.s-notif-icon {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	font-size: 1rem;
}

.s-notif-environment:before {
	content: "\f828";
	color: #9AACC4;
}

.s-notif-upload-lims:before {
	content: "\f093";
	color: #56A0EA;
}

.btn-ci-action .fa-spinner {
	display: none;
}

.btn-ci-action .fa-upload,
.btn-ci-action .fa-download {
	display: block;
}

.btn.btn-upload-drive-content {
	padding-top: 0.3rem !important;
	padding-bottom: 0.3rem !important;
}

.flextable-env-border-bottom > .s-flextable-inner > .s-flextable-body-wrapper {
	height: 250px;
	overflow-x: hidden;
	overflow-y: auto;
}

.flextable-env-border-bottom > .s-flextable-inner > .s-flextable-body-wrapper > .s-flex-row {
	border-bottom: 1px solid var(--monitor-border-color) !important;
	padding-bottom: 0 !important;
}

.flextable-env-border-bottom .s-flextable-inner .s-collapse-inner {
	border: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.flextable-env-border-bottom .s-flextable-inner .s-collapse-inner-row-template {
	padding-top: 0;
	padding-bottom: 0;
}

.flextable-env-border-bottom .s-row-expander-btn {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
	margin-left: auto !important;
}

.flextable-env-border-bottom .s-row-expander-btn .fa {
	font-size: 0.8rem;
}

.flextable-env-child-items {
	background: var(--light);
}

.flextable-env-child-items .s-flextable-header-wrapper {
	display: none !important;
}

.flextable-env-child-items .card {
	background: transparent;
}

.flextable-env-child-items .card .col:first-child {
	padding-left: 2.5rem;
}

.flextable-env-border-bottom [class*='fa']:before {
	color: var(--monitor-gray-inactive) !important;
}

.environment-search-input {
	position: relative;
	min-width: 250px;
}

.environment-search-input .fa {
	position: absolute;
	right: 0;
	font-size: 1rem;
	top: 0;
	width: 2rem;
	height: 100%;
	color: var(--monitor-gray-inactive);
	display: flex;
	align-items: center;
	justify-content: center;
}

.environment-search-input .form-control {
	width: 100%;
	padding-right: 2rem;
}

.monitor-chart-wrapper {
	min-height: 400px;
}

#limsFoldersFlexTable .s-flextable-body-wrapper,
#databaseFilesFlexTable .s-flextable-body-wrapper {
	height: 300px;
	overflow-y: auto;
}

[class*="col-pricing-desktop"] {
	padding-right: 15px;
	padding-left: 15px;
}

.border-pricing {
	border: 1px solid var(--pricing-border-color);
}

.col-pricing-desktop-1 {
	max-width: 20%;
	flex: 0 0 20%;
}

.col-pricing-desktop-4 {
	max-width: 80%;
	flex: 0 0 80%;
}

.pricing-mobile-accordion-item {
	border: 1px solid var(--pricing-border-color);
	border-radius: 8px;
	margin-bottom: 1rem;
	position: relative;
	overflow: hidden;
}

.pricing-mobile-accordion-item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 5px;
	background: linear-gradient(90deg, #80b01a 0%, #337ab7 100%);
}

.btn-pricing-mobile-accordion {
	padding: 1rem 1.4rem !important;
	background: var(--light);
	text-align: left;
	width: 100%;
}

.btn-pricing-mobile-accordion [class*="fa"] {
	font-size: 1.4rem;
}

.btn-pricing-mobile-accordion[aria-expanded="true"] .fa-angle-down {
	display: none;
}

.btn-pricing-mobile-accordion[aria-expanded="false"] .fa-angle-up {
	display: none;
}

#s-public-page .pricing-mobile-accordion-item [class*="s-btn"] {
	padding: 0.5rem 1rem !important;
}

.pricing-mobile-accordion-container {
	padding: 1.2rem 1.4rem;
	font-size: 1rem;
}

.pricing-calculator .form-group label {
	display: none;
}

.pricing-calculator .s-field-subtitle {
	font-size: 0.85rem;
	padding-top: 0;
	margin-top: 0.5rem;
}

.pricing-calculator .alert {
	font-size: 0.9rem;
}

.pricing-calculator .wizard-info-tooltip {
	transform: translateY(0.65rem);
}

.hidden-feature {
	display: none !important;
}

.hidden-feature.show-feature {
	display: block !important;
}

.shown-features,
.features-visible .hidden-features {
	display: none;
}

.features-visible .shown-features {
	display: block;
}

.modal-file-explorer .filepond--panel-center {
	height: 100px !important;
}

.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod] {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.env-details-card .s-badge-outline-failed {
    background-color: transparent;
    color: var(--danger);
    border-color: var(--danger);
}

.alert.alert-validation {
    font-size: 0.85rem;
    color: var(--dark) !important;
    padding: 0.75rem;
}

.filepond--file-info .filepond--file-info-main {
    display: flex;
    align-items: center;
}

/*!
 * Simplica App Imports
 * Copyright Simplica Corporation
 */
/*!
 * Simplica App Imports
 * Copyright Simplica Corporation
 */
html {
  position: relative;
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  margin-bottom: 0px;
  background-color: #fff;
  font-family: 'nanumgothicregular', Arial, Sans-Serif;
  font-size: .9rem;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#s-public-page{
  font-size: 1.3rem;
}

.s-font-family-regular{
  font-family: 'nanumgothicregular', Arial, Sans-Serif;
}

.s-boxTitle{
  font-family: 'nanumgothicregular', Arial, Sans-Serif;
  text-transform: none;
  padding-bottom: 0;
}

.s-navbar #navbarNav{
  justify-content: right;
  margin-right: 2rem;
}

.s-navbar .navbar-nav .nav-link{
  padding-right: 0.8rem !important;
  padding-left: 0.8rem !important;
}

main {
  padding-bottom: 0px;
  flex-grow: 1;
}

header {
  height: 77px !important;
  z-index: 2;
}

.footer {
  position: relative;
  height: auto;
  width: 100%;
  color: #E2E8EE;
  font-size: 1rem;
  padding: 2rem 0 0 0;
  background-color: #021928;
  border-top: 1px solid #3D4F5A;
}
.footer a {
  color: #E2E8EE;
}

.footer img{
  height: 40px;
}

.footer ul li{
  padding-bottom: 1rem;
}


@font-face {
  font-family: 'nanumgothicbold';
  src: url('../fonts/nanumgothic-bold-webfont.woff2') format('woff2'),
  url('../fonts/nanumgothic-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'nanumgothicregular';
  src: url('../fonts/nanumgothic-regular-webfont.woff2') format('woff2'),
  url('../fonts/nanumgothic-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

.spinner {
  border-left: 6px solid rgba(0, 164, 219, 0.35);
  border-right: 6px solid rgba(0, 164, 219, 0.35);
  border-bottom: 6px solid rgba(0, 164, 219, 0.35);
  border-top: 6px solid rgba(0, 164, 219, 0.8);
}

.s-page-container {
  margin-left: 2rem;
  margin-right: 2rem;
  padding-top: 2rem;
  margin-bottom: 4rem;
}

.s-clear {
  clear: both;
}

.s-user-account {
  padding: 0px;
}

.s-user-account .badge, .s-user-account .dropdown-toggle {
  color: #212529 !important;
  border-color: #212529 !important;
  padding: 10px;
}

/* Breadcrumb authenticated pages */
.s-card-breadcrumb {
  background-color: #fff;
  color: #2f3b47;
  padding: 1rem 1rem 1rem 2rem;
}
.s-card-breadcrumb h5 {
  color: #2f3b47;
}
.s-card-breadcrumb .breadcrumb-item.active {
  color: #727985;
}

a, .btn-link {
  color: #2770F1;
  text-transform: none !important;
}

.s-primary-color, .fa-primary-color {
  color: #2770F1;
}

a, a:hover {
  color: #2770F1
}

.s-primary-color {
  color: #2770F1;
}

.s-list-w50 {
  width: 50% !important;
}

.darker-blue-color {
  color: #217ca1;
}

.color-red {
  color: #dd2a2a;
}

.color-orange {
  color: #f5b73e;
}

.font-05em {
  font-size: 0.5em;
  text-align: center;
}

.s-font-bold {
  font-weight: bold;
}

.font-12em {
  font-size: 1.2em;
}

.font-h1{
  font-size: 2.5rem
}

h2 {
  font-size: 2.1rem;
}

h4 {
  line-height: 1.7;
}

h3 {
  line-height: 1.3;
}

.gray-bg {
  background-color: #f5f5f5;
  padding-top: 30px;
  padding-bottom: 30px;
}

.clear-br {
  clear: both;
}

.breadcrumb {
  z-index: 1;
}

.title-dark {
  padding-bottom: 10px;
  border-bottom: 1px solid #222;
  color: #222;
  font-size: 1.2em;
  font-weight: bold;
}

a.title-dark:hover, a.title:hover {
  text-decoration: none;
  color: #00a4db;
}

.blue-bg {
  color: #fff;
  padding: 35px 0;
  background: #29538d;
}

/*.breadcrumb a {*/
/*    color: #fff;*/
/*}*/

.blue-bg a {
  color: #00a4db;
  font-size: 1.4rem;
  font-weight: bold;
}

.blue-bg a:hover {
  text-decoration: underline;
}

/* temporary */
.temp-red-border {
  border: 1px solid red;
}

.breadcrumb-item img {
  height: 48px;
}

.breadcrumb.fixed-top {
  margin-top: 77px;
}

.font-sml {
  font-size: 0.9rem;
  line-height: 1.5rem;
}

.top-spacing {
  margin-top: 149px;
}

.s-bg-orange{
  background-color: #f5b73e;
  color: #fff;
}

.s-bg-none {
  background-color: transparent;
  background-image: none;
  border: none;
}

.s-bg-gray {
  background-color: #f4f8fd;
}

.s-collapse {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  margin-top: -1px;
}

.cookie-statement-bar {
  height: auto;
  width: 100%;
  bottom: 0px;
  position: fixed;
  background: #2f3b47;
  z-index: 2;
  color: #fff;
  font-size: 1rem;
  flex-wrap: nowrap;
}

.cookie-statement-bar .btn {
  font-size: 1rem;
}

/* Statuses */
.s-badge-outline-inProgress{
  color: #00a3da;
  border: 1px solid #00a3da !important;
}

.s-badge-outline-new{
  color: #217ca1;
  border: 1px solid #217ca1 !important;
}

.s-badge-outline-success{
  color: #0c8f63;
  border: 1px solid #0c8f63 !important;
}

.s-badge-outline-failed{
  background-color: #a12121;
  color: #fff;
  border: 1px solid #a12121 !important;
}

.s-badge-outline-warning, .s-badge-outline-notStarted{
  color: #ffc107;
  border: 1px solid #ffc107 !important;
}

.s-badge-outline-drop, .s-badge-outline-destroyed{
  color: #17a2b8;
  border: 1px solid #17a2b8 !important;
}

.s-badge-outline-public{
  color: #333;
  border: 1px solid #333 !important;
}

.alert-warning{
  color: #D92F0E !important;
}

.s-tile-box{
  /*min-height: 200px;*/
  /*height: auto;*/
  /*    padding-top: 3rem;*/
}

/* -------------------------------- HOME -------------------------------------- */
.home-top-section {
  background: linear-gradient(to bottom right, #fff 25%, #021928 25% 50%, #021928 50% 75%, #fff 75%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;

  padding-top: 8%;

  color: #E2E8EE;
}

.home-news-section {
  min-height: 350px;
  background-image: url(../img/intro-left.png), url(../img/intro-right.png), linear-gradient(to top right, #222244 13%, #021928 82%);
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: top left, top right, top right;
  background-color: #222244;
  background-size: contain;
  color: #DEDCE1;

  align-items: center!important;
  display: flex;
  text-align: center;
}

.home-news-section img{
  height: 105px;
}

.cloud-offering-section {
  min-height: 350px;
  background-image: url(../img/intro-left.png), url(../img/intro-right.png), linear-gradient(to top right, #222244 13%, #021928 82%);
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: top left, top right, top right;
  background-color: #222244;
  background-size: contain;
  color: #DEDCE1;
  align-items: center!important;
  display: flex;
  text-align: center;
  padding: 2% 0;
}

.lw-apps-top-section{
  min-height: 130px;
  background-image: url(../img/intro-left.png), url(../img/intro-right.png), linear-gradient(to top right, #222244 13%, #021928 82%);
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: top left, top right, top right;
  background-color: #222244;
  background-size: contain;
  align-items: center;
  display: flex;
  font-size: .9rem;
}

.about-section{
  min-height: 350px;
  background-image: url(../img/intro-left.png), url(../img/intro-right.png), linear-gradient(to top right, #222244 13%, #021928 82%);
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: top left, top right, top right;
  background-color: #222244;
  background-size: contain;
  color: #DEDCE1;

  align-items: center!important;
  display: flex;
  text-align: center;
}

.clients-section{
  /*white-space: nowrap;*/
  scroll-behavior: smooth;
}

.clients-section img{
  filter: grayscale(100%);
  margin: 2rem;
}

.home-2nd-section {
  background: linear-gradient(to bottom right, transparent 75%, #021928 20%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 10%;
}

.home-3nd-section {
  background-repeat: no-repeat;
  background-position: top right;
  background-image: linear-gradient(to top left, transparent 75%, #021928 0),linear-gradient(to bottom, transparent, #EFF1FA);
  padding-top: 7%;
  height: 100vh;
}

.s-bg-fade img{
  transition: .5s ease;
}

.s-bg-fade:hover img{
  -webkit-filter: blur(3px); /* Safari 6.0 - 9.0 */
  filter: blur(3px);
}

.s-bg-fade .text-fade-section{
  transition: .5s ease;
  opacity: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  text-align: center;
  background-color: #232F3E;
  padding: 10px;
  color: #fff;
  width: 92%;
}

.s-bg-fade:hover .text-fade-section{
  background-color: #2770F1;
}

.primary-color-bg {
  padding: 25px 10%;
}
.primary-color-bg:after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 47%;
  right: 55%;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 30px 0 30px;
  border-color: #00a4db transparent transparent transparent;
}

.signature {
  color: #222;
  border-top: 1px solid #222;
  width: 300px;
  margin: auto;
}

/* -------------------------------- CLOUD -------------------------------------- */
.cloud-notif-table th {
  background-color: #f3f3f3;
  text-align: center;
}

.notif-box {
  border: 1px solid #ddd;
  padding: 10px 4px;
  border-radius: 6px;
  margin: 20px 0px;
}

.notif-title {
  text-transform: uppercase;
  padding-bottom: 10px;
}

/* -------------------------------- LIMS Self Service -------------------------------------- */
.self-service-top-section {
  background: linear-gradient(133deg, #fff 72%, #2770F1 50% );
}

/* -------------------------------- CUSTOM APPS -------------------------------------- */
.custom-apps-video {
  width: 356px;
  height: 200px;
}

/* -------------------------------- CONTACT -------------------------------------- */
#form-overlay {
  position: absolute;
  left: -10px;
  width: 104%;
  height: 100%;
  background: #021928;
  z-index: 100;
  border: none;
}

.lims-video-style {
  margin-left: 80px;
  margin-top: 18px;
  width: 322px;
  height: 202px;
}

.lims-portal-features {
  background: transparent url(../img/sample-wizard-features.png) no-repeat top center;
  background-size: contain;
  height: 524px;
}


#form-overlay {
  position: absolute;
  left: -10px;
  width: 104%;
  height: 100%;
  background: white;
  z-index: 100;
  border: 1px solid #ddd;
}

/* -------------------------------- CLOUD WEB LOG MAINTENANCE -------------------------------------- */
.maintenanceStatusCompleted {
  color: #3c763d;
}

.maintenanceStatusUnplanned {
  color: #b11519;
}

.maintenanceStatusUpcoming {
  color: #f5b73e;
}

.s-notif-btn-collapse {
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  text-align: left;
  font-weight: bold;
  color: #217ca1;
  padding: 1rem;
  text-transform: uppercase;
  font-size: 1.2rem;
}

.s-login-align {
  text-align: right;
}

.s-left-login-bg {
  background-position: left bottom;
  background-size: contain;
  background-image: url(../img/login-bg.png);
  background-repeat: no-repeat;
}

.s-left-login-bg .s-logo {
  float: right;
  margin: 0 auto;
}

.s-left-login-bg .s-logo-login {
  float: right;
  background-image: url(../img/logo-simplica.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 220px;
  height: 50px;
  margin: 0 auto;
}

.s-login-right {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0;
  background-color: transparent;
  border-left: 1px solid #e8e8e8;
}

.s-logo {
  background-image: url(../img/logo-simplica.png);
  width: 220px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
}

#login-content {
  padding: 3rem;
  margin-top: 3rem;
}

#login-content .s-logo {
  float: none;
}

#login-content .input-group-text {
  background-color: #fff;
}

.s-bg-none {
  background-color: transparent;
  background-image: none;
  border: none;
}

.s-bg-primary-color {
  color: #ffffff;
  background-color: #00a4db;
}

.s-primary-color {
  color: #00a4db;
}

.s-secondary-color {
  color: #217ca1;
}

.s-border-primary {
  border: 1px solid #00a4db;
}

h6 {
  text-transform: uppercase;
}

.s-fa-color-blue {
  color: #00a4db;
}


.s-fa-color-lightblue {
  color: lightblue;
}

.s-fa-color-dark-blue {
  color: #217ca1;
}

.s-fa-color-green {
  color: #0c8f63;
}

.s-fa-color-orange {
  color: #FCBD21;
}

.s-fa-color-yellow {
  color: #f5b73e;
}

.s-fa-color-gray {
  color: #343a40;
}

.s-fa-color-red {
  color: #a12121;
}

.s-font-large{
  font-size: 22px;
}

.s-collapse {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  margin-top: -1px;
}

.listbox {
  width: 300px;
  size: 10;
}

.s-flex-table .title {
  text-transform: none;
}

.btn-primary, .btn-default{
  font-size: 1rem !important;
  padding: 8px 12px !important;
}

.btn-outline-secondary{
  font-size: .9rem !important;
}

.btn{
  padding: 8px 12px;
}

.s-labwareSolutionsHeader{
  height: 100vh;
  padding-top: 4%;
  background-image: url(../img/labware-solutions-by-simplica.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

/* All other devices */
@media (max-width: 320px) {
  .home-2nd-section{background-image: none; padding-top: 0;}

  .home-3nd-section{background-image: none;}

  .navbar-nav .nav-link{ line-height: 1.5;}

  #navbarNav{ border-top: 1px solid #ced4da; position: absolute; top: 77px; left:0; width: 100%;}

  .s-logo {
    background-image: url(../img/logo-sml.png);
    height: 38px;
    width: 38px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .s-w-100{
    width: 100% !important;
  }

  .logo {
    width: 170px !important;
    height: 42px !important;
    margin-bottom: 6px;
  }

  .cloudSelfService, .cloudDedicatedEnv{ width: auto !important; padding: 2rem !important;}

  .cloudDedicatedEnv h1{font-size: 2.8rem;}

  .cloudSolutions-1, .cloudSolutions-2{ background-color: #021928; background-image: none !important;}

  .cloud-img {
    height: 260px;
  }

  .cloud-infrastructure {
    height: 235px;
  }

  .lims-portal-features-res1, .lims-portal-features-res2 {
    height: 120px;
  }

  .signature {
    width: 232px;
  }

  .primary-color-bg:after {
    left: 40%;
  }

  .s-left-login-bg {
    background-image: url(../img/login-bg-xs.png);
  }

  #login-content {
    padding: 0 !important;
  }
}


@media (max-width: 766px) {
  .navbar-nav .nav-link{ line-height: 1.5;}

  #navbarNav{ border-top: 1px solid #ced4da; position: absolute; top: 77px; left:0; width: 100%;}

  .s-logo {
    background-image: url(../img/logo-sml.png);
    height: 38px;
    width: 38px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .s-w-100{
    width: 100% !important;
  }

  .s-left-login-bg {
    background-image: url(../img/login-bg-xs.png);
  }

  #login-content {
    padding: 0 !important;
  }

  .home-2nd-section{background-image: none; padding-top: 0;}

  .home-3nd-section{background-image: none;}

  .home-top-section {
    background-color: #021928;
    background-image: none;
    margin-top: 2rem;
  }

  .home-news-section, .about-section {
    background-image: none;
    height: auto;
  }

  .labware-lims-top-section, .self-service-top-section {
    background-repeat: no-repeat;
    background-position: top right;
    height: auto !important;
  }

  .cloud-top-section {
    background-image: url(../img/bg-left-1.png);
    background-repeat: no-repeat;
    background-position: top left;
    height: auto;
    background-size: cover;
  }

  h1 span.s-primary-color {
    color: #212529;
  }

  .home-top-section .s-btn-primary, .home-2nd-section .s-btn-primary,
  .cloud-top-section .s-btn-primary{
    width: 100%;
  }

  .lims-portal-top-section {
    background-image: none;
    height: auto;
  }
  .home-top-section .s-btn-primary, .home-2nd-section .s-btn-primary,
  .home-left-sol .s-btn-primary, .home-right-sol .s-btn-primary,
  .lims-portal-top-section .btn-orange, .lims-portal-top-section .s-btn-primary,
  .home-news-section .s-btn-primary, .home-news-section .btn-orange,
  .cloud-top-section .s-btn-primary, .cloud-top-section .btn-orange,
  .covid-portal-top-section .s-btn-primary, .covid-portal-top-section .btn-orange {
    width: 100%;
  }

  .s-managedCloudTopHeader{
    height: auto !important;
  }

  .s-salesTopHeader{
    height: auto !important;
  }

  .lims-portal-features-res1, .lims-portal-features-res2 {
    background-repeat: no-repeat;
    background-position: top left;
    height: 200px;
    background-size: contain;
  }

  .lims-portal-features-res1 {
    background-image: url(../img/sample-wizard-features-xs1.png);
  }

  .lims-portal-features-res2 {
    background-image: url(../img/sample-wizard-features-xs2.png);
  }

  h1, .h1 {
    font-size: 2.3rem;
  }

  .pl-xs-0 {
    padding-left: 0 !important;
  }

  .ml-xs-0 {
    margin-left: 0 !important;
  }

  .m-xs-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .p-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .w-xs-100 {
    width: 100%;
  }

  .lims-portal-video-bg {
    background: transparent url(../img/lims-portal-video-bg-xs.png) no-repeat top left;
    width: 350px;
    background-size: contain;
  }

  .lims-video-style {
    margin-left: 57px;
    margin-top: 12px;
    width: 231px;
    height: 145px;
  }

  .s-carousel-item img {
    height: 320px;
  }

  .s-navbar {
    padding-bottom: 10px !important;
    height: auto;
  }

  .s-dropdown-menu.show {
    border: 0;
  }

  .s-list-w50 {
    width: 100% !important;
  }

  .sw3Container, .sw3Container-1, .s-webDevContainer{
    background-image: none !important;
  }

  .sw3ContainerFeatures{
    padding-top: 60px !important;
    /*background-image: linear-gradient(200deg, #fff 14%, #F4F8FD 19%) !important;*/
  }

  .cloudSelfService, .cloudDedicatedEnv { width: auto !important; padding: 2rem !important; }

  .cloudDedicatedEnv h1{font-size: 2.8rem;}

  .cloudSolutions-1, .cloudSolutions-2{ background-color: #021928; background-image: none !important;}
}

@media (min-width: 768px) and (max-width: 991px) {
  .lims-portal-top-section {
    background-image: url(../img/bg-right-2.png);
    background-repeat: no-repeat;
    background-position: top right;
  }

  .lims-portal-features-res1, .lims-portal-features-res2 {
    background-repeat: no-repeat;
    height: 200px;
    background-size: contain;
    background-position: top left;
  }

  .lims-portal-features-res1 {
    background-image: url(../img/sample-wizard-features-xs1.png);
  }

  .lims-portal-features-res2 {
    background-image: url(../img/sample-wizard-features-xs2.png);
  }

  .navbar-nav .nav-link{ line-height: 1.5;}

  #navbarNav{ border-top: 1px solid #ced4da; position: absolute; top: 77px; left:0; width: 100%;}

  .s-logo {
    background-image: url(../img/logo-sml.png);
    height: 38px;
    width: 38px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .s-w-100{
    width: 100% !important;
  }

  .self-service-top-section {
    background-repeat: no-repeat;
    background-position: top right;
    height: auto !important;
  }

  .cloud-top-section {
    background-image: url(../img/bg-left-1.png);
    background-repeat: no-repeat;
    background-position: top left;
    height: auto;
    background-size: cover;
  }

  .home-news-section, .about-section {
    background-image: none;
    height: auto;
  }

  .s-carousel-item img {
    height: 450px;
  }

  .s-list-w50 {
    width: 100% !important;
  }

  .sw3Container, .sw3Container-1, .s-webDevContainer{
    background-image: none !important;
  }

  .sw3ContainerFeatures{
    padding-top: 60px !important;
    background-image: linear-gradient(200deg, #fff 14%, #F4F8FD 19%) !important;
  }

  .cloudSelfService, .cloudDedicatedEnv{ width: auto !important; padding: 2rem !important; }

  .home-2nd-section{background-image: none; padding-top: 0;}

  .home-top-section {
    background-color: #021928;
    background-image: none;
    margin-top: 2rem;
  }

  .s-managedCloudTopHeader{
    height: auto !important;
  }

  .s-salesTopHeader{
    height: auto !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .lims-portal-top-section {
    background-image: url(../img/bg-right-2.png);
    background-repeat: no-repeat;
    background-position: top right;
  }

  .home-news-section, .about-section {
    background-image: url(../img/intro-left.png);
    background-repeat: no-repeat;
    background-position: top left;
    height: auto;
  }

  .cloud-top-section {
    background-image: url(../img/bg-left-1.png);
    background-repeat: no-repeat;
    background-position: top left;
  }
}

@media (min-width: 992px) {
  .s-right-side-panel{
    height: 100vh !important;
    border-left: 1px solid #ccc;
  }
}

@media (max-width: 991px) {
  .s-right-side-panel{
    height: auto !important;
    border: 1px solid #ccc;
    margin-bottom: 2rem !important;
    padding-bottom: 1rem;
  }

  .navbar-nav .nav-link.s-btn-contact{
    width: 30%;
  }

  .s-whySimplica, .s-whySimplica div{
    width: 100% !important;
    height: 280px !important;
    padding: 1.5rem !important;
    position: relative;
  }

  .s-managedCloud{
    height: 380px !important;
  }

  .s-whySimplica h1{
    font-size: 2rem;
  }
  .s-scroll{
    position: relative !important;
  }

  .s-scroll-container{
    height: auto !important;
  }

  .s-scroll-container, .s-scroll-container > div{
    height: 100% !important;
  }

  .s-solutions img{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0px !important;
  }

}

.s-scroll {
  position: absolute;
  top: 0;
}

h1, .h1 {
  font-size: 3.5rem;
  line-height: 1.4;
}

/*! Custom Scrollbar */
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #D6D4D4;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: #D6D4D4;
}

.s-search-icon-input {
  position: absolute;
  top: 9px;
  right: 12px;
}

.s-right-side-panel{
  background-color: #fff;
  padding: 1.5rem;
}

.s-fa-color-light-purple{
  color: #C5D2E4;
  /*color: #217ca1;*/
}

.s-inner-box-title{
  color: #217ca1;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item .nav-link:hover{
  color: #1d1d1d !important;
  border-color: #1d1d1d !important;
}

.s-tab-content{
  padding: 1.5rem !important;
}

.s-box {
  border-color: #C5D2E4;
  border-radius: 0.5rem !important;
}

#toast-container.top-right{
  top: 78px !important;
}

.toast-header{
  padding:13px;
}

.card, .s-tab-content, .s-collapse, .border, .s-tree{
  border-color: #C5D2E4;
}

.nav-tabs .nav-item .nav-link{
  color: #A2A4A6;
}

#s-public-page .btn-primary, .s-btn-primary-round{
  background-color: #2770F1;
  color:#fff;
}

#s-public-page .btn-default, .s-btn-default-round{
  background-color: transparent !important;
  color: #02ACC4 !important;
  border-color: #02ACC4 !important;
}

#s-public-page .btn-primary, #s-public-page .btn-default{
  border-radius: 3px;
  text-transform: uppercase !important;
  padding: 27px 35px !important;
  font-size: 1rem;
}

#s-public-page h2{ font-size: 2.5rem; }

#s-public-page .select2-selection__placeholder, #s-public-page .select2-contactSolution-container{
  font-size: 1rem;
}

.s-bg-dark-gradient{
  background: linear-gradient(to top right, #222244 13%, #021928 82%);
  color: #DEDCE1;
}

.s-btn-primary-round, .s-btn-default-round{
  border-radius: 50px;
  padding: 8px 30px;
  font-size: 1rem;
}

.container-xl, .container-lg, .container-md, .container-sm, .container {
  max-width: 1350px;
}
#cloudPageHeader{
  padding-top: 2%;
}

#cloudPageHeader{
  background-image: linear-gradient(176deg, #EEF0FC 52%, #FFFFFF 83%);
}

#cloudPageHeader h1{
  padding-top: 8%;
}

.cloudFeatures{
  height: 100vh;
  padding-top: 8%;
}

.whatIsCloud{
  padding-top: 10%;
  padding-bottom: 3%;
}


.cloudFeatures{
  background-color: #EFF1FD;
}

.s-card-features{
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  padding: 1.5rem !important;
  border-radius: .5rem !important;
  border: 1px solid #ced4da !important;
  font-size: 22px;
  background-image: linear-gradient(180deg, #ffffff 0, #EFF1FD 84%);
  color: #263959;
  font-weight: 500;
  height: 100%;
}

.s-card-features:hover{
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15) !important;
  /*transform: skewY(4deg);*/
}

.s-card-features-blue{
  background-color: #488FEF;
  color: #fff;
}

.s-card-features-blue a{
  color: #fff;
}

.s-card-features-blue:hover{
  background-color: #2770F1;
  cursor: pointer;
}

.s-card-shape{
  background-image: none;
  padding: 1rem !important;
}

.s-card-shape.last{
  background-image: none;
  background-color: #02ACC4;
  opacity: .13;
  border-radius: 0 1rem !important;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/*.fa, .fad:before{*/
/*  color: #263959;*/
/*}*/

/*.fad:after{*/
/*  color: #02ACC4;*/
/*}*/

#s-public-page .fa, #s-public-page .fad:before{
  color: #263959;
}

#s-public-page .fad:after{
  color: #02ACC4;
}

.cloudSecurity{
  background-color: #fff;
  height: 59vh;
  padding-top: 4%;
}

.cloudCallToAction{
  background-color: #021928;
  color: #E2E8EE;
  height: 41vh;
}

.cloudTrialCallToAction{
  background-color: #021928;
  color: #E2E8EE;
}

.s-primary-color{
  color: #2770F1;
}

.s-secondary-color{
  color: #02ACC4;
}

.cloudSelfService{
  background-color: #F3F5FD;
  border-top-left-radius: 50px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 50px;
  padding: 3rem 5rem 2rem 10rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.cloudSolutions-1{
  padding-top: 9%;
  /*background-image: linear-gradient(#021928 76%, #fff 30%);*/
  background-image: linear-gradient(to top right, transparent 75%, #021928 20%);
}

.cloudSolutions-1 img{
  margin-top: 14%;
}

.cloudSolutions-2{
  /*background-image: linear-gradient(#021928 76%, #EFF1FD 30%);*/
  background-image: linear-gradient(to bottom left, #fff 25%, #021928 25% 50%, #021928 50% 75%, #fff 75%);
  padding-top: 5%;
}

.cloudSolutions-2 img{
  margin-top: 12%;
}

.cloudDedicatedEnv{
  background-color: #F3F5FD;
  border-top-left-radius: 0px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 3rem 5rem 2rem 5rem;
  margin-top: 2rem;
}

/*.cloud-pro-top-section img{ transform: skewY(10deg); }*/

.cloudSolutions-2 .position-absolute{
  right:0;
}

.s-title-sup{
  color: #95AAC9;
}

.swTopContainer{
  padding-left: 0px;
  padding-right: 0px;
  background-color: #DFE1EF;
}

.sw3Container{
  height: 100vh;
  padding-left: 0px;
  padding-right: 0px;

  padding-top: 8%;

  background-image: url(../img/sw3-new.png), linear-gradient(200deg, #fff 74%, #F4F8FD 20%);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

.sw3Container p{
  margin: 35px 0px;
}

.sw3ContainerFeatures{
  background-image: linear-gradient(200deg, #fff 14%, #F4F8FD 13%);
  padding-top: 80px;
}

.sw3ContainerFeatures p{
  font-size: 1.1rem;
}

.sw3Container-1{
  height: 100vh;
  padding-top: 4%;
  background-image: url(../img/sample-wizard-simplify.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

#sw3ExtendToCloud{ height: 100vh; padding-top: 3%;}

#howItWorksSection{
  margin-top: 4%;
}

.swCustomApps{ background-color: #F4F8FD; }

.selfServiceMonitor{
  padding-top: 6rem;
  margin-top: 8%;
}

.selfServiceFeatures{
  padding-top: 1%;
  padding-bottom: 2%;
  background-color: #EFF1FD;
}

#requestDemo{
  padding: 2% 0;
}

.form-spinner-container img{ filter: invert(92%); }

#demoForm .form-control, #getEarlyAccessForm .form-control, #contactForm .form-control{
  height: calc(1.5em + 0.75rem + 14px);
}

.sw-bg-dark{
  background-color: #031C33;
  color:#F3F5FD;
}

.sw-bg-light{
  background-color: #DFE1EF;
}

.s-bg-dark{
  background-color: #021928;
  color: #F3F5FD;
}

.s-bg-secondary-color{
  background-color: #02ACC4;
}

.blockquote-img{
  background: transparent url(../img/quote-img.png) no-repeat top right;
  background-size: contain;
  height: 65px;
  opacity: .8;
  position: absolute;
  top: -74px;
  right: 0;
  width: 100%;
}

/*.blockquote:before {*/
/*  position: absolute;*/
/*  top: -27px;*/
/*  left: 0;*/
/*  content: "\f10e";*/
/*  font-family: "Font Awesome 6 Pro";*/
/*  font-size: 48px;*/
/*  color: rgba(0,0,0,0.1);*/
/*}*/

@media (max-width: 1400px) {
  .home-top-section, .home-2nd-section, .cloudFeatures, .whatIsCloud, #cloudPageHeader, .cloudSolutions, .swTopContainer,
  .sw3ContainerFeatures, .sw3Container, .sw3Container-1,.s-swWebPortalSection2, .sw3Container-2, .home-3nd-section, .cloudSecurity, .cloudCallToAction, #sw3ExtendToCloud,
  .s-webDevContainer, .s-sw3WebPortal, .s-webPortalExpertise, .s-labwareSolutionsHeader, .s-simplicaPartnershipHeader, .s-whySimplicaPartner, .s-ourExpertiseLabware{
    height: auto !important;
  }

  .s-sw3WebPortal, .s-webPortalExpertise, .s-ourExpertiseLabware{
    background-image:none !important;
    background-color: #F3F5FD;
  }
}

.navbar{ padding: 0; transition: all .5s;}

.navbar-nav .nav-link{
  font-size: 1.1rem;
  color: #323232 !important;
}

.navbar-nav a.nav-link.active, .navbar-nav .nav-link:hover {
  color: #2770F1 !important;
  background-color: #fff !important;
}

.navbar-scrolled{
  background-color:black !important;
  opacity: .6;
}

.navbar-scrolled-stopped{
  background-color:red !important;
}

.dropdown-item:hover{
  background-color: #E2E8EE;
}

.dropdown-item .fa, .dropdown-item .fal, .dropdown-item .fas, .dropdown-item .fad{
  color: #5876A0;
}

.innovative-header-section{
  min-height: 400px;
  background-image: url(../img/header-section-innovative.png);
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: top left, top right, top right;
  background-color: #CFCFCF;
  align-items: center!important;
  display: flex;
  background-size: contain;
}

.innovative-header-section img{
  height: 105px;
}

.legacy-header-section{
  min-height: 400px;
  background-image: url(../img/header-section-legacy.png);
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: top left, top right, top right;
  background-color: #F6F5F3;
  align-items: center!important;
  display: flex;
  background-size: contain;
}

.legacy-header-section img{
  height: 105px;
}

.scalable-header-section{
  min-height: 400px;
  background-image: url(../img/header-section-scalable.png);
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: top left, top right, top right;
  background-color: #CFCFCF;
  align-items: center!important;
  display: flex;
  background-size: contain;
}

.scalable-header-section img{
  height: 105px;
}

.visionary-header-section{
  min-height: 400px;
  background-image: url(../img/header-section-visionary.png);
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: top left, top right, top right;
  background-color: #E8E6E2;
  align-items: center!important;
  display: flex;
  background-size: contain;
}

.visionary-header-section img{
  height: 105px;
}

.strategic-header-section{
  min-height: 400px;
  background-image: url(../img/header-section-strategic.png);
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: top left, top right, top right;
  background-color: #E3E7EA;
  align-items: center!important;
  display: flex;
  background-size: contain;
}


.innovative-section-discovery, .legacy-section-discovery, .scalable-section-discovery, .strategic-section-discovery, .visionary-section-discovery, .s-bg-no1{
  background: transparent url(../img/number-1.png) no-repeat top left;
  height: 70vh;
  padding-top: 2%;

}

.innovative-section-core, .scalable-section-core, .strategic-section-core, .legacy-section-core, .visionary-section-core, .s-bg-no2 {
  background: transparent url(../img/number-2.png) no-repeat top right;
  height: 70vh;
  padding-top: 2%;
}


.innovative-section-interactive, .technology-section-interactive, .scalable-section-interactive, .strategic-section-interactive, .visionary-section-interactive, .s-bg-no3{
  background: transparent url(../img/number-3.png) no-repeat top left;
  height: 70vh;
  padding-top: 2%;
}

.innovative-section-tech, .scalable-section-tech, .legacy-section-agile, .strategic-section-dynamic, .visionary-section-mvp, .s-bg-no4{
  background: transparent url(../img/number-4.png) no-repeat top right;
  height: 70vh;
  padding-top: 2%;
}

.innovative-section-agile, .scalable-section-agile, .legacy-section-quality, .strategic-section-mvp, .visionary-section-tech, .s-bg-no5{
  background: transparent url(../img/number-5.png) no-repeat top left;
  height: 70vh;
  padding-top: 2%;
}

.legacy-section-continous, .visionary-section-execution, .s-bg-no6{
  background: transparent url(../img/number-6.png) no-repeat top right;
  height: 70vh;
  padding-top: 2%;
}

.s-bg-no7{
  background: transparent url(../img/number-7.png) no-repeat top left;
  height: 70vh;
  padding-top: 2%;
}

.s-bg-no8{
  background: transparent url(../img/number-8.png) no-repeat top right;
  height: 70vh;
  padding-top: 2%;
}

.bg-innovative-section {
  background-color: #F4F8FD;
  padding-top: 2%;
}

.s-strategicHeader {
  background-image: linear-gradient(176deg, #EEF0FC 52%, #FFFFFF 83%);
  margin-bottom: 2%;
}

.s-managedCloudTopHeader{
  height: 90vh;
}


@media (max-width: 766px) {
  .innovative-header-section,.legacy-header-section, .scalable-header-section, .visionary-header-section, .strategic-header-section,.customer-success-header-section {
    background-image: none;
    height: auto;
  }

  .w-25{
    width: 50% !important;
  }

  h1, .s-title-h1{
    font-size: 2.7rem !important;
  }

  h2{
    font-size: 1.9rem !important;
  }

  .s-labwareSolutionsHeader{
    background-image: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .innovative-header-section, .legacy-header-section, .scalable-header-section, .visionary-header-section, .strategic-header-section,.customer-success-header-section{
    background-image: none;
    height: auto;
  }

  .s-container-100vh{
    height: auto !important;
  }

  .w-25{
    width: 50% !important;
  }

  h1, .s-title-h1{
    font-size: 2.7rem !important;
  }

  h2{
    font-size: 1.9rem !important;
  }

  .s-labwareSolutionsHeader{
    background-image: none;
  }

}

@media (min-width: 992px) and (max-width: 1200px) {
  .innovative-header-section, .legacy-header-section, .scalable-header-section, .visionary-header-section {
    background-image: none;
    background-repeat: no-repeat;
    background-position: top left;
    height: auto;
  }

  .s-container-100vh{
    height: auto !important;
  }

  .s-labwareSolutionsHeader{
    background-image: none;
  }

  .home-news-section, .about-section {
    background-image: url(../img/intro-left.png);
    background-repeat: no-repeat;
    background-position: top left;
    height: auto;
  }

  .s-whySimplica, .s-scroll-container, .s-scroll-container > div{
    height: 80vh !important;
    margin: 0 !important;
  }

  .s-whySimplica div{
    padding-top: 2rem !important;
    top: 0 !important;
    border-top-right-radius: 50px;
  }
}

.s-whySimplica{
  background-color: #021928;
  border-top-left-radius: 0px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 3rem 5rem 2rem 5rem;
  margin-top: 2rem;
  width: 40%;
  height: 65vh;
}

.s-whySimplica div{
  background-color: #021928;
  width: 37.5%;
  left: 0;
  z-index: 100;
  padding: 1rem 0;
  top: 2rem;
  position: absolute;
}

.s-whySimplicaPartner{
  height: 100vh;
}

@media (max-width: 1400px) {
  .innovative-section-discovery, .innovative-section-interactive, .innovative-section-agile, .legacy-section-discovery, .legacy-section-continous, .scalable-section-discovery, .scalable-section-interactive,
  .scalable-section-agile, .strategic-section-discovery, .strategic-section-interactive, .strategic-section-interactive, .strategic-section-mvp, .visionary-section-discovery, .visionary-section-interactive, .visionary-section-tech,
  .legacy-section-technology, .legacy-section-quality  {
    height: auto !important;

  }

  .s-container-100vh{
    height: auto !important;
  }

}
.s-scroll-container, .s-scroll-container > div  {
  margin: 2em auto;
  overflow: auto;
  overflow-x: hidden;
  scrollbar-color: #fff #fff;
  width: 100%;
  height: 505px;

  scroll-snap-type: y mandatory;
}

/* scroll-snap */

.s-scroll-container > div {
  scroll-snap-align: center;
}

/* coloration */
.s-scroll-container > div:nth-child(even) {
  background-color: transparent;
}
.s-scroll-container > div:nth-child(odd) {
  background-color: transparent;
}

.s-ourExpertise, .s-ourApproach{
  margin-top: 100px !important;
}

.s-call-to-action{
  padding: 2% 0;
}

.s-integratedSolutions{
  background-color: #fff;
}


.s-solutions .s-bg-1, .s-solutions .s-bg-2, .s-solutions .s-bg-3, .s-solutions .s-bg-4{
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 1.5rem;
}

.s-solutions .s-bg-1{
  background-color: #fff;
  border-top-left-radius: 20px;
}

.s-solutions .s-bg-2{
  background-color: #528CF3;
  border-top-right-radius: 20px;
  color: #fff;
}

.s-solutions .s-bg-3{
  background-color: #021928;
  color: #F3F5FD;
  border-bottom-left-radius: 20px;
}

.s-solutions .s-bg-4{
  background-color: #EBEEF3;
  border-bottom-right-radius: 20px;
}

.s-solutions img{
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.s-bg-contain{
  background: transparent url(../img/s-bg-custom-web-apps.png) no-repeat top right;
  background-size: contain;
}

.s-hero-padd {
  padding-left: 1.5rem;
  padding-top: 1.5rem;
  margin-top: 3rem;
}

.s-webDevContainer{
  padding-left: 0px;
  padding-right: 0px;

  padding-top: 4%;
  background: #F4F8FD;
}

.s-sw3WebPortal{
  height: 100vh;
  padding-left: 0px;
  padding-right: 0px;

  padding-top: 8%;

  background-image: url(../img/sw3-new.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

.s-ourExpertiseLabware{
  height: 100vh;
  padding-left: 0px;
  padding-right: 0px;

  padding-top: 8%;

  background-image: url(../img/legacy-labware.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

.s-webPortalExpertise{
  height: 100vh;
  padding-left: 0px;
  padding-right: 0px;

  padding-top: 8%;
}

@media (min-width: 2300px){
  .s-scroll-container, .s-scroll-container > div {
    margin-left: 6em;
  }
}

@media (min-width: 2700px){
  .s-scroll-container, .s-scroll-container > div {
    margin-left: 9em;
  }
}


@media (max-width: 766px) {
  ul.navbar-nav{
    padding-bottom: 2rem;
    padding-top: 1rem;
  }

  .innovative-section-discovery, .innovative-section-interactive, .innovative-section-agile, .legacy-section-discovery, .legacy-section-continous, .scalable-section-discovery, .scalable-section-interactive,
  .scalable-section-agile, .strategic-section-discovery, .strategic-section-interactive, .strategic-section-interactive, .strategic-section-mvp, .visionary-section-discovery, .visionary-section-interactive, .visionary-section-tech{
    height: auto;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  .innovative-section-discovery, .innovative-section-interactive, .innovative-section-agile, .legacy-section-discovery, .legacy-section-continous, .scalable-section-discovery, .scalable-section-interactive,
  .scalable-section-agile, .strategic-section-discovery, .strategic-section-interactive, .strategic-section-interactive, .strategic-section-mvp, .visionary-section-discovery, .visionary-section-interactive, .visionary-section-tech,
  .legacy-section-technology, .legacy-section-quality{
    margin-top: 2rem;
    height: auto;
    margin-left: 2rem;
  }

  ul.navbar-nav{
    padding-bottom: 2rem;
    padding-top: 1rem;
  }

}

@media (max-width: 766px) {

  .innovative-section-core, .innovative-section-tech, .legacy-section-core, .legacy-section-agile, .legacy-section-quality,.scalable-section-core, .scalable-section-tech, .strategic-section-core,
  .strategic-section-dynamic, .visionary-section-core, .visionary-section-mvp, .visionary-section-execution {

    height: auto;
  }

}

@media (min-width: 768px) and (max-width: 991px) {

  .innovative-section-core, .innovative-section-tech, .legacy-section-core, .legacy-section-agile, .legacy-section-quality, .scalable-section-core, .scalable-section-tech, .strategic-section-core,
  .strategic-section-dynamic, .visionary-section-core, .visionary-section-mvp, .visionary-section-execution {
    margin-left: 10px;
    height: auto;
  }


}

@media (max-width: 1400px){
  .innovative-section-core, .innovative-section-tech, .legacy-section-core, .legacy-section-agile, .legacy-section-quality, .scalable-section-core, .scalable-section-tech, .strategic-section-core,
  .strategic-section-dynamic, .visionary-section-core, .visionary-section-mvp, .visionary-section-execution,.s-managedCloudTopHeader, .s-salesTopHeader {
    height: auto;
  }
}

@media (max-width: 320px) {
  .visionary-section-core, .visionary-section-mvp, .visionary-section-execution, .visionary-section-discovery, .visionary-section-interactive, .visionary-section-tech{
    background-image: none;
    height: auto;

  }

}

.legacy-key-section{
  padding-top: 1%;
  padding-bottom: 2%;
  background-color: #EFF1FD;
}

.s-managed-cloud-benefits .s-bg-no1,
.s-managed-cloud-benefits .s-bg-no2,
.s-managed-cloud-benefits .s-bg-no3,
.s-managed-cloud-benefits .s-bg-no4,
.s-managed-cloud-benefits .s-bg-no5,
.s-managed-cloud-benefits .s-bg-no6,
.s-managed-cloud-benefits .s-bg-no7,
.s-managed-cloud-benefits .s-bg-no8
{
  height: auto !important;
  padding-top: 0px !important;
}

.s-title-h1 {
  font-size: 3rem;
  line-height: 1.4;
}

.s-container-100vh{
  height: 80vh;
}



.customer-success-header-section{
  min-height: 400px;
  background-image: url(../img/customer-success.png), url(../img/customer-success-ellipsis.png);
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: top right;
  background-color: #ffff;
  display: flex;
  background-size: contain;
  padding-left: 50px;
  padding-top: 50px;
}

.s-card-stories{
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  padding: 1.5rem !important;
  border-radius: 1.5rem !important;
  border: 1px solid #ced4da !important;
  font-size: 20px;
  color: #263959;
  font-weight: 500;
  position: relative;
  text-align: left;
  transition: transform 0.3s ease;
}

.s-card-stories:hover {
  transform: translateY(-10px);
}

.story-logo {
  position: absolute;
  top: 15px;
  left: -81px;
}

.story-logo img{
  height: 130px;
}

.c2n-success-header-section{
  min-height: 400px;
  /*background-image: url(../img/neuroscience-company-header2.png);*/
  /*background-repeat: no-repeat, no-repeat, repeat-x;*/
  /*background-position: bottom;*/
  /*align-items: center!important;*/
  /*display: flex;*/
  /*background-size: cover;*/
  padding-top: 2%;
  background: #021928;
}

.s-blog-header-blue{
  min-height: 400px;
  background: #528CF3;
  color: #fff;
}

.s-blog-gray-bg{
  background-color:#F3F5FD;
  padding: 3rem;
}

.s-blog-dark-blue-color{
  color: #1C63C3;
}

.s-blog-dark-blue-bg{
  background-color: #1C63C3;
}

.s-blog-social {
  color: #1C63C3;
  background-color: #1C63C3;
}

.s-blog-social-hr{
  background-color: #1C63C3;
  height: 2px;
}

.s-text-blue{
  color: #1C63C3;
}

.s-blog-header-dark-dray{
  background-color: #32495B;
  color: #fff;
}

.s-blog-category-green{
  background-color: #02ACC4;
  width: 31%;
}

.s-blog-category-dark-blue{
  background-color: #1C63C3;
  width: 41%;
}

.s-blog-header-gray{
  background-color: #5B6E75;
  color: #fff;
}

.s-blog-header-dark-gray{
  background-color: #606567;
  color: #fff;
}

.s-blog-header-evo-green{
  background-color: #6695A6;
  color: #fff;
}

.s-blog-header-evo-green a{
  color: #00478B;
}

.s-blog-category-evo-blue{
  background-color:  #00478B;
  width: 31%;
}

.s-blog-category-dark-blue, .s-blog-category-green, .s-blog-category-evo-blue{
  color: #fff;
  text-transform: uppercase;
  font-size: 70%;
  padding: 0.5rem;
  text-align: center;
}

.s-blog-header-black{
  background-color: #0E060A;
  color: #fff;
}

.s-blog-header-dark-blue{
  background-color: #032D45;
  color: #fff;
}

.s-whySimplicaPartner{
  height: 100vh;
}

@media (max-width: 766px) {
  .customer-success-header-section {
    background-image: url(../img/customer-success-ellipsis1.png);
    height: auto;
    text-align: center;
    padding-left: 0;
    padding-top: 40px;
  }


}

@media (min-width: 768px) and (max-width: 991px) {
  .customer-success-header-section{
    background-image: url(../img/customer-success-ellipsis1.png);
    height: auto;
    text-align: center;
    padding-left: 0;

  }


}

@media (min-width: 992px) and (max-width: 1200px) {
  .customer-success-header-section{
    background-image: url(../img/customer-success-ellipsis1.png);
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
    text-align: center;
  }

}


@media (max-width: 766px) {
  .c2n-success-header-section {
    background-image: url(../img/neuroscience-company-header2.png);
    text-align: center;
    background-size: auto;

  }


}

@media (min-width: 768px) and (max-width: 991px) {
  .c2n-success-header-section{
    background-image: url(../img/neuroscience-company-header2.png);
    text-align: center;
    padding-top: 20px;
  }
  .neuroscience-company-logo-header{
    padding-left: 300px;
  }


}

@media (min-width: 992px) and (max-width: 1200px) {
  .c2n-success-header-section{
    background-image: url(../img/neuroscience-company-header2.png);
    background-repeat: no-repeat;
    text-align: center;
  }

}


.blockquote {
  border-left: 5px solid #5A738E;
  margin: 1em 0;
  padding-left: 1em;
  font-family: Arial, sans-serif;
  font-size: 1em;
  color: #5A738E;
}

.barvision-success-header-section {
  background-image: url(../img/barvision-header.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100vw;

}


@media (max-width: 992px) {
  .barvision-success-header-section {
    background-image: none !important;
    background-color: #E5EBEE;
    height: auto !important;
    justify-content: center;
    text-align: center;
  }

  #v-pills-tab{
    display: block;
    width: 100%;
  }
}

.blockquote {
  border-left: 5px solid #5A738E;
  margin: 1em 0;
  padding-left: 1em;
  font-family: Arial, sans-serif;
  font-size: 1.2em;
  color: #5A738E;
}

.barvision-success-header-section {
  background-image: url(../img/bar-story.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 410px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  background-color: #E7ECEF;
}

.nav-pills .nav-link{
  background-color: transparent !important;
  border: none !important;
  border-left: 2px solid #fff !important;
  text-align: left !important;
}

.nav-pills .nav-link:hover{
  border-left: 2px solid #217ca1 !important;
  font-weight: bold !important;
  color: #217ca1 !important;
  border-radius: 0;
}

.nav-pills .nav-link.active {
  background-color: transparent !important;
  border-left: 2px solid #217ca1 !important;
  font-weight: bold !important;
  color: #217ca1 !important;
  border-radius: 0;
}

.nav-pills .nav-link.active:focus{
  outline: none;
}

.blog-header{
  color: white;
  padding: 40px 20px;
  margin: 0 auto;
  background-image: url(../img/header-blog.png);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: auto;
  width: 100%;
  background-position: center;
}

.blog-header img{
  height: 105px;
}

.blog-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.blog-card .card-body {
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
}

.blog-card .card-body:hover {
  transform: translateY(-10px);
}

.blog-card .card-body img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}


@media (max-width: 1024px) {
  .blog-card {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .blog-header {
    padding: 20px 10px;
  }

  .header-blog-section {
    flex-direction: column;
  }

  .blog-card {
    grid-template-columns: 1fr;
  }

  .card-body img {
    height: 150px;
  }
}

.s-truncate-vertical {
  display: -webkit-box;
  overflow: hidden;
  width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.card-link{
  display: block;
  text-decoration: none;
  color: inherit;
  width: 100%;
  height: 100%;

}
.s-blogPage{
  padding-left: 37px;
  padding-right: 0;
  padding-bottom:10px;
  background: #F4F8FD;
}

.s-social-media-sticky{
  position: fixed;
  top: 50%;
  background-color: #fff;
  border: 1px solid #ddd;
  right: 0;
  padding: 1.5rem 1rem;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  z-index: 1;
}

.pricing-sales-page .pricing-wrapper {
  display: flex;
  margin-bottom: 40px;
}

.pricing-sales-page .pricing-sidebar {
  background-color: #f7f7f7;
  min-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
}

.pricing-sales-page .pricing-cards {
  flex: 1;
  position: relative;
  padding-top: 5px;
  background: linear-gradient(90deg, #80b01a 0%, #337ab7 100%);

}

.pricing-sales-page table {
  width: 100% !important;
  margin: 0 auto;
}

.pricing-sales-page th,
.pricing-sales-page td {
  border: 1px solid #ddd;
  padding: 12px 16px;
  text-align: center;
  font-weight: normal;
}

.pricing-sales-page th:first-child,
.pricing-sales-page td:first-child {
  background-color: #f5f5f5;
  text-align: left;
  width: 300px;
}

@media (min-width: 992px) {
  .pricing-sales-page .mobile-pricing-collapse {
    display: none;
  }

  .pricing-sales-page .pricing-cards,
  .pricing-sales-page .pricing-sidebar,
  .pricing-sales-page .pricing-subtitle {
    display: block;
  }
}

@media (max-width: 991px) {
  .pricing-sales-page table,
  .pricing-sales-page .pricing-cards,
  .pricing-sales-page .pricing-sidebar,
  .pricing-sales-page .pricing-subtitle {
    display: none;
  }

  .pricing-sales-page .mobile-pricing-collapse {
    display: block;
  }

  .s-video-iframe{
    width: 100% !important;
  }
}

@media (max-width: 991px) {
  .pricing-sales-page .mobile-pricing-collapse {
    margin-top: 2rem;
  }

  .pricing-sales-page .collapse-item {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 1rem;
    overflow: hidden;
  }

  .pricing-sales-page .collapse-item summary {
    padding: 1rem;
    cursor: pointer;
    background: #f8f8f8;
    list-style: none;
  }

  .pricing-sales-page .collapse-item summary::-webkit-details-marker {
    display: none;
  }

  .pricing-sales-page .collapse-content {
    padding: 1rem;
  }

}

.pricing-sales-page .mobile-pricing-collapse a.btn.btn-primary.s-btn-primary {
  font-size: 1rem !important;
  padding: 8px 12px !important;
  border-radius:0.3rem;
}

.pricing-sales-page .pricing-cards a.btn.btn-primary.s-btn-primary{
  font-size: 1rem !important;
  padding: 8px 12px !important;
  border-radius:0.3rem;
}

.pricing-sales-page details {
  border-left: 5px solid transparent;
  position: relative;
}

.pricing-sales-page details::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(90deg, #80b01a 0%, #337ab7 100%);
}

.pricing-sales-page .btn-collapse {
  position: absolute;
  top:30px;
  right:30px;
  height: 30px;
  width:30px;
  background-color: transparent;
  border:0;
}

.pricing-sales-page .btn-collapse .fa-times {
  display: none;
}

.pricing-sales-page details[open] .btn-collapse .fa-times {
  display: block;
}

.pricing-sales-page details[open] .btn-collapse .fa.fa-angle-down {
  display: none;
}

.custom-h2 {
    font-size: 1.75rem!important;
}

.custom-h3 {
    font-size: 1.5rem!important;
}

.custom-h h2 {
    font-size: 3rem!important;
    line-height: 1.4;
}

.custom-h h3 {
    font-size: 2.5rem;
}

.custom-h p {
    font-size: 1.5rem;
}

.visionary-header-section .custom-h2,
.strategic-header-section .custom-h2,
.innovative-header-section .custom-h2,
.scalable-header-section .custom-h2 {
    line-height: 1.3;
}

.sw3Container-1 h2.custom-h,
.sw3Container h2.custom-h,
.sw3ContainerFeatures h2.custom-h,
.sw3ContainerExtendToCloud h2.custom-h,
.swCustomApps h2.custom-h {
    font-size: 3.5rem !important;
}

.s-video-iframe{
  width: 480px;
  height: 315px;
}

