@CHARSET "UTF-8";

.page-title{
    font-size:27px;
    font-weight:bold;
    width:100%;
    text-align:center;
}

.height-box{
    height:75px;
}

.button-complete:not([readonly]){
    color:#fff;
    background-color:rgb(24, 113, 255);
    font-size:17px;
    width:100%;
    height: 40px;
}

.button-complete[readonly], .button-send[readonly]{
    color:#c5c5c5;
    background-color:rgb(165, 165, 165);
    font-size:17px;
    width:100%;
    height: 40px;
    cursor:default;
}

.button-complete:active:not([readonly]){
    background-color:rgb(12, 102, 246);
}

.button-send:not([readonly]){
    color:#fff;
    background-color:rgb(35, 35, 35);
    font-size:17px;
    height: 40px;
    width:50%;
    height:55px;
}

.button-send:active:not([readonly]){
    background-color:rgb(0, 0, 0);
}


.btn-area{
    margin-top:0px;
}
