div.modal-content label.main-title{
    font-size: 1.2em;
    font-weight: bold;
}

div.modal-content label.sub-title{
    font-size: 1em;
}

/*div#popup-daily-checkin-body{*/
/*    padding-left: 15%;*/
/*    display: grid;*/
/*    grid-column-start: 1;*/
/*    grid-column-end: 8;*/
/*    grid-template-columns: 10% 10% 10% 10% 10% 10% 10% 10%;*/
/*}*/

/*div.calendar_block{*/
/*    color: #FFFFFF;*/
/*    padding: 2px;*/
/*    border-radius: 4px;*/
/*    margin: 2px;*/
/*    line-height: 1.2em;*/
/*}*/

/*div.calendar_block.checked{*/
/*    background-color: #00cc66;*/
/*}*/
/*div.calendar_block.unchecked{*/
/*    background-color: #4e555b;*/
/*}*/

img.new_seed{
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    /*width: 60%;*/
}
img.loader{
    display: inline-block;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
}
img.dailyreward{
    display: inline-block;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
img.nutrition_icon{
    width: 50px;
    margin: 5px;
}

div#popup_ar_game_icon_container{
    text-align: center;
}

button#start_ar_game,button#connect_account,button#start_new_seed{
    width: 80%;
    text-align: center;
    margin: 10px;
    line-height: 2em;
    font-weight: bold;
    border-radius: 10px;
    border: 0px;
    background-color: #f0c674;
}

/*
#grown_plant{
    position: absolute;;
    top: 0px;
    display: none;
}

#grown_plant_star{
    position: absolute;
    width: 50%;
    left: 80%;
    bottom: 50%;
}

#grown_plant_refresh{
    position: absolute;
    width: 50%;
    left: 80%;
    bottom: 10%;
}

#grown_plant_coin{
    position: absolute;
    width: 100%;
    left: 0%;
    bottom: 0%;
}
*/

.app-icon{
    width: 50px;
}
.app-button{
    height: 30px;
    margin: 10px 0px
}
