#main-view
.ccsubview.account {
    padding-top: 10px;
}




#main-view
.ccsubview.account
.welcome-wrapper {
    margin: 0 10px;
    padding: 15px;
    border-radius: 13px;
    background: #f4f5f6;
    background: #f6f7f9;
}



#main-view
.ccsubview.account
.welcome-wrapper
.name-wrapper {
    position: relative;
    padding: 0 0 0 35px;
    height: 50px;
    line-height: 50px;
}



#main-view
.ccsubview.account
.welcome-wrapper
.name-wrapper
img {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: 22px;
}



#main-view
.ccsubview.account
.welcome-wrapper
.name-wrapper
b {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 800;
    color: #000;
}

#main-view
.ccsubview.account
.welcome-wrapper.loading
.name-wrapper
b {
    display: block;
}

#main-view
.ccsubview.account
.welcome-wrapper.loading
.name-wrapper
b {
    display: none;
}



#main-view
.ccsubview.account
.welcome-wrapper
.name-wrapper
.loader {
    display: none;
    position: relative;
    width: 100px;
    height: 20px;
    top: 15px;
    background: #e7e7e7;
    border-radius: 40px;
}

#main-view
.ccsubview.account
.welcome-wrapper.loading
.name-wrapper
.loader {
    display: block;
}





#main-view
.ccsubview.account
.welcome-wrapper
.savings-wrapper {
    position: relative;
    padding: 0 15px 0 65px;
    height: 80px;
    border-radius: 10px;
    background: #eee;
    background: #d6f4db;
    background: #dcffd7;
}



#main-view
.ccsubview.account
.welcome-wrapper
.savings-wrapper
img {
    display: block;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: 34px;
}



#main-view
.ccsubview.account
.welcome-wrapper
.savings-wrapper
.info-wrapper {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}



#main-view
.ccsubview.account
.welcome-wrapper
.savings-wrapper
.info-wrapper
h1 {
    font-size: 13px;
    font-weight: 600;
    color: #888;
}



#main-view
.ccsubview.account
.welcome-wrapper
.savings-wrapper
.info-wrapper
p {
    margin: 0;
    font-size: 24px;
    font-weight: 900;
    color: #000;
}

#main-view
.ccsubview.account
.welcome-wrapper.loading
.savings-wrapper
.info-wrapper
p {
    display: none;
}



#main-view
.ccsubview.account
.welcome-wrapper
.savings-wrapper
.info-wrapper
span {
    display: none;
    position: relative;
    width: 80px;
    height: 28px;
    top: 3px;
    border-radius: 40px;
    background: #e7e7e7;
}



#main-view
.ccsubview.account
.welcome-wrapper.loading
.savings-wrapper
.info-wrapper
span {
    display: block;
}






#main-view
.ccsubview.account
.menu-wrapper {
    margin: 25px 0 0 0;
}



#main-view
.ccsubview.account
.menu-wrapper
.menu-item {
    position: relative;
    padding: 0 15px 0 45px;
    height: 70px;
    border-top: 1px solid #eee;
}



#main-view
.ccsubview.account
.menu-wrapper
.menu-item
i {
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}



#main-view
.ccsubview.account
.menu-wrapper
.menu-item
i
img {
    display: block;
    position: absolute;
    width: auto;
    height: 22px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}



#main-view
.ccsubview.account
.menu-wrapper
.menu-item
.item-wrapper {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}



#main-view
.ccsubview.account
.menu-wrapper
.menu-item
.item-wrapper
h1 {
    font-size: 17px;
    font-weight: 800;
    color: #000;
}



#main-view
.ccsubview.account
.menu-wrapper
.menu-item
.item-wrapper
h2 {
    font-size: 12px;
    font-weight: 600;
    color: #999;
}



#main-view
.ccsubview.account
.menu-wrapper
.menu-item
.arrow {
    display: block;
    position: absolute;
    width: auto;
    height: 12px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) scaleX(-1);
}



#main-view
.ccsubview.account
.menu-wrapper
.menu-item.logout
.item-wrapper
img {
    display: none;
    width: auto;
    height: 22px;
}



#main-view
.ccsubview.account
.menu-wrapper
.menu-item.logout.loading
.item-wrapper
h1 {
    display: none;
}



#main-view
.ccsubview.account
.menu-wrapper
.menu-item.logout.loading
.item-wrapper
img {
    display: block;
}






















