body {
    height: 100%;
}

.memojibackground {
    height: 220px;
    width: 220px;
    background-color: #bbb;
    border-radius: 50%;
    display:block;
    margin:auto;

    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-image: radial-gradient( circle 674px at 18.3% 77%,  rgba(139,186,244,1) 3.4%, rgba(15,51,92,1) 56.6% );
    overflow: hidden;
}

.memoji {
    width: auto;
    height : auto;
    max-height: 100%;
    max-width: 100%;
    padding-top: 5%;
}

.nav_bar {
    display: flex;
    justify-content: space-between;
    background-color: white;
    border-bottom: 1px solid #dfdee3;
    height: 60px;
    padding-bottom: 10px;
    width: 100%;
}

.back_button {
    flex-grow: 1;
    float: left;
    font-family: Helvetica, sans-serif;
    margin-top: 16;
    font-size: 20;
    width: 33%;
    display: flex;
    margin-left: 20;
}

.back_button:hover {
    filter: brightness(55%);
}

.nav_bar_title {
    flex-grow: 1;
    padding-top: 16;
    font-family: Helvetica, sans-serif;
    text-align: center;
    font-size: 22;
    width: 33%;
}

.tabbar {
    display: flex;
    background-color: white;
    border-top: 1px solid #dfdee3;
    margin: 0 auto;
    width: 100%;
}

.holder {
    margin: 16px;
    margin-bottom: 20px;
    text-align: center;
    float: left;
    flex-grow: 1;
}

.tabbar_item {
    height: 30px; 
    width: 30px;
}

.tabbar_text {
    font-family: Helvetica, sans-serif;
    font-weight: 600;
    margin-top: 5;
    font-size: 12;
    color: #cbcccb;
}

.selected {
    color: #007AFE;
}

.plain_link {
    text-decoration: none;
}

.section {
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 16px;
    overflow: hidden;
}

.sectionTitle {
    text-align: left; 
    padding-left: 40px; 
    font-size: 15px; 
    font-weight: 300; 
    color: #85858A;
    padding-top: 16px;
}

.cell {
    background-color: #fefffe;
    border-top: 1px solid #dfdee3;
    padding-left: 16;
    min-height: 44px;
}

.cell:hover {
    background-color: #D1D1D5;
}

.myapps_cell {
    min-height: 110px;
    background-color: #fefffe;
    border-top: 1px solid #dfdee3;
    display: flex;
    align-items: center;
}

.myapps_cell:hover {
    background-color: #D1D1D5;
}

.cellTextContainer {
    display: flex;
    flex-direction: column;
    margin-right: 16px;
}

.cell_text {
    display: inline-block;
    font-family: Helvetica, sans-serif;
    font-size: 17;
    padding-left: 10px;
    padding-top: 16px;
    padding-bottom: 16px;
    color: black;
}

.cell_large_text {
    font-family: Helvetica, sans-serif;
    font-size: 17;
    font-weight: 400;
    color: black;
    margin: 0px;
    margin-bottom: 4px;
}

.cell_subtitle {
    font-family: Helvetica, sans-serif;
    font-size: 13;
    color: gray;
    text-align: left;
    margin: 0px;
    padding: 0px;
}

.cell_image {
    float: left;
    height: 30px;
    width: 30px;
    padding-top: 10px;
    padding-left: 10px;
}

.myapps_cell_image {
    margin: 16px;
    height: 64px;
    width: 64px;
    border: 1px solid #dfdee3;
    border-radius: 16px;
}

.profile_cell {
    background-color: #fefffe;
    display: flex;
    flex-direction: column;
}

.profile_cell_image {
    border: 1px solid #dfdee3;
}

.profile_cell_bottom_cell {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 16px;
}

.profile_cell_bottom_cell_link {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 16px;
}

.profile_cell_bottom_cell_link:hover {
    background-color: #D1D1D5;
}

.profile_cell_text {
    display: inline-block;
    position: relative;
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    font-size: 17;
    color: gray;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 8px;
}

.profile_cell_subtitle {
    font-family: Helvetica, sans-serif;
    font-size: 13;
    color: gray;
    padding-right: 16px;
}

.profile_disclosure {
    height: 20px;
    width: 20px;
}

.disclosure {
    float: right;
    height: 25px;
    width: 25px;
    padding-top: 13px;
    padding-right: 8px;
}

.myapps_disclosure {
    height: 25px;
    width: 25px;
    padding-right: 8px;
}

h1 {
    font-family: Helvetica, sans-serif;
    text-align: center;
}

h2 {
    font-family: Helvetica, sans-serif;
    text-align: center;
}

p {
    font-family: Helvetica, sans-serif;
    text-align: center;
    padding-left: 25;
    padding-right: 25;
    line-height: 1.3;
    color: #3C3C44;
}

.footer {
    font-family: Helvetica, sans-serif;
    font-size: 12;
    color: gray;
}

html, body {
    margin: 0;
    overflow-y: hidden;
    background-color: #362e31;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.panel {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    height: calc(100vh - 50px);
    width: 100%;
    max-width: 500px;
    max-height: 1000px;
    background-color: red;
    border-radius: 50px;
    overflow: hidden;
    background-color: #f2f1f7;
    box-shadow: 0 6px 24px rgba(50, 30, 50, 0.2), 0 4px 12px rgba(0, 0, 0, 0.2);
}

.status_bar {
    width: 100%;
    padding-right: 10px;
    background-color: white;
}

.page_content {
    overflow: scroll;
}

.scrolling-wrapper {
    height: 100%;
    overflow-y: scroll;
}

@media only screen and (max-width: 600px) {
    html, body {
        background-color: #f2f1f7;
        height: 100%;
    }
    .status_bar {
        display: none;
    }
    .panel {
        border-radius: 0px;
        height: 100%;
    }
    .tabbar {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
}
