/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 25, 2019, 1:20:49 PM
    Author     : tojay
*/

@font-face{
    font-family: 'Myanmar3';
    src : url('../fonts/Myanmar3.woff');
}

body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
    color: #000
}

blockquote,
body,
button,
dd,
div,
dl,
dt,
fieldset,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
lengend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

ol,
ul {
    list-style: none
}

input,
select,
textarea {
    outline: none;
    border: none;
    padding: .28rem .2rem;
    border-radius: .14rem;
    background-color: #ffdc80;
    color: #b37935
}

input.input-block,
select.input-block,
textarea.input-block {
    display: block;
    width: 100%
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #d7ab77
}

input:-ms-input-placeholder,
input::-ms-input-placeholder,
select:-ms-input-placeholder,
select::-ms-input-placeholder,
textarea:-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #d7ab77
}

input::placeholder,
select::placeholder,
textarea::placeholder {
    color: #d7ab77
}

.btn {
    display: inline-block;
    vertical-align: middle;
    padding: .24rem .2rem;
    border-radius: .14rem;
    background-color: #ff50b3;
    text-align: center;
    font-size: .28rem;
    background-color: #0d4ca1;
    color: #fff
}

.btn.btn-block {
    display: block
}

.btn:active {
    opacity: .8
}

.btn.btn-sm {
    padding: .1rem .2rem
}

.btn.btn-lg {
    padding: .24rem 1.1rem
}

.btn.btn-gray {
    background-color: #575757
}

.btn.btn-blue {
    background-color: #0d4ca1
}

.btn.btn-yell {
    background-color: #f0851d
}

.flex-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.flex-group.flex-between {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex-group.flex-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.flex-item-block {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%
}

.txtcenter {
    text-align: center
}

.icon {
    width: .6rem;
    height: .6rem;
    text-align: center;
    line-height: .6rem;
    font-size: .3rem;
    color: #000;
    display: inline-block;
    background: #fff;
    border-radius: 50%
}

.icon.icon-rever {
    transform: rotate(180deg)
}

.fz32 {
    font-size: .32rem
}

.fz28 {
    font-size: .28rem
}

.mt5 {
    margin-top: .05rem
}

.mt10 {
    margin-top: .1rem
}

.mt20 {
    margin-top: .2rem
}

.mt30 {
    margin-top: .3rem
}

.mt40 {
    margin-top: .4rem
}

.gray {
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%)
}

.mint-indicator {
    font-size: 16px
}

#app {
    position: relative;
    padding: 1px .4rem;
    font-size: .26rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-height: 100%;
    background: no-repeat fixed;
    background-size: 7.2rem 100%
}

.main {
    min-height: 8rem
}

.logo {
    display: block;
    width: 1.5rem;
    height: auto;
    margin: 0 auto;
    margin-top: .1rem
}

.sharePop {
    width: 100%;
    color: #000;
    padding: 20px 10px
}

.sharePop .share-item {
    display: inline-block;
    border: 1px solid #eee;
    margin: 5px;
    padding: .5em
}

.blk2 {
    margin-top: .5rem
}

.blk2 p {
    margin-top: .16rem
}

.blk3 {
    margin-top: .6rem
}

#main,
body {
    /*font-family: ZawgyiOne, Avenir, Myanmar3, Helvetica, Arial, sans-serif*/
    font-family: 'Myanmar3', 'ZawgyiOne', '', Helvetica, Arial, sans-serif;
}

.gap-panel {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}

body {
  position: relative;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: url("../images-v1/bg.jpg") no-repeat top center/cover fixed; }

body.blue{
  position: relative;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: url("../images/blue-bg.png") no-repeat top center/cover fixed !important; }


.header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0; }

.header .logo {
  width: 1.5667rem;}


.column {
    font-size: 14px;
    float: left;
    width: 50%;
    padding: 5px;
    height: 100%; /* Should be removed. Only for demonstration */
}

/*# sourceMappingURL=app.868829a7d0cc0acdb14aec82e3206481.css.map */