.post-guidelines {
  margin-top: 10px;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.5;
  backdrop-filter: blur(6px);
  transition: all 0.3s ease-in-out;
}

@media (prefers-color-scheme: light) {
  .post-guidelines {
    background: rgba(240, 240, 255, 0.8);
    color: #222;
    border: 1px solid #ccc;
  }
}

@media (prefers-color-scheme: dark) {
  .post-guidelines {
    background: rgba(40, 40, 60, 0.8);
    color: #f1f1f1;
    border: 1px solid #555;
  }
}

.post-guidelines h4 {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 15px;
}

.post-guidelines ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.post-guidelines li {
  margin-bottom: 6px;
}

.mainmenu-area ul.mainmenu {
	position: relative;
	z-index: 999999999;
}

.post-modal {
	z-index: 999999999;
}

.bottom-nav {
	display: flex;
    justify-content: center;
	position: fixed;
	bottom: 5px;
	width: 100%;
	text-align: center;
	z-index: 9;
}

.bn-inner {
	display: flex;
	justify-content: center;
	gap: 10px;
	background: rgba(255,255,255,.6);
	-webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
	border: 2px solid #303F9F;
    padding: 5px;
    border-radius: 20px;
}

.bn-item {
	padding: 10px 10px 5px;
	border-radius: 15px;
	cursor: pointer;
	min-width: 70px;
}

.bn-item.active {
	background: #303F9F;
}

.bn-item i {
	color: #303F9F;
    font-size: 25px;
}

.bn-item.active i {
	color: #FFF;
    font-size: 25px;
}

.bn-item p {
	color: #303F9F;
    font-weight: 600;
}

.bn-item.active p {
	color: #FFF;
    font-weight: 600;
}

/* Container styling */
.char-counter-container {
    width: 100%;
    max-width: 600px;
    margin-top: 10px;
    font-family: "Raleway", sans-serif;
	margin-bottom: 5px;
}

/* Progress bar background */
.char-progress-wrapper {
    background: #e0e0e0;
    border-radius: 10px;
    height: 8px;
    overflow: hidden;
	opacity: 0.3;
}

/* Animated progress bar */
.char-progress-bar {
    height: 100%;
    width: 0;
    background-color: #303f9f;
    transition: width 0.25s ease-in-out;
}

/* Character count text */
.char-count {
    margin-top: 6px;
    font-size: 14px;
    color: #303f9f;
    text-align: right;
	display: inline-block;
    border: 3px solid #303f9f;
    padding: 0px 10px 0 10px;
    border-radius: 20px;
}

.dark .char-count {
	background: #222;
}

.lf-sect {
	display: none;
	margin-top: 100px;
	min-height: 500px;
	width: 100%;
}

.lf-sect.active {
	display: block;
}

.lf-sect-inner {
	width: 100%;
}

.lf-content {
	display: flex;
	max-width: 900px;
	width: 100%;
	gap: 1%;
	background: #f5f6ff;
	min-height: 600px;
	-webkit-box-shadow: 0px 0px 50px 50px #f5f6ff;
	box-shadow: 0px 0px 50px 50px #f5f6ff;
	margin: 50px auto 0;
	border-radius: 5px;
}

.lfs-left {
	width: 66%;
	padding: 10px;
}

.lfs-post {
	background: rgba(255, 255, 255, 0.9);
	border-radius: 20px;
    padding: 10px 15px;
	border: 6px solid #303F9F;
	-webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

.fixed-lfs-post {
	position: fixed;
	bottom: 10px;
	z-index: 9999999;
	width: 100%;
	max-width: 576px;
}

.lfs-title {
	font-size: 16px;
    font-weight: 600;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	margin: 0;
}

.lfs-comment-post {
	margin-top: 20px;
}

.lfs-choose-model {
	max-height: 200px;
    overflow-y: auto;
    margin-bottom: 10px;
    border: 2px solid #ccc;
    border-radius: 2px;
	padding: 0;
	cursor: pointer;
}

.lfscmh {
	display: flex;
    align-items: center;
    color: #303F9F;
    border: 1px solid #ccc;
    padding: 2px 10px 0;
    border-radius: 10px;
	line-height: 0;
	margin: 5px;
	cursor: pointer;
	font-weight: 600;
}

.lfscmh i {
	margin: 5px;
    font-size: 18px;
}

.lfscm {
	display: none;
	padding: 5px 10px 3px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 5px;
	font-weight: 600;
}

.lfs-choose-category {
	max-height: 200px;
    overflow-y: auto;
    margin-bottom: 20px;
    border: 2px solid #ccc;
    border-radius: 2px;
	padding: 0;
}

.lfscc {
	display: flex;
    align-items: center;
    color: #303F9F;
    border: 1px solid #ccc;
    padding: 2px 10px 0;
    border-radius: 10px;
	line-height: 0;
	margin: 5px;
	cursor: pointer;
	font-weight: 600;
}

.lfscc i {
	margin: 5px;
    font-size: 18px;
}

.lfs-choose-item {
	padding: 5px 10px 1px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 5px;
    align-items: center;
	cursor: pointer;
	display: none;
	font-weight: 600;
}

.lfs-choose-item i {
	font-size: 25px;
	opacity: .6;
}

.lfs-choose-item p {
	margin-left: 10px;
	font-weight: 600;
	margin-top: -3px;
}

.lfs-post-img {
	display: none !important;
	object-fit: cover;
    width: 35px;
    height: 35px;
	border-radius: 50%;
	margin-right: 15px;
}

.lfs-post-text {
	margin: 0 0 -20px;
    font-size: 14px;
	font-family: 'Varela Round', sans-serif;
	width: 100%;
	border: 0 none white;
    overflow: hidden;
    padding: 0;
    outline: none;
	border-radius: 5px;
	padding: 10px;
	min-height: 58px;
	border: 1px solid #eee;
}

.lfs-post .top-layer {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.lfs-post .bottom-layer {
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
	margin-top: 0px;
}

/* Base styles */
.lfs-post-push {
  position: relative;
  overflow: hidden;
  transition: background 0.3s ease;
}

/* Hide loader by default */
.post-btn-loader {
  display: none;
  width: 16px;
  height: 16px;
  border: 2px solid transparent;
  border-top-color: white;
  border-radius: 50%;
  animation: btnspin 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Spinner animation */
@keyframes btnspin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* Loading state */
.loading .post-btn-text {
  visibility: hidden;
}

.loading .post-btn-loader {
  display: block;
}

.lfs-post .post-image {
	width: 100%;
}

.lfs-post-form {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
	margin-top: 10px;
}

.lfs-comment-push {
	margin-top: 35px;
}

.lfs-post-form .lfs-post-img,
.lfs-post-form .lfs-post-label,
.lfs-post-form .lfs-post-submit {
    transition: transform 0.3s ease;
}

.lfs-post-text {
    transition: width 0.3s ease;
}

.lfs-post-form.focused {
	display: block;
}

.lfs-post-form.focused .lfs-post-text {
    width: 100%;
}

.lfs-post-label {
	margin: 5px 10px 0;
    opacity: .4;
	cursor: pointer;
}

.lfs-post-label i {
	font-size: 25px;
}

.lfs-post-submit {
	background: #303F9F;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 15px;
    border-radius: 20px;
    cursor: pointer;
	margin-left: 10px;
}

.lfs-post-form.focused .lfs-post-label {
	display: inline-block;
	position: relative;
	margin-top: -10px;
}

.lfs-post-form.focused .lfs-post-submit {
	display: inline-block;
	position: relative;
	margin-top: -10px;
	margin-left: 100px;
}

.lfs-post-submit:focus, .lfs-post-submit:hover {
	color: #fff;
}

.lfs-stories {
	margin-top: 20px;
}

.lfs-stories-top {
	margin-top: 132px;
}

.lfs-story {
	background: #fff;
	border-radius: 20px;
    padding: 15px;
	margin-bottom: 20px;
}

.lfs-story-text {
	margin: 10px 0 20px;
	cursor: pointer;
	line-height: 18px;
	font-size: 14px;
}

.lfs-story-text * {
	font-size: 14px;
}

.lfs-story-text a {
	color: #303f9f;
}

.lfs-story-text h1, .lfs-story-text h2, .lfs-story-text h3, .lfs-story-text h4, .lfs-story-text h5 {
	font-weight: 600;
	color: #303f9f;
}

.dark .lfs-story-text h1, .dark .lfs-story-text h2, .dark .lfs-story-text h3, .dark .lfs-story-text h4, .dark .lfs-story-text h5 {
	font-weight: 600;
	color: #aaa;
}

.lfs-shorten {
	display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.lfs-story-img {
	display: flex;
	gap: 4.44px;
	width: 100%;
	cursor: pointer;
	position: relative;
}

.lfs-story-img-modal img {
  user-drag: none;          /* Safari */
  -webkit-user-drag: none;  /* Chrome */
  pointer-events: auto;
}


.lfs-story-img-modal {
  user-select: none;
  -webkit-user-drag: none;
  cursor: grab;
}
.lfs-story-img-modal:active {
  cursor: grabbing;
}

.lfs-story-img-l {
	width: 49%;
	display: flex;
    flex-direction: column;
    gap: 11.4px;
}

.lfs-story-img-r {
	width: 49%;
	display: flex;
    flex-direction: column;
    gap: 11.44px;
}

.lfs-story-img-single {
	object-fit: cover;
    width: 100%;
	border-radius: 20px;
}

.lfs-story-img-ls {
	object-fit: cover;
    width: 100%;
	border-radius: 20px 0 0 20px;
	height: 316px !important;
}

.lfs-story-img-rs {
	object-fit: cover;
    width: 100%;
	border-radius: 0 20px 20px 0;
	height: 316px !important;
}

.lfs-story-img-rt {
	object-fit: cover;
    width: 100%;
	border-radius: 0 20px 0 0;
	margin-bottom: -7px;
}

.lfs-story-img-rb {
	object-fit: cover;
    width: 100%;
	border-radius: 0 0 20px 0;
}

.lfs-story-img-lt {
	object-fit: cover;
    width: 100%;
	border-radius: 20px 0 0 0;
	margin-bottom: -7px;
}

.lfs-story-img-lb {
	object-fit: cover;
    width: 100%;
	border-radius: 0 0 0 20px;
}





.lfs-engagers {
	display: flex;
    justify-content: space-between;
    padding: 20px 20px 0;
    margin-top: 20px;
    border-top: 1px solid #ccc;
}

.lfs-engage {
	display: flex;
    align-items: center;
}

.lfs-engage i {
	color: #303F9F;
    font-size: 20px;
    margin-right: 5px;
	cursor: pointer;
}

.lfs-engage p {
	color: #303F9F;
}

.lfs-right {
	width: 33%;
	padding: 10px;
}

.lfs-right .lfs-close {
	display: block;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    font-size: 20px;
    background: #aaa;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #303f9f;
    /* border: 2px solid #303f9f; */
    position: fixed;
    right: 20px;
    margin-top: -50px;
	z-index: 9;
}

.rankings {
	display: none;
	position: relative;
    width: 48px;
    height: 40px;
    margin: 0 20px;
    line-height: 32px;
    border-radius: 20px;
    font-size: 18px;
    /* padding: 4px; */
    cursor: pointer;
    right: 0;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    cursor: pointer;
    background: #fff;
	border: 2px solid #303f9f;
}

@media only screen and (max-width: 767px) {
	.lfs-right {
		z-index: 9999999;
        width: 100%;
        padding: 10px;
        overflow-y: scroll;
        top: 45px;
        border-radius: 20px;
		padding-top: 60px;
		background: #fff;
	}
	
	.dark .lfs-right {
		background: #444;
	}
	
	.rankings {
		display: block;
	}
}

.lfs-feats {
	background: #fff;
	border-radius: 20px;
    padding: 10px 15px;
	margin-bottom: 20px;
}

.lfs-feats-list {
	margin-top: 10px;
}

.lfs-feats-item {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.lfsc {
	color: #303F9F;
	cursor: pointer;
}

.lfs-ts, .lfs-thc {
	font-size: 12px;
	line-height: 18px;
	color: #aaa;
}

.lfs-feats-item i {
	font-size: 25px;
	opacity: .6;
}

.lfs-buttons {
	position: absolute;
	right: 0;
	display: flex;
	align-items: center;
	gap: 5px;
}

.lfs-edit, .lfs-delete, .lfs-mint {
	max-height: 30px;
	margin-left: 10px;
	cursor: pointer;
}

.lfs-mint {
	max-height: 34px;
}

.mint-modal {
	z-index: 999999999;
}

.delete-confirm {
	background: red;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 15px;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 20px;
}

.delete-dismiss {
	background: #303F9F;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 15px;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 20px;
}

.nft-button {
	border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 15px;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 20px;
}

.edit-modal, .delete-modal {
	z-index: 9999999999;
}

.lfs-editor {
	padding: 20px;
	max-width: 100%;
}

.lfs-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.lfs-header .lfs-title {
	border: none;
	margin-top: 10px;
	margin-bottom: 0;
}

.lfs-close {
	cursor: pointer;
}

.lfs-close img {
	height: 40px;
}

.lfs-edit-text {
	background: #ddd;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
	height: 400px !important;
    font-size: 14px;
    font-family: 'Varela Round', sans-serif;
	max-width: 100%;
}

.lfs-edit-submit {
	background: #303F9F;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 15px;
    border-radius: 20px;
    cursor: pointer;
	margin-top: 10px;
}

.lfs-category {
	margin-left: 10px;
	font-weight: 600;
}

.lfs-user-img {
	object-fit: cover;
    width: 40px !important;
    height: 40px !important;
	border-radius: 5px;
	background: #FFF;
	margin: 6px 0;
}

.lfs-feats-data {
	margin-left: 10px;
	margin-top: 5px;
}

.lfs-name {
	margin: 0;
    font-weight: 600;
}

.lfs-time {
	font-size: 12px;
    color: #555;
	line-height: 18px;
}

.post-modal-content {
	max-width: 100%;
}

.lfs-story-img-modal {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  gap: 10px;
  padding: 15px;
  align-items: center;
  border-radius: 0;
  background-color: white;
  height: 350px;
  width: 100%;

  /* Hide scrollbar for WebKit (Chrome, Safari) */
  scrollbar-width: none;         /* Firefox */
  -ms-overflow-style: none;      /* IE 10+ */
  user-select: none; /* prevent text selection */
  cursor: grab;
  -webkit-overflow-scrolling: touch; /* smooth scrolling on mobile */
  background-color: #fff;
  background-image: radial-gradient(#ddd 0.8px, transparent 0.8px);
  background-size: 6px 6px;
}

.lfs-story-img-modal {
	cursor: grabbing;
}

.lfs-story-img-modal.active {
  cursor: grabbing;
}

body.dark .lfs-story-img-modal {
  background-color: #444;
  background-image: radial-gradient(#888 0.8px, transparent 0.8px);
}

.lfs-story-img-modal::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.lfs-story-img-scroll {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 10px; /* optional spacing */
}

.lfs-story-img-scroll::-webkit-scrollbar {
  display: none;
}

.lfs-story-img-scroll {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;     /* Firefox */
}

.lfs-story-img-parent {
  flex: 0 0 auto;
  height: 320px; /* or desired height */
  scroll-snap-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 20px;
}

@media only screen and (max-width: 767px) {
	.lfs-story-img-parent {
		height: 340px;
		padding: 5px;
		border-radius: 18px;
	}
	
	.lfs-story-img-modal {
		border-radius: 0;
		height: 370px;
	}
}

.lfs-story-img-large {
  height: 100%;
  width: auto;
  object-fit: contain;
  border-radius: 15px !important;
}

#fullscreen-modal {
  display: none;
  position: fixed;
  z-index: 999999999999;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

.fullscreen-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(15px);
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  z-index: 0;
}

#fullscreen-img {
  max-width: 90%;
  max-height: 90%;
  z-index: 1;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0,0,0,0.2);
}

#fs-close-modal {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 2rem;
  background: none;
  border: none;
  color: #333;
  z-index: 2;
  cursor: pointer;
}


@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

body.dark .lfs-story-img-modal img {
  background-color: #444;
}

.lfs-post-comment-val * {
    font-size: 14px; /* Set font size for all elements */
    box-sizing: border-box; /* Optional, makes sure padding and borders don't affect element size */
    text-align: left;
}

.lfs-post-comment-val ul, .lfs-post-comment-val ol {
    padding: 0; /* Remove default indentation */
    margin: 0 0 10px 20px; /* Remove any additional margins */
}

.lfs-post-comment-val br, .lfs-post-comment-val br {
	display: none;
}

.lfs-post-comment-val li  {
	margin: 0;
	padding: 0;
}

.lfs-post-comment-val p {
	padding-bottom: 20px;
}

.lfs-post-comment-val a {
	color: #303F9F !important;
}

.lfs-post-top-comment {
	margin: 20px 0 10px;
	display: flex;
}

.lfs-post-top-img {
	object-fit: cover;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: #FFF;
}

lottie-player.lfs-post-top-img {
	width: 45px !important;
}

.lfs-post-comment-txt {
	background: #ddd;
    margin-left: 10px;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
}

.lfs-post-comment-name {
	font-weight: 600;
    margin-bottom: 5px;
}

.lfs-post-comment-val {
	
}

.lfs-post-actions {
	display: flex;
    gap: 20px;
    margin: 8px 0 0;
}

.lfs-post-comment-time {
	
}

.lfs-post-comment-like {
	font-weight: 600;
	cursor: pointer;
	color: #303F9F;
}

.lfs-post-comment-reply {
	font-weight: 600;
}

.lfs-post-sub-comment {
	display: flex;
    margin-left: 50px;
}

.lfs-post-sub-img {
	object-fit: cover;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #FFF;
}

.post-images {
	display: none;
    left: 0;
    position: relative;
    margin-top: 5px;
    background: #eee;
    border-radius: 10px;
    width: 100%;
	overflow-x: auto;
	scroll-behavior: smooth; /* Optional smooth scroll */
	scrollbar-width: none; /* Firefox */
	padding: 0 5px;
}

.post-images::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.post-images img {
	height: 100px;
	margin: 10px 5px;
	display: inline;
	border-radius: 10px;
}

.search-row {
	width: 100%;
	padding: 10px 20px;
	display: flex;
	justify-content: center;
}

.search-bar {
	width: 80%;
	max-width: 230px;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 9;
}

.fixed-search-bar {
	position: fixed !important;
	top: 65px;
}

.search-input {
	font-family: 'Varela Round', sans-serif;
	font-weight: 600;
	font-size: 14px;
    color: #455a64;
	background: #e8eaf6;
	position: absolute;
	padding-left: 15px;
	padding-right: 45px;
	width: 100%;
	border-radius: 40px;
	border: 2px solid #303F9F;
	height: 40px;
	line-height: 40px;
	z-index: 0;
}

.search-btn {
	position: absolute;
	width: 32px;
	height: 32px;
	margin: 4px;
	line-height: 32px;
	border-radius: 20px;
	font-size: 18px;
	padding: 4px;
	cursor: pointer;
	top: 0;
	right: 0;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	cursor: pointer;
    background: #303f9f;
    /*background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);*/
}

.share-modal {
	z-index: 999999999999;
	padding-top: 20px;
}

.share-modal-content {
	max-width: 500px;
	border-radius: 50px;
}

.plink-share {
	padding: 20px;
}

.plink-p {
	
}

.plink-gen {
	display: none;
	position: relative;
	background: #bbb;
	border-radius: 50px;
	padding: 8px 20px 10px;
	height: 40px;
	-webkit-box-shadow: 9px 9px 16px rgb(163 177 198 / 60%), -9px -9px 16px rgb(255 255 255 / 50%);
    -moz-box-shadow: 9px 9px 16px rgb(163,177,198,0.6), -9px -9px 16px rgba(255,255,255, 0.5);
    box-shadow: 9px 9px 16px rgb(163 177 198 / 60%), -9px -9px 16px rgb(255 255 255 / 50%);
}

.plink-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 24px;
	margin-right: 50px;
}

.plink-btn {
	position: absolute;
	z-index: 999;
	cursor: pointer;
	right: 4px;
	height: 32px;
	background: #303F9F;
	border: none;
	color: #fff;
	font-weight: 600;
	padding: 7px 15px 8px;
	border-radius: 50px;
	top: 4px;
}

.plink-btn:focus {
	color: #fff;
}

/* Loading ellipsis */

.loader-css {
    justify-content: center;
    display: none;
	flex-direction: column;
    gap: 20px;
	padding-bottom: 20px;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: rgb(72, 44, 191);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}

/* Loading ellipsis end */

