﻿#user_image {
    width: 30%;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    margin-top: 40px;
}

    #user_image img {
        width: 40px;
        height: 40px;
        object-fit: cover;
    }

.pmenu {
    height: 60px;
    font-size: 12px;
    position: relative;
}

#profile_menu {
    border-radius: 5px;
    background: #0A1025;
    width: 90%;
    margin: 0 auto;
    margin-top: 25px;
}

.pheader {
    margin-right: 10px;
    margin-top: 10px;
    display: inline-block;
    font-family: Heebo;
    font-size: 13px;
    font-weight: 700;
    text-align: right;
}

.pexp {
    //styleName: T7 | Regular;
    font-family: Heebo;
    font-size: 12px;
    font-weight: 400;
    text-align: right;
    margin-right: 10px;
    top: 0px;
    position: relative;
}

.goto {
    position: absolute;
    top: 18px;
    left: 10px;
}

#logout {
    width: 90%;
    background: #0A1025;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    font-family: Heebo;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    height: 35px;
    border-radius: 5px;
}

    #logout * {
        vertical-align: middle;
    }

#signup_box {
    margin-top: 20px;
}

#submit_btn {
    margin-top:30px;
}

.signup {
    background: linear-gradient(105.43deg, #B743F0 -9.83%, #2D66F1 71.19%, #58C3F8 109.83%);
    width: 80%;
    height: 60px;
    border-radius: 999px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 14px;
    color: white !important;
    text-decoration: none !important;
}