[v-cloak] {
  display: none;
}
body{
    background-color: #ddeff9;
}
header{
    display: flex;
    align-items: center;
    justify-content: center;
    /*flex-direction: column;*/
    height: 150px;
    width: 440px;
    margin: 0px auto;
    max-width: 100%;
    padding-top: 30px;
}
header img{
    width: 80px;
    flex-shrink: 0;
    margin-right: 10px;
}
header h5{
    font-size: 1.5rem;
    font-family: "Reggae One", system-ui;
    font-weight: 00;
    font-style: normal; 
    color: #0d3e6c;   
}
header p{
    font-size: 1.3rem;
    letter-spacing: 2px;
    margin: 0px;
    font-family: "Mochiy Pop P One", sans-serif;
    font-weight: 400;
    font-style: normal;  
    color: #e36c39;   
}
header img.img-fluid{
    max-height: 100%;
}
footer{
    width: 440px;
    height: 140px;
    margin: 0px auto;
    max-width: 100%;
    background-color: #ddeff9;
    display: flex;
    align-items: center;
    justify-content: center;    
}
main{
    width: 440px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;    
    flex-direction: column;
    margin: 0px auto;
    min-height: calc(100vh - 150px - 140px);
}
#app{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.loginBox{
    width: 90%;
    max-width: 400px;
    background-color: rgba(255,255,255,0.5);
    padding: 50px 30px;
    border-radius: 30px;
    border: 3px solid #0d3e6c;
    /*max-height: 80vh;*/
    max-height: calc(100vh - 150px - 140px - 15px);
    overflow-y: auto;
    margin-bottom: 15px;
}
p.info{
    width: 90%;
    max-width: 400px;
    margin-top: 15px;
    font-size: 18px;
    color: #000;
}
.loginBox.tickets{
    max-height: calc(100vh - 80px - 140px - 80px);
}
.loginBox h3{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #0d3e6c;
    padding-bottom: 15px;
    font-size: 24px;
}
.loginBox h3 span{
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
    background-color: #A0CAB5;
    color: #fff;
    margin-left: 15px;
    border-radius: 20px;
}
.loginBox .formGroup{
    margin-bottom: 15px;
}
.loginBox .formGroup .form-control{
    height: 60px;
    border-radius: 30px;
    border: 2px solid #000;
    text-align: center;
    font-size: 18px;
    color: #000;
}
.loginBox .btn{
    width: 100%;
    height: 60px;
    border-radius: 30px;
    background-color: #0d3e6c;
    color: #fff;
    font-size: 18px;
    margin-top: 15px;
}
.loginBox ul{
    list-style-type: none;
    padding: 0px;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 15px;
    background-color: #0d3e6c;
    color: #fff;
}
.loginBox ul li label{
    margin: 0px;
}
.loginBox ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed;
    padding: 10px 0px;
}
.loginBox ul li:last-child{
    border-bottom: none;
    padding-bottom: 0px;
}
.loginBox ul li .btn{
    width: 100%;
    height: 40px;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    background-color: #e36c39;
}
#shareModal .modal-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
    border-radius: 30px;
}
#shareModal .modal-content .name{
    font-size: 24px;
    border-bottom: 1px solid #000;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#shareModal .modal-content .btn{
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F38A8A;
    color: #fff;
    border-radius: 25px;
}
.qrcodeImg{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    background-color: #fff;
    padding: 15px 0px;
    border-radius: 15px;
}
ul.checkQrcode{
    background-color: transparent;
    color: #000;
    margin: 0px;
    padding: 0px;
}
.loginBox ul.checkQrcode li .btn{
    margin-top: 30px;
}
.btn-search{
    width: 90%;
    height: 50px;
    margin-top: 30px;
    border-radius: 25px;
    /*background-color: #000;*/
    color: #000;
    border: 3px solid #000;
}
.btn-reSearch{
    width: 90%;
    height: 50px;
    margin-top: 30px;
    border-radius: 25px;
    background-color: #000;
    color: #fff;
}
a.logout{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    border: 1px solid #000;
    width: 100%;
    height: 50px;
    border-radius: 25px;
}