 :root {
  --lightpurplex: #dd6ced;
  --purplex: #d36fed;
  --orangex: #FF9D00;
  --orangeicon: #ffab00;
  --lightorangex:#FFF4DF;
  --lightpurpbgx:#FAE9FD;
}
#main #main-background {
 /* background: transparent; */
}
#main .dashboard-button {
  background: var(--purplex) !important;
}

#welcome-footer {
  background-color: #000;

  background-color: #f8fafb;
  border-top: 3px solid lightgray;

}
#brand-img {
  height: 33px;
}
#main .navbar-nav li.nav-item a.nav-link{
	color: #1e1e2d;
}

#welcome-footer h6 {
  color: #797A7B;
}

#welcome-footer ul li a {
  color: #797A7B;
}

#welcome-footer #footer-logo p {
  color: #797A7B;
}

#welcome-footer #footer-links h5 {
	color: rgb(68, 86, 108);
}

.text-white {
  color: rgb(68, 86, 108) !important;
}


  pre {
    white-space: pre-wrap !important;
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }



.text-white {
 color: rgb(68, 86, 108) !important;
}


.btn-cancel:hover,
.btn-cancel-black:hover {
  background-color: #007bFF;
  border-color: #007bFF;
}
.btn-cancel:focus, .btn-cancel.focus,
.btn-cancel-black:focus,
.btn-cancel-black.focus {
  background-color: #007bFF;
  border-color: #007bFF;
}


.side-menu__item.active {
  background: #007BFF;
  color: #fff;
  background: #C6ECFF;
color: #0082FF;
}
.side-menu__item.active .side-menu__icon {
  color: #fff;
  color: #0082FF;
}
.side-menu__item.active:hover .angle, .side-menu__item.active:focus .angle {
  color: #fff;
  color: #0082FF;
}


.highlight {
  position: relative;
  background: #f7f6fd;
  padding: 0;
  border-radius: 0 0 3px 3px;
}
.highlight pre {
  margin-bottom: 0;
  max-height: 15rem;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

.result-play {
  background: none;
  padding: 3px 6px 1px 8px;
  border: 1px solid white;
  border-radius: 50%;
  margin-left: -5px;
  line-height: 1.4;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(150, 150, 150, 0.12), 0 1px 1px 0 rgba(150, 150, 150, 0.14);
  color: #007BFF;
}
.result-play:hover {
  color: #1e1e2d;
}
@media (min-width: 768px) and (max-width: 1480px) {
  #login-responsive .card-body {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

#main .register-button, #main .dashboard-button {
  background: #007BFF !important;
}

/* added by ssk new loader */
.loader-box {
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  box-pack: center;
  -o-box-pack: center;
  -ms-box-pack: center;
  justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  box-align: center;
  -o-box-align: center;
  -ms-box-align: center;
  align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  perspective: 390px;
  -o-perspective: 390px;
  -ms-perspective: 390px;
  -webkit-perspective: 390px;
  -moz-perspective: 390px;
  height: 50vh; /* by ssk */
 /*! height: 100vh; */
  overflow: hidden;
}

.circle-loader {
  position: relative;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  animation: cssload-wobble 4.59s ease-in-out infinite;
  -o-animation: cssload-wobble 4.59s ease-in-out infinite;
  -ms-animation: cssload-wobble 4.59s ease-in-out infinite;
  -webkit-animation: cssload-wobble 4.59s ease-in-out infinite;
  -moz-animation: cssload-wobble 4.59s ease-in-out infinite;
}

.circle-loader:before,
.circle-loader:after {
  display: block;
  content: ' ';
  border-radius: 50%;
  width: 88px;
  height: 88px;
  -webkit-clip-path: polygon(50% 0, 7% 26%, 7% 74%, 50% 100%, 93% 74%, 93% 26%, 83% 32%, 83% 69%, 50% 89%, 17% 69%, 17% 32%, 50% 12%, 83% 32%, 93% 26%);
  clip-path: polygon(50% 0, 7% 26%, 7% 74%, 50% 100%, 93% 74%, 93% 26%, 83% 32%, 83% 69%, 50% 89%, 17% 69%, 17% 32%, 50% 12%, 83% 32%, 93% 26%);
  animation: cssload-spin 1.73s ease-in-out infinite both reverse;
  -o-animation: cssload-spin 1.73s ease-in-out infinite both reverse;
  -ms-animation: cssload-spin 1.73s ease-in-out infinite both reverse;
  -webkit-animation: cssload-spin 1.73s ease-in-out infinite both reverse;
  -moz-animation: cssload-spin 1.73s ease-in-out infinite both reverse;
}

.circle-loader:before {
  background-color: #02baff;
  background: linear-gradient(to right, #478aef, #51f3f3)  !important;
  position: absolute;
}

.circle-loader:after {
  background-color: #4c4c4c;
  background: linear-gradient(to right, #af76ed, #f4daf3)  !important;
  animation-delay: -0.86s;
  -o-animation-delay: -0.86s;
  -ms-animation-delay: -0.86s;
  -webkit-animation-delay: -0.86s;
  -moz-animation-delay: -0.86s;
}

@keyframes cssload-wobble {
  0%,
  100% {
    transform: rotateX(8.75deg) rotateY(35deg);
  }
  50% {
    transform: rotateX(35deg) rotateY(-35deg) rotate(180deg);
  }
}

@-webkit-keyframes cssload-wobble {
  0%,
  100% {
    -webkit-transform: rotateX(8.75deg) rotateY(35deg);
  }
  50% {
    -webkit-transform: rotateX(35deg) rotateY(-35deg) rotate(180deg);
  }
}

@keyframes cssload-spin {
  0%,
  100% {
    transform: translateZ(49px) rotateX(14deg);
  }
  33% {
    transform: translateZ(-49px) scale(0.4);
  }
  66% {
    transform: translateZ(-49px);
  }
}

@-webkit-keyframes cssload-spin {
  0%,
  100% {
    -webkit-transform: translateZ(49px) rotateX(14deg);
  }
  33% {
    -webkit-transform: translateZ(-49px) scale(0.4);
  }
  66% {
    -webkit-transform: translateZ(-49px);
  }
}
.loading-overlay, .croppie-overlay, .click-preview-overlay {
	padding-top:0px !important;
}





/* added by ssk new loader end 


#login-background{
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradientx 15s ease infinite;
	height: 100vh;
	opacity:0.5;
}
*/
#login-background .login-bg {
  background: linear-gradient(-45deg, #c0f8f7, #8fbaf4, #f1dbf8, #facaf7);
  background-size: 400% 400%;
  animation: gradientx 15s ease infinite;
  height: 100vh;    
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
    
}

@keyframes gradientx {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


#main #main-background {
  background-color: transparent !important;
  background-image: linear-gradient(-45deg, #8df5f3, #8fbaf4, #e6bef3, #facaf7) !important;
  background-size: 400% 400%;
  animation: gradientx 15s ease infinite;
  height: 100vh;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#welcome-footer {
  position: relative !important;
  background-image: linear-gradient(-45deg, #8df5f3, #8fbaf4, #e6bef3, #facaf7) !important;
  background-size: 400% 400%;
  animation: gradientx 15s ease infinite;
  
}

#welcome-footer #footer h3 {
  color: #fff;
}

.side-menu__item{
border-radius: 50px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}


#main .text-container h1,#main .text-container h2{
background-image: linear-gradient( 90deg, #1adbcf -0.07%, #3dcfe2 25.46%, rgba(75, 175, 255, 0.929412) 54.62%, rgba(79, 75, 255, 0.929412) 99.93% ) !important;
  color: #0000  !important;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow:none !important;
  
}

.hide-me{
	display:none !important;
}

.favorite{
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #3ea5f3, #e46bec) border-box !important;
  border-radius: 10px !important;
  border: 3px solid transparent !important;
}
body.dark-theme .favorite{
  background: linear-gradient(#313338, #313338) padding-box, linear-gradient(to right, #3ea5f3, #e46bec) border-box !important;
  border-radius: 10px !important;
  border: 3px solid transparent !important;
}

.chat-boxes a i.star,.template a i.star {
  font-size: 16px;
  padding-top: 7px;
  color: var(--lightpurplex);
  background: -webkit-gradient(linear, left top, left bottom, from(#45c6f0), to(#e86fea));
    background-size: auto;
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 50% 50%;
}
/*
.template .template-icon i.main-icon,.template-icon i.ecommerce-icon{
	background: -webkit-gradient(linear, left top, left bottom, from(#45c6f0), to(#e86fea));
    background-size: auto;
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
*/

.custom-banner-bg{
	background-color: transparent !important;
  background-image: linear-gradient(-45deg, #8df5f3, #8fbaf4, #e6bef3, #facaf7) !important;
  background-size: 400% 400%;
  animation: gradientx 15s ease infinite;
  height: 100vh;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width:100%;
}
.desktop-lgo{
	height:50px !important;
}
