@font-face {
    font-family: 'Recoleta';
    src: local('Recoleta Medium'), local('Recoleta-Medium'),
        url('Recoleta-Medium.woff2') format('woff2'),
        url('Recoleta-Medium.woff') format('woff'),
        url('Recoleta-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
  }


  #dropzone {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }
  
  #dropzone-inner {
    width: 400px;
    height: 200px;
    border: 2px dashed #fff;
    text-align: center;
    line-height: 200px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
  }


.app-template.no-wc-breadcrumb .site-header {
    margin-bottom: 0em;
}


.site-footer {
    padding: 0!important;
}

#site-navigation-menu-toggle span {
  width: 0px !important;
  display: block;
  overflow: hidden;
  height: 20px;
}

#site-navigation-menu-toggle {
  border: none;
    margin-top: 4px;
    position: absolute;
    right: 0px;
}

.fabuffer {
  margin-left: 10px;
}
  
#signup-content {
    /*background-color: #f0f0f0;*/
    padding: 25px;
    margin-bottom: 80px;
    border-radius: 20px;
} 


.site-header .site-logo-anchor img, .site-header .site-logo-link img, .site-header .custom-logo-link img {
    /*width: 100%;
    max-width: 210px;*/
    max-height: 31px;
    width: auto!important;
}

.site-header {
    padding-top: 1.0618em;
    padding-bottom: 1.0618em;
}

@media screen and (max-width: 768px) {
  .site-header {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
  }

  .site-header img {
    max-height: 28px;
    margin-top: 6px;
    margin-bottom: 6px;
  }

}


  .document-ul {    

    background-color: #dadada;
    margin: 0px;
    padding: 20px;
    border-radius: 20px;
    list-style-type: none;
    }

    .document-ul li {
        background-color: white;
        padding: 5px 16px;
        border-radius: 8px;
        margin-bottom: 5px;    
    }

    .document-ul a {
        color: black!important;
        text-decoration: none!important;
    }

    .document-ul a:hover {
        color:blue;
    }

    .document-trash {
        margin-left:5px;
        float:right;
    }




    /* NOTICES */

  .default {
    color:#f0f0f0;  
  }  

  .success{
    background:#03a679a3!important;
    color:#f0f0f0;  
  }
  
  .error{
    background:#ff3939a3!important;
    color:#f0f0f0;  
  }
  
  .notify{  
    position:absolute;
    bottom:0px;
    width:100%;
    height:0;  
    box-sizing:border-box;
    /*color:white;  */
    text-align:center;
    background:rgba(0,0,0,.6);
    overflow:hidden;
    box-sizing:border-box;
    transition:height .2s;
    z-index: 100000000000001;
  }
  
  #notifyType:before{
    display:block;
    margin-top:15px; 
    
  }

  #notifyType {
    top: 10px;
    position: relative;
  }
  
  .notify.active{  
    height:50px;
  }
  
  .success:before{
    /*Content:"Aww Yeaaaaa! Success!";*/
  }
  
  .failure:before{
    /*Content:"Oh no! Something didn't go as planned :(";*/
  }

  /* Make the App button blue */
  /*
#menu-item-2009 a {
  background-color: blue;
  color: white;
  border-radius: 8px;
  vertical-align: text-top;
  font-weight: bold;
  font-size: 20px;
}
*/

#app-search-input-post-filter {
  padding: 0.6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125);

}

.app-posts-wrap {

  
  display: flex;
  flex-wrap: wrap;
}

.gopersona-posts .app-card-thumbnail {
  border-radius: 100px!important;
}

/* Set flex-basis to 50% for screens with max-width of 768px */
@media screen and (min-width: 768px) {
  .gopersona-posts .app-card {
    flex-basis: calc(50% - 10px);
    margin: 5px!important;
    /*background-color:red!important;*/
  }

 

}

@media (max-width:801px)  { 
  .app-card {
    /*background-color:red!important;*/
    display:block;
    width: 100%!important;
  }
}

  .app-card {

    /* The next two lines make them cards instead of banners */
    /*flex-basis: calc(50% - 10px);
    margin-right: 10px!important;*/

    display: flex;
    /*width: 100%;*/

    width: calc(50% - 10px);
    background-color: #ffffff;
    box-shadow: 0 4px 17px rgb(0 0 0 / 20%);
    /*margin: 0px 0px 15px 0px;*/
    margin: 0px 5px 15px 5px;
    padding:15px;
    border-radius: 15px;
}

.app-card-thumbnail {
    flex: 0 0 150px;
    margin-right: 10px;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
}

.app-card-rating {
  color: #ddd600;
  float: right;
  line-height: 10px;
  font-size: 17px;

}

.app-card-action {

  display: block;
  text-align: right;
  /*margin-top: 50px;*/
}

.app-card-price {

  text-align: right;
  padding: 0px 14px;

  display:none;
}

/* Star Rating */
.rmp-widgets-container {
  display:none!important;
}

.app-card-oldprice {
  text-decoration: line-through;
  margin-right: 5px;
}

.app-card-newprice {
   font-weight: bold;
}

.app-card-button {
  background-color: #2323ff;
  border-radius: 18px;
  padding: 3px 25px;
  color: white!important;
  font-weight: bold;
  text-decoration: none!important;
  min-width: 110px;
  text-align: center;
  display: inline-block;
  margin-left: 5px;
}

.app-card-go-button {
  background-color: #22bc00;
}

.app-card-edit {
  display: inline-block;
  vertical-align: super;
  font-size: 10px;
  padding: 0px 8px;
}


.app-card-thumbnail img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0px!important;
    border-radius: 10px!important;
}

.app-card-content {
    flex: 1;
    position: relative;
}

.app-card-title {
    margin: 0;
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
}

.app-card-description {
    margin: 10px 0 0 0;
    font-size: 14px;
    line-height: 1.5;
    min-height: 71px;
}

.tagcats {
  line-height: 10px;
}

.app-card-tags {
  line-height: 5px;
  display:inline-block;
}

.app-card-tag {
  text-transform: uppercase;
  font-size: 11px;
  background-color: blue;
  color: white;
  padding-left: 6px!important;
  padding-right: 6px!important;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: bold;
  border-radius: 3px;
  margin-right: 5px;
}

.app-card-categories {
  line-height: 5px;
  /*display:inline-block;*/
  display:none;
}

.app-card-category {
  text-transform: uppercase;
  font-size: 11px;
  background-color: rgb(233, 144, 1);
  color: white;
  padding: 0px 6px;
  font-weight: bold;
  border-radius: 3px;
  margin-right: 5px;
}

.app-card .rmp-widgets-container {
  
  text-align: right!important;
  padding: 0px;
  margin: 0px!important;
  display: inline-block;
  float: right;
  width: auto;

}

/* Remove the not yet rated text from the rating thing */
.app-card .rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__not-rated {
  display:none;
}

@media (max-width: 500px) {
  .app-card .rmp-widgets-container  {
    display: none;
  }
}

.app-card .rmp-heading {
    display:none;
}

.app-card .rmp-rating-widget__results {

  display:none;
}
.app-card .rmp-rating-widget__msg {
  font-size:10px;
}

.app-card .rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-feedback-widget__input {
  min-width: 200px;
}

.app-card .rmp-feedback-widget__container {
  margin-bottom:60px;
}



/*
.app-card-button.loading {
  background-color: #f5f5f5;
  color: #999;
  cursor: not-allowed !important;
  opacity: 0.8;
  pointer-events: none !important;
}
*/
@keyframes orb-rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes orb-hue-rotate {
  0% { filter: hue-rotate(0deg); }
  100% { filter: hue-rotate(360deg); }
}

.orbLoading {
  animation: orb-rotate 10s linear infinite, orb-hue-rotate 120s linear infinite;
}
/*.app-card-button*/
.loading {

  color: #999;
  cursor: not-allowed !important;
  pointer-events: none !important;

  animation-duration: 1.8s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #fafafa 8%, #efefef 38%, #fafafa 54%);
  background-size: 1000px 640px;
  
  position: relative;
  
}

@keyframes placeHolderShimmer{
  0%{
      background-position: -468px 0
  }
  100%{
      background-position: 468px 0
  }
}


.app-card-button.removeapp {
  background-color: #cacaca;
}

.my-apps {
      /* background-color: #ffffff; */
      box-shadow: 0 4px 17px rgb(0 0 0 / 20%);
      margin: 15px 0px;
      border-radius: 15px;
      /*padding: 15px;*/
  
}

.myapp-container {
  display: inline-block;
  margin-right: 0px;
  margin-top: -5px;
  margin-left: 15px;
  text-align: center;
  max-width: 100px;
  vertical-align: top;
}

.myapp-title {
  line-height: 15px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.myapp-icon {
  /*display:inline-block;
  margin-right: 15px;
  margin-bottom: 7px;
  margin-top: 7px;*/
  max-width: 100px;
  vertical-align: top;
  text-align: center;
  text-decoration: none!important;
  color:black;
  font-weight: bold;
}


.myapp-icon img {
  width: 100px;
  height: 100px;
  border-radius:10px!important;
}

.myapp-remove {
  float: right;
  top: 11px;
  margin-right: -8px;
  background-color: white;
  padding: 2px;
  position: relative;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  text-align: center;
  box-shadow: 0px 4px 10px #00000080;
}

.myapp-remove i {
  bottom: 3px;
  position: relative;
}

.myapp-nothinghere {
  /*padding: 10px;*/
  text-align: center;
}

/*
.app-card-action .loading::before {
  content: "LOADING...";
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
  margin-right: 10px;
}
*/


.mu_register label {
  font-weight: 600;
  font-size: 15px;
  display: block;
  margin: 10px 0;
}

.mu_register input[type="submit"], .mu_register #blog_title, .mu_register #user_email, .mu_register #blogname, .mu_register #user_name {
  width: 100%;
  font-size: 24px;
  margin: 5px 0;
}

.mu_register form {
  margin-top: 2em;
}

.mu_register {
  width: 90%;
  margin: 0 auto;
}

.mu_register h2 {
  color:white;
}

.mu_register input {
	color:black!important;
}

.wp-signup-container {
  background-color: #282c38;
  max-width: 800px;
  padding: 40px 40px;
  border-radius: 40px;
  /* margin-top: 80px!important; */
  margin-bottom: 80px!important;
  color: white;
}


/* CLICK ANIMATION */
.click-anim {
  position: relative;
    width: 0px;
    height: 0px;
    pointer-events: none;
    background-color: red;
    display: inline-block;
    top: -41px;
    left: -19px;
    margin: 0px;
    padding: 0px;
    z-index: 100;
}

.click-indicator {
  position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(149, 147, 241, 0.5);
    top: 35px;
    left: -15px;
    animation: click-indicator-animation 5s infinite;
}

.hand-icon {
  position: absolute;
  width: 100px;
  height: 100px;
  background-image: url(/wp-content/plugins/gomind/img/handIcon.png);
  background-repeat: no-repeat;
  background-position: center;
  animation: click-animation 5s infinite;
  left: -37px;
  top: 0px;
    /*filter: invert(100%);*/
}
@keyframes click-animation {
  0% {
    transform: rotate(10deg) translateY(14px) translateX(2px) scale(1);
  }
  80% {
    transform: rotate(10deg) translateY(14px) translateX(2px) scale(1);
  }
  90% {
    transform: rotate(-10deg) translateY(14px) translateX(-10px) scale(0.9);
  }
  100% {
    transform: rotate(10deg) translateY(14px) translateX(2px) scale(1);
  }
}

@keyframes click-indicator-animation {
  0% {
    transform:  scale(0);
	opacity: 1;
  }
  80% {
    transform:  scale(0);
	opacity: 1;
  }
  85% {
    transform: scale(0);
	opacity: 1;
  }
  86% {
    transform: scale(1);
	opacity: 1;
  }
  
  95% {
    transform:  scale(1.6);
	opacity: 0;
  }
  100% {
    transform:  scale(1.6);
	opacity: 0;
  }
}

/* END CLICK ANIMATION */


.appmarketplace.collapsed {
  display: none;
}

#toggleAppMarketplaceButton {
border-radius: 10px;
font-size: 20px;
width: 100%;
background-color: blue;
color: white;
font-size: 25px;
padding: 15px;
}
.appmarketplace {
  margin-top: 10px;
}

.modal #notifyType {

  background-color: white;
  padding: 20px;
  border-radius: 10px;
}

.notifyCloseButton {
  position: absolute;
  right: -10px;
  top: -10px;
  background-color: black;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  line-height: 20px;
  color:white;
  cursor:pointer;
  display:none;
}

.modal .notifyCloseButton {
  display:block;
}

.notifyCountdown {
  position: absolute;
  right: 7px;
  font-size: 0.7em;
  bottom: 0px;
  opacity: 0.5;
}

/*
.woocommerce-MyAccount-navigation-link--gomind-live a::before {
  /*font-family: "dashicons";* /
            content: "\f143" !important;
}

.woocommerce-MyAccount-navigation-link--gomind-logs a::before {
  /*font-family: "dashicons";* /
            content: "\f160" !important;
}
*/

/* Woocommerce tabs (eg gomind logs gomind live etc */

.goui-block {

  box-shadow: 0px 1px 12px #0000002e;
  background-color: white;
}

.log-input {
  background-color:white;
  text-align:right;
  border-radius: 10px 10px 0px 10px;
  background-color: #593dbe;
  color: white;
  margin-left: auto;
}

.log-output {
background-color:#f5f1fb;
border-radius: 10px 10px 10px 0px;
}

.log-content {
  padding: 10px;
  width: fit-content;
  margin-bottom: 10px;
  max-width: 90%;
  box-shadow: 2px 4px 7px #0000003b;
}

.chatLogPanel {
  padding: 10px;
  max-height: 600px;
  overflow: scroll;
}

/* CSS */
.sessionTabActive, .activetablink {
  background: white!important;
  color: black;
  border-left: 4px solid blue;
}

.sessionTabInactive, .tablink {
  background: rgb(206, 206, 206);
  color: rgb(104, 104, 104);
}

.tabs {
  display: flex;
}

.tab {
  cursor: pointer;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px 5px 0px 0px;
  font-weight: bold;
}

.tab:hover, .tab.active {
  background-color: #ddd;
}

.tab-content-inner {
  display: none;
  padding: 10px;
  border: 1px solid #ccc;
}

.tab-content-inner.active {
  display: block;
}
/* -------------- */

.tablink {

  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 50%;
}
.tablink:hover {
  background-color: #777;
}
.tabcontent {
  color: black;
  display: none;
  height: 100%;
}

.fa-trash {
  color: rgb(197, 197, 197);
}

.fa-trash:hover {
  color: grey;
}

.tabHeading {
  font-weight: bold;
}

.tabSubheading {

}

.tabMeta {
  font-size: 0.8em;
}

/*.hiddentablink {
  display: none;
}*/



/* Front End Editor */

.idCardContent {
  max-width: 800px;
  margin:auto;
}

#idCard {
 

  padding: 20px;
  background-color: #f3f3f3;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

#idCard .formContainer {
  display: inline-block;
  vertical-align: top;
  width: 49%;
}
#idCard .tab-content-inner textarea {
  height: 250px;
}

#idCard .formContainer .inputWrapper {
  position: relative;
  margin-bottom: 10px;
  display: flex; /* Keep this */
  align-items: flex-start; /* Change to this */
}

#idCard #json-form input, 
#idCard #json-form textarea {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #ccc;
  width: 85%;
  box-sizing: border-box;
  background-color: white;
}

#idCard .generateButton {
  vertical-align: top;
}

#idCard .generateButton::before {
     content: "\f0d0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  cursor: pointer;
  background: white;
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 0px 5px;
  border-radius: 3px;
  border: #b6b6b6;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  color: black;
}

#idCard .generateButtonAddition::after {
  content: "\f0d0";
font-family: "Font Awesome 5 Free";
font-weight: 900;
display: inline-block;

padding: 0px 5px;
border-radius: 3px;
margin-left: 8px;

box-sizing: border-box;

}

#idCard button {

    border-radius: 10px;

}

#idCard .buttonMain {
  background-color: #7676c4;
    color: white;
}

#idCard .buttonMain:hover {
  background-color: #5e5e9e;
  
}

#idCard .generatePFP {
  position: absolute;
  margin-left: 330px;
}

#idCard .formContainer input[type="submit"] {
  background-color: #4CAF50;
  color: white;
  cursor: pointer;
  width: 100%;
}

#idCard .formContainer input[type="submit"]:hover {
  background-color: #45a049;
}

#idCard .profilePicContainer {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  text-align: center;
}

#idCard .personaProfilePicDescription {
  font-size: 11px;
    background: none;
    text-align: center;
    padding: 0px;
    border-color: #0000001c;
}

#idCard .profilePic {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: grey;
  margin-bottom: 10px;
  margin:auto;
}

#idCard #personaProfilePic {
border-radius: 200px;
}

#idCard .profilePicDesc {
  text-align: center;

  width: calc(100% - 35px);
  box-sizing: border-box;
}

#idCard .inputWrapper {
  margin-top: 10px;
}

#idCard .inputWrapper input {
  vertical-align: top;

}