/* Empty. Add your own CSS if you like */

input[type=search], input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=tel], input[type=color], textarea{
    padding:1em;
}

.text.center {
    text-align: center;
}

.text.top {
    vertical-align: text-top;
}
.text.right{
    text-align: right;
}
.text.grey {
    color: grey;
}
.text.brown{
    color:brown;
}

.tiny-25 {
    font-size: .25em;
}
.tiny-75{
    font-size:.75em;
}
.tiny-50{
    font-size:.50em;
}

.large-25 {
    font-size: 1.25em;
}
.large-75{
    font-size:1.75em;
}
.large-50{
    font-size:1.50em;
}
.opacity-2 {
    opacity: .2;
}

.opacity-5 {
    opacity: .2;
}
.pt-0{
    padding-top:0;
}
.pb-0{
    padding-bottom:0;
}
.mt-0{
    margin-top:0;
}
.mb-0{
    margin-bottom:0;
}



.letter {
    font-size:2em;
    display:inline-block;
}
.letter.super {
    color:gold;
}
.icon-space{
    font-size:.5em;
    vertical-align: middle;
}


.gold {
    color: gold
}

.inline-block {
    display: inline-block;
}

/* for fixing ionic horizontal scroll */
.wide-as-needed {
    white-space: nowrap;
}
.scroll-view.scroll-x{
    overflow:hidden;
}

.lh0{
    line-height: 0;
}


/* card swipe start */

  
  .demo__card-cont {
    position: relative;
    width: 24rem;
    height: 32rem;
    margin: 0 auto 5rem;
  }
  .demo__card {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  .demo__card.reset {
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
  .demo__card.reset .demo__card__choice {
    transition: opacity 0.3s;
    opacity: 0 !important;
  }
  .demo__card.inactive {
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .demo__card.to-left {
    -webkit-transform: translateX(-30rem) rotate(-30deg) !important;
            transform: translateX(-30rem) rotate(-30deg) !important;
  }
  .demo__card.to-right {
    -webkit-transform: translate(30rem) rotate(30deg) !important;
            transform: translate(30rem) rotate(30deg) !important;
  }
  
  .demo__card__choice {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }

  /* .demo__card__choice.m--reject {
    background: #FF945A;
  }
  .demo__card__choice.m--like {
    background: #B1DA96;
  } */
  .demo__card__choice.m--like:after {
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
  }
  .demo__card__drag {
    z-index: 5;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: -webkit-grab;
    cursor: grab;
  }
  
  /* editable start */
    .card-page{
        position: relative;
        width:80%;
        margin-left:10%;
    }
    .card-container{
        margin: 0;
        background: yellow;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%) ;

        height: 80%;
        width: 60%;
        left:31%;
    }
    .card-self{
        position: absolute;
        left: 0;
        top: 5%;

        background: #f2f0ff;
        width: 100%;
        height: 100%;

        border-radius: 1em;
/* 
        -webkit-box-shadow: 0 10px 6px -6px #d0caf9;
        -moz-box-shadow: 0 10px 6px -6px #d0caf9;
        box-shadow: 0 10px 6px -6px #d0caf9; */

        box-shadow: 0 5px 10px #d0caf9, 0 6px 6px #d0caf9;

    }

    /* custom for game look start */
    .card-text{
        width:100%;
        height:60%;
        text-align: center;
        padding-top:20%;
        font-size:6em;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .card-answer{
        font-size: 3em;
        font-weight: bold;
        line-height: .8;
    }
    .card-answer.right{
        text-align:right;
        padding: 5% 10% 5% 10%;
    }
    .card-answer.left{
        text-align:left;
        padding: 5% 10% 5% 10%;
    }
    /* custom for game look end */
    
  /* editable end */
/* card swipe end */

.icon-lg{
    font-size: 1.7em;
    padding: .3em .4em;
    display: inline-block;
}
.pull-right{
    float:right;
}
.pull-left{
    float:left;
}
.content-bottom{
    position: absolute;
    bottom:0;
}
.card-mini{
    height: 5em;
    width: 5.5em;
    font-size: 1em;
    background: #ff5050;
    border-radius: 0 0 .3em .3em;
    padding: .4em 0.4em;
    font-weight: bold;
    color: white;
    float: right;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}
.scores{
    text-align: center;
    font-weight: bold;
}
.scores>em{
    font-weight: 300;
    font-size:.7em;
}
.scores>p{
    line-height: 0;
}
.text-enemy{
    color:#ff5050;
}
.text-me{
    color:black;
}
.text-message{
    position: absolute;
    width: 100%;
    z-index: 2;
    color: white;
    font-size: 1.2rem;
    text-align: center;
    opacity: .8;
}
.text-message>span{
    background: black;
    padding: .2rem 1rem;
}
/* .card-background{
    background: #f0fef9;
    box-shadow: 0 5px 10px #caf9ea, 0 6px 6px #d2f9ca;
} */
@media only screen and (max-width: 568px) {
    /* html {
        font-size: 10.5%;
    } */
    .card-text{
        padding-top:0;
        height:auto;
        font-size: 3rem;
    }
    .card-answer{
        font-size: 2rem;
        line-height: 1;
    }
    .card-answer.left{
        padding:5%;
    }
    .card-answer.right{
        padding:5%;
    }
}