body {
	font-family: proxima-nova, sans-serif;
	letter-spacing: 1px;
	background-size: cover;
	background-position: center;
	height: 100%;
	overflow: hidden;
}
html {
	height: 100%;
}
.rod-label {
	margin-bottom: 10px !important;
	display: block !important;
	color: #bbb !important;
}
.login-form {
	display: flex;
	width: 100%;
	height: 100%;
}
/* .container.login-form > div{
            width: 100%;
            text-align: center;
            justify-content: center;
            align-items: center;
        } */
.login-form-top {
	height: 50px;
	color: #333;
	margin-top: 20px;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	border-top-right-radius: 6px;
	font-family: proxima-nova, sans-serif;
}

.login-form-top > p {
	line-height: 50px;
	font-size: 34px;
	font-weight: 500;
	letter-spacing: 0px;
	color: #344054;
}

.login-form-content {
	margin-top: 34px;
	/* padding-right: 15px; */
}

.margin-top-0 {
	margin-top: 0 !important;
}

input.form-control {
	border-top: none;
	border-left: none;
	border-right: none;
}

input.form-control:hover {
	/*border: none;*/
}

input.form-control:focus {
	/*border:none;*/
	box-shadow: none;
}
.login-form-validateSession {
	width: 100%;
	height: 100%;
	background: white;
	position: absolute;
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.validateSession-primary {
	color: #fff !important;
}
.validateSession-loader {
	max-width: 70px;
	text-align: center;
	display: flex;
	align-items: center;
	min-height: 36px;
	justify-content: center;
}

.validateSession-loader > div {
	width: 14px;
	height: 14px;
	background-color: #007eff;
	border-radius: 50%;
	display: inline-block;
	-webkit-animation: loader-bounce 1.4s infinite ease-in-out both;
	animation: loader-bounce 1.4s infinite ease-in-out both;
}

.validateSession-loader > div:first-child {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.validateSession-loader > div:nth-child(2) {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

.login-form > .row {
	height: 100%;
	width: 100%;
	margin: 0;
}
.login-form-box {
	display: flex;
	border-radius: 6px;
	width: 100%;
	height: 100%;
	/* box-shadow: 7.8px 8.8px 17px 0 rgba(0, 0, 0, 0.3); */
}

.login-form-box .login-left {
	background-position: center;
	background-size: cover;

	padding: 24px;

	display: flex;
	align-items: center;
	width: 60%;
}
.fly-svg-container {
	position: absolute;
	top: 60%;
	left: calc(60% - 24px);
}
.login-form-box .login-left > div {
	background-color: #742ae9;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;

	padding-top: 4rem;

	color: #ffffff;
	text-align: left;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	border-radius: 16px;

	padding-right: 186px;
	padding-left: 120px;
	width: 100%;
}
.left-bottom-container .heading-logo {
	width: 83px;
	height: 16px;

	/* Warning/300 */

	background: #fec84b;
	border-radius: 10px;
	color: #101828;
	font-weight: 500;
	font-size: 11px;
	line-height: 15px;
	padding: 1px 8px;
	margin-bottom: 8px;
}
.login-form-box .login-left > div > div:nth-child(2) {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
}
.login-form-box .login-left > div > div:last-child {
	margin-top: 12px;
	margin-bottom: 12px;
}
.login-left .customer-second {
	margin-top: 4px;
}
.login-form-box .login-right {
	width: 40%;
	border-radius: 0px 6px 6px 0px;
	padding-left: 18px;
	padding-right: 18px;
	display: none;
	justify-content: center;
	align-items: center;
}
.login-form-row {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

.password-input-header {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	padding-right: 16px;
}
.login-form-row > label,
.password-input-header > label {
	margin-top: 1rem;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	color: #667085;
}

.login-form-row > .input-box-container > input {
	padding-left: 0px;
	font-family: proxima-nova, sans-serif;
	border-radius: 0px;
	/* border-bottom: 1px solid #d4d9e2; */
	font-weight: normal;
	font-size: 18px;
	/* border: 0.5px solid #c5c5c5; */
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	border-radius: 4px;
	background: #ffffff;

	border: 1px solid #d0d5dd;
	border-radius: 4px;
}
.login-right-inner {
	position: relative;
	padding: 0px 32px;
	width: 442px;
}
.login-form-row > label.input-error {
	color: red;
	font-weight: 500;
	font-size: 0.8em;
}

.login-form-row > input::placeholder {
	color: rgba(0, 0, 0, 0.3);
}

.phone-label-secondary {
	margin-top: 4px;
	font-style: italic;
	font-size: 0.8em;
	color: rgba(0, 0, 0, 0.4);
}

.login-actions {
	height: 90px;
	margin-top: 4px;
	border-radius: 0px 0px 6px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.login-actions > div {
	margin-right: 15px;
}
.login-action-button,
.login-action-button-wrapper {
	/* margin-top: auto; */
	/* margin-bottom: auto; */
}

.login-action-button,
.login-action-button button,
.login-action-button .btn-loader {
	width: 100%;
}

.login-sso-error {
	position: absolute;
	color: red;
	font-size: 12px;
	width: calc(100% - 15px);
	display: flex;
	justify-content: flex-start;
	top: 79px;
}

.login-with-sso-action-button > button,
.login-action-button > button,
.login-action-button .btn-loader {
	background: #742ae9;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	border: none;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
}
.login-with-sso-action-button > button:hover,
.login-action-button > button:hover,
.login-action-btn .btn-loader:hover {
	background: #742ae9;
}
.login-with-sso-action-button > button {
	background-color: #fff;
	color: #344054;
	border: 1px solid #d0d5dd;
	border-radius: 4px;
}
.login-with-sso-action-button > button:hover {
	background: #fff;
	color: #344054;
	border: 1px solid #d0d5dd;
	border-radius: 4px;
}
.login-action-btn {
	font-size: 17px;
	font-family: proxima-nova, sans-serif;
	font-weight: bold;
	height: 50px;
}

.login-sso-action-btn {
	height: 50px;
}

.login-with-sso-action-button {
	width: calc(100% - 15px);
	font-size: 17px;
	font-family: proxima-nova, sans-serif;
	font-weight: bold;
	height: 50px;
}

.login-with-sso-action-button > button {
	width: 100%;
	height: 100%;
}

.login-sso-text {
	width: calc(100% - 15px);
	font-size: 12px;
	color: #808080;
	font-family: proxima-nova, sans-serif;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.5rem;
}

.login-sso-text > .separator {
	height: 1px;
	background: #eaecf0;
	width: 28%;
}

.onboarding-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
}

.onboarding-wrapper img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.login-action {
	margin-top: auto;
	margin-bottom: auto;
	text-align: right;
	font-size: 0.9rem;
	color: #007bff;
}

.login-action > span {
	color: rgba(57, 57, 57, 0.7);
}
.login-action > a {
	color: #47478a !important;
}
.login-action > a:hover {
	color: #3d3d75 !important;
}

.btn-loader {
	text-align: center;
	display: flex;
	align-items: center;
	min-height: 36px;
	justify-content: center;
}

.btn-loader > div {
	width: 14px;
	height: 14px;
	background-color: white;
	border-radius: 50%;
	display: inline-block;
	-webkit-animation: loader-bounce 1.4s infinite ease-in-out both;
	animation: loader-bounce 1.4s infinite ease-in-out both;
}

.btn-loader > div:first-child {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.btn-loader > div:nth-child(2) {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.form-control:focus {
	border-color: #1a1826;
}
@-webkit-keyframes loader-bounce {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
	}
}

@keyframes loader-bounce {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.login-left .text-quote {
	position: absolute;
	opacity: 0.5;
	width: 40px;
}
.login-left .text-quote.left {
	margin-left: -10px;
	margin-top: -12px;
}
.login-left .text-quote.right {
	margin-left: -20px;
	margin-top: -5px;
}
.is-mobile-show {
	background: rgba(0, 0, 0, 0.7);
	padding: 10px;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}
.stop-proceed-page {
	background: url(/img/workspace-mobile-modal-2.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	padding-top: 30%;
}
.imgLogoss {
	width: 100px;
}
.thanksText {
	font-weight: 600;
	margin: 10px 0;
	padding: 25px;
}
.logoutBtnn {
	background-color: #007eff;
	width: 70%;
	height: 60px;
	font-family: proxima-nova, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.14;
	border: none;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	line-height: 60px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}
.go-home-btn {
	display: none;
}
.onelogin-modal {
	max-width: 500px;
	background: wheat;
	padding: 30px;
	margin: auto;
	/*position: absolute;*/
	top: 21%;
	left: 37%;
	position: fixed;
}

.onelogin-description {
	margin-top: 20px;
}

.onelogin-action {
	margin-top: 20px;
}

.onelogin-secondary-action {
	margin-top: 20px;
}

.btn-warning,
.btn-warning:hover {
	background: #007bff;
	border-color: #007eff;
}
.login-left .text-quote {
	position: absolute;
	opacity: 0.5;
	width: 40px;
}
.login-left .text-quote.left {
	margin-left: -42px;
	margin-top: -20px;
}
.login-left .text-quote.right {
	margin-left: 4px;
	margin-top: 6px;
}
.thanksText {
	font-size: 18;
	padding: 30;
	font-weight: 600;
	margin-top: 20;
	margin: 10px 0;
	padding: 25px;
}
.is-mobile-show {
	background: rgba(0, 0, 0, 0.7);
	padding: 10px;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}
.stop-proceed-page {
	background: url('/img/workspace-mobile-modal-2.jpg') no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	padding-top: 30%;
	text-align: center;
}
.imgLogoss {
	width: 100px;
}
.logoutBtnn {
	background-color: #007eff;
	width: 70%;
	height: 60px;
	font-family: proxima-nova, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.14;
	border: none;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	line-height: 60px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}
.go-home-btn {
	display: none;
}
@media (max-width: 600px) {
	.login-form-box {
		display: block;
	}
	.login-form-box .login-left {
		display: none;
	}
	.login-form-box .login-right {
		width: 100%;
	}
	.login-action {
		font-size: 12px;
	}
	.login-form {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		height: 100vh;
		margin-top: 5px;
	}
	.login-form-box .login-right {
		padding-left: 0;
		padding-right: 0;
	}
	.login-form-box {
		box-shadow: none;
	}
	.login-actions {
		height: 100px;
	}

	/* new */
	.login-form-row > label {
		color: #7d7d7d;
	}
	.login-form-row > input {
		border-bottom: 1px solid #bfbfbf;
	}
	.login-actions {
		margin-top: 0;
	}
}
.form-check {
	border-radius: 4px;
	cursor: pointer;
}
.form-check-label {
	cursor: pointer;
	padding: 2px 8px;
	padding-left: 1px;
	font-size: 14px;
}
.video-page-toast {
	max-width: 395px;
	margin: auto;
	background: rgba(0, 0, 0, 0.85);
	color: #fff;
	border-radius: 50px;
	height: 49px;
	padding: 12px 29px;
	position: fixed;
	top: 50px;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	display: none;
}
.video-page-toast p {
	font-size: 14px;
	margin: 0;
}
.video-page-toast img {
	width: 18px;
	position: absolute;
	right: 21px;
	top: 15px;
	z-index: 1;
	cursor: pointer;
}
.login-form-top {
	height: 50px;
	color: #333;
	margin-top: 20px;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	border-top-right-radius: 6px;
	font-family: proxima-nova, sans-serif;
}
.onelogin .login-form-top {
	margin-top: 30px;
}
.login-form-top h4 {
	font-size: 18px;
	font-weight: bold;
}
.login-form-box.onelogin > div {
	text-align: left;
}
.login-form-box.onelogin > div:first-child i {
	color: #aaa;
	margin-right: -20px;
	margin-top: -12px;
}
.login-form-box.onelogin > div:first-child i:hover {
	color: #666;
}
.login-form-box.onelogin > div:nth-child(2) {
	margin-top: 30px;
	padding-left: 0px;
}
.login-form-box.onelogin > div:nth-child(3) {
	color: red;
	font-size: 16px;
	font-weight: 500;
}
.login-form-box.onelogin > div:nth-child(4) {
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.login-form-box.onelogin > div:nth-child(4) > span {
	margin-right: 12px;
	font-size: 14px;
}
.login-form-box {
	display: none;
}
.login-form-box.login.active {
	display: flex;
}
.login-form-box.onelogin {
	width: 600px;
	padding: 30px;
	padding-top: 20px;
	padding-bottom: 50px;
	height: 300px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	box-shadow: 7.8px 8.8px 17px 0 rgba(0, 0, 0, 0.3);
}
.login-form-box.onelogin.active {
	display: block;
	background: white;
}

.left-title,
.left-title h1 {
	text-align: left;
	font-weight: 700;
	font-size: 48px;
	line-height: 60px;
	letter-spacing: -0.02em;
	color: #ffffff;
}

.left-title h1 {
	position: relative;
}
.left-title sup {
	position: absolute;
	top: -5px;
	left: 24px;
}

.left-bottom-container {
	text-align: left;
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
	align-items: flex-start;
	padding: 16px;

	width: 500px;
	height: 340px;

	/* Warning/300 */

	border: 3px solid #fec84b;
	border-radius: 8px;
}
.left-bottom-container > h5 {
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
}
.left-bottom-container > p {
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
}
.left-bottom-container .gif-container {
	width: 355.56px;
	height: 200px;

	border-radius: 4px;
}
.left-bottom-container .gif-container img,
.left-bottom-container .gif-container video {
	height: 200px;
	border-radius: 4px;
}
.profile-img {
	width: 160px;
	height: 160px;
	overflow: hidden;
	border-radius: 100%;
	margin: 0 auto;
	border: 3px solid #fff;
	margin-bottom: 51px !important;
}
.profile-img img {
	width: 100%;
}

@media (max-width: 992px) {
	.login-left {
		display: none;
	}
	.login-right {
		width: 100% !important;
	}
	.login-right-inner {
		padding: 20px;
	}
	.login-form-content {
		margin-top: 67px;
	}
}
.btn-success.login-action-btn {
	line-height: 38px;
	width: 100%;
}

.lds-ring {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 100px;
	height: 100px;
	margin: auto;
	border: 8px solid #fff;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #007bff transparent transparent transparent;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
.lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}
@keyframes lds-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.input-box-container {
	display: flex;
	align-items: center;
	position: relative;
}

.styled-input-default {
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: none;
	background: #f8f7fa;
	border-radius: 2px;
}

.styled-input-default:hover:enabled {
	background-color: #eff6ff;
}

.styled-input-default:focus:enabled {
	border: 0.5px solid rgba(7, 8, 109, 0.3);
	background-color: #eff6ff;
}

.styled-input-warning,
.styled-input-warning:focus,
.styled-input-warning:hover {
	width: 100%;
	height: 100%;
	background: #fffbeb;
	border: 0.5px solid rgba(146, 64, 2, 0.3);
}

.styled-input-error,
.styled-input-error:focus,
.styled-input-error:hover {
	border: 0.5px solid rgba(185, 28, 28, 0.3);
	background: #fef2f2;
	color: rgba(185, 28, 28, 0.8);
}

.info-btn {
	background-color: rgba(146, 64, 2, 0.8);
	height: 15px;
	width: 15px;
	border-radius: 50%;
	color: white;
	padding: 5px;
	font-size: 10px;
	cursor: pointer;
	padding: 8px;
	left: -30px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hide {
	visibility: hidden !important;
}

.info-btn .tooltiptext {
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	text-align: center;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	padding: 5px;
	font-size: 12px;
	width: 240px;
	bottom: 200%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	display: none;
}

.info-btn .tooltiptext::after {
	content: '';
	position: absolute;
	transform: rotate(-90deg);
	top: 100%;
	border-width: 6px;
	border-style: solid;
	border-color: transparent rgba(0, 0, 0, 0.7) transparent transparent;
}
.info-btn:hover .tooltiptext {
	padding: 5px;
	display: flex;
}

.forgot-link {
	color: #742ae9;
	font-weight: 500;
	font-size: 11px;
}

.forgot-link:hover {
	color: #742ae9;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	text-decoration: none;
}

.separatorLine {
	border: 0.5px solid rgba(217, 217, 217, 0.6);
}

.dark-blue-bg-color {
	background: #47478a !important;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	border: none;
	outline: none;
}
.dark-blue-bg-color:hover {
	background: #3d3d75 !important;
}

.dark-blue-text-color {
	color: #47478a;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.dark-blue-text-color:hover {
	color: #3d3d75;
}

.grey-text-color {
	color: rgba(57, 57, 57, 0.7);
}

.browser-check {
	width: calc(100% - 460px);
	border-radius: 0px 6px 6px 0px;
	padding-left: 18px;
	padding-right: 18px;
	/* background: rgba(255, 255, 255, 0.78); */
	background-color: #f8f7fa;
	display: none;
	justify-content: center;
	align-items: center;
	position: relative;
}
.browser-check-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 550px;
	height: 545px;
}

.browser-check-img {
	height: 52vh;
	width: 62vh;
	position: absolute;
	top: 18%;
}
.browser-check-title {
	font-family: proxima-nova, sans-serif !important;
	font-size: 25px;
	font-weight: bold;
	color: #07086d;
}

.browser-check-msg {
	height: 12vh;
	margin-top: 0;
	border-radius: 0px 0px 6px 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 69%;
	width: 60vh;
}
.browser-check-msg1 {
	margin-bottom: 0;
}
.browser-check-msg1,
.browser-check-msg2 {
	font-family: proxima-nova, sans-serif !important;
	font-size: 18px;
	font-weight: 150;
	letter-spacing: 1px;
}

.company-logo {
	position: absolute;
	top: 64px;
	left: 64px;
}
.homepage-link {
	position: absolute;
	top: 125%;
	font-family: proxima-nova, sans-serif !important;
	font-size: 16px;
	font-weight: 150;
	letter-spacing: 1px;
	text-decoration: underline;
	cursor: pointer;
}
.browser-check-icon {
	margin-right: 8px;
	font-size: 15px;
}

@media (max-width: 955px) {
	.browser-check {
		height: 100%;
		width: 100%;
	}
}
@media (max-height: 663px) {
	.browser-check-msg {
		height: auto;
		width: auto;
	}
}

.carousel {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.carousel-inner {
	width: 500px;
}

.carousel-indicators {
	display: flex;
	justify-content: flex-start;
	padding: 0;
	position: relative;
	margin: 0;
	padding-top: 8px;
}
.carousel-indicators li {
	width: 20px;
	background-color: #4d19a0;
	border-radius: 8px;
	height: 5px;
}
.carousel-indicators .active {
	background-color: #fec84b;
}

.cc-window {
	background-color: #ffffff !important;
	color: #101828 !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	line-height: 18px !important;
	text-align: center !important;
	height: 60px !important;
	box-shadow: 0px 0px 16px -4px rgba(16, 24, 40, 0.24), 0px 0px 6px -2px rgba(16, 24, 40, 0.09) !important;
	border-radius: 8px !important;
	width: 80% !important;
	margin: auto !important;
	display: flex !important;
	align-items: center !important;
}

.cc-message {
	color: #101828 !important;
	/* height: 60px !important; */
	display: flex !important;
	align-items: center !important;
}

.cc-link {
	color: #101828 !important;
	text-decoration: none !important;
	border: 1px solid silver !important;
	font-size: 12px !important;
	border-radius: 4px !important;
	height: 30px !important;
	display: flex !important;
	align-items: center !important;
	margin-left: 10px !important;
}

.cc-btn {
	font-size: 12px !important;
	background: #8a3ffc !important;
	color: #ffffff !important;
	text-decoration: none !important;
}

.cc-btn:last-child {
	max-width: 70px !important;
}

.cc-theme-classic .cc-btn:last-child {
	min-width: 70px !important;
}

::marker {
	font-size: 0;
}

/* New login flow indicator view CSS */
.logOutContentWrapper {
	height: 100vh;
	width: 100vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 40px;
	background-image: url('/img/logOutBackground.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: none;
	align-items: center;
	justify-content: center;
}

.closeActionWrapper {
	position: absolute;
	top: 20px;
	left: 20px;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 6px;
}

.closeActionText {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: white;
}

.rocketiumLogoWrapper {
	width: 200px;
	height: fit-content;
}

.rocketiumLogoWrapper img {
	width: 100%;
	height: auto;
}

.logOutContentCardWrapper {
	padding: 80px;
	background-color: white;
	width: 600px;
	height: 448px;
	border-radius: 24px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	animation: fadeIn 0.5s ease-in-out forwards;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: scale(0.5);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

.logOutIndicatorImageWrapper {
	width: 324px;
	height: fit-content;
}

.logOutIndicatorImageWrapper img {
	width: 100%;
	height: auto;
}

.logOutActionContentWrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: fit-content;
}

.logOutIndicatorHeadline {
	margin-top: 36px;
	font-family: 'Inter', sans-serif;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0em;
}

.logOutIndicatorDescription {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	color: #667085;
	letter-spacing: 0em;
}

.logOutFromAllDevicesButton {
	margin-top: 20px;
	width: fit-content;
	height: 40px;
	padding: 3px 12px 3px 12px;
	border-radius: 6px;
	background-color: #8a3ffc;
	color: white;
	border: none;
	transition: all ease-in-out;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 0.6rem;
	letter-spacing: -0.2px;
	cursor: pointer;
}

.logOutFromAllDevicesButton:hover {
	filter: brightness(90%);
}

.logOutFromAllDevicesButton:active {
	filter: brightness(80%);
}

.loader-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.loader {
	animation: loaderAnimation 1s linear infinite;
}

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

.hide-loader-wrapper {
	display: none;
}
