.tx-dbay-bigbluebutton {
	max-height: 595px;
	height: 100%;
	background-color: #F1F1F1;
	position: relative;
}

.tx-dbay-bigbluebutton > .row {
	width: 100%;
	height: 592px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.tx-dbay-bigbluebutton p {
	margin-bottom: 0;
}

.tx-dbay-bigbluebutton form input.form-control:hover,
.tx-dbay-bigbluebutton form input.form-control:active,
.tx-dbay-bigbluebutton form input.form-control:focus {
	border-color: #C40005;
}

.tx-dbay-bigbluebutton form input.form-control:focus {
	box-shadow: 0 0 0 0.2rem rgba(196, 0, 5, 0.29);
}

.tx-dbay-bigbluebutton form p.error {
	display: none;
}

.tx-dbay-bigbluebutton form .f3-form-error {
	border-color: #C40005;
}

.tx-dbay-bigbluebutton form .f3-form-error {
	background-image: var(--icon-times-circle);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 20px;
	background-position-x: calc(100% - 10px);
}

.tx-dbay-bigbluebutton form .checkbox.f3-form-error {
	color: #C40005;
}

.tx-dbay-bigbluebutton form .checkbox.f3-form-error > label {
	border-bottom: 1px solid #C40005;
}

.tx-dbay-bigbluebutton .sideimage {
	border-left: 1px solid transparent;
}

.tx-dbay-bigbluebutton .sideimage img {
	width: auto;
	object-fit: cover;
	height: 100%;
	border-bottom-right-radius: 15% 50%;
	border-top-right-radius: 15% 50%;
	border-right-style: hidden;
}

.tx-dbay-bigbluebutton .formPart {
	margin-left: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.tx-dbay-bigbluebutton .formPart > * {
	max-width: 90%;
}

.tx-dbay-bigbluebutton .infoContainer {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.tx-dbay-bigbluebutton .infoContainer > .row {
	width: 75%;
	color: #000000;
	font-weight: bold;
	background-color: rgba(255, 255, 255, .56);
}

.tx-dbay-bigbluebutton .infoContainer svg {
	height: 60px;
	width: 60px;
}

.tx-dbay-bigbluebutton .infoContainer svg .active .st0 {
	fill: #F1F1F1;
	stroke: #C40005;
	stroke-width: 2px;
}

.tx-dbay-bigbluebutton .infoContainer svg .active .st1 {
	fill: #C40005;
}

.tx-dbay-bigbluebutton .infoContainer .infoBlock {
	border: 1px solid rgba(255, 255, 255, .56);
	width: 100%;
	height: fit-content;
	position: relative;
	padding: 30px;
}

.tx-dbay-bigbluebutton .infoContainer .infoBlock p {
	width: auto;
}

.tx-dbay-bigbluebutton .infoContainer .infoBlock svg {
	position: absolute;
	top: -30px;
	right: -30px;
}


.tx-dbay-bigbluebutton .alert-secondary.alertBBB,
.tx-dbay-bigbluebutton .alert-success.alertBBB,
.tx-dbay-bigbluebutton .alert-danger.alertBBB {
	background-color: rgba(196, 0, 5, .75);
	border: none;
	color: #F1F1F1;
	padding: 2.5rem 1rem 1.5rem 1rem;
	position: relative;
}

.tx-dbay-bigbluebutton .alert-secondary.alertBBB {
	padding: 1.5rem 1rem 1.5rem 1rem;
}

.tx-dbay-bigbluebutton .alert-danger.alertBBB h1,
.tx-dbay-bigbluebutton .alert-danger.alertBBB h2,
.tx-dbay-bigbluebutton .alert-danger.alertBBB h3,
.tx-dbay-bigbluebutton .alert-danger.alertBBB h4,
.tx-dbay-bigbluebutton .alert-danger.alertBBB h5,
.tx-dbay-bigbluebutton .alert-danger.alertBBB h6,
.tx-dbay-bigbluebutton .alert-danger.alertBBB p {
	color: #F1F1F1;
	font-weight: bold;
}

.tx-dbay-bigbluebutton .alert-success.alertBBB h4 {
	font-weight: bold;
}

.tx-dbay-bigbluebutton .alert-danger.alertBBB {
	text-align: center;
}

.tx-dbay-bigbluebutton .alert-success.alertBBB {
	background-color: rgba(241, 241, 241, .75);
	color: #000000;
	text-align: center;
	margin-bottom: 20px;
}

.tx-dbay-bigbluebutton .alert-secondary.alertBBB {
	background-color: rgba(241, 241, 241, .75);
	color: #000000;
	margin-bottom: 0;
}

.tx-dbay-bigbluebutton .alert-danger.alertBBB::before {
	content: var(--icon-error);
	height: 100px;
	width: 100px;
	display: block;
	margin: 0 auto;
	position: absolute;
	top: -75px;
	left: 0;
	right: 0;
}

.tx-dbay-bigbluebutton .alert-success.alertBBB::before {
	content: var(--icon-success);
	height: 100px;
	width: 100px;
	display: block;
	margin: 0 auto;
	position: absolute;
	top: -75px;
	left: 0;
	right: 0;
}

.tx-dbay-bigbluebutton .btn-square {
	height: 54px;
	min-width: 100px;
	border: 2px solid transparent;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #C40005;
	color: #F1F1F1;
}

.tx-dbay-bigbluebutton .btn-square.btn-success {
	background-color: #8AC400;
	color: #F1F1F1;
	margin-bottom: 20px;
}

.tx-dbay-bigbluebutton #bbbCopyToClipboard .btn-square.btn-success {
	margin-bottom: 0;
}

.tx-dbay-bigbluebutton .btn-square.btn-success.btn-join {
	width: 100%;
	font-weight: bold;
}

.tx-dbay-bigbluebutton .btn-square:hover {
	border: 2px solid #C40005;
	background-color: #FFFFFF;
	color: #C40005;
}

.tx-dbay-bigbluebutton .btn-square.btn-success:hover {
	border: 2px solid #8AC400;
	background-color: #FFFFFF;
	color: #8AC400;
}

.tx-dbay-bigbluebutton a.btn-square {
	padding-top: 13px;
	height: 52px;
}

.tx-dbay-bigbluebutton .btn-square:focus {
	outline-color: transparent;
}

.tx-dbay-bigbluebutton .contact a {
	color: #333F44;
}

.tx-dbay-bigbluebutton .contact a:hover {
	color: #C40005;
}

.tx-dbay-bigbluebutton .contactform textarea.form-control {
	height: 195px;
	resize: vertical;
}

.tx-dbay-bigbluebutton #bbbCopyToClipboard {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 10px;
}

.tx-dbay-bigbluebutton #bbbCopyToClipboard input {
	width: calc(100% - 110px);
}

.bigBlueButtonForm #bigBlueButtonForm .form-group.firstname.row {
	margin-bottom: 10px;
}

.tx-dbay-bigbluebutton .dbayCaptchaContainer {
	position: relative;
}

@media all and (min-width: 1200px) {
	.tx-dbay-bigbluebutton .sideimage img {
		max-width: 45vw;
	}
}

@media all and (max-width: 1199px) {
	.tx-dbay-bigbluebutton .sideimage img {
		max-width: 50vw;
	}
}

@media all and (max-width: 991px) {
	.tx-dbay-bigbluebutton {
		max-height: 100%;
	}

	.tx-dbay-bigbluebutton > .row {
		height: auto;
		min-height: 592px;
		padding-top: 60px;
	}

	.tx-dbay-bigbluebutton .sideimage {
		border: none;
		position: absolute;
		top: 0;
		left: 0;
		padding: 0;
		margin: 0;
		display: none;
	}

	.tx-dbay-bigbluebutton .sideimage img {
		max-width: 100vw;
		border-radius: initial;
	}

	.tx-dbay-bigbluebutton .infoContainer,
	.tx-dbay-bigbluebutton .formPart {
		max-width: 75%;
		flex: 0 0 100%;
		height: 55%;
		margin: 0 auto;
	}

	.tx-dbay-bigbluebutton .infoContainer {
		height: 45%;
	}

	.tx-dbay-bigbluebutton .infoContainer .infoBlock {
		background-color: rgba(241, 241, 241, .75);
		padding: 20px;
	}

	.tx-dbay-bigbluebutton .formPart .btn-square {
		width: 100%;
	}

	.tx-dbay-bigbluebutton .infoContainer .row {
		width: 100%;
	}

	.tx-dbay-bigbluebutton .infoContainer .infoBlock {
		margin: 0 auto;
	}

	.tx-dbay-bigbluebutton .infoContainer .col-sm-2 {
		display: none;
	}

	.tx-dbay-bigbluebutton .infoContainer .col-sm-10 {
		width: 100%;
		max-width: 100%;
	}

	.tx-dbay-bigbluebutton #bbbSuccessContainer p {
		margin-bottom: 0.5rem;
	}

	.tx-dbay-bigbluebutton .alert-danger.alertBBB,
	.tx-dbay-bigbluebutton .alert-success.alertBBB,
	.tx-dbay-bigbluebutton .alert-secondary.alertBBB {
		padding: 0.5rem 1rem 0.5rem 1rem;
		margin-bottom: 0.5rem;
	}

	.tx-dbay-bigbluebutton #bbbSuccessContainer p#bbbCopyToClipboard,
	.tx-dbay-bigbluebutton .alert-secondary.alertBBB {
		margin-bottom: 0;
	}

	.tx-dbay-bigbluebutton .formPart .alert-secondary .btn-square {
		height: 45px;
		min-width: 50px;
		width: 35%;
		padding: 0;
	}

	.tx-dbay-bigbluebutton #bbbCopyToClipboard input {
		width: calc(65% - 10px);
	}

	.tx-dbay-bigbluebutton .alert-success.alertBBB::before,
	.tx-dbay-bigbluebutton .alert-danger.alertBBB::before {
		top: -25px;
		height: 50px;
		width: 50px;
		left: initial;
		right: -25px;
	}

	.tx-dbay-bigbluebutton .formPart > * {
		max-width: 100%;
	}
}

@media all and (max-width: 767px) {
	.tx-dbay-bigbluebutton .formPart #firstname {
		margin-bottom: 10px;
	}
}

@media all and (max-width: 576px) {
	.tx-dbay-bigbluebutton .alert-success.alertBBB p,
	.tx-dbay-bigbluebutton .alert-secondary.alertBBB p,
	.tx-dbay-bigbluebutton .alert-danger.alertBBB p {
		font-size: 12px;
	}
}