.grecaptcha-badge { visibility: hidden!important; }

td.vCentered{
  vertical-align: middle;
}


.bold{
  font-weight: bold;
}
/* bulma override*/
.tabs.fat {

}
.tabs.fat li a {
  font-weight: bold;
  color:#ccc;
  padding: 6px 2px;
  margin-right: 17px;
}

.tabs.fat.on-rose li a {
  color:#a98192;
}

.tabs.fat li.is-active a {
  font-weight: bold;
  color:black;
      border-bottom-color: #ff7cb7;
}

.tabs.fat.on-rose li a, p.lead.on-rose  {
  color:#ff7cb7;
}

.tabs.fat.on-lime li a, p.lead.on-lime  {
  color:#20789a;
}

.tabs.fat.on-white li a  {
  color:#ccc!important;
  border-color: transparent;
}
.tabs.fat.on-white li.is-active a  {
  border-bottom-color: #3273dc!important;
  border-bottom-width: 3px;
  color:#3273dc!important;

}

.tabs.fat li.is-active a {
  font-weight: bold;
  color:black;
   border-bottom-color: #3273dc;
}


.absbar.danger .tabs.fat li.is-active a {
  color:white;
}

.hero.absbar.danger{
  background: linear-gradient(139deg, #ffc92f, #ff185c, #f316d5, #b81ed2)
}
/*

Notification feed
*/
.notifs tr{
	cursor: pointer;
}
.notifs a{
	text-decoration: underline;
}
.notifs img{
	max-width:60px;
}
pre.code{
	display:none;
}

.notifs img.user{

}


.table.notifs tr.fresh, .table.inboxList tr.fresh, tr.fresh{
	background:#def4fd;
}

/* Grayscale Filter Effect */
.grayscale {
       -webkit-filter: grayscale(100%) opacity(50%);
        filter: grayscale(100%)  opacity(50%) ;

      /* opacity:0.5;*/
      /*
       image-rendering: auto;
image-rendering: crisp-edges;
image-rendering: pixelated;*/
/*image-rendering: optimizeSpeed;*/
}
.grayscale.has-hover:hover{

  -webkit-filter: none;
   filter: none;

}

.list.basic{
  background: none;
    border-radius: none;
    box-shadow: none;
}

.multiply{
  mix-blend-mode: multiply;
}

.in-title.button{
  margin-left:1em; border-radius:5px; border-width:2px; font-weight: bold;
}


 .button.up, .button.caps, .button.uppercase {
  text-transform: uppercase;
}
.button.is-danger{
  /*
  background: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff);*/
  background: linear-gradient(139deg, #ffc92f, #ff185c, #f316d5, #b81ed2);
  /*
    background-image: linear-gradient(225deg, #ffc63f 0%, #fd3358 49%, #bc35d8 100%);*/

}
.coulstripe1{
  border-image:linear-gradient(139deg, #ffc92f, #ff185c, #f316d5, #b81ed2) 3;

  padding: 8px 0;
  margin-left:-2vw;
  margin-right:-2vw;
        border-width: 10px 0 0;
        border-top-style: solid;
        -o-border-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff) 3;
      /*  border-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff) 3;*/

}

/* typo */
html {
  background-color: white;

/*
font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/
font-size: calc(14px + (30 - 14) * ((100vw - 300px) / (1600 - 300)))  ;

/*font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (1600 - 300)))  ; */

}


@media screen and (min-width: 1208px) {
  html { /*cap fonts size  on large display*/
  font-size: 21px;
  }
}




body,html{max-width: 100%;width: 100%;}
body{
  /*
  font-family: 'IBM Plex Sans', sans-serif;
  */
  overflow: hidden;
        overflow-y: auto;
  /* then default to regular stack*/
}

@media screen and (max-width: 808px) {
  .mobile-centered { /*cap fonts size  on large display*/
  text-align:center;
  }
}



.has-pointer{
  cursor: pointer;
}
img, amp-img, .img{
  max-width: 100%;
}
amp-img {
  background-color: #eee;
}
a{text-decoration: none; color:#333; cursor: pointer;}

a.underlineHover:hover{
  text-decoration: underline;
}

h1,h2,h3,h4,h5,h6{
  font-family: 'Poppins', sans-serif;
   font-display: fallback;
   font-display: swap;
  font-weight: bold;
  line-height: 1em;
  color:#000;

}
article h1, article h2, article h3, article h4, article h5, article h6{
  margin-bottom:0.2em;
  margin-top:0.7em;
}

h1{
  font-size: 2.5rem;
}
h1.giant-heading{
  margin-top:0.7em;
 font-size: 4rem;
 line-height: 1.3em;
 border-bottom: 1px solid #333;
 margin-bottom:1.4rem;
}

article h1.has-kicker{
  margin-top: 0.1rem;
}
h2{
  font-size: 2rem;
}
h3{
  font-size: 1.6rem;
  opacity:1; /* formelly opacity ,7*/
}
h4{
  font-size: 1.4rem;
}
h5{
  font-size: 1.15rem;
}
h6{
  font-size: 1rem;
}
h6{
  font-size: 0.8rem;
}
h6.small{
  font-size: 0.6rem;
}

p{
  margin-bottom: 0.7rem;
  font-size: 0.9rem;
}
.borderless{
  border:none;
}
p.lead{
  font-size: 1.2rem;
  opacity: 1;
  color:#999;
  margin-bottom: 1.2rem;
}
p.black{
  opacity: 1;
  color: #000;
}
p.small{
  font-size: 0.6rem;
  opacity: 0.8;
}

/* the general small caps headings */
p.sub,p.presub, p.kicker,p.kicker2, p.byline,  p.label{
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6rem;
  font-weight: bold;
  opacity: 0.5;
}
p.byline{
    opacity: 0.3;
}
p.presub{
    line-height: 1em;
    margin-bottom: 0;
}
p.sub{
    line-height: 1em;
    margin-top: 0;
}
p.kicker{
  font-size: 0.7rem;
  display: inline;
  box-shadow: inset 0 0px 0 red, inset 0 -5px 0 #00e1ff;
  padding: 0;
  margin-bottom:-0.5rem;
}
p.kicker2{
  font-size: 0.7rem;
  display: inline;
  /*box-shadow: inset 0 0px 0 red, inset 0 -5px 0 #00e1ff;*/
  padding: 0;
}

.outline {
  color: black;
  -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
}

blockquote{
  font-size:0.7em;
  white-space: pre-line;
  border-left: 10px #0a0a0a0f solid;
      padding-left: 20px;
    font-style: italic;
}

amp-accordion section[expanded] .show-more {
  display: none;
}
amp-accordion section:not([expanded]) .show-less {
  display: none;
}






hr{
  border-top: 1px solid #ccc;
}


a.logo{
  display: block;
}

.airport-logo h1{
  font-size:80px;
  letter-spacing: 2px;
}
.airport-logo h1::before{ /* color stroke*/
  position: absolute;
  top: 0.57em;
  display: block;
  height: 16px;
  background: #00e1ff;
  width: 180px;
  content: '';
  left: 0px;
  z-index:-1
}

.airport-logo h2{
  font-size:16px;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}




.appswe-logo{
  margin-bottom: 30px;
}
/*
.appswe-logo h1{
  font-size:60px;
  letter-spacing: 2px;
  font-family: 'pink_blueregular';
  color:#000;
  font-weight: normal;
}*/
.appswe-logo h1::before{ /* color stroke*/
  position: absolute;
  top: 0.57em;
  display: block;
  height: 16px;
  background: #00e1ff;
  width: 190px;
  content: '';
  left: 0px;
  z-index:-1
}

.appswe-logo h2{
  font-size:20px;
  font-weight: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
}

/* ====    */

.lowcost-logo{
  margin-bottom: 30px;
}
/*
.lowcost-logo h1{
  font-size:60px;
  letter-spacing: 2px;
  font-family: 'pink_blueregular';
   font-display: fallback;
  color:#000;
  font-weight: normal;
}*/
.lowcost-logo h1::before{ /* color stroke*/
  position: absolute;
  top: 0.57em;
  display: block;
  height: 16px;
  background: #00e1ff;
  width: 190px;
  content: '';
  left: 0px;
  z-index:-1
}

.lowcost-logo h2{
  font-size:16px;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}



/* multi-level list */

.list-multi{
  font-size: 0.8rem;
/*
  -webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;*/
-webkit-column-width: 100px; /* Chrome, Safari, Opera */
   -moz-column-width: 100px; /* Firefox */
   column-width: 6rem;

   -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
}

.list-multi ul{
  margin-bottom:20px;
}
.list-multi ul{
}
.list-multi li ul li{
  list-style-type: square;
   list-style-position: outside;
   padding: 0;
}
.list-multi p.label{
  color:#000;
  opacity:0.7;
  font-size: inherit;
  font-size: 0.7rem;
  margin-bottom: 0.05rem;
}


.list-multi .grp{
   break-inside: avoid-column;
   -webkit-column-break-inside: avoid;
}






.shadow	{box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);}

.shadow-md	{box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12),
            0 2px 4px 0 rgba(0,0,0,0.08);}
.shadow-lg	{box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11),
            0 5px 15px 0 rgba(0,0,0,0.08);}
.shadow-inner	{box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);}
.shadow-outline	{box-shadow: 0 0 0 3px rgba(52,144,220,0.5);}
.shadow-none	{box-shadow: none;}



.ok{}




  .inviteBrand h5{
    color:#000;
    opacity: 0.9;
    text-transform: lowercase;
  }
  .inviteBrand:hover h5{
    opacity: 1;
  }
  .inviteBrand em{
    color: #00e1ff;
    font-style:normal;

  }
  .inviteBrand span{
    color: #ccc;
  }

  .sidenav .inviteBrand{
    padding-left: 20px;
    padding-top: 20px;
    display: block;
  }




  /*

codes2 page
  */




  .box.simplecode2.colored{
    position: relative;
    box-shadow: none;
    background: linear-gradient(90deg, rgba(198,29,215,1) 0%, rgba(0,212,255,1) 100%);
    background: rgb(255,96,42);
    /*
  background: linear-gradient(36deg, rgba(255,96,42,1) 0%, rgba(255,146,56,1) 100%);
  */
  background:linear-gradient(36deg, rgb(255, 121, 42) 0%, rgb(255, 225, 14) 100%);

    color:#fff;
  }


  .box.simplecode2.colored.autopromo{
  background: linear-gradient(36deg, #ba54f1, #fa5feb 100%);
   /*linear-gradient(36deg, rgba(255,81,49,1) 0%, rgba(255,141,55,1) 100%);*/
   }


  .box.simplecode2.colored.colored1{
  background: linear-gradient(36deg, rgb(255, 69, 40) 0%, rgb(253, 177, 5) 100%);
   /*linear-gradient(36deg, rgba(255,81,49,1) 0%, rgba(255,141,55,1) 100%);*/
   }

  .box.simplecode2.colored.colored2{
    background: rgb(255,64,60);
    background: linear-gradient(36deg, rgba(255,64,60,1) 0%, rgba(255,127,57,1) 100%);
  }

  .box.simplecode2.colored.colored3{
  background: linear-gradient(36deg, rgba(255,49,70,1) 0%, rgba(255,105,65,1) 100%);
  }

  .box.simplecode2.colored.colored4{
  background: linear-gradient(36deg, rgba(255,34,76,1) 0%, rgba(255,78,75,1) 100%);
  }

  .box.simplecode2.colored.colored5{
  background: linear-gradient(36deg, rgba(255,25,80,1) 0%, rgba(255,57,81,1) 100%);
  }
  .box.simplecode2.colored.colored6{
  background: linear-gradient(36deg, rgba(255,21,85,1) 0%, rgba(255,31,154,1) 100%);
  }
  .box.simplecode2.colored a, .simplecode2.colored h6.has-text-link {
      color:#fff!important;

  }
  .simplecode2.colored h6.has-text-link {
    font-size: 1.5rem;
    font-weight:bold;

    /*  max-width: 300px;
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  display: block;
  background: red;*/
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-height: 2.6rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top:-0.3rem;
    margin-bottom:-0.3rem;
  }
  .box.simplecode2.colored:hover{

  }


  .simplecode2.colored:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 26px 26px 0;
    border-style: solid;
    border-color: #666 #f0f0f0;

    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 12px;
    border-color: #fff #fff transparent transparent;
    background: rgba(0,0,0,0.35);
    -moz-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px;
    display: block;
    width: 0;
  }

  #codesList .link{
    cursor: pointer;
  }
  @media (hover:hover){
    #codesList .link:hover{
      opacity:1;
      /*background:black;
      box-shadow:  0 0 0 1px rgba(0, 0, 0, 0.2);*/
      /*box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);*/
    }
  }

  a.bold{
    font-weight:bold;
  }
  .box.simplecode2{
    opacity:1;
    padding:1rem; margin: 0; margin-top:0.5rem;
    background:#f4f6ff;
    margin-bottom: 1px;
  }
  .box.simplecode2:hover{
    opacity:0.95;

  }
  .box.simplecode2 .columns:last-child {
     margin-bottom: -1.25rem;
  }




/* boxactivelinks*/
  .list-multi em{
    opacity:0.5;
    font-style: normal;
  }


  /* footer */

  .footlinks nav a{
    display: block;
    white-space: nowrap;
  }
  .footlinks h5{
    font-weight: bold;
    margin-top:0;
  }

  .footlinks .icon {
    display:none;
  }
