.main-header-bar {
	background: rgba(0,0,0,.3);
	backdrop-filter: blur(10px);
	/* backdrop-filter: opacity(20%); */
	/* backdrop-filter: invert(80%); */
	/*background: transparent;*/
}
form .row .form-group {
	padding: 0;
}
@media all and (max-width: 767px) {
    .mobile-margin {
        margin-top: 1rem;
    }
}
.main-header-bar .social-links li a.bg-facebook,
.main-header-bar .social-links li a.bg-facebook:hover {
	background: #4267B2;
	color: #fff;
}
.main-header-bar .social-links li a.bg-youtube,
.main-header-bar .social-links li a.bg-youtube:hover {
	background: #d02429;
	color: #fff;
}

.main-header-bar .social-links li a.bg-twitter,
.main-header-bar .social-links li a.bg-twitter:hover {
	background: #1DA1F2;
	color: #fff;
}
.main-header-bar .social-links li a.bg-instagram,
.main-header-bar .social-links li a.bg-instagram:hover {
	background: #d6249f;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	color: #fff;
}

.main-header-bar .social-links li a.bg-linkedin,
.main-header-bar .social-links li a.bg-linkedin:hover {
	background: #0077b5;
	color: #fff;
}
.main-header-bar .social-links li a.bg-whatsapp
.main-header-bar .social-links li a.bg-whatsapp:hover {
	background: #128C7E;
	color: #fff;
}
.main-header-bar .social-links li a:hover {
	transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}

.bg-whatsapp, .bg-whatsapp:hover {
	background: #128C7E;
	color: #fff;
}
.bg-wechat, .bg-wechat:hover {
	background: #25D366;
	color: #fff;
}
.bg-email,
.bg-email:hover {
	background: var(--thm-orange);
	color: #fff;
}
.main-footer {
	padding: 0;
	background: transparent;
	z-index: 9;
}
.main-footer .scroll-top {
	background: transparent;
}
.styled-pagination li {
	margin-right: 0px;
}
.main-header-bar .social-links li a {
	background: rgba(0,0,0,.1);
}
.main-header-bar .line-one, .main-header-bar .line-two {
	width: 20px;
	background: transparent;
	border: 0;
}
blockquote {
	margin: 0;
	background: rgba(0,0,0,.2);
	padding: .5rem;
	border-left: solid 4px var(--thm-primary);
	border-radius: .5rem;
}
blockquote h5 {
	margin-bottom: 0;
	font-style: italic;
	font-family: "Brandon Grotesque";
}
.swiper-pagination-bullet {
	background: rgba(255,255,255,.5);
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--thm-primary);
}

.main-nav-outer .outer-nav-box {
	padding: 45px 0px 20px;
	background: none;
	width: 100%;
	height: 100%;
}
.flickity-button {
	background: transparent;
	color: #007aff;
}
.flickity-button:hover {
	background: transparent;
}
sup {
	top: -1em;
}
.badge {
	padding: .25em .4em;
	border-radius: .25rem;
	font-size: 75%;
	font-weight: 700;
	font-family: "Cairo";
}

.bg-gradient1 span,
.bg-gradient1:before {
  background: #52A0FD;
  background: linear-gradient(to right, #52A0FD 0%, #00e2fa 80%, #00e2fa 100%);
}
.fancy-button {
	display: inline-block;
	margin: 30px;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: 17px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #ffffff;
	position: relative;
  }
  .fancy-button:before {
	content: "";
	display: inline-block;
	height: 40px;
	position: absolute;
	bottom: -5px;
	left: 30px;
	right: 30px;
	z-index: -1;
	border-radius: 30em;
	filter: blur(20px) brightness(0.95);
	transform-style: preserve-3d;
	transition: all 0.3s ease-out;
  }
  .fancy-button i {
	margin-top: -1px;
	margin-right: 20px;
	font-size: 1.265em;
	vertical-align: middle;
  }
  .fancy-button span {
	display: inline-block;
	padding: 18px 60px;
	border-radius: 50em;
	position: relative;
	z-index: 2;
	will-change: transform, filter;
	transform-style: preserve-3d;
	transition: all 0.3s ease-out;
  }
  .fancy-button:focus, .fancy-button:active {
	color: #ffffff;
  }
  .fancy-button:hover {
	color: #ffffff;
  }
  .fancy-button:hover span {
	filter: brightness(1.05) contrast(1.05);
	transform: scale(0.95);
  }
  .fancy-button:hover:before {
	bottom: 0;
	filter: blur(10px) brightness(0.95);
  }
  .fancy-button.pop-onhover:before {
	opacity: 0;
	bottom: 10px;
  }
  .fancy-button.pop-onhover:hover:before {
	bottom: -7px;
	opacity: 1;
	filter: blur(20px);
  }
  .fancy-button.pop-onhover:hover span {
	transform: scale(1.04);
  }
  .fancy-button.pop-onhover:hover:active span {
	filter: brightness(1) contrast(1);
	transform: scale(1);
	transition: all 0.15s ease-out;
  }
  .fancy-button.pop-onhover:hover:active:before {
	bottom: 0;
	filter: blur(10px) brightness(0.95);
	transition: all 0.2s ease-out;
  }

  .btn-hover {
	border-radius: 50px;
	padding: 1rem 2rem;
	moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	border: none;
    background-size: 300% 100%;
	font-family: 'Khula', sans-serif;
	font-size: 18px;
	color: #fff;
  }
  .btn-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn-hover:focus {
    outline: none;
}
.btn-hover.color-9 {
    background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
    box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
}

.menu-item,
.menu-open-button {
    /* background: #25D366; */
    border-radius: 100%;
    width: 38px;
    height: 38px;
    /* margin-left: -40px; */
    position: absolute;
    /* top: 20px; */
    /* color: white; */
    text-align: center;
    line-height: 80px;
    transform: translate3d(0, 0, 0);
    transition: transform ease-out 200ms;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}
.menu-open-button .icon {
	position: absolute;
	display: block;
	width: 38px;
	height: 38px;
	border-radius: 100%;
	/* border: 2px solid #128C7E; */
	top: 0px;
	left: 0px;
	transition: all .2s linear;
	background: #128C7E;
}
.menu-open-button .icon::before {
	opacity: 1;
	-webkit-animation: cs_fn_pulse 1s cubic-bezier(0.3,1,0.3,1) infinite;
	animation: cs_fn_pulse 1s cubic-bezier(0.3,1,0.3,1) infinite;
}
.menu-open-button .icon::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 38px;
	height: 38px;
	margin: -20px auto auto -20px;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	background-color: inherit;
	opacity: 0;
	z-index: -1;
	pointer-events: none;
	border: 6px solid #fff;
	border-radius: 100%;
}
.menu-open-button .icon::after {
	content: '\f590';
	font-family: 'Font Awesome 6 Pro';
	position: absolute;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 38px;
	width: 38px;
	/* left: -2px; */
	/* top: 50%;
	left: 50%;
	margin: -5px 0px 0px -3px; */
	transition: all .2s ease;
	z-index: 1;
}
.menu-open {
    display: none;
}

.hamburger {
    width: 25px;
    height: 3px;
    background: white;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12.5px;
    margin-top: -1.5px;
    transition: transform 200ms;
}

.hamburger-1 {
    transform: translate3d(0, -8px, 0);
}

.hamburger-2 {
    transform: translate3d(0, 0, 0);
}

.hamburger-3 {
    transform: translate3d(0, 8px, 0);
}

.menu-open:checked+.menu-open-button .hamburger-1 {
    transform: translate3d(0, 0, 0) rotate(45deg);
}

.menu-open:checked+.menu-open-button .hamburger-2 {
    transform: translate3d(0, 0, 0) scale(0.1, 1);
}

.menu-open:checked+.menu-open-button .hamburger-3 {
    transform: translate3d(0, 0, 0) rotate(-45deg);
}

.menu {
	width: 38px;
	height: 38px;
	box-sizing: border-box;
	font-size: 14px;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 1rem;
	left: calc(50% - 20px);
	transition: all .3s ease-out;
}

.sidebarNav.onScroll {
	bottom: 4rem;
}
/* .menu-item:hover {
    background: #25D366;
    color: #fff;
} */

.menu-item:nth-child(3) {
    transition-duration: 180ms;
}

.menu-item:nth-child(4) {
    transition-duration: 180ms;
}

.menu-item:nth-child(5) {
    transition-duration: 180ms;
}

.menu-item:nth-child(6) {
    transition-duration: 180ms;
}

.menu-open-button {
    z-index: 2;
    /* transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-duration: 400ms;
    transform: scale(1.1, 1.1) translate3d(0, 0, 0);
    cursor: pointer; */
}

.menu-open-button:hover {
    transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}

/* .menu-open:checked+.menu-open-button {
    transition-timing-function: linear;
    transition-duration: 200ms;
    transform: scale(0.8, 0.8) translate3d(0, 0, 0);
} */

.menu-open:checked~.menu-item {
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.menu-open:checked~.menu-item:nth-child(3) {
    transition-duration: 170ms;
    transform: translate3d(50px, 0, 0);
}

.menu-open:checked~.menu-item:nth-child(4) {
    transition-duration: 250ms;
    transform: translate3d(100px, 0, 0);
}

.menu-open:checked~.menu-item:nth-child(5) {
    transition-duration: 330ms;
    transform: translate3d(150px, 0, 0);
}

.menu-open:checked~.menu-item:nth-child(6) {
    transition-duration: 410ms;
    transform: translate3d(200px, 0, 0);
	display: none;
}

@-webkit-keyframes cs_fn_pulse { 
	from { 
		opacity:1;  transform:scale(1,1)
	}
 	to { 
		opacity:0;  transform:scale(1.8,1.8)
	}
}
@keyframes cs_fn_pulse{
	from {
		opacity:1;  transform:scale(1,1)
	}
 	to {
		opacity:0;  transform:scale(1.8,1.8)
	}
}

.sidebar-social-link {
	padding: 1rem;
	padding-top: 2rem;
	/* display: none; */
}
.sidebar-social-link ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	list-style: none;
}

.sidebar-social-link ul li a {
	color: #fff;
	font-size: larger;
	display: flex;
	align-items: center;
	justify-content: center;
}


.left-and-right::before {
	content: '';
	position: relative;
	background-color: #85C1E9;
	width: 1.5rem;
	height: 2px;
	bottom: 0;
	top: 50%;
}
  
.left-and-right::after {
	content: '';
	position: relative;
	background-color: #85C1E9;
	width: 1.5rem;
	height: 2px;
}

.area {
    /* background: #000; */
    width: 100%;
    height: 100vh;
	position: fixed;
}

.circles {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    top: -150px;
}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}

.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

.fixed-bottom {
	position: relative;
	z-index: 2;
	pointer-events: none;
	mix-blend-mode: difference;
	transition: all .3s ease-out;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
}
.scroll-progress, .scroll-progress__bar {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.scroll-progress__bar {
	width: 8px;
	height: 100%;
	border-radius: .25rem; 
	background: rgba(255,255,255,.2);
	padding: 4px;
}
.scroll-progress__bar.notHome {
	background: rgba(0,0,0,.2);
	box-shadow: 0px 0px 3px 1px rgba(255, 255, 255, .6) !important;
}

.scroll-progress__progress {
	display: block;
	background: var(--thm-primary);
	width: 3px;
	border-radius: 5px; 
}
.scroll-progress__text {
	height: 20px;
	line-height: 19px;
}
.scroll-down-wrap {
	transform: rotate(180deg);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: .75rem;
}
.mousey {
	width: 20px;
	height: 30px;
	border-radius: .25rem;
	padding: 0 6px;
	border: 2px solid rgba(255, 255, 255, 0.5);
	box-sizing: border-box;
}
.scroller {
	position: relative;
	left: 50%;
	top: 6px;
	margin-left: -1.5px;
	width: .25rem;
	height: 6px;
	border-radius: 25%;
	animation-name: scroll;
	animation-duration: 2.2s;
	animation-timing-function: cubic-bezier(.15, .41, .69, .94);
	animation-iteration-count: infinite;
	background: #d02429;
	transition: all .3s ease-out;
}

.scroller.scroller-up {
    top: 12px;
}

.sidebarNav {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0px;
	width: 100%;
	z-index: 5;
	flex-direction: column;
	top: 4.5rem;
	flex-grow: 1;
	transition: all .3s ease-out;
}

.sidebarNav.onScroll {
	bottom: 4rem;
}

.circular-menu {
    width: 38px;
	height: 38px;
	z-index: 99;
	/* opacity: .50; */
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.circular-menu .floating-btn {
	display: block;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
	color: #fff;
	text-align: center;
	cursor: pointer;
	outline: 0;
	border: 0;
	position: absolute;
	/* box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5), 0 3px 15px rgba(0, 0, 0, 0.5); */
}

.circular-menu .floating-btn i {
	font-size: 16px;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
}

.circular-menu.active .floating-btn i:before {
	content: "\f00d";
}

.circular-menu:after {
	display: block;
	content: ' ';
	width: 38px;
	height: 38px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -2;
	background-color: var(--thm-primary);
	opacity: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.circular-menu.active:after {
	-webkit-transform: scale3d(5.5, 5.5, 1);
	transform: scale3d(5.5, 5.5, 1);
	transition-timing-function: cubic-bezier(.68, 1.55, .265, 1);
}

.circular-menu .items-wrapper {
	padding: 0;
	margin: 0;
	width: 38px;
	height: 38px;
	position: absolute;
}

.circular-menu .menu-item {
	position: absolute;
	/* right: 0; */
	bottom: 0;
	z-index: -1;
	display: block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.circular-menu .menu-item span {
	color: transparent;
	font-size: 1em;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	/* background-color: rgba(255,255,255,1); */
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	position: absolute;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.circular-menu.active .menu-item span {
	color: var(--thm-base);
}

.circular-menu.active .menu-item span.bg-facebook {
	background: #4267B2;
}

.circular-menu.active .menu-item span.bg-youtube {
	background: #FF0000;
}

.circular-menu.active .menu-item span.bg-twitter {
	background: #1DA1F2;
}

.circular-menu.active .menu-item span.bg-instagram {
	background: #d6249f;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.circular-menu.active .menu-item span.bg-linkedin {
	background: #0077b5;
}

.circular-menu.active .menu-item span.bg-whatsapp {
	background: #128C7E;
}

.circular-menu.active .menu-item {
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.circular-menu.active .menu-item:nth-child(1) {
	/* -webkit-transform: translate3d(0, -5em, 0); */
	-webkit-transform: translate3d(0.08361px, -64.99997px, 0);
	transform: translate3d(0.08361px, -64.99997px, 0);
}

.circular-menu.active .menu-item:nth-child(2) {
	/* -webkit-transform: translate3d(2.6em, -4.4em, 0); */
	-webkit-transform: translate3d(50.9466px, -32.47586px, 0);
	transform: translate3d(50.9466px, -32.47586px, 0);
}

.circular-menu.active .menu-item:nth-child(3) {
	/* -webkit-transform: translate3d(4.5em, -2.6em, 0); */
	-webkit-transform: translate3d(50.9466px, 32.47586px, 0);
	transform: translate3d(50.9466px, 32.47586px, 0);
}

.circular-menu.active .menu-item:nth-child(4) {
	/* -webkit-transform: translate3d(5em, 0, 0); */
	-webkit-transform: translate3d(0.08361px, 64.99997px, 0);
	transform: translate3d(0.08361px, 64.99997px, 0);
}

.color-default, .color-blue, .color-blueGrey, .color-primary, .color-success, .color-success-1, .color-warning, .color-danger, .color-grey {
    color: #fff;
    background-size: 300% 100%;
    padding: .75rem 1rem;
    border-radius: 5rem;
    font-family: 'Cairo', sans-serif;
    font-size: 18px;
    background-size: 200% auto
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
.color-default:hover, .color-blueGrey:hover, .color-primary:hover, 
.color-success:hover, .color-warning:hover, .color-danger:hover,
.color-blue:hover, .color-success-1:hover, .color-grey:hover {
    background-position: right center; 
    color: #fff;
}
.color-default {
    background-image: linear-gradient(to right, #667eea, #764ba2, #6B8DD6, #8E37D7) !important;
    /*box-shadow: 0 4px 15px 0 rgba(116, 79, 168, 0.75) !important;*/
    /*box-shadow: box-shadow: 0 4px 15px 0 rgba(45, 54, 65, 0.75) !important;*/
    /*background: #8190CD  !important;*/
    /*background-image: linear-gradient(360deg,rgba(129,144,205,0.4),rgba(255,255,255,0.1)) !important;*/
}
.color-default:hover {
    background-color: #5166ba !important;
}
.color-blue {
    background-image: linear-gradient(to right, #1FA2FF 0%, #12D8FA  51%, #1FA2FF  100%) ; 
}
.color-grey {
    /*background-image: linear-gradient(to right, #603813 0%, #b29f94 51%, #603813 100%);*/
    /*background-image: linear-gradient(to right, #616161 0%, #9bc5c3 51%, #616161 100%);*/
    background-image: linear-gradient(to right, #283048 0%, #859398 51%, #283048 100%);
}
.color-blueGrey {
    background-image: linear-gradient(to right, #403b4a, #bbbbb4) !important;
    /*background-image: linear-gradient(to right, #29323c, #485563, #2b5876, #4e4376) !important;*/
    /*box-shadow: 0 4px 15px 0 rgba(45, 54, 65, 0.75) !important;*/
    /*background: #57889c  !important;
    background-image: linear-gradient(360deg,rgba(87,136,156,0.4),rgba(255,255,255,0.1)) !important;*/
}
.color-blueGrey:hover {
    background-color: #466d7d !important;
}
.color-primary {
    background-image: linear-gradient(to right, #1A2980 0%, #26D0CE 51%, #1A2980 100%) !important;
    /*background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed) !important;*/
    /*box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75) !important;*/
    /*background-color: #4099FF !important;*/
    /*background-image: linear-gradient(360deg,rgba(64,153,255,0.4),rgba(196,223,255,0.4)) !important;*/
}
.color-primary:hover {
    /*background-color: #0077ff !important;*/
}
.color-success {
    background-image: linear-gradient(to right, #0ba360, #3cba92, #30dd8a, #2bb673) !important;
    /*box-shadow: 0 4px 15px 0 rgba(23, 168, 108, 0.75) !important;*/
    /*background-color: #23af5e !important;*/
    /*background-image: linear-gradient(360deg,rgba(35,174,94,0.4),rgba(104,255,154,0.4)) !important;*/
}
.color-success:hover {
    background-color: #1c8c4b !important;
}
.color-success-1 {
    background-image: linear-gradient(to right, #007991 0%, #78ffd6 51%, #007991 100%) !important;
}
.color-warning {
    background-image: linear-gradient(to right, #F09819 0%, #EDDE5D 51%, #F09819 100%) !important;
    /*background-image: linear-gradient(to right, #fc6076, #ff9a44, #ef9d43, #e75516) !important;*/
    /*box-shadow: 0 4px 15px 0 rgba(252, 104, 110, 0.75) !important;*/
    /*background-color: #EDA62A !important;*/
    /*background-image: linear-gradient(360deg,rgba(237,166,42,0.4),rgba(255,255,255,.2)) !important;*/
    /*background:linear-gradient(to right, rgba(165,174,177,0.5) 0,  rgba(177,186,190,0.5) 25%, rgba(177,186,190,0.5) 75%, rgba(165,174,177,0.5) 100%) ;*/
}
.color-warning:hover {
    background-color: #ce8911 !important;
}
.color-danger {
    background-image: linear-gradient(to right, #d53369 0%, #cbad6d 51%, #d53369 100%) !important;
    /*box-shadow: 0 5px 15px rgba(242, 97, 103, .4)*/
    /*background-color: #eb4f4f !important;*/
    /*background-image: linear-gradient(360deg,rgba(235,79,79,0.4),rgba(243,158,158,0.4)) !important;*/
}
.color-danger:hover {
    background-color: #e21a1a !important;
}

.ring {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
    position: relative;
}
.ring::before{
    content: '';
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    animation: ring 2s linear infinite;
}
@keyframes ring {
    0% {
      transform: rotate(0deg);
      box-shadow: 0px 5px 5px #ff2121;
    }
    25% {
      transform: rotate(90deg);
      box-shadow: 0px 5px 5px #d8f744;
    }
    50% {
      transform: rotate(180deg);
      box-shadow: 0px 5px 5px #01A8EA;
    }
    75% {
      transform: rotate(270deg);
      box-shadow: 0px 5px 5px #6f42c1;
    }
    100% {
      transform: rotate(360deg);
      box-shadow: 0px 5px 5px #ff2121;
    }
}

/*@keyframes ring {*/
/*    0%{*/
/*        transform: rotate(0deg);*/
/*        box-shadow: 0px 5px 5px #ff2121;*/
/*    }*/
/*    25%{*/
/*        transform: rotate(90deg);*/
/*        box-shadow: 0px 5px 5px #fffb21;*/
/*    }*/
/*    50%{*/
/*        transform: rotate(180deg);*/
/*        box-shadow: 0px 5px 5px #21c0ff;*/
/*    }*/
/*    75% {*/
/*        transform: rotate(270deg);*/
/*        box-shadow: 0px 5px 5px #bc21ff;*/
/*    }*/
/*    100% {*/
/*        transform: rotate(360deg);*/
/*        box-shadow: 0px 5px 5px #ff2121;*/
/*    }*/
/*}*/