/*
*
*
******* :: 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
:: 14.0 Material Global Styles
:: 15.0 Editor Grid
****************************** */

/* ******************************
:: 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);

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

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

* {
  margin: 0;
  padding: 0;
}

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

.logo-font {
  font-family: 'aileron', sans-serif;
  font-size: 29px;
  color: white;
  cursor: default;
}

.main {
  background: #fff;
}

.popover {
  max-width: 380px !important;
}

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;
}

button {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-feature-settings: inherit;
  font-variant: inherit;
  line-height: 1;
  text-transform: none;
  -webkit-appearance: button;
}

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

bloks-h1 {
  font-size: 4em;
  font-weight: 600;
  line-height: 1.2;
  display: block;
  margin-bottom: 0.5rem;
}

bloks-h4 {
  font-size: 20px;
  display: block;
  margin-bottom: 0.5rem;
}

.bloks-a {
  color: #444;
  -webkit-transition: all 0.3s ease 0s!imp;
  transition: all 0.3s ease 0s;
  font-size: 16px !important;
}

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

.bloks-a,
.bloks-a:hover,
.bloks-a:focus,
.price-time {
  font-size: 12px;
  font-weight: 200;
}

.bloks-section-heading {
  margin-bottom: 80px;
}

.bloks-section-heading > span {
  color: #222;
}

.bloks-section-heading > h2 {
  position: relative;
}

.bloks-ptb_50 {
  padding: 50px 0;
}

.bloks-ptb_70 {
  padding: 70px 0;
}

.bloks-ptb_90 {
  padding: 70px 0;
}

.bloks-blue-hover:hover {
  color: rgb(35, 105, 159) !important;
}

.bloks-container-hover:hover {
  background: rgba(0, 0, 0, 0.05) !important;
}

.bloks-shadow-hover:hover {
  box-shadow: 0px 0px 2px 1px rgba(25, 105, 159, 1) !important;
}

.bloks-shadow-hover-lg:hover {
  box-shadow: 0px 0px 5px 2px rgba(35, 105, 159, 0.85) !important;
}

.bloks-section-heading {
  margin-bottom: 80px;
}

.bloks-section-heading > span {
  color: #222;
}

.bloks-section-heading > bloks-h2 {
  position: relative;
}

.bloks-section-heading > bloks-h2::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 70px;
  background: rgb(110, 51, 143);
  background: linear-gradient(200deg, rgba(110, 51, 143, 1) 6%, rgba(34, 105, 159, 1) 67%);
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

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

.service-bg {
  background: rgba(0, 0, 0, 0) url('/img/LandingPage/Service/gradiantBlob.svg') no-repeat scroll
    center center / cover;
}

strong {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 16px;
  font-weight: 500;
  color: #222;
  margin-bottom: 10px;
}

h1 {
  margin-top: 20px;
  font-size: 4em;
  font-weight: 500;
  line-height: 1.2;
}

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

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

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

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

a {
  color: var(--ion-color-primary, #3880ff);
  -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;
}

.change-password:hover,
.change-password:focus {
  color: #7c4fe0;
}

.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;
}

:root {
  --bloksblue: rgba(34, 105, 159);
}

.black {
  color: black;
}

.grey {
  color: #e1dfe6;
}

.bloks-blue {
  color: rgb(35, 105, 159);
}

.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;
}

.p-2-5 {
  padding: 0.75rem;
}

.pl-2-5 {
  padding-left: 0.75rem;
}

.pr-2-5 {
  padding-right: 0.75rem;
}

.pt-2-5 {
  padding-top: 0.75rem;
}

.pb-2-5 {
  padding-bottom: 0.75rem;
}

.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;
}

.ab00hw100 {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}

.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;
}

.jb-as {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.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;
}

.usn {
  user-select: none;
}

.ofya {
  overflow-y: auto;
}

.ofxh {
  overflow-x: hidden;
}

.back-t {
  background: transparent;
}

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

.ofh {
  overflow: hidden;
}

.ofv {
  overflow: visible;
}

.lh1 {
  line-height: 1;
}

.fs11 {
  font-size: 11px;
}

.fs12 {
  font-size: 12px;
}

.fs13 {
  font-size: 13px;
}

.fs16 {
  font-size: 16px;
}

.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-half {
  background: rgba(110, 51, 143, 0.9);
  background: linear-gradient(200deg, rgba(110, 51, 143, 0.9) 6%, rgba(34, 105, 159, 0.9) 67%);
}

.gradiant-2 {
  background: rgba(110, 51, 143, 0.6);
  background: linear-gradient(200deg, rgba(110, 51, 143, 0.6) 6%, rgba(34, 105, 159, 0.6) 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;
}

.db-variations-item-modal {
  background: rgba(0, 0, 0, 0.17);
  border-radius: 3px;
}

.db-variations-item {
  border: 1px solid white;
  background: rgba(0, 0, 0, 0.17);
  border-radius: 3px;
  margin-right: 0.3rem;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

.db-variations-item:hover {
  border: 1px solid rgb(35, 105, 159);
}

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

.jbot-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  padding-right: 40px;
}

.jbot-header {
  height: 30px;
  width: 260px;
  text-align: center;
  background: linear-gradient(200deg, rgb(110, 51, 143) 6%, rgb(34, 105, 159) 67%);
  color: white;
  border-radius: 4px 4px 0px 0px;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: default;
  padding-left: 12px;
  padding-right: 10px;
  margin-left: 6px;
}

.jbot-thread-wrapper {
  display: grid;
  height: 350px;
  width: 260px;
  background: white;
}

.jbot-thread {
  min-height: 50px;
  background: #ededed;
  border-top: 1px solid #adadad;
}

.feedback-modal-button {
  width: 40px;
  height: 30px;
  cursor: default;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.helpSection {
  font-size: 15px;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.helpHeader {
  color: black;
  font-size: 17px;
  margin-bottom: 0.3em;
  margin-top: 0.65em;
}

.helpHeader1 {
  color: black;
  font-size: 17px;
  margin-bottom: 0.3em;
}

.helpBoxWrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5em;
  margin-bottom: 1em;
  flex-wrap: wrap;
  width: 464px;
}

.helpBox {
  margin-bottom: 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em;
  position: relative;
  cursor: default;
  height: 110px;
  border-radius: 5px;
  width: 100%;
  max-width: 464px;
  box-shadow: 0 0.35rem 1rem rgba(0, 0, 0, 0.25);
}

.helpBoxText {
  width: 95%;
  height: 100%;
  padding-left: 0.5em;
  padding-top: 0.25em;
  padding-right: 14px;
}

.helpBoxIcon {
  font-size: 20px;
  color: rgba(35, 105, 159, 0.35);
}

.helpBox:hover .helpBoxIcon {
  color: rgb(35, 105, 159);
}

.helpBoxSmallWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  text-align: center;
}

.helpBoxSmall {
  height: 40px;
  width: 126px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 1.25em;
  padding: 0.3em;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
  box-shadow: 0 0.35rem 1rem rgba(0, 0, 0, 0.25);
}

.helpBoxSmall:hover {
  color: rgb(35, 105, 159);
  box-shadow: 0 0.35rem 1rem rgba(0, 0, 0, 0.15);
}

.helpSection span {
  color: rgba(35, 105, 159);
  cursor: default;
}

.helpSection span:hover {
  text-decoration-line: underline;
}

.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-image: url('/img/Backgrounds/signup-bg.svg'),
    linear-gradient(200deg, rgba(110, 51, 143, 1) 6%, rgba(34, 105, 159, 1) 67%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.breadcrumb-area {
  background: rgba(0, 0, 0, 0) url('/img/Blogs/blog-bg3.svg') no-repeat scroll center center / cover;
}
.breadcrumb-help {
  background: rgba(0, 0, 0, 0) url('/img/Backgrounds/breadcrumb-help.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;
}

.breadcrumb-my-apps {
  background: rgba(0, 0, 0, 0) url('/img/Backgrounds/breadcrumb-smallNew.svg') no-repeat scroll
    center center / cover;
}

.blog .breadcrumb-area {
  background-image: url('/img/Blogs/blog-bg3.svg'),
    linear-gradient(200deg, rgba(110, 51, 143, 1) 6%, rgba(34, 105, 159, 1) 67%);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.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-nav {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.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;
}

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

@-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
****************************** */

.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;
}

.my-apps-box {
  position: relative;
  -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.35);
  border-radius: 22px;
  -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;
  padding: 0.9em;
  text-align: left;
  border: 7px solid black;
  width: 225px;
  height: 420px;
  margin: 1em;
  flex-shrink: 0;
  flex-wrap: wrap;
}

.my-apps-box:hover {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.25) !important;
  transition-delay: 0.1s;
}

.my-apps-app-wrapper {
  text-align: center;
  margin-bottom: 0.3em;
  width: 40px;
}

.my-apps-app-title-container {
  width: 187px;
  height: 55px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  border-radius: 10px;
  line-height: 1;
  font-size: 12px;
}

.my-apps-app-button {
  border-radius: 7px;
  font-weight: 600;
  height: 40px;
  margin-bottom: 0.15em;
  width: 40px;
  text-align: center;
  padding: 0.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0.25em;
  transition: all 100ms ease-in-out;
}

.my-apps-app-button:hover {
  transform: translateY(-4px);
  transition: all 100ms ease-in-out;
}

.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;
}

.fake-phone {
  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);
}

.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: 1rem;
  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: 380px;
  z-index: 1;
}

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

.breadcrumb-my-apps {
  height: 210px;
  z-index: 1;
}

.breadcrumb-help {
  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
****************************** */

.accountTransitionSlide-enter {
  transform: translateX(100%);
  opacity: 0;
  position: absolute;
}

/* Declare transition properties */
.accountTransitionSlide-enter.slide-enter-active {
  transform: translateX(0);
  opacity: 1;
  transition: all 300ms linear 300ms;
}

/* EXIT TRANSITION */
.accountTransitionSlide-exit {
  transform: translateX(0);
  opacity: 1;
}

.accountTransitionSlide-exit.slide-exit-active {
  transform: translateX(100%);
  opacity: 0;
  transition: all 300ms linear;
}

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

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

.account-nav-unselected {
  font-size: 16px;
  font-weight: 400;
  color: white;
  opacity: 0.8;
}

.account-nav-selected {
  font-size: 18px;
  font-weight: 500;
  color: white;
}

.my-custom-class .modal-wrapper {
  --height: 100% !important;
  /* padding-top: 50px; */
}

.card-form-wrapper {
  padding-top: 14px;
  padding-left: 22px;
  padding-right: 22px;
  transition: all 300ms ease-in-out;
  position: relative;
  z-index: 0;
  padding-bottom: 156px;
}

.card-form-scroll {
  position: absolute;
  left: 0px;
  top: 92px;
  z-index: 0;
  height: 100%;
  width: 100%;
}

.card-name-input {
  border: none;
  outline: none;
  height: 17px;
  color: black;
  width: 100%;
}

.add-card-button {
  height: 47px;
  width: 100%;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: default;
}

.card-name-input::placeholder {
  color: var(--placeholder-color);
  font-size: var(--placeholder-size);
}

.cancel-card-button {
  width: 100%;
  font-size: 16px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: default;
}

.card-flip-scene {
  width: 75%;
  height: 75%;
  perspective: 600px;
}

.card-flip-card {
  width: 100%;
  height: 100%;
  position: relative;
  transition: transform 1s;
  transform-style: preserve-3d;
}

.card__face {
  position: absolute;
  height: 100%;
  width: 100%;
  backface-visibility: hidden;
  border-radius: 6px;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}

.card__face--front {
  padding-left: 1rem;
  padding-right: 1rem;
}

.card-bran-icon {
  width: 100%;
  max-width: 50px;
}

.card__face--back {
  transform: rotateY(180deg);
  text-align: center;
}

.card-flip-card.is-flipped {
  transform: rotateY(180deg);
}

.card-swipe-bar {
  margin-top: 20px;
  background: #c0c0c0;
  width: 100%;
  height: 34px;
  overflow: hidden;
  position: relative;
}

.card-swipe-bar:after {
  content: '';
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  transform: rotate(330deg);

  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0) 100%
  );
}

.card-swipe-bar.run:after {
  opacity: 1;
  top: -30%;
  left: -10%;
  transition-property: left, top, opacity;
  transition-duration: 0.9s, 0.7s, 0.15s;
  transition-timing-function: ease;
  transition-delay: 900ms;
}

/* Active state */

/* .card-swipe-bar:active:after {
  opacity: 0;
} */

.saved-cards-wrapper {
  padding-top: 55px;
  padding-left: 24px;
  padding-right: 24px;
  height: 100%;
  width: 100%;
  transition: all 350ms linear;
  overflow: hidden;
  transform-origin: left;
}

.newcard-wrapper {
  height: 100%;
  width: 100%;
  transition: all 350ms linear;
  overflow: hidden;
  transform-origin: right;
}

.saved-cards {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  width: 100%;
}

.change-credit-card-logo {
  width: 40px;
  margin-right: 0.75em;
}

.pay-credit-card-logo {
  width: 40px;
  margin-right: 0.25em;
}

.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(90deg, rgba(34, 105, 159, 1) 0%, rgba(110, 51, 143, 1) 100%);
  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;
}

.drawer-input::placeholder {
  font-size: 12px;
}

.variable-count-wrapper {
  position: absolute;
  border-radius: 50%;
  background: red;
  height: 16px;
  left: -35px;
  top: -3px;
}

.variable-count-text {
  position: absolute;
  left: 4px;
  top: -3px;
  color: white;
  font-size: 13px;
  padding-left: 1px;
}

.delete-component-button {
  position: absolute;
  top: 44px;
  right: 0px;
  width: 30px;
  height: 25px;
  border-radius: 0px 4px 4px 0px;
  background: rgba(35, 105, 159, 0.75);
  color: white;
  font-size: 18px;
  padding-left: 5px;
  transition: all 250ms linear;
}

.space-button {
  display: flex;
  margin-bottom: 0.5em;
  cursor: default;
  background: black;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  color: white;
}

.lp-wrap {
  cursor: pointer;
  padding-left: 8px;
  width: 326px;
  padding-top: 16px;
  user-select: none;
  position: relative;
  padding-bottom: 0.5rem;
}

.lp-pop {
  width: 326px;
  background: white;
  min-height: 500px;
  display: flex;
  border-radius: 6px;
  overflow: hidden;
  z-index: 101;
  box-shadow: rgba(110, 110, 121, 0.2) 0px 5px 23px 0px;
  /* box-shadow: 0.15rem 0.15rem 1.2rem rgba(0, 0, 0, 0.25); */
  position: absolute;
  top: 16px;
  left: 70px;
  transition: opacity 200ms linear visibility 100ms linear 300ms;
  visibility: hidden;
  opacity: 0;
  z-index: 100000;
}

.left-panel-selected {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-panel-connect {
  position: absolute;
  left: 10px;
  height: 60px;
  width: 80px;
  z-index: 100;
  /* visibility: hidden; */
}

.right-panel-connect {
  position: absolute;
  width: 80px;
  height: 60px;
  z-index: 1;
  right: 10px;
}

.left-panel-nav {
  width: 120px;
  min-height: 600px;
  background: rgb(34, 105, 159);
  color: white;
  /* padding-left: 12px; */
  /* padding-right: 12px; */
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.left-panel-nav-link {
  height: 28px;
  font-size: 14px;
  /* border-radius: 5px; */
  padding-left: 14px;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
}

.left-panel-nav-link:hover {
  background: rgba(255, 255, 255, 0.2);
}

.left-panel-learn {
  background: rgba(255, 255, 255, 0.2);
  /* border-radius: 5px; */
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  font-size: 12px;
}

.left-panel-learn-header {
  width: 100%;
  text-align: center;
  font-size: 14px;
}

.left-panel-learn-link:hover {
  text-decoration: underline;
}

.right-panel-wrapper {
  width: 326px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  padding-right: 10px;
  padding-top: 16px;
}

.right-panel {
  width: 70px;
  background: white;
  border-radius: 5px;
  overflow: visible;
  transition: height 120ms linear;
  padding: 5px;
  margin-bottom: 0.85rem;
  position: relative;
}

.right-panel-contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 69px;
  box-shadow: 0px 0px 1.5px 1px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.12);
  height: 92px;
  transition: height 200ms linear;
  position: relative;
  z-index: 100;
}

.right-panel-contents-closed {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 69px;
  border-radius: 6px;
  overflow: hidden;
  height: 24px;
  overflow: hidden;
  transition: height 200ms linear;
  position: relative;
  z-index: 100;
}

.right-panel-delete {
  cursor: default;
  height: 60px;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  width: 60px;
  /* box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.22); */
  border-radius: 0px 4px 4px 0px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  overflow: hidden;
  /* margin-top: 2px;
  margin-right: 2px; */
  /* margin-right: 10px; */
}

.right-panel-delete:hover {
  color: red;
  box-shadow: inset 0px 0px 1.5px 1px red;
}

.right-panel-button {
  background: white;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 0px;
}

.right-panel-button:hover {
  color: rgba(34, 105, 159, 1);
  border-radius: 2px;
  box-shadow: inset 0px 0px 3px 1px rgba(34, 105, 159, 0.8);
}

.right-panel-button-icon {
  color: black;
  font-size: 19px;
  margin-top: 2px;
}

.right-panel-button:hover .right-panel-button-icon {
  color: rgba(34, 105, 159, 1);
}

.right-panel-header-button {
  width: 100%;
  height: 26px;
  color: black;
  text-align: center;
  background: white;
  cursor: default;
  transition: height 200ms linear;
}

.rp-feat-btn {
  cursor: default;
  position: relative;
  width: 80px;
  margin-bottom: 0.85rem;
  z-index: 10000;
}

.rp-feat-img {
  position: relative;
  z-index: 10001;
  width: 100%;
}

.right-header-button-selected {
  width: 100%;
  height: 34px;
  color: white;
  font-size: 16px;
  text-align: center;
  background: transparent;
  cursor: default;
  transition: height 200ms linear;
}

.editor-input-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 69px;
  height: 33px;
  margin-top: 1px;
  background: white;
  /* box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5); */
  /* border-radius: 3px; */
  /* margin-bottom: 2px; */
}

.editor-input {
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  /* padding-left: 8px; */
  border: 1px solid transparent;
  border-radius: 2px 2px 6px 2px;
  font-size: 15px;
  color: black;
  text-align: center;
}

.editor-input:hover {
  border: 1px solid rgba(34, 105, 159, 0.7);
}

.rp-pop {
  position: absolute;
  left: -338px;
  width: 326px;
  height: 300px;
  background: white;
  color: white;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgb(34, 105, 159);
  z-index: 10000000;
}

.rp-feat-head {
  width: 100%;
  height: 40px;
  color: black;
  display: flex;
  font-size: 16px;
  align-items: center;
  justify-content: center;
}

.rp-pop-item {
  /* width: 270px; */
  border-radius: 6px;
  /* background-color: rgba(34, 105, 159, 0.1); */
  /* padding: 12px; */
  line-height: 1;
}

.designer-wrapper {
  justify-content: space-between;
  /* border-top: 0.5px solid #afb5bd; */
  /* border-top: 0.5px solid #afb5bd; */
  background: #f4f4f7;
  position: relative;
  display: flex;
  /* box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.12); */
}

.launch-modal-warning-text {
  background: rgb(236, 240, 245);
  border-radius: 4px;
  color: black;
  padding: 1em;
  margin-right: 2.5em;
  margin-left: 2.5em;
  margin-bottom: 3.5em;
}

.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: -16px;
}

.variables-item {
  height: 40px;
  width: 100%;
  padding: 3px;
  padding-left: 5px;
  padding-right: 8px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
  position: relative;
  color: #0f0f0f;
  box-shadow: 0px 0px 0.1mm 1px rgba(15, 15, 15, 0.85), 0 0.125rem 0.25rem rgb(0, 0, 0, 8%);
  border: 1px solid transparent;
}

.variables-item:hover {
  /* background: rgba(34, 105, 159, 0.21); */
}

.variables-option-button {
  width: 26px;
  height: 26px;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.variables-option-button:hover {
  background: rgba(34, 105, 159, 0.17);
}

.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);
}

.editor-accordian-title {
  width: 310px;
  padding-left: 16px;
  border-bottom: none;
  font-size: 16px;
  font-weight: 200;
  background: rgb(236, 240, 245);
  color: black;
  border-radius: 0px !important;
}

.editor-accordian-padding {
  padding-left: 16px;
  padding-top: 16px;
  padding-right: 16px;
}

.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: 2px;
  font-size: 12px;
  background: rgb(255, 255, 255);
  background: 'white';
  padding-left: 2px;
  padding-right: 2px;
  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: 8px;
  white-space: nowrap;
  line-height: 1;
  font-size: 14px;
}

.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;
}

.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;
}

.materialLike-input {
  border: 1px solid rgba(0, 0, 0, 0.23);
  border-radius: 4px;
}

.materialLike-input:hover {
  border: 1px solid rgba(0, 0, 0, 0.87);
}

.dashloading {
  transition: opacity 500ms ease 200ms;
}

.dashhover {
  background: white;
}
.dashhover:hover {
  background: rgba(0, 0, 0, 0.07);
}

.dash-img-upload {
  width: 100%;
  height: 135px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.25rem;
}

.dashboard-form-header {
  font-size: 20px;
  color: rgb(12, 12, 12);
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dashboard-btn {
  min-width: 80px;
  height: 28px;
  border: 1px solid rgb(12, 12, 12);
  border-radius: 3;
  font-size: 14px;
  cursor: default;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: rgb(12, 12, 12);
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dashboard-btn2 {
  background: rgb(35, 105, 159) !important;
  color: white !important;
  border: none !important;
}

.dashboard-icon-btn {
  width: 28px;
  height: 28px;
  border: 1px solid rgb(12, 12, 12);
  border-radius: 3;
  cursor: default;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
}

.dash-add-field {
  border: 1px solid rgba(0, 0, 0, 0.17);
  border-radius: 3px;
  width: 100%, auto;
  cursor: default;
}

.dash-add-field:hover {
  border: 1px solid rgb(34, 105, 159) !important;
}

.dash-add-field-icon {
  height: 40px;
  width: 40px;
  border-radius: 3px;
  flex-shrink: 0;
  color: black;
  font-size: 22px;
  margin-right: 3px;
}

.dash-add-field-label {
  color: black;
  font-size: 12px;
  line-height: 1;
}

.change-page-item {
  background: rgb(255, 255, 255, 0);
  display: flex;
  align-items: center;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.27);
  margin-bottom: 6px;
  white-space: nowrap;
  height: 42px;
  font-size: 16px;
  cursor: default;
  font-weight: 300;
  width: 100%;
  padding-left: 10px;
}
.change-page-item:last-child {
  margin-bottom: 0;
}
.change-page-item:hover {
  background: rgba(236, 240, 245, 0.45);
}

.add-page-button {
  width: 100%;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.27);
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 300;
  border-radius: 4px;
  color: white;
}

.lp-btn-wrap {
  text-align: center;
  font-size: 12px;
  color: black;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0.75rem;
  width: 54px;
  position: relative;
  z-index: 1000;
  position: relative;
  line-height: 1;
  font-weight: 400;
}

.lp-btn-wrap:hover {
  color: #00477d;
}

.panel-toolbar {
  /* box-shadow: 6px 6px 18px 0 rgba(0, 0, 0, 0.12), -6px -6px 18px 0 rgba(255, 255, 255, 0.85); */
  /* background: linear-gradient(135deg, rgba(242, 242, 242, 1) 0%, rgba(234, 234, 234, 1) 100%); */
  /* box-shadow: rgba(110, 110, 121, 0.2) 0px 5px 23px 0px; */
  /* box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1); */
  /* background: rgba(255, 255, 255, 0.75); */
  /* width: 52px;
  border-radius: 6px;
  padding-top: 6px;
  padding-bottom: 2px; */
  margin-left: 2px;
}

.lp-btn {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 0.25rem;
  line-height: 1;
  border-radius: 20px;
  height: 42px;
  width: 42px;
  margin-left: 5px;
  background: white;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.12);
}

.lp-btn:hover {
  box-shadow: 1px 1px 16px rgba(86, 162, 219, 0.32);
}

.stbi {
  background: rgba(255, 255, 255, 1);
  display: flex;
  margin-bottom: 0.4rem;
  width: 100%;
  max-width: 208px;
  padding-left: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 4px;
}

.stbi:hover {
  background: rgba(236, 240, 245, 0.7);
}

.stbi-img {
  width: 50px;
  height: 50px;
  border-radius: 4px;
  position: relative;
  background: white;
  box-shadow: 0 0.35rem 1rem rgba(0, 0, 0, 0.3);
  cursor: grab;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stbi-new {
  width: 30px;
  height: 60px;
  /* border-radius: 4px; */
  position: relative;
  /* background: white; */
  /* box-shadow: 0 0.35rem 1rem rgba(0, 0, 0, 0.3); */
  cursor: grab;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.stbi-img-cover {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: grab;
}

.stbi-children {
  max-width: 90px !important;
}

.stbi-text {
  cursor: grab;
  user-select: none;
  max-width: 130px;
  padding-left: 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 60px;
}

.stbi-text-new {
  cursor: grab;
  user-select: none;
  max-width: 160px;
  padding-left: 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 60px;
}

.form-tbi {
  width: 204px;
  box-shadow: 0 0.35rem 1rem rgba(0, 0, 0, 0.3);
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
  cursor: grab;
}

.form-tbi:hover {
  box-shadow: 0 0.35rem 1.2rem rgba(34, 105, 159, 0.6);
}

.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-top: 0.25em;
  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(90deg, rgba(34, 105, 159, 1) 0%, rgba(110, 51, 143, 1) 100%);
}

.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);
}

/* Global Material UI Styles */
.MuiInputBase-root {
  font-family: 'Poppins', sans-serif !important;
}
.MuiInputBase-input,
.MuiFormLabel-root,
.bloks-editor-button-label {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 300 !important;
}
.MuiInputLabel-outlined,
.bloks-editor-button-label {
  color: rgb(35, 105, 159) !important;
}
/* .editor .MuiInputLabel-outlined.MuiInputLabel-shrink {
  transform: translate(6px, -6px) scale(0.75) !important;
}
.editor .PrivateNotchedOutline-legendLabelled-23 {
  margin-left: -6px !important;
}
.editor .PrivateNotchedOutline-legendLabelled-23 > span {
  padding-left: 0px !important;
  padding-right: 4px !important;
} */

.editor .MuiOutlinedInput-input {
  padding-top: 11.5px !important;
  padding-left: 14px !important;
  padding-right: 8px !important;
  padding-bottom: 9.5px !important;
}
.MuiSelect-select:focus {
  background-color: transparent !important;
}
.MuiFormLabel-root.Mui-error {
  color: red !important;
}

.dashAppType .MuiOutlinedInput-notchedOutline {
  border-color: rgb(35, 105, 159);
  border-width: 1.8px;
}

.select-blue-border .MuiOutlinedInput-notchedOutline {
  border-color: rgb(35, 105, 159);
  border-width: 1.8px;
}

.equal-spacing-display {
  width: 10px;
  border-top: 1.5px solid rgba(35, 105, 159, 0.5);
  border-right: 1.5px solid rgba(35, 105, 159, 0.5);
  position: absolute;
  border-radius: 3px 3px 0px 0px;
  box-shadow: 0px 0px 0px 1px rgba(35, 105, 159, 0.5);
  z-index: 3;
}

.nn-editor {
  width: 70px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: default;
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nn-editor-btn {
  width: 62.45px;
  height: 60px;
  background: white;
  padding: 0.25rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  cursor: default;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 4px;
  line-height: 1;
  font-size: 13px;
}

.nn-editor-btn:first-child {
  border-radius: 3px 0px 0px 3px;
}

.nn-editor-btn:last-child {
  border-right: none;
  border-radius: 0px 3px 3px 0px;
}

.nn-editor-btn:hover {
  background: rgba(34, 105, 159, 0.15);
}

.nn-editor-i {
  font-size: 20px;
}

.nn-editor-img {
  /* width: 60px; */
  /* border-radius: 3px; */
}

.nn-editor-title {
  font-size: 18px;
  font-smooth: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
  color: black;
}

.nn-editor-nav {
  /* margin-top: 10px; */
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.22);
  /* box-shadow: 0px 0px 1.5px 1px rgba(0, 0, 0, 0.2); */
  border-radius: 0px 0px 4px 4px;
  background-color: rgba(0, 0, 0, 0.04);
}

.nn-editor-header {
  width: 326px;
  /* padding: 5px; */
  background: white;
  border-radius: 5px;
  box-shadow: 0px 0px 1.5px 1px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  overflow: hidden;
}

.nn-editor-header-container {
  width: 100%;
  background: white;
  /* border-radius: 5px; */
  border: 1px solid rgba(0, 0, 0, 0.22);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.22);
  border-radius: 3px;
}

.nn-editor-img-wrap {
  width: 60px;
  height: 60px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.nn-editor-header-top {
  /* padding: 7px; */
  display: flex;
  justify-content: space-between;
}

.nn-editor-header-title {
  width: 276px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.userdropdown {
  color: black;
  font-weight: 400;
  font-size: 15px;
  background: rgb(237, 237, 240);
  border-radius: 14px;
  cursor: pointer;
  box-shadow: 0px 0px 0px 2px rgb(237, 237, 240);
}

.userdropdown:hover {
  background: rgb(220, 220, 223);
}

.userdropdown-link {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  width: 100%;
  line-height: 1;
  padding-bottom: 3px;
  color: black;
  font-weight: 400;
}

.userdropdown-link:hover {
  background: rgba(34, 105, 159, 0.1);
  color: black;
}

select {
  -webkit-appearance: none !important;
}
.profile-input::placeholder {
  opacity: 0.5;
}
