/*!
 * CREATIVE DESIGN WEB
 * @author  <copyright@publisere.com>
 * @copyright 2021 SA
 * @copyright protected International technology | International Registered Trademark
 * @Property of Publisere
 */
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
}
*, ::after, ::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
}
:root {
	--bgbody1:#152126;
	--bgbody2:#181A20;
	--bgbody3:#f7f7f7;
	--bgbody4:#efefef;
	--bgbody5:#101820FF;
	--bg1:#0b0d14;
	--bg2:#0f1220;
	--btn:#111623;
	--brand:#2BD67B;
	--card1:#1b2030;
	--card2:#171a26;
	--ink:#111827;
	--text:#e9ecf5;
	--muted:#a9b0c3;
	--muted2:#6b7280;
	--muted3:#9AA6B2;
	--muted4:#b8c2cc;
	--accent1:#6ea8ff;
	--accent2:#8a84ff;
	--accent3:#10b981;
	--accent4:#3E8BFF;
	--ring: 0 0 0 1px rgba(255,255,255,.06), 0 10px 30px rgba(0,0,0,.45);
	--glow: 0 0 0 1px rgba(255,255,255,.08), 0 10px 25px rgba(110,168,255,.25);
	--radius: 16px;
	--line:#2B3139;
	--hover:#f9fafb;
	--border: #1B2433;
	--ok:green;
	--danger:red;
	--danger2:#FF9100;
	--panel:#0F1624;
	--panel2: linear-gradient(180deg, var(--card1), var(--card2));
	--shadow: 0 8px 30px rgba(0,0,0,.35);
}

body {
	font-size: 1rem;
	line-height: 1.5;
	background-color: var(--bgbody2);
	position: relative;
	color: #5a5a5a; /*#363535;*/
	font: 16px/1.5 ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans";
	/*font-family: "Work Regular",sans-serif;*/
	font-weight: normal;
}
img {
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
ul li {
	margin:0;
	padding:0;
	border: none;
	list-style:none;
	list-style-type: none;
	font-weight: 100;
}
ol {
	list-style: none;
}
a {
	/*color: #3080C5;*/
	text-decoration: none;
	font-weight: 100;
}
/*a:hover {
	color: #ac7dfd;
}*/
p {
	margin-top: 0;
	margin-bottom: 1rem;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 100;
}
iframe {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	min-height: 100%;
}
strong, b {
	font-weight: 600;
}
@font-face {
	font-family: 'Averta Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Averta Regular'), url('../fonts/Averta-Regular.otf') format('otf');
}
@font-face {
	font-family: 'Averta Extra Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Averta Extra Bold'), url('../fonts/Averta-ExtraBold.otf') format('otf');
}
@font-face {
	font-family: 'Work Normal';
	font-style: normal;
	font-weight: normal;
	src: local('Work Normal'), url('../fonts/work-sans-v5-latin-300.woff2') format('woff2');
}
@font-face {
	font-family: 'Work Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Work Regular'), url('../fonts/work-sans-v5-latin-regular.woff2') format('woff2');
}
/*
url(".svg#WorkSans") format("svg")
url(".eot?#iefix") format("embedded-opentype")
url(".woff") format("woff")
url(".woff2") format("woff2")
url(".ttf") format("truetype")
 */
/*!
 * STYLE DEFAULT
 */
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.container:before,
.container:after,
.space-responsive:before,
.space-responsive:after,
.row:before,
.row:after {
	display: table;
	content: " ";
}
.container:after,
.space-responsive:after,
.row:after{
	clear:both
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.inline-block {
	display: inline-block;
}
.none {
	display: none;
}
.inone {
	display: none!important;
}
.middle-half {
	width: 50%;
}
.flex {
	display: flex;
}
.items-center {
	display: flex;
	flex: 1;
	align-items: center;
	align-content: center;
	justify-content: center;
	vertical-align: middle;
}
.vertical-middle {
	display: flex;
	align-items: center;
	vertical-align: middle;
}
.center-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.normal-screen {
	flex-direction: column;
	min-height: 100vh;
}
.center-screen {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	max-height: 100%;
}
.justify-between {
	justify-content: space-between;
}
.items-center {
	align-items: center;
}
.cols {
	display: flex;
	margin: 0 auto;
	align-content: center;
	align-items: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	justify-content: space-between;
}
.col-half, .col-middle, .col-split {
	width: 50%;
	flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
}
.col-pad {
	width: 50%;
	flex-basis: 50%;
	padding-right: 50px;
	-ms-flex-preferred-size: 50%;
	padding-left: calc(calc(100% - 1170px)/2);
}
.ellipsis {
	color:#525c65;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	font-weight: 600;
}
input, button {
	border: 0 none;
	outline: 0 none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
.input {
	height: 100%;
	left: 0;
	outline: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.field {
	position: relative;
	display: inline-block;
	float: left;
	min-height: 75px;
}
.field input[type="email"], .field input[type="password"], .field input[type="text"], .form-defaul input[type="email"], .form-defaul input[type="password"], .form-defaul input[type="text"], .form-defaul select, .field select {
	padding: 35px 10px 10px;
	width: 100%;
	background-color: transparent;
	outline: 0;
	border: 1px solid #ccc;
	color: #5a5555;
	margin-bottom: 15px;
	font-size: 0.9em;
}
.field label, .form-defaul label {
	position: absolute;
	top: 8px;
	left: 10px;
	font-size: 12px;
	color: #555454;
}
.field label.required:after, .form-defaul label.required:after {
	content: "*";
	color: tomato;
	margin-left: 5px;
}
.field-block  {
	width: 100%;
}
.field-half {
	width: 50%;
}
.help-tip{
	position: absolute;
	bottom: 45px;
	right: 30px;
	text-align: center;
	background-color: rgba(196 196 196 / 87%);
	/*border: 1px solid rgba(196, 196, 196, 0.76);*/
	border-radius: 50%;
	width: 20px;
	height: 20px;
	/*font-size: 14px;*/
	line-height: 20px;
	cursor: default;
}
.help-tip-x1 {
	bottom: 20px !important;
	right: 15px !important;
	background-color: #2196F3 !important;
	border: 1px solid #2196F3 !important;
}
.help-tip:hover{
	background-color: #8563CF;
}
.help-tip:before{
	content:'?';
	color: #fff;
	font-weight: 900;
}
.help-tip:hover p{
	display:block;
	transform-origin: 100% 0%;
	-webkit-animation: fadeIn 0.3s ease-in-out;
	animation: fadeIn 0.3s ease-in-out;
}
.help-tip p{
	display: none;
	text-align: left;
	background-color: #1E2021;
	padding: 20px;
	width: 300px;
	position: absolute;
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	right: -4px;
	color: #FFF;
	font-size: 13px;
	line-height: 1.4;
	z-index:9999;
}
.help-tip p:before{
	position: absolute;
	content: '';
	width:0;
	height: 0;
	border:6px solid transparent;
	border-bottom-color:#1E2021;
	right:10px;
	top:-12px;
}
.help-tip p:after{
	width:100%;
	height:40px;
	content:'';
	position: absolute;
	top:-40px;
	left:0;
}
.form-group .field-half:nth-of-type(1) {
	padding-right: 15px;
}
.abessing {
	position: absolute;
	top: 5em;
}


.reminder {
	max-width: fit-content;
	position: fixed;
	right: 1.5rem;
	top: 80%;
	bottom: 80%;
	height: auto;
	z-index: 120;
	width: 100%;
}
.alert-danger {
	display: none;
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.alert-success {
	display: none;
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	border: 1px solid #3c763d78;
}
.alert-success, .alert-danger {
	width: 400px;
	box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
	padding: 15px;
	border-radius: 4px;
}
button.close {
	position: absolute;
	color: #464646;
	top: 5px;
	right: 5px;
	opacity: 1;
	-webkit-appearance: button;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
}
.close {
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	text-shadow: 0 1px 0 #fff;
}
.success {
	height: auto;
	display: none;
	padding: 0.6em;
	color: #3c763d;
	font-size: 0.9rem;
	word-wrap: break-word;
	background-color: #dff0d8;
	border: 1px solid #d6e9c6;
	border-left: 6px solid #d6e9c6;
	margin-bottom: 1em;
}
.success-default {
	padding: 1em;
	color: #004025;
	text-align: left;
	position: relative;
	margin-bottom: 21px;
	background-color: #e9f7f1;
	border-color: transparent;
	border: 1px solid transparent;
}
.warning-default {
	height: 50px;
	padding: 1em;
	display: flex;
	color: #8a6d3b;
	justify-content: center;
	background-color: #fcf8e3;
	border: 1px solid #faebcc;
	border-left: 3px solid #faebcc;
	flex-direction: column-reverse;
}
.warning {
	height: auto;
	display: none;
	padding: 0.5em;
	color: #4b4b4b;
	font-size: 0.9rem;
	word-wrap: break-word;
	background-color: #fcf8e3;
	border: 1px solid #faebcc;
	border-left: 6px solid #faebcc;
	margin-bottom: 1em;
}
span.error {
	position: absolute;
	min-width: 48px;
	min-height: 48px;
	font-weight: 700;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	right: 115px;
	z-index: 1;
	color: red;
	font-size: 0.8em;
}

.search {
	position: relative;
}
input.go-seeker {
	border-radius: 1em;
	transition: all .3s ease-in-out;
	height: 2.4em;
	border: 1px solid transparent;
	background-color: #e2dee9;
	outline: none;
	color: #8563CF;
	padding: 1.2em 20em 1.2em 1em;
}
button.btn-search {
	display: block !important;
	background-color: transparent;
	border-radius: 50%;
	height: 2em;
	right: 2px;
	top: 0.3em;
	transition: all .3s ease-in-out;
	width: 2em;
	border: none;
	position: absolute;
	outline: none;
}
button.btn-search:before {
	content: "";
	display: inline-block;
	background-size: cover;
	position: relative;
	top: 4px;
	width: 25px;
	height: 25px;
	background-image: url(../img/svg/icon-search.svg);
}
.edge-ico {
	display: flex;
	position: relative;
	height: 50px;
	line-height: 1;
	color: #5a49f8;
	background: -webkit-linear-gradient(#5a49f8, #5a49f8);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	z-index: 1;
	margin-top: 10px;
}
svg.dash-left {
	position: absolute;
}
svg.dash-right {
	margin-left: 15px;
}

.edge:after {
	content: "";
	width: 100%;
	height: 75px;
	left: 0;
	/*top: 50px;*/
	position: absolute;
	background-image: url(../img/svg/edge.svg);
	background-size: cover;   
}
.edge-center {
	width: 30%;
	position: relative;
	margin: 1em 0em 0.1em 0em;
}
.edge-center:after {
	content: "";
	width: 100%;
	height: 75px;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background-image: url(../img/svg/edge.svg);
	background-size: cover;
}
svg.shape {
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 1;
	overflow: initial;
	bottom: -3px;
}
svg.wave {
	width: 100%;
	height: 100%;
	overflow: hidden;
	right: 0;
	position: absolute;
	left: 0;
}
svg.curved {
	position: absolute;
	width: 100%;
	left: 0;
	overflow: initial;
}
.rule {
	width: 50%;
	margin: 0 auto;
	border-width: 0 0 3px;
	border-style: solid;
	border-image: linear-gradient(90deg, rgb(133 99 207 / 20%), rgb(133 99 207 / 90%) 50%, rgb(133 99 207 / 20%) 100%) 0 0 100%;
}
.rule::after {
	content: "";
	position: absolute;
	left: 50%;
	display: block;
	background-color: rgb(133 99 207);
	height: 20px;
	width: 20px;
	transform: rotate(45deg);
	margin-top: -10px;
	margin-left: -10px;
	border-radius: 4px 0;
	border: 4px solid rgb(133 99 207 / 30%);
	background-clip: padding-box;
	box-shadow: -10px 10px 0 rgb(133 99 207 / 30%), 10px -10px 0 rgb(133 99 207 / 30%);
}
.rule-1 {
	width: 60%;
	height: 30px;
	border-style: solid;
	border-color: rgba(191, 191, 191, 0.9);
	border-width: 1px 0 0 0;
	border-radius: 15px;
	margin-top: 2em;
	margin-left: 2em;
}
.rule-1::after {
	content:"";
	display: block;
	height: 30px;
	margin-top: -31px;
	border-style: solid;
	border-color: rgba(191, 191, 191, 0.9);
	border-width: 0 0 1px 0;
	border-radius: 15px;
}
.rule-2 {
	position: relative;
	border-width: 5px;
	border-color: gray transparent;
	height: 11px;
	border-style: double;
	width: 20%;
	margin-left: 2em;
}
.rule-2:after {
	transform: translateZ(0) rotate(135deg);
	right: -21px;
}
.rule-2:before, .rule-2:after {
	content: "";
	position: absolute;
	bottom: -3.536px;
	width: 7.071px;
	height: 7.071px;
	display: block;
	border-width: 0 7.071px 7.071px 0;
	border-color: gray;
	border-style: double;
	box-sizing: border-box;
}
.rule-2:before {
	transform: translateZ(0) rotate(-45deg);
	left: -21px;
}
.rule-2:before, .rule-2:after {
	position: absolute;
	bottom: -3.536px;
	width: 7.071px;
	height: 7.071px;
	display: block;
	border-width: 0 7.071px 7.071px 0;
	border-color: gray;
	border-style: double;
	box-sizing: border-box;
}
.rule-3 {
	height: 0px;
	border-radius: 2px;
	border: 2px solid #999999;
	width: 80%;
	margin-left: 2em;
}

.icon-rocket,
.icon-menu,
.icon-app,
.icon-signature,
.icon-bill,
.icon-master,
.icon-goals,
.icon-video-class,
.icon-cart,
.icon-edit,
.icon-pay-paypal,
.icon-pay-creditcard,
.icon-pay-wiretransfer,
.icon-secure,
.icon-delete,
.icon-next-video,
.icon-previous-video,
.icon-reload,
.icon-student,
.icon-teach,
.icon-calendar,
.icon-globe,
.icon-language,
.icon-instructor,
.icon-users,
.icon-proyect-dev,
.icon-videocourse,
.icon-arrow-left,
.icon-arrow-right,
.icon-review {
	content: "";
	display: inline-block;
	background-size: cover;
	position: relative;
}
.icon-app {
	left: 1.1em;
	width: 100px;
	height: 100px;
	background-image: url(../img/svg/icon-app.svg);
	top: 1.5em;
}
.icon-signature {
	left: 1.1em;
	width: 100px;
	height: 100px;
	background-image: url(../img/svg/icon-signature.svg);
	top: 1.5em;
}
.icon-bill {
	left: 0.6em;
	width: 100px;
	height: 100px;
	background-image: url(../img/svg/icon-bill.svg);
	top: 1.4em;
}
.icon-rocket {
	width: 8em;
	height: 8em;
	left: 6.5em;
	top: -0.5em;
	background-image: url(../img/svg/icon-rocket.svg);
}
.icon-arrow-left {
	width: 30px;
	height: 40px;
	left: -0.5em;
	top: 0.1em;
	background-image: url(../img/svg/arrow-left.svg);
}
.icon-arrow-right {
	width: 30px;
	height: 40px;
	left: -0.5em;
	top: 0.1em;
	background-image: url(../img/svg/arrow-right.svg);
}
.icon-menu {
	width: 60px;
	height: 50px;
	background-image: url(../img/svg/menu.svg);
}
.icon-master {
	width: 45px;
	height: 45px;
	background-image: url(../img/svg/master.svg);
}
.icon-goals {
	width: 45px;
	height: 45px;
	background-image: url(../img/svg/goals.svg);
}
.icon-video-class {
	width: 55px;
	height: 50px;
	background-image: url(../img/svg/class-video.svg);
}
.icon-cart {
	width: 31px;
	height: 26px;
	top: 0.4em;
	background-image: url(../img/svg/cart.svg);
}
.icon-edit {
	width: 28px;
	height: 25px;
	top: 5px;
	background-image: url(../img/svg/edit.svg);
}

.icon-pay-paypal {
	width: 20px;
	height: 20px;
	top: 3px;
	margin-right: 0.2em;
	background-image: url(../img/svg/paypal.svg);
}
.icon-pay-creditcard {
	width: 30px;
	height: 30px;
	top: 8px;
	background-image: url(../img/svg/card.svg);
}
.icon-pay-wiretransfer {
	width: 30px;
	height: 30px;
	top: 8px;
	background-image: url(../img/svg/bank.svg);
}
/*
.icon-pay2 {
	width: 20px;
	height: 20px;
	top: 3px;
	margin-right: 0.2em;
	background-image: url(../img/svg/paypal.svg);
}
.icon-pay3 {
	width: 30px;
	height: 30px;
	top: 8px;
	background-image: url(../img/svg/bank.svg);
}*/
.icon-secure {
	width: 96px;
	height: 34px;
	top: 1px;
	background-image: url(../img/svg/secure.svg);
}
.icon-delete {
	width: 25px;
	height: 25px;
	top: 0px;
	background-image: url(../img/svg/delete.svg);
}
.icon-next-video {
	width: 25px;
	height: 25px;
	top: 0px;
	background-image: url(../img/svg/next-video.svg);
}
.icon-previous-video {
	width: 25px;
	height: 25px;
	top: 0px;
	background-image: url(../img/svg/previous-video.svg);
}
.icon-users {
	width: 22px;
	height: 22px;
	top: 6px;
	background-image: url(../img/svg/users.svg);
}
.icon-student {
	width: 50px;
	height: 45px;
	background-image: url(../img/svg/student.svg);
}
.icon-teach {
	width: 25px;
	height: 25px;
	top: 0.5em;
	left: -0.5em;
	background-image: url(../img/svg/teach.svg);
}
.icon-calendar {
	width: 16px;
	height: 16px;
	left: -0.4em;
	background-image: url(../img/svg/calendar1.svg);
}
.icon-globe {
	width: 18px;
	height: 18px;
	top: 0.2em;
	left: -0.4em;
	background-image: url(../img/svg/globe3.svg);
}
.icon-language {
	width: 18px;
	height: 18px;
	top: 0.2em;
	left: -0.4em;
	background-image: url(../img/svg/language.svg);
}
.icon-instructor {
	width: 50px;
	height: 45px;
	background-image: url(../img/svg/instructor.svg);
}
.icon-proyect-dev {
	width: 30px;
	height: 30px;
	background-image: url(../img/svg/app-proyect.svg);
}
.icon-videocourse {
	width: 40px;
	height: 30px;
	background-image: url(../img/svg/class-video.svg);
}
.icon-review {
	width: 30px;
	height: 30px;
	background-image: url(../img/svg/like-star.svg);
}
.icon-reload {
	width: 33px;
	height: 33px;
	top: 1px;
	background-image: url(../img/svg/reload.svg);
}
.icon-happy::before {
	content: "";
	background-size: 100%;
	background: url(../img/svg/happy-face.svg) 50% no-repeat;
}
.icon-sadface::before {
	content: "";
	background-size: 100%;
	background: url(../img/svg/sadface.svg) 50% no-repeat;
}
.z-index {
	z-index: 1000;
}
.mbt-1em {
	margin: 1em 0em 1em 0em;
}
.mb-02em {
	margin-bottom: 0.2em;
}
.mb-1em {
	margin-bottom: 1em;
}
.mb-2em {
	margin-bottom: 2em;
}
.mb-3em {
	margin-bottom: 3em;
}
.mt-2em {
	margin-top: 2em;
}
.mt-3em {
	margin-top: 3em;
}
.mt-2rem {
	margin-top: 2rem;
}
.mt-half {
	margin-top: 0.5em;
}
.mb-half {
	margin-bottom: 0.5em;
}
.mt-05em {
	margin-top: 0.5em;
}
.mt-1em {
	margin-top: 1em;
}
.p1em {
	padding: 1em;
}
.p-1em {
	padding: 1em;
}
.pt-1em {
	padding-top: 1em;
}
.pt-2em {
	padding-top: 2em;
}
.pt-4em {
	padding-top: 4em;
}
.pb-1em {
	padding-bottom: 1em;
}
.bg-white {
	background-color: white;
}
.bg-pinkish {
	background-color: rgba(218,11,78,0.1);
}
.bg-light-blue {
	background-color: rgba(0,186,116,0.1);
}
.bg-light-gray {
	background-color: #EDF0F5; /*rgb(230 230 230);*/
}

.averta-small h2, .averta-small h3 {
	font-weight: 400;
	font-size: 1.3rem;
	color: #525c65;
	font-family: "Averta Regular",sans-serif;
	margin-bottom: 1rem;
	line-height: 1.25em;
}
.averta-normal h2, .averta-normal h3 {
	font-weight: 400;
	font-size: 1.3rem;
	color: #525c65;
	font-family: "Averta Regular",sans-serif;
}
.averta-small p {
	color: #5a5a5a;
	line-height: 1.6em;
	font-size: 1rem;
	font-family: "Work Regular";
}
.work-small p {
	color: #5a5a5a;
	line-height: 1.90em;
	font-size: .9rem;
	font-family: "Work Regular";
}
.averta-small h6 {
	font-size: .8125rem;
	line-height: 24px;
	letter-spacing: .125rem;
	text-transform: uppercase;
	font-weight: 600;
	color: #657482;
	-webkit-font-smoothing: antialiased;
	 font-family: "Averta Regular",sans-serif;
}

.loading {
	width: 100%;
	background-color: rgb(116 106 94 / 8%); /*rgba(116, 106, 94, 0.39);*/
	height: 100%;
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.loader {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border-top: 2px solid steelblue;
	border-bottom: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
	position: relative;
	animation: spin 3s linear infinite forwards;
}
.loader::before,
.loader::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	border-top: 2px solid inherit;
	border-bottom: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
}
.loader::before {
	top: 7px;
	left: 7px;
	width: 178px;
	height: 178px;
	border-top: 2px solid tomato;
	animation: spin 2s linear infinite forwards;
}
.loader::after {
	top: 16px;
	left: 16px;
	width: 160px;
	height: 160px;
	border-top: 2px solid yellowgreen;
	animation: spin 1s linear infinite forwards;
}

.spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 200px;
	height: 200px;
	border: 2px solid transparent;
	border-radius: 50%;
}
.spinner:before {
	position: absolute;
	content: "";
	width: 200px;
	height: 200px;
	border: 2px solid #7723dd;
	border-radius: 50%;
	border-block-end-style: hidden;
	animation: spinner 1.6s infinite linear;
}
.spinner:after {
	position: absolute;
	content: "";
	top: 14%;
	left: 12%;
	width: 150px;
	height: 150px;
	border: 2px solid #ed1aa9;
	border-radius: 50%;
	border-block-end-style: hidden;
	animation: respin 1.3s infinite linear;
}
.spinner-text {
	animation: loading-opacity 3s ease-in-out infinite;
}
.spinner-text span {
	animation-name: blink;
	animation-duration: 1.4s;
	animation-iteration-count: infinite;
	animation-fill-mode: both;
}
.spinner-text span:nth-child(2) {
	animation-delay: 0.2s;
}
.spinner-text span:nth-child(3) {
	animation-delay: 0.4s;
}
@keyframes blink {
	0% {
		opacity: 0.2;
	}
	20% {
		opacity: 1;
	}
	100% {
		opacity: 0.2;
	}
}
@keyframes loading-opacity {
	0%, 100% {
		opacity: 1;
	}
	25%, 75% {
		opacity: .5;
	}
	50% {
		opacity: .1;
	}
}
@keyframes spinner {
	to {
		transform: rotate(0deg);
	}
	from {
		transform: rotate(360deg);
	}
}
@keyframes respin {
	to {
		transform: rotate(360deg);
	}
	from {
		transform: rotate(0deg);
	}
}
@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}