.appHeader {
    background-image: linear-gradient(to left, #6a11cb 0%, #2575fc 100%);
    color:#fff;
    border-radius: 0 0 10px 10px;
}

.appHeader .left .headerButton, .appHeader .right .headerButton {
    color:#fff
}

.appHeader .pageTitle {
    font-size:30px;
}

.page {
    background:#fff;
    padding-top:50px;
}

.footer_bo {
    width:20%;
    align-items: center;    
}

.sq-btn {
    background-color:transparent;
    border:1px solid #ededed;
}


.tran_menu{
    position: absolute;
    z-index:20;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.tran_card{
    position: relative;
}

.tran_btn{
    float: right;
    flex-direction: column;
    width: 50px;
    color: #fff;
    height: 50px;
    border-radius: 10px;
    float: right;
    margin: 0 5px;
    text-align: center;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tar_lo {
    max-width: 100%;
    width:35px;
}

.tran_menu .tran_btn:nth-of-type(1){
    background: #1DCC70
}

.tran_menu .tran_btn:nth-of-type(2){
    background: #FF7F00;
}

.tran_menu .tran_btn:nth-of-type(3){
    background: #FF396F;
}

.tran_txt{
    font-weight: 500 !important;
    color:#000;
    font-size: 18px;
}

.tran_img{
    width: 60px;
    text-align: center;
    margin-right: 10px
}
.tran_img img{
    width: 80%
}
.tran_txt p{
    font-size: 15px;
    margin: 5px 0;
}

.coin_txt {
    font-size:20px;
}

.coin_txt2 {
    font-size:20px;
}

  @media screen and (max-width:767px) {
    .p_boxwrap{
        ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}