html {
    min-height: 100%;
    position: relative;
} 
#g-recaptcha{
    transform: scale(0.904);
}
body{
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0;
    margin-bottom: 40px;
    background-color: #f1f1f1;
}
h1{
    margin: 10px 0;
}
h2:not(.square-content>h2){
    margin: 12px 0 0 0;
}
p{
    margin: 0;
}
.icon{
    width: 70px;
    margin: 10px 0;
}
.buttons-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .main-link{
    
    /* position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display:inline-block; */
  }
  .main-img{
    width: 50px;
    transition: all 0.5s ease;
  }
  .main-img:hover{
    transform: scale(1.2);
  }
.square-content{
    background-color: #4049f5;
    padding: 8px;
    color: white;
    border-radius:.5rem;
    box-shadow: 0px 1px 3px #c0c0c2;
}
.square-content a {
    color: rgb(142, 219, 255);
    font-weight: bold;
}
.main-content{
    height: 170px;
}
.creator-content{
    position: relative;
    background-color: white;
    padding: 8px;
    line-height: 22px;
    border-radius:.5rem;
    box-shadow: 0px 1px 3px #c0c0c2;
}
.creator-content>h2 {
    margin-bottom: 10px!important;
}
.info-section{
    font-size: 12px;
}
input{
    font-size: 12px!important;
    padding: 3px 25px!important;
}
.btn-filter{
    word-break: normal;
    color: black;
    font-weight: normal;
    width: 100%;
    box-shadow: 0px 1px 3px #c0c0c2;
    margin: 2px 0;
    font-size: 12px;
    padding: 3px;
    cursor: pointer;
    background-color: whitesmoke;
}
.btn-create, .clickable-content{
    width: 100%;
    color: white;
    /* font-weight: bold; */
    background-color: #4049f5;
    padding: 5px;
    border-radius:.5rem;
    box-shadow: 0px 1px 3px #c0c0c2;
}
.btn-create:hover, .clickable-content:hover{
    box-shadow: 0px 3px 5px #c0c0c2;
    cursor: pointer;

}
.btn-send{
    width: 100%;
    color: white;
    font-weight: bold;
    background-color: #3c6fc7;
    padding: 5px;
    border-radius:.5rem;
    box-shadow: 0px 1px 3px #c0c0c2;
}
.btn-cancel{
    width: 100%;
    color: white;
    font-weight: bold;
    background-color: rgb(253, 71, 71);
    padding: 5px;
    border-radius:.5rem;
    box-shadow: 0px 1px 3px #c0c0c2;
}
.btn-back{
    width: 100%;
    color: white;
    font-weight: bold;
    background-color: rgb(71, 129, 253);
    padding: 5px;
    border-radius:.5rem;
    box-shadow: 0px 1px 3px #c0c0c2;
}
.btn-send:hover, .btn-cancel:hover, .btn-back:hover{
    box-shadow: 0px 3px 5px #c0c0c2;
}

.btn{
    font-size: 14px;
}
.offer{
    position: absolute;
    top: 2px;
    right: 2px;
}
.isUsernameAvailable {
    position: absolute;
    right: 15px;
    top: 41px;
}
.availability, .remaining-tickets {
    display: inline-block;
    margin-left: 5px;
}
.gly-icon{
    position: absolute;
    left: 15px;
    top: 41px;
}
.gly-icon-key {
    position: absolute;
    top: 32px;
    left: 6px;
}
.c-green{
    color: rgb(94, 250, 94);
}
.c-red, .error{
    color: red;
}
.c-blue{
    color: #3c6fc7;
}
.ta-c{
    text-align: center;
}
.ta-r {
    text-align: right;
}
.ta-l{
    text-align: left;
}
footer {
    position: absolute;
    bottom: 0;
    width: 100%; 
}


 
 
/* Global Icons styles ---------------------------- */

i {
  display: inline-block;
  position: relative;
  /* width: 100px; */
  height: 60px;
  margin-top: 10px;
  cursor: pointer;
  filter: drop-shadow( 0  1px  1px hsla(0,0%,100%,.5) )
          drop-shadow( 0 -6px  6px hsla(0,0%,100%,.5) ) 
          drop-shadow( 0 10px 10px hsla(0,0%,  0%,.3) );   
  mask-repeat: no-repeat;
  }

i:active {
  transform: translateY(2px);
  filter: drop-shadow( 0  1px  1px hsla(0,0%,100%,.5) )
                  drop-shadow( 0 -3px  6px hsla(0,0%,100%,.5) ) 
                  drop-shadow( 0  5px 10px hsla(0,0%,  0%,.3));
  }


/* General stuff ----------------------------- */

html {
  height: 100%;
	font:62.5%/1 "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background: #f0f0f0;
  background-size: 75px;
  }

body {
	margin: 0;
	width: 100%;
	height: 100%;
  text-align: center;
    
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;        
	-webkit-box-orient: vertical;
	        flex-direction: column;
	}

#icons {
  user-select: none;
  border-radius: 50px;
  padding: 0 20px;
  margin: 0 40px;
  background-color: hsla(0,0%,0%,.02);
  box-shadow: inset 0 1px 4px hsla(0,0%,0%,.1), 0 1px 2px hsla(0,0%,100%,.3);
  }

#help {
  color: #aaa;
  margin-top: 20px;
  font-size: 1.1rem;
  }

#help strong {
  color: #777;
  }
