/*
*
*
******* :: INDEX OF CSS :: *******
:: 1.0 GENERAL, LANDING, LOGIN, REGISTER AND BLOG
  :: 2.0 IMPORT ALL CSS
  :: 3.0 GLOBAL CSS
  :: 4.0 COMMON CSS
  :: 5.0 PRELOADER CSS
  :: 6.0 LANDING
    :: 6.1 SCROLL TO TOP AREA CSS
    :: 6.2 HEADERS
      LANDING,
      SHARED,
      BASIC
    :: 6.3 WELCOME AREA CSS
    :: 6.4 COUNTER AREA CSS
    :: 6.5 FEATURES AREA CSS
    :: 6.7 SERVICE AREA CSS
    :: 6.8 WORK AREA CSS
    :: 6.9 PRICE PLAN AREA CSS
    :: 6.10 FAQ AREA CSS
    :: 6.11 SUBSCRIBE AREA CSS
    :: 6.12 CONTACT AREA CSS
    :: 6.13 FOOTER AREA CSS
    :: 6.14 ERROR AREA CSS
  :: BLOG 7.0
    :: 7.1 BLOG AREA CSS
    :: 7.2 BREADCRUMB AREA CSS
    :: 7.3 BLOG PAGE AREA CSS
    :: 7.4 BLOG PAGE DETAILS AREA CSS
:: 8.0 FRONTEND PLAYGROUND
:: 9.0 DATABASE PLAYGROUND CSS
:: 10.0 ACCOUNT CSS
:: 11.0 TOGGLE CSS
:: 12.0 APP PLAYGROUND
:: 13.0 Stripe
****************************** */

/* ******************************
:: 1.0 WEB FONTS
****************************** */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap');
/* ******************************
:: 2.0 IMPORT ALL CSS
****************************** */
@import url(bootstrap.min.css);
@import url(all.min.css);
@import url(../font/flaticon.css);
@import url(animate.min.css);
@import url(aos.css);
@import url(owl.carousel.min.css);
@import url(slick.css);
@import url(fancybox.min.css);

/* ******************************
:: 3.0 GLOBAL CSS
****************************** */

/* firebase warning remove later */
.firebase-emulator-warning {
  display: none !important;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #565656;
}

.logo-font {
  font-family: 'aileron', sans-serif;
  font-weight: 200 !important;
  font-size: 42px;
  color: white;
  margin-left: 7px;
}

.change-app-name-input {
  font-family: 'aileron', sans-serif;
  font-weight: 200 !important;
  font-size: 42px;
  color: white;
  margin-left: 7px;
  border: none;
  width: 120px;
  transition: width 600ms, font-size 300ms, background-color 400ms, padding-left 500ms,
    padding-top 500ms, margin-top 200ms;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0);
  padding-left: 0px;
  padding-top: 0px;
  height: 40px;
  margin-top: 4px;
}

.change-app-name-input:focus {
  outline: none;
  width: 300px;
  transition: width 600ms, font-size 300ms, background-color 400ms, padding-left 500ms,
    padding-top 500ms, margin-top 200ms;
  font-size: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  padding-left: 25px;
  padding-top: 6px;
  height: 40px;
  margin-top: 6px;
}

.change-app-name-input-label {
  color: transparent;
  transition: color 300ms;
  display: none;
  font-size: 10px;
  line-height: 1;
  left: 16px;
  top: 2px;
  position: absolute;
}

.change-app-name-input:focus + .change-app-name-input-label {
  display: flex;
  color: white;
  transition: color 300ms;
}

.border-box-test {
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 0 !important;
}

.main {
  background: #fff;
}

section,
.section {
  position: relative;
}

.container {
  width: 100%;
  margin: 0 auto;
}

img {
  padding: 0em !important;
}

input:-internal-autofill-selected: {
  background-color: white !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #222;
  margin-bottom: 0;
}

h1 {
  font-size: 4em;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  font-size: 40px;
  line-height: 1.3;
}

h3 {
  font-size: 20px;
  line-height: 1.2;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
  font-weight: 400;
}

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #565656;
  margin-bottom: 0;
}

a {
  color: #444;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:hover,
a:focus {
  color: #7c4fe0;
}

a,
a:hover,
a:focus,
button:focus {
  outline: 0;
}
.btn:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

.register-button:disabled,
.register-button[disabled] {
  opacity: 1;
}

.auth-error-animation {
  --animate-duration: 1.4s;
}

.text-body > a {
  text-decoration: underline;
  color: #212529;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

ol li,
ul li {
  list-style: none;
}

img {
  height: auto;
  max-width: 100%;
}

div:focus {
  outline: 0 !important;
}

.grey {
  color: #e1dfe6;
}

.cursor-default {
  cursor: default;
}

/* ******************************
:: 4.0 COMMON CSS
****************************** */

.fw-2 {
  font-weight: 200 !important;
}

.fw-3 {
  font-weight: 300 !important;
}

.fw-4 {
  font-weight: 400 !important;
}

.fw-5 {
  font-weight: 500 !important;
}

.fw-6 {
  font-weight: 600 !important;
}

.fw-7 {
  font-weight: 700 !important;
}

.justify-space-around {
  justify-content: space-around;
}

.op-5 {
  opacity: 0.5;
}

a:hover {
  text-decoration: none;
}

button:hover {
  outline: none;
}

.avatar-sm {
  height: 3rem;
  width: 3rem;
}

.avatar-md {
  height: 4rem;
  width: 4rem;
}

.jc-ac {
  display: flex;
  justify-content: center;
  align-items: center;
}

.jb-ac {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ja-ac {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.js-ac {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.je-ac {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.jb {
  display: flex;
  justify-content: space-between;
}

.fdc {
  flex-direction: column;
}

.fww {
  flex-wrap: wrap;
}

.ps-ab {
  position: absolute;
}

.ps-rl {
  position: relative;
}

.h100 {
  height: 100%;
}

.w100 {
  width: 100%;
}

.hw100 {
  height: 100%;
  width: 100%;
}

.curs-d {
  cursor: default;
}

.back-t {
  background: transparent;
}

.abso-cover {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  background: transparent;
  z-index: 1000;
}

.ofh {
  overflow: hidden;
}

.wwbr {
  word-wrap: break-word;
}

.avatar-lg {
  height: 5rem;
  width: 5rem;
}
.avatar-pricing {
  height: 10rem;
  width: 10rem;
}
.avatar-custom {
  height: 10rem;
  width: 10rem;
}

.bloks-blue {
  color: rgb(34, 105, 159);
  /* hex: #22699f */
}

.gradiant {
  background: rgb(110, 51, 143);
  background: linear-gradient(200deg, rgba(110, 51, 143, 1) 6%, rgba(34, 105, 159, 1) 67%);
}

.gradiant-opaque {
  background: rgba(110, 51, 143, 0.2);
  background: linear-gradient(270deg, rgba(110, 51, 143, 0.1) 6%, rgba(34, 105, 159, 0.1) 67%);
}

.gradiant-text {
  background: rgb(110, 51, 143);
  background: linear-gradient(200deg, rgba(110, 51, 143, 1) 6%, rgba(34, 105, 159, 1) 67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-underlined,
.text-underlined:hover,
.text-underlined:focus {
  text-decoration: underline;
}

.text-primary {
  color: #7c4fe0 !important;
}

.text-secondary {
  color: #666 !important;
}

.sm-feature-apps-labels {
  transition-property: all;
  transition-duration: 400ms;
  transition-delay: 300ms;
  transition-timing-function: ease-in-out;
}

.featured-icon > span::before {
  font-size: 4.25rem;
  line-height: 1;
  color: #777;
  margin: 0;
}

.radius-100 {
  border-radius: 70px !important;
}

.h-100vh {
  height: 100vh;
}

.inner-pages .h-100vh {
  height: 100vh !important;
}

.owl-carousel .owl-item img {
  width: auto;
}

.owl-prev:focus,
.owl-next:focus {
  outline: none;
}

/*SECTION PADDING*/
.pt_0 {
  padding-top: 0;
}

.ptb_50 {
  padding: 50px 0;
}

.ptb_100 {
  padding: 100px 0;
}

.ptb_150 {
  padding: 150px 0;
}

.ptb_180 {
  padding: 180px 0;
}

/* Displays */

.flex {
  display: flex;
  justify-content: space-around;
}

/*BUTTONS*/
.btn {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: 18px 30px;
  border: 0 none;
  border-radius: 6px;
  outline: 0 none;
  position: relative;
  z-index: 1;
}

.btn-small {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: 8px 15px;
  border: 0 none;
  border-radius: 6px;
  outline: 0 none;
  position: relative;
  z-index: 1;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn-small:hover,
.btn-small:focus,
.btn-small:active {
  color: #fff;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.no-style-button {
  border: 0px;
  background-color: transparent;
}

.show-select-premade-options-button:hover {
  text-decoration: underline;
}

.data-type-options-container {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  margin-top: 1em;
  width: 100%;
  padding: 0.5em;
  position: relative;
  cursor: default;
}

.database-add-button {
  border: 0px;
  background-color: transparent;
  color: white;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  cursor: pointer;
}

.database-light {
  background-color: #ffffff;
}

.database-dark {
  background-color: #3a3a3a;
  color: white;
}

.database-selected {
  background-color: #d0dfe9;
  color: rgba(86, 86, 86, 1);
}

.database-search-match {
  background-color: #f2f0aa;
}

.database-table-selected-outline {
  border: 1px solid rgba(255, 255, 255, 0);
}

.database-table-selected-outline:focus {
  outline: none;
  -webkit-outline: none;
  -moz-outline: none;
  -ms-outline: none;
  -o-outline: none;
  /* Use a border to apply the outline */
  border: 1px solid rgb(34, 105, 159);
  border-radius: 0;
  box-shadow: 0px 0px 1px rgba(34, 105, 159, 1) inset;
}

@keyframes ani {
  0% {
    left: 30px;
    top: 10px;
  }
  50% {
    left: 60px;
    top: 30px;
  }
  100% {
    left: 30px;
    top: 10px;
  }
}

.database-type-helper-popup {
  display: none;
  position: absolute;
  z-index: 500000000;
}

.database-type-helper:hover ~ .database-type-helper-popup {
  display: block;
}

.database-add-button:hover {
  transform: scale(1.05);
}

.utility-item-hover {
  background: white;
}

.utility-item-hover:hover {
  background: rgb(236, 240, 245);
}

.database-search {
  width: 80px;
  transition: width 400ms;
  color: white;
  padding-left: 5px;
}

.database-search:focus {
  width: 200px;
  box-shadow: 0;
  border: 1px solid white;
  border-radius: 5px;
  transition: width 400ms;
}

.database-search::placeholder {
  color: white;
  text-align: center;
}

.database-search-clear {
  opacity: 0;
}

.database-search:focus ~ .database-search-clear {
  opacity: 0.6;
}
/*BG SHAPE*/

.shape {
  position: relative;
}

/*SHAPE DIVIDER*/
.shape-bottom {
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0;
  right: 0;
}

.homepage-5 .shape-bottom svg {
  overflow: hidden;
  width: 100%;
  line-height: 0;
  direction: ltr;
  transform: rotate(180deg);
}

/*BACKGROUND OVERLAY*/
.bg-overlay,
.overlay-dark {
  position: relative;
  z-index: 0;
}

.bg-overlay::after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.bg-overlay::after {
  opacity: 0.94;
  z-index: -1;
}

/*BACKGROUND COLORS*/
.bg-gray {
  background-color: #f6f9fe;
}
.bg-inherit {
  background: inherit !important;
}

.btn,
.btn-small,
.btn:active,
.bg-overlay::after,
.benifits-item:after {
  background: rgb(110, 51, 143);
  background: linear-gradient(200deg, rgba(110, 51, 143, 1) 6%, rgba(34, 105, 159, 1) 67%);
}

/*SOCIAL ICONS*/
.social-icons > a {
  margin-left: 5px;
  margin-right: 5px;
  width: 45px;
  height: 45px;
  font-size: 20px;
  color: #fff;
  border-radius: 3px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.social-icons svg {
  display: block;
  height: 100%;
  line-height: 45px;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.social-icons > a:hover svg:first-child {
  margin-top: -45px;
}

.social-icons > a.facebook {
  background-color: #3b5999 !important;
}

.social-icons > a.twitter {
  background-color: #55acee !important;
}

.social-icons > a.linkedin {
  background-color: #3176b0 !important;
}

.social-icons > a.vine {
  background-color: #00b489 !important;
}

/*BACKGROUND IMAGES*/
.welcome-area {
  background: rgba(0, 0, 0, 0) url('/img/Backgrounds/welcome-bg-temp.svg') no-repeat scroll center
    center / cover;
}

.download-area {
  background: rgba(0, 0, 0, 0) url('/img/Backgrounds/welcome-bg-temp.svg') no-repeat fixed center
    center / cover;
}

.subscribe-area {
  background: rgba(0, 0, 0, 0) url('/img/subscribe-bg.png') no-repeat scroll center center / cover;
}

.breadcrumb-area {
  background: rgba(0, 0, 0, 0) url('/img/Blogs/blog-bg3.svg') no-repeat scroll center center / cover;
}
.breadcrumb-short {
  background: rgba(0, 0, 0, 0) url('/img/Backgrounds/breadcrumb-smallNew.svg') no-repeat scroll
    center center / cover;
}
.blog .breadcrumb-area {
  background: rgba(0, 0, 0, 0) url('/img/Blogs/blog-bg3.svg') no-repeat scroll center center / cover;
}

.inner-area {
  background: rgba(0, 0, 0, 0) url('/img/Backgrounds/welcome-bg.jpg') no-repeat scroll center center /
    cover;
}

.download-page .welcome-area {
  background: rgba(0, 0, 0, 0) url('/img/download.jpg') no-repeat scroll center center / cover;
}

.inner .welcome-area {
  background: rgba(0, 0, 0, 0) url('/img/inner-bg.jpg') no-repeat scroll center center / cover;
}
.work-area {
  background: rgba(0, 0, 0, 0) url('/img//Backgrounds/work-bg.jpg') no-repeat fixed center center /
    cover;
}

@-webkit-keyframes slide {
  0%,
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
  }
}

@keyframes slide {
  0%,
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
  }
}

/* ******************************
:: 6.0 LANDING PAGE
****************************** */

/* ******************************
:: 6.1 SCROLL TO TOP AREA CSS
****************************** */
#scrollUp {
  position: fixed;
  right: 2%;
  bottom: 3%;
  height: 45px;
  width: 40px;
  border-radius: 4px;
  background-color: rgba(35, 35, 35, 0.65);
  text-align: center;
  cursor: pointer;
  z-index: 500;
  display: none;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

#scrollUp > svg {
  display: block;
  height: 100%;
  font-size: 22px;
  color: #fff;
  margin: 0 auto;
}

#scrollUp:hover {
  background-color: #666;
}

.goBack {
  position: fixed;
  left: 2%;
  top: 2%;
  height: 45px;
  width: 40px;
  border-radius: 4px;
  background-color: rgba(35, 35, 35, 0.65);
  text-align: center;
  cursor: pointer;
  z-index: 5000000000000;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.goBack > svg {
  display: block;
  height: 100%;
  font-size: 22px;
  color: #fff;
  margin: 0 auto;
}

.goBack:hover {
  background-color: #666;
}

/* ******************************
:: 6.2 HEADERS
****************************** */
/* LANDING HEADER */

.navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
}

.navbar .navbar-nav .nav-link {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.navbar .navbar-brand-sticky {
  display: none;
}

.navbar-sticky {
  -webkit-transition: none;
  transition: none;
}

.navbar-sticky-transitioned {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.navbar-sticky-moved-up {
  position: fixed;
  top: 0;
  background: #fff;
  margin-top: -100px;
}

[data-theme='dark'] .navbar-sticky-moved-up {
  background: #01081f;
  -webkit-box-shadow: 0 4px 25px rgba(30, 39, 69, 0.3), 0 1px 0px rgba(30, 39, 69, 0.4);
  box-shadow: 0 4px 25px rgba(30, 39, 69, 0.3), 0 1px 0px rgba(30, 39, 69, 0.4);
}

.navbar-sticky-on {
  margin-top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
}

.navbar-sticky-on .navbar-brand-regular {
  display: none;
}

.navbar-sticky-on .navbar-brand-sticky {
  display: inline;
}

/*NAVBAR DARK*/
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.navbar-dark .btn-outline {
  color: #fff;
}

.navbar-dark.navbar-sticky-on .navbar-nav .nav-link {
  color: #7e8085;
}

[data-theme='dark'] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link {
  color: #e7eaee;
}

.navbar-dark.navbar-sticky-on .navbar-nav .nav-link:hover,
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link:focus,
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link.active,
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link.current-menu-item {
  color: #2c2e30;
}

[data-theme='dark'] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link:hover,
[data-theme='dark'] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link:focus,
[data-theme='dark'] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link.active,
[data-theme='dark'] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link.current-menu-item {
  color: #d2d5da;
}

/* Shared Header */

.shared-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 49px;
}

.basic-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 49px;
  background: transparent;
}

.color-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 49px;
  background: rgb(110, 51, 143);
  background: linear-gradient(200deg, rgba(110, 51, 143, 1) 6%, rgba(34, 105, 159, 1) 67%);
}

.header-icons {
  font-size: 20px;
  color: white;
  margin-right: 25px;
}

/*---------- bootstrap nav custom hover ----------*/
.dropdown-menu {
  border: 0;
  padding: 0.625rem 0;
  margin: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.dropdown-menu > li {
  padding: 0 0.625rem;
}

.dropdown > .dropdown-menu:before {
  content: '';
  position: absolute !important;
  top: -10px;
  right: auto;
  bottom: auto;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.dropdown-submenu > .dropdown-menu:before {
  content: '';
  position: absolute !important;
  top: 30px;
  right: auto;
  bottom: auto;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
}

.dropdown-item {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #2c2e30;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.dropdown-item.active,
.dropdown-item:active {
  background: #f8f9fa;
  color: #2c2e30;
}

.dropdown-divider {
  border-color: #8d98b7;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}

/*  mainmenu caret */
.dropdown-toggle:after {
  margin-left: 4px;
  vertical-align: 1px;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  color: #d3d3d3;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/*  submenu caret */
.dropdown-submenu .dropdown-toggle:after {
  position: absolute;
  right: 24px;
  top: 20px;
  color: #d3d3d3;
}

.dropdown-submenu:hover .dropdown-toggle:after {
  text-decoration: underline;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.custom-dropdown-menu {
  background: transparent;
}

/* ******************************
:: 6.3 WELCOME AREA CSS
****************************** */
.welcome-area {
  height: 800px;
  z-index: 1;
}

.welcome-thumb {
  max-width: 300px;
}

.welcome-area-input {
  height: 45px;
  width: 72%;
  max-width: 300px;
  border: 2px solid white;
  border-radius: 5px;
  background-color: transparent;
  color: white;
  vertical-align: middle;
  padding-left: 10px;
}
.welcome-area-input:focus {
  outline: none;
}

.welcome-area-input:focus::-webkit-input-placeholder {
  opacity: 0.5;
}

.welcome-area-input::placeholder {
  color: white;
}

.blog-area-input:focus {
  outline: none;
}

.blog-area-input:focus::-webkit-input-placeholder {
  opacity: 0.5;
}

.blog-area-input::placeholder {
  color: white;
}

.blog-text-blur {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(255, 255, 255, 0.7105217086834734) 100%
  );
}

.welcome-area-button {
  height: 45px;
  width: 24%;
  max-width: 100px;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 5px;
  margin-left: 10px;
  color: white;
  font-size: 18px;
  vertical-align: middle;
}

.welcome-area-button:hover {
  -webkit-box-shadow: 1px 3px 28px 0px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 1px 3px 28px 0px rgba(255, 255, 255, 0.3);
  box-shadow: 1px 3px 28px 0px rgba(255, 255, 255, 0.3);
}

@-webkit-keyframes grow {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes grow {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

.welcome-area.bg-overlay::after {
  z-index: -2;
}

.welcome-area .shape-bottom {
  z-index: -1;
}

/* ******************************
:: 6.4 COUNTER AREA CSS
****************************** */
.single-counter {
  position: relative;
}

.counter-area .col-5.single-counter:last-of-type::after {
  display: none;
}

.single-counter span {
  font-size: 3em;
  background: rgb(110, 51, 143);
  background: linear-gradient(200deg, rgba(110, 51, 143, 1) 6%, rgba(34, 105, 159, 1) 67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Feature Area */

.appTypeListItem {
  color: #95969e;
  font-size: 17px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: default;
  margin-bottom: 1em;
  max-width: 280px;
}

.appTypeListItem:hover {
  color: #565656;
}

.examplesIconListContainer {
  cursor: default;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25em;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  font-size: 26px;
}

.features-area.style-two .image-box {
  position: relative;
  -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.18);
  border-radius: 1.5rem;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition-delay: 0.1s;
}

.features-area.style-two .image-box:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
  transition-delay: 0.1s;
}

.rotateTransitionContainer {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-property: transform;
  transition-duration: 400ms;
  transition-timing-function: ease-in-out;
  min-height: 460;
}

.app-examples-small {
  height: 305px;
  width: 156px;
  border: 5px solid #d1d7e0;
  border-radius: 12px;
  flex-shrink: 0;
  position: relative;
  -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.5);
  background: white;
}

.app-examples {
  height: 470px;
  width: 240px;
  border: 10px solid #f6f9fe;
  flex-shrink: 0;
  border-radius: 19px;
  position: relative;
  -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.18);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition-delay: 0.1s;
  background: white;
}

.app-examples:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
  transition-delay: 0.1s;
}

.howPhone {
  height: 470px;
  width: 240px;
  border: 10px solid black;
  flex-shrink: 0;
  border-radius: 24px;
  position: relative;
  -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.18);
  background: white;
  overflow: hidden;
}

.example-large-info-container {
  margin: 1.5rem;
  display: flex;
  align-items: flex-start;
  padding-bottom: 1rem;
  width: 50%;
  max-width: 400px;
  transition-property: opacity;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
}

.example-large-info-header {
  height: 60px;
  font-size: 30px;
  color: black;
  background-image: url('/img/Landing Page Demos/gridSVG.png');
  background-size: cover;
  display: flex;
  align-items: center;
  padding-left: 1.5rem;
  width: 100%;
}

.example-trans-sm {
  position: absolute;
  flex-shrink: 0;
  transition-property: transform;
  transition-duration: 400ms;
  transition-timing-function: ease-in-out;
  transition-delay: 0ms;
}

.generic-bounce-box: {
  position: relative;
  -webkit-transition: -webkit-transform 1s ease 0.5s;
  transition: -webkit-transform 1s ease 0.5s;
  transition: transform 1s ease 0.5s;
  transition: transform 1s ease 0.5s, -webkit-transform 1s ease 0.5s;
  transition-delay: 0.1s;
}

.generic-bounce-box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  transition-delay: 0.1s;
}

.generic-bounce-box-sm: {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition-delay: 0.1s;
}

.generic-bounce-box-sm:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  transition-delay: 0.1s;
}

/* ******************************
:: 6.5 SERVICE AREA CSS
****************************** */
.service-container {
  overflow: hidden;
  background-color: #f6f9fe;
}
.service-icon span {
  height: 54px;
  width: 54px;
  display: inline-block;
  text-align: center;
  line-height: 54px;
  font-size: 24px;
  color: #7c4fe0;
  border-radius: 4px;
  /* background-color: #fff; */
  /* border: 1px solid rgba(0, 0, 0, 0.1); */
  /* -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); */
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.service-list.style-two > li {
  list-style: disc;
  margin-left: 1rem;
}

/* ******************************
::  6.6 DISCOVER AREA CSS
****************************** */
.list-box .icon {
  color: #764fe0;
}

@media (max-width: 575px) {
  .discover-thumb {
    max-width: 300px;
  }
}

/* ******************************
:: 6.7 WORK AREA CSS
****************************** */
.single-work {
  position: relative;
}

.single-work::after {
  position: absolute;
  content: '\f054';
  font-size: 45px;
  font-weight: 900;
  color: #fff;
  font-family: 'Font Awesome 5 Free';
  top: 50%;
  right: 0;
  margin-right: -50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.single-work:hover::after {
  -webkit-transform: translateX(5px) translateY(-50%);
  transform: translateX(5px) translateY(-50%);
}

.work-area .col-12:last-of-type .single-work::after {
  display: none;
}

@media (max-width: 767px) {
  .single-work::after {
    display: none;
  }
}

/* ******************************
:: 6.8 PRICE PLAN AREA CSS
****************************** */
.single-price-plan {
  -webkit-box-shadow: 0 0.393rem 0.875rem rgba(45, 49, 54, 0.09);
  box-shadow: 0 0.313rem 0.875rem rgba(45, 49, 54, 0.09);
  background-color: #fff;
  border-radius: 1rem;
}

.plan-title > h3 {
  letter-spacing: 3px;
  opacity: 0.8;
}

.plan-price > h1 > small {
  font-size: 60%;
}

.plan-button {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* ******************************
:: 6.9 FAQ AREA CSS
****************************** */
.card-header .btn {
  position: relative;
  display: block;
  font-size: 16px;
  width: 100%;
  background: transparent;
  color: #222;
  text-align: left;
}

.card-header .btn.collapsed {
  color: #444;
}

.card-header .btn:hover,
.card-header .btn:focus,
.card-header .btn:active {
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

.card-header .btn::after,
.card-header .btn.collapsed::after {
  position: absolute;
  top: 50%;
  left: calc(100% - 1.25rem);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
}

.card-header .btn::after {
  content: '\f107';
}

.card-header .btn.collapsed::after {
  content: '\f105';
}

.faq-area.style-two .card-header .btn::after {
  display: none;
}

.faq-area.style-two .card-header .btn {
  cursor: inherit;
}

/* ******************************
:: 6.10 SUBSCRIBE AREA CSS
****************************** */
.form-control {
  font-size: 15px;
  height: 60px;
  border: none;
  outline: none;
  padding-left: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.form-control:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.subscribe-form .form-group input {
  display: block;
  text-align: center;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.subscribe-form .form-group input::-webkit-input-placeholder {
  text-align: center;
}

.subscribe-form .form-group input:-ms-input-placeholder {
  text-align: center;
}

.subscribe-form .form-group input::placeholder {
  text-align: center;
}

.subscribe-form button {
  height: 60px;
  border-radius: 8px;
  background: #7c4fe0 !important;
}

/* ******************************
:: 6.11 CONTACT AREA CSS
****************************** */
.contact-us .social-icon {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background: rgb(110, 51, 143);
  background: linear-gradient(200deg, rgba(110, 51, 143, 1) 6%, rgba(34, 105, 159, 1) 67%);
}

.contact-box .form-group input,
.contact-box .form-group textarea {
  font-size: 14px;
  height: 50px;
  padding: 0 15px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-box .form-group textarea {
  height: 160px;
  padding: 15px;
}

.contact-box .form-group input::-webkit-input-placeholder,
.contact-box .form-group textarea::-webkit-input-placeholder {
  color: rgba(68, 68, 68, 0.6);
}

.contact-box .form-group input:-ms-input-placeholder,
.contact-box .form-group textarea:-ms-input-placeholder {
  color: rgba(68, 68, 68, 0.6);
}

.contact-box .form-group input::placeholder,
.contact-box .form-group textarea::placeholder {
  color: rgba(68, 68, 68, 0.6);
}

.contact-box button {
  height: 60px;
  border-radius: 8px;
}

/* ******************************
:: 6.12 FOOTER AREA CSS
****************************** */
.height-emulator {
  float: left;
  height: 460px;
}

.footer-area .social-icons > a {
  width: 40px;
  height: 40px;
  font-size: 18px;
}

.footer-area .social-icons > a:hover svg:first-child {
  margin-top: -40px;
}

.copyright-area {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

/* ******************************
:: 6.13 ERROR AREA CSS
****************************** */
.error-area h1 {
  font-size: 18vmax;
}

@media (max-width: 767px) {
  .error-area h1 {
    font-size: 8em !important;
  }
}

@media (max-width: 575px) {
  .error-area h1 {
    font-size: 7em !important;
  }
}

/* ******************************
:: 7 BLOG
****************************** */

/* ******************************
:: 7.1 BLOG AREA CSS
****************************** */
.blog-area {
  z-index: 1;
}

.blog-spacing {
  margin-top: 2.5em;
  margin-bottom: 1.5em;
}

.single-blog {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

.blog-search-input {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  padding-left: 10px;
}

.blog-search-input:focus {
  outline: none;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
  padding-left: 10px;
}

.blog-text {
  font-size: 17px;
  font-weight: 300 !important;
  line-height: 24px;
  color: #565656;
  margin-bottom: 0;
}

.blog-subtitle {
  font-size: 28px !important;
}

.blog-header {
  font-size: 36px;
}

.single-blog-details {
  background-color: #fff;
}

.blog-thumb img {
  display: block;
  width: 100%;
  border-radius: 4px 4px 4px 4px;
}
.blog-content {
  background: #fff !important;
}

.blog-content > p {
  line-height: 1.8;
}

.blog-btn {
  position: relative;
  display: inline-block;
}

.blog-btn::after {
  position: absolute;
  content: '\f101';
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  opacity: 0;
  visibility: hidden;
  top: 50%;
  -webkit-transform: translateX(3px) translateY(-50%);
  transform: translateX(3px) translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.blog-btn:hover::after,
.blog-btn:focus::after {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transform: translateX(5px) translateY(-50%);
  transform: translateX(5px) translateY(-50%);
}

.single-blog:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
}

/* ******************************
:: 7.2 BREADCRUMB AREA CSS
****************************** */
.breadcrumb-area {
  height: 420px;
  z-index: 1;
}

.breadcrumb-short {
  height: 250px;
  z-index: 1;
}

.breadcrumb-content > h3 {
  font-size: 38px;
}

.breadcrumb {
  background-color: transparent;
  margin: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: '>';
  color: #fff;
}

.blog .breadcrumb-item > a,
.blog .breadcrumb-item,
.blog .breadcrumb-item::before,
.blog .breadcrumb-item.active {
  color: #fff;
}

/* ******************************
:: 7.3 BLOG PAGE AREA CSS
****************************** */
.blog .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.blog .single-blog {
  margin-bottom: 45px;
}

.pagination > li > a {
  font-size: 14px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
  border: 1px solid #444;
  color: #444;
  text-align: center;
}

.pagination li:first-child a,
.pagination li:last-child a {
  display: block;
  border: none;
  position: relative;
}

.pagination li:first-child:hover a,
.pagination li:last-child:hover a {
  background: none;
  color: inherit;
  border: none;
}

.pagination li:first-child:hover a {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}

.pagination li:last-child:hover a {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

/* **********************************
:: 7.4 BLOG PAGE DETAILS AREA CSS
*************************************/
/*Single Widget*/
.single-widget {
  margin-bottom: 35px;
}

.widget-content {
  position: relative;
}

/*Search Widget*/
.search-widget input {
  background-color: #f7f7f7;
  border: 1px solid #eee;
  color: #444;
  height: 45px;
  padding: 10px 15px;
  width: 100%;
  -webkit-transition: -webkit-box-shadow 1s ease 0s;
  transition: -webkit-box-shadow 1s ease 0s;
  transition: box-shadow 1s ease 0s;
  transition: box-shadow 1s ease 0s, -webkit-box-shadow 1s ease 0s;
}

.search-widget input:focus {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

/*Catagory Widget*/
.widget .single-accordion {
  border: 1px solid #eee;
  border-radius: 4px;
}

.widget .single-accordion h5 a {
  color: #444;
  border-bottom: 1px solid #eee;
}

.widget-items li a {
  position: relative;
  border-bottom: 1px solid #eee;
}

.widget-items li a.active {
  color: #7c4fe0;
}

.widget-items li a::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 0px;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}

.widget-items li a:hover,
.widget-items li a:focus,
.widget-items li a.active {
  background-color: #f7f7f7;
}

.widget-items li a:hover::before,
.widget-items li a:focus::before,
.widget-items li a.active::before {
  width: 2px;
  background-color: #7c4fe0;
}

.widget-items li a span {
  line-height: 1.4;
}

/*Post Widget*/
.post-thumb img {
  border: 1px solid #eee;
}

.post-widget .widget-items .post-date {
  font-size: 13px;
  line-height: 1;
}

.post-content h6 {
  font-weight: 500;
  line-height: 20px;
}

@media (max-width: 991px) {
  .post-content h6 {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .post-content h6 {
    font-size: 16px;
  }
}

/*Tags Widget*/
.tags-widget .single-accordion {
  border: none;
}

.tags-widget-items a {
  border: 1px solid #e5e5e5;
  font-size: 12px;
  font-weight: 500;
}

/*Blog Details*/
.sApp-blog .meta-info {
  border-bottom: 1px solid #eee;
}

.meta-info > ul > li {
  position: relative;
}

.meta-info > ul > li::after {
  position: absolute;
  content: '';
  height: 30%;
  width: 2px;
  background-color: #777;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.meta-info > ul > li:last-child::after {
  display: none;
}

.sApp-blog .blog-share a {
  padding: 0 10px;
}

.authorLink {
  font-size: 18px;
  margin: 5px;
  margin-left: 0;
}

.authorLink.insta {
  color: #f46f30 !important;
}

.authorLink.linkedin {
  color: #3176b0;
}

.blog-share .social-icons > a {
  width: 30px;
  height: 30px;
  font-size: 14px;
}

.instagram {
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}

.blog-share .social-icons > a.facebook:hover {
  background-color: #3b5999 !important;
  color: #fff;
}

.blog-share .social-icons > a.twitter:hover {
  background-color: #55acee !important;
  color: #fff;
}

.blog-share .social-icons > a.google-plus:hover {
  background-color: #dd4b39 !important;
  color: #fff;
}

.blog-share .social-icons svg {
  line-height: 30px;
}

.blog-share .social-icons > a:hover svg:first-child {
  margin-top: -30px;
}

.sApp-blog .blog-details .blog-title > a {
  font-size: 24px;
}

.blockquote {
  background-color: #f7f7f7;
  position: relative;
}

.blockquote::after {
  position: absolute;
  content: '';
  height: 100%;
  width: 2px;
  top: 0;
  left: 0;
  background-color: #7c4fe0;
}

.blog-comments {
  margin-top: 20px;
}

.admin {
  border-top: 1px solid #e5e5e5;
}

.admin-thumb img,
.comments-thumb img {
  border: 1px solid #eee;
}

.comments,
.blog-contact {
  margin-left: 200px;
}

@media (max-width: 767px) {
  .comments,
  .blog-contact {
    margin-left: 0;
  }
}

.single-comments {
  border: 1px solid #eee;
  margin-bottom: 1rem;
}

.single-comments:last-of-type {
  margin-bottom: 0;
}

.comments-content > h5 > a:last-child {
  font-size: 14px;
  font-weight: 500;
  color: #7c4fe0;
}

.contact-box.comment-box {
  text-align: left;
}

.contact-box.comment-box .form-group input {
  font-size: 15px;
  border: 1px solid #e5e5e5;
}

.contact-box.comment-box .form-group textarea {
  font-size: 15px;
  border: 1px solid #e5e5e5;
  height: 150px;
}

.recent-blog-area {
  padding-top: 80px;
}

/* ******************************
:: 8.0 DATABASE PLAYGROUND CSS
****************************** */

.toolbox-button {
  height: 50px;
  align-items: center;
  background: #ecf0f5;
  border-radius: 5px;
}

.toolbox-button:focus {
  outline: none;
}

.toolbox-button:hover {
  background-color: #ecf0f5;
  border-radius: 5px;
}

.databaseNav {
  border-radius: 10px 0px 0px 0px;
}

/* ******************************
:: 9.0 ACCOUNT CSS
****************************** */

.account-details-box {
  position: relative;
  border-radius: 0.5rem;
  background: white;
}

.bulk-email::placeholder {
  padding-left: 10px;
}

.account-nav-selected {
  color: black;
}

.account-link-background {
  background: transparent;
  position: absolute;
  transition: background 1.2s;
}

.account-activated-link-background {
  background: rgb(236, 240, 245);
  position: absolute;
  transition: background 1.2s;
}

.modal-close-button {
  background: rgba(0, 0, 0, 0.25);
}

.modal-close-button:hover {
  background: rgba(0, 0, 0, 0.5);
}
/* ******************************
:: 10.0 TOGGLE CSS
****************************** */

.device-toggle {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  width: 150px;
  height: 28px;
  background: #ecf0f5;
  border-radius: 18px;
  border: 2px solid #ecf0f5;
}

.device-toggle2 {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  width: 110px;
  height: 28px;
  background: #ecf0f5;
  border-radius: 18px;
  border: 2px solid #ecf0f5;
}

.device-toggle button,
.device-toggle2 button {
  background-color: transparent;
  border: none;
  border-radius: 16px;
  color: #5b708b;
  cursor: pointer;
  width: calc(100% - 4px);
  line-height: 21px;
  padding-top: 3px;
  transition: 200ms background-color ease, 200ms color ease;
}

.device-toggle button:focus,
.device-toggle button:active,
.device-toggle2 button:focus,
.device-toggle2 button:active {
  outline: none;
}

.device-toggle button.is-selected,
.device-toggle2 button.is-selected {
  background: rgb(110, 51, 143);
  background: linear-gradient(200deg, rgba(110, 51, 143, 1) 6%, rgba(34, 105, 159, 1) 67%);
  color: white;
  font-weight: 600;
  box-shadow: 0px 2px 3px rgba(0, 16, 46, 0.15);
}

.device-toggle2 button.is-not-selected {
  background: white;
  color: #5b708b;
  font-weight: 600;
  box-shadow: 0px 2px 3px rgba(0, 16, 46, 0.2);
}

/* //left panel switch button display  */

.device-toggle3 {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 55px;
  height: 20px;
  background: rgba(56, 128, 255, 0.7);
  border-radius: 4px;
  padding-left: 1px;
  padding-right: 1px;
}

.device-toggle3 button {
  background-color: transparent;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  width: calc(100% - 4px);
  padding-top: 1px;
  transition: 200ms background-color ease, 200ms color ease;
  font-size: 10px;
  line-height: 17px;
}

.device-toggle3 button:focus,
.device-toggle3 button:active {
  outline: none;
}

.device-toggle3 button.is-selected {
  background: rgb(255, 255, 255);
  color: black;
  font-weight: 400;
  box-shadow: 0px 2px 3px rgba(0, 16, 46, 0.02);
}

.label-placement-navigator-selected {
  color: white;
}

.not-selected {
  color: #555;
}

/* ******************************
:: 11.0 FRONTEND PLAYGROUND CSS
****************************** */

.change-page-arrow {
  opacity: 0.4;
}

.change-page-arrow:hover {
  opacity: 1;
}

.hover-background {
  background: white;
}

.hover-background:hover {
  background: linear-gradient(200deg, rgba(110, 51, 143, 0.4) 6%, rgba(34, 105, 159, 0.4) 67%);
}

.hover-text-white {
  color: rgb(86, 86, 86);
}

.hover-text-white:hover {
  color: white;
}

.designer-scroll-hide::-webkit-scrollbar {
  display: none;
}

.designer-scroll-hide {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.icon-menu-loading {
  opacity: 1;
  transition: opacity 500ms ease-in-out 0.1;
}

.icon-menu-loaded {
  opacity: 0;
}

.variables-drag-icon {
  display: none;
  position: absolute;
  font-size: 16px;
  left: -15px;
}

.variables-item:hover .variables-drag-icon {
  display: block;
}

.variables-item {
  height: 46px;
  width: 100%;
  padding: 3px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
  position: relative;
}

.variables-item-hover:hover {
  background: rgb(236, 240, 245);
}

.variables-option-button {
  background: rgb(236, 240, 245);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.variables-option-button:hover {
  background: #babec2;
  color: black;
}

.variables-item:hover .variables-option-button {
  background: #babec2;
}

.bloks-editor-button {
  border: 1px solid rgba(0, 0, 0, 0.26);
  border-radius: 4px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.bloks-editor-button:hover {
  border: 1px solid rgba(0, 0, 0, 0.87);
}

.bloks-editor-content {
  color: rgba(86, 86, 86, 0.87);
}

.bloks-editor-content:hover {
  color: rgb(34, 105, 159);
}

.bloks-editor-button-label {
  position: absolute;
  top: -7px;
  left: 8px;
  font-size: 12px;
  font-family: 'Roboto', 'Helvetica', 'Ariel', 'sans-serif';
  background: rgb(255, 255, 255);
  background: 'white';
  padding-left: 3px;
  padding-right: 3px;
  letter-spacing: 0.00938em;
  line-height: 1;
  color: rgba(56, 128, 220, 1);
}

.bloks-editor-button-no-flex {
  border: 1px solid rgba(0, 0, 0, 0.26);
  position: relative;
  border-radius: 4px;
}

.editor-hover:hover {
  background: rgba(56, 128, 255, 0.35);
  border-radius: 4px;
}

.editor-icon-hover {
  color: rgba(86, 86, 86, 1);
}

.editor-icon-hover:hover {
  color: rgba(54, 104, 154, 1);
}

.editor-font-input {
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  transition: border 500ms;
}

.editor-font-input:focus {
  outline-width: 0;
  border-bottom: 2px solid #3880ff;
  border-radius: 0;
}

.text-variable {
  background: #7af09a;
  border-radius: 10px;
  white-space: nowrap;
}

.bloks-btn {
  height: 30px;
  border: 1px solid #3880ff;
  color: #3880ff;
  font-size: 14px;
  background: #fff;
  border-radius: 4px;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.bloks-button-animation:active {
  padding: 2px 0 0 0;
}

.bloks-no-copy {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.bloks-shadow {
  box-shadow: 0 0.35rem 1rem rgba(0, 0, 0, 0.25) !important;
}

/* sliders */

.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: '';
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 17px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Left and Right Panel */
.icon-search {
  border: 2px solid transparent;
  border-radius: 3px;
}
.icon-search:focus {
  border: 2px solid rgba(53, 104, 154, 1);
  outline: none !important;
}

.editor-panel {
  background: white;
  border-radius: 4px 0px 0px 4px;
}

.componentNameInput {
  outline: none;
}

.font-selectors {
  min-width: 80px;
  margin-right: 0.5em;
}

.ion-page.ios {
  border-radius: 54px;
}

.ion-page.android {
  border-radius: 44px;
}

.designer-playground-panel {
  transition-delay: 1s;
}

.designer-playground-panel-closed {
  background: white;
  transition-delay: 1s;
}

.editorPanelTransition-enter {
  width: 0;
}
.editorPanelTransition-enter-active {
  width: 300;
  transition: width 300ms ease-in-out;
}
.editorPanelTransition-exit {
  width: 300;
}
.editorPanelTransition-exit-active {
  width: 0;
  transition: width 300ms ease-in-out;
}

.rating-highlight:hover {
  -webkit-filter: drop-shadow(0px 0px 1px rgba(10, 22, 250, 1));
  filter: drop-shadow(0px 0px 1px rgba(10, 22, 250, 1));
}

@keyframes page-tab-grows {
  from {
    width: 80px;
  }
  to {
    width: 85px;
  }
}

.page-tab {
  font-size: 14px;
  background: #ecf0f5;
  width: 80px;
  height: 40px;
  cursor: default;
  -webkit-box-shadow: 4px 4px 7px -3px rgba(140, 138, 140, 0.48);
  -moz-box-shadow: 4px 4px 7px -3px rgba(140, 138, 140, 0.48);
  box-shadow: 4px 4px 7px -3px rgba(140, 138, 140, 0.48);
}

.page-tab:hover {
  font-size: 15px;
  transition-delay: 100ms;
}

.dashboard-gradiant-text {
  font-size: 26px;
  background: rgb(110, 51, 143);
  background: linear-gradient(200deg, rgba(110, 51, 143, 1) 6%, rgba(34, 105, 159, 1) 67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-tab-select {
  font-size: 15px;
  opacity: 1;
  width: 85px;
  background: white;
  cursor: default;
  animation-name: page-tab-grows;
  animation-duration: 250ms;
  height: 40px;
  -webkit-box-shadow: 4px 4px 7px -3px rgba(140, 138, 140, 0.48);
  -moz-box-shadow: 4px 4px 7px -3px rgba(140, 138, 140, 0.48);
  box-shadow: 4px 4px 7px -3px rgba(140, 138, 140, 0.48);
}

.page-delete-btn {
  display: none;
  transition-delay: 2s;
}

.page-tab-select:hover ~ .page-delete-btn {
  display: block;
  transition-delay: 2s;
  font-size: 14;
  color: black;
  margin-top: 3px;
  margin-left: 5px;
  opacity: 0.5;
}

.add-page-tab-icon:hover {
  font-size: 16px;
}

.left-panel-phone {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.left-panel-phone:hover {
  box-shadow: 0 0.125rem 0.75rem rgba(34, 105, 159, 0.6) !important;
}

.page-menu-button {
  border: 1px solid rgba(0, 0, 0, 0.23);
}

.page-menu-button:hover {
  border: 1px solid rgba(0, 0, 0, 0.54);
}

.change-page-item {
  background: rgb(255, 255, 255, 0);
}

.change-page-item:hover {
  background: rgba(236, 240, 245, 0.45);
}

.left-panel-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #565656;
  padding-top: 9px;
  width: 100px;
  background: #fff;
  border-radius: 8px;
  margin: 1em;
  cursor: default;
}

.left-panel-selected-button {
  border-width: 1px;
  border-style: solid;
  border-color: linear-gradient(200deg, rgba(110, 51, 143, 1) 6%, rgba(34, 105, 159, 1) 67%);
}

.component-fade-out {
  background: rgb(236, 240, 245);
  background: linear-gradient(0deg, rgba(236, 240, 245, 1) 0%, rgba(255, 255, 255, 0) 29%);
}

.tab-select {
  font-size: 16px;
  color: #555;
  background: transparent;
  height: 30px;
  width: 110%;
  margin-left: -5%;
  font-weight: 100 !important;
}

.tab-selected {
  font-size: 16px;
  color: #5c49d1;
  border-bottom: 2px solid #5c49d1;
  background: transparent;
  height: 30px;
  width: 110%;
  margin-left: -5%;
}

.tab-selected:focus,
.tab-select:focus {
  outline: none;
}

.dialog-popups {
  display: none;
}

.left-info-hover:hover ~ .dialog-popups {
  display: block;
  position: absolute;
  left: 300px;
  width: 200px;
  height: 300px;
  top: 10px;
  background: white;
  border-radius: 8px;
}

/* Header of Accordians */

.bloks-accordian-header {
  height: 35px;
  font-size: 16px;
  font-weight: 200 !important;
}

/* Subheader of Accordians */

.editor-panel-title {
  font-size: 16px;
  font-weight: 200 !important;
  line-height: 1;
  margin-bottom: 0.75em;
}

.sub-header {
  font-size: 16px;
  font-weight: 200 !important;
}

.medium-header {
  font-size: 14px;
  font-weight: 200 !important;
}

.sub-sub-header {
  font-size: 13px;
  font-weight: 200 !important;
}

/* Styling for rows within Accordian */

.editor-row {
  height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
}

.editor-detail-selector {
  width: 70px;
}

.font-button {
  background: transparent;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-font-button {
  background: transparent;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.font-button-selected {
  background: linear-gradient(200deg, rgba(110, 51, 143, 0.2) 6%, rgba(34, 105, 159, 0.2) 67%);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-font-button-selected {
  background: linear-gradient(200deg, rgba(110, 51, 143, 0.5) 6%, rgba(34, 105, 159, 0.5) 67%);
  width: 24px;
  height: 24px;
  border-radius: 5px;
}

.font-button:focus {
  outline: none;
}

.font-button-selected:focus {
  outline: none;
}

.border-button {
  background: transparent;
  width: 24px;
  height: 24px;
  border-radius: 5px;
}

.border-button-selected {
  background: linear-gradient(200deg, rgba(110, 51, 143, 0.2) 6%, rgba(34, 105, 159, 0.2) 67%);
  width: 24px;
  height: 24px;
  border-radius: 3px;
}

.border-button:focus {
  outline: none;
}

.border-button-selected:focus {
  outline: none;
}

.selector-button:focus {
  outline: none;
}

/* Radio Buttons */

.bloks-radio {
  border: 1.2px solid #555;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-bottom: 0.5rem;
}

.bloks-radio-selected {
  border: 2px solid #5c49d1;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bloks-radio-selected-2 {
  background: #5c49d1;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.bloks-radio:hover {
  box-shadow: 0 0 0 8px #e1dfe6;
  -moz-box-shadow: 0 0 0 8px #e1dfe6;
  -webkit-box-shadow: 0 0 0 8px #e1dfe6;
  -o-box-shadow: 0 0 0 8px #e1dfe6;
}

.bloks-radio-container {
  height: 25px;
  display: flex;
  align-items: center;
}

/* info pop ups */

.info-section {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 2147483638;
  max-width: 250px;
  right: 170px;
}

.add-logo-section {
  display: none;
  position: absolute;
  z-index: 2147483638;
  left: 75px;
}

.add-logo-hover:hover .add-logo-section {
  display: block;
}

.field-modal-popup {
  display: none;
  position: absolute;
  width: 250px;
  background: white;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 100000000;
}

.field-modal-hover:hover .field-modal-popup {
  display: block;
}

.select-new-logo-button {
  position: absolute;
  left: 55;
  bottom: 5;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #5c49d1;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.add-logo-hover:hover .select-new-logo-button {
  opacity: 1;
}

.info-hover:hover .info-section {
  display: block;
}

.mui-text-editor-height {
  height: 25px !important;
}

.designer-database {
  background: #ecf0f5;
  transition: height 2s;
}

/* ******************************
:: 12 APP PLAYGROUND
****************************** */

.app-playground-main {
  background: rgb(110, 51, 143);
  background: linear-gradient(200deg, rgba(110, 51, 143, 1) 6%, rgba(34, 105, 159, 1) 67%);
}

.app-playground-content {
  border-radius: 10px 0px 0px 0px;
  -webkit-box-shadow: -2px -4px 25px -5px rgba(0, 0, 0, 0.68);
  -moz-box-shadow: -2px -4px 25px -5px rgba(0, 0, 0, 0.68);
  box-shadow: -2px -4px 25px -5px rgba(0, 0, 0, 0.68);
}

.app-playground-content-database {
  border-radius: 10px 0px 0px 0px;
  -webkit-box-shadow: -2px 25px 25px -5px rgba(0, 0, 0, 0.68);
  -moz-box-shadow: -2px 25px 25px -5px rgba(0, 0, 0, 0.68);
  box-shadow: -2px 25px 25px -5px rgba(0, 0, 0, 0.68);
}

/* SIDE NAV  */

.sideNav-button-area {
  height: 65px;
  width: 49px;
  text-align: center;
  padding-top: 20px;
}

.sideNav-active-background {
  font-size: 30px;
  filter: drop-shadow(0px 0px 7px rgba(255, 255, 255, 1));
}

.sideNav-nonactive-background {
  font-size: 25px;
  color: rgba(255, 255, 255, 0.7);
}

.sideNav-nonactive-background:hover {
  color: rgba(255, 255, 255, 1);
}

/* ******************************
:: 13 Stripe
****************************** */

.stripe-connect {
  display: inline-block;
  margin-bottom: 1px;

  background-image: -webkit-linear-gradient(#28a0e5, #015e94);
  background-image: -moz-linear-gradient(#28a0e5, #015e94);
  background-image: -ms-linear-gradient(#28a0e5, #015e94);
  background-image: linear-gradient(#28a0e5, #015e94);

  -webkit-font-smoothing: antialiased;
  border: 0;
  padding: 1px;
  height: 25px;
  text-decoration: none;
  width: 100%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;

  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);

  cursor: pointer;

  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.stripe-connect span {
  display: block;
  position: relative;
  height: 25px;

  background: #1275ff;
  background-image: -webkit-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-image: -moz-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-image: -ms-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-image: linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);

  font-size: 9px;
  line-height: 1;
  color: white;
  font-weight: bold;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);

  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);

  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.stripe-connect:active {
  background: #005d93;
}

.stripe-connect:active span {
  color: #eee;

  background: #008cdd;
  background-image: -webkit-linear-gradient(#008cdd, #008cdd 85%, #239adf);
  background-image: -moz-linear-gradient(#008cdd, #008cdd 85%, #239adf);
  background-image: -ms-linear-gradient(#008cdd, #008cdd 85%, #239adf);
  background-image: linear-gradient(#008cdd, #008cdd 85%, #239adf);

  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
}
