.qobrix-loading-data {
	--width: 100px;
	position: relative;
	min-height: 300px;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.qobrix-loading-data__icon {
	position: relative;
	width: var(--width);
	height: var(--width);
}

.qobrix-loading-data__icon:after {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: calc(var(--width) - 30px);
	height: var(--width);
	content: '';
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	background-size: contain;
}

.qobrix-loading-data__icon:before {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	display: inline-block;
	width: var(--width);
	height: var(--width);
	border-top: 4px solid black;
	border-radius: 50%;
	color: black;
	opacity: 1;
	-webkit-animation: qobrix-circle linear infinite;
	-moz-animation: qobrix-circle linear infinite;
	-o-animation: qobrix-circle linear infinite;
	animation: qobrix-circle linear infinite;
	animation-duration: 2s;
}

@-webkit-keyframes qobrix-circle {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}

}

@-moz-keyframes qobrix-circle {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}

}

@-o-keyframes qobrix-circle {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}

}

@keyframes qobrix-circle {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}

}

span.qobrix-loading-data__text {
	--dots-width: 8px;
	position: relative;
	transform: translate(0, -30px);
	font-size: 10px;
}

span.qobrix-loading-data__text:after {
	position: absolute;
	content: '...';
	display: inline-block;
	width: var( --dots-width );
	overflow: hidden;
	font-size: 10px;
	color: black;
	-webkit-animation: qobrix-blink-dots 1.5s linear infinite;
	-moz-animation: qobrix-blink-dots 1.5s linear infinite;
	-o-animation: qobrix-blink-dots 1.5s linear infinite;
	animation: qobrix-blink-dots 1.5s linear infinite;
}
.qobrix_form {
	max-width: 650px;
	margin-right: auto;
	margin-left: auto;
}
.qobrix_form .btn {
	display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        color: #fff;
    background-color: #fd4f00;
    border-color: #fd4f00;
}
.qobrix_form .btn:hover {
	border-color: #FB8B14!important;
    background-image: initial;
    background-color: #FB8B14 !important;
    color: #fff;
}
.qobrix_form .form__label {
	width: 100%;
	display: block;
	font-size: 16px;
	margin: 10px 0px;
}
.qobrix_form figure img {
	max-width: 150px;
}
.qobrix_form .profile_picture_label {
	width: 150px;
    display: block;
	margin-bottom: 12px;
    padding: 6px 12px;
	text-align: center;
    border: 1px solid #bbb;
    border-radius: 4px;
}
.qobrix_form .profile_picture_wrapper {
	display: flex;
	gap: 10px;
	align-items: center;
}
.qobrix_form .profile_picture_wrapper .profile_picture_preview {
	font-size: 14px;
}
.qobrix_form .form__control {
	width: 100%;
	display: block;
	padding: 14px 14px !important;
	font-size: 16px;
}
.qobrix_form .form-check {
	margin: 10px 0px;
	font-size: 14px;
}
.qobrix_form .qobrix_btn {
	width: 100%;
	margin: 20px 0 10px 0;
	font-size: 14px;
}
.qobrix_form .qobrix_btn:hover {
	cursor: pointer;
}

div#login-error-msg {
	border: 1px solid #FF0000;
	color: #FF0000;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
}

div#login-success-msg {
	border: 1px solid #28a745;
	color: #28a745;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
}

.qobrix-please-wait {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(51, 126, 223, 0.8);
	z-index: 9999999;
	top: 0;
	display: none;
	left: 0;
}

.qobrix-please-wait div {
	width: 100vw;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #FFF;
	font-weight: 500;
}

.qobrix-please-wait .lds-ring {
	display: inline-block;
	position: relative;
	width: 2rem;
	height: 2rem;
	margin-right: 0.9375rem;
}

.qobrix-please-wait .lds-ring div {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 2rem;
	height: 2rem;
	border: 0.25rem solid #FFF;
	border-top-color: rgb(255, 255, 255);
	border-right-color: rgb(255, 255, 255);
	border-bottom-color: rgb(255, 255, 255);
	border-left-color: rgb(255, 255, 255);
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border-color: #fff transparent transparent transparent;
}

.loader {
	-webkit-animation: spin 0.8s linear infinite;
	/* Safari */
	animation: spin 0.8s linear infinite;
}

/* Safari */

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes qobrix-blink-dots {
	0% {
		width: 0;
	}

	50% {
		width: var( --dots-width );
	}

	100% {
		width: 0;
	}

}

@-moz-keyframes qobrix-blink-dots {
	0% {
		width: 0;
	}

	50% {
		width: var( --dots-width );
	}

	100% {
		width: 0;
	}

}

@-o-keyframes qobrix-blink-dots {
	0% {
		width: 0;
	}

	50% {
		width: var( --dots-width );
	}

	100% {
		width: 0;
	}

}

@keyframes qobrix-blink-dots {
	0% {
		width: 0;
	}

	50% {
		width: var( --dots-width );
	}

	100% {
		width: 0;
	}
}

/* Begin - Qobrix rotation from left to right */
@keyframes qobrix-animation-1 {
	from{
		transform: rotateY(0deg);
	}
	to{
		transform: rotateY(360deg);
	}
}

@-webkit-keyframes qobrix-animation-1 {
	from{
		transform: rotateY(0deg);
	}
	to{
		transform: rotateY(360deg);
	}
}

@-moz-keyframes qobrix-animation-1 {
	from{
		transform: rotateY(0deg);
	}
	to{
		transform: rotateY(360deg);
	}
}

@-o-keyframes qobrix-animation-1 {
	from{
		transform: rotateY(0deg);
	}
	to{
		transform: rotateY(360deg);
	}
}
/* End - Qobrix rotation from left to right */


/* Begin - Qobrix rotation clockwise */
@keyframes qobrix-animation-2 {
	from{
		transform: rotate(0deg);
	}
	to{
		transform: rotate(360deg);
	}
}

@-webkit-keyframes qobrix-animation-2 {
	from{
		transform: rotate(0deg);
	}
	to{
		transform: rotate(360deg);
	}
}

@-moz-keyframes qobrix-animation-2 {
	from{
		transform: rotate(0deg);
	}
	to{
		transform: rotate(360deg);
	}
}

@-o-keyframes qobrix-animation-2 {
	from{
		transform: rotate(0deg);
	}
	to{
		transform: rotate(360deg);
	}
}
/* End - Qobrix rotation clockwise */
