
.selection-modal__wrapper{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--color-theme);
    z-index: 10;
    overflow-y: auto;
}
.selection-modal__header{
    color: white;
    display: flex;
    padding: 1rem;
    justify-content: space-between;
}
.selection-modal__header-tick{
}
.selection-modal__header-tick{
    width:1rem;
    height:1rem;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAOCAYAAAAi2ky3AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADMSURBVHgBpdIhDsIwFAbgV2aQk0gMwS6I6eFgGI6wgCGwhHECkBwByTFwgIIMwTQzuwfQ0lcSAs3G2u4XbdM2X/40BaiQYRDZ/XE4xzUBwyByJ489XzqUsYUR9I0wYBllz642lIfstptMCypC8EwZ+odgau9Lk2YVBGP5wdShxDq1Om49vcZHE0Q0IkA8PtuEwcofhUsTRDRKk8u57bjcA48/mMebATbTQQSEwy2JDzJGga5VkQ+Uh/GthiryA8mYDlKYQTCLeiVfQs4LuHSwYWZOSFkAAAAASUVORK5CYII=) center/cover no-repeat;
}
.selection-modal__header-tick.selected{
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAOCAYAAAAi2ky3AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABwSURBVHgB1dHhCYAgFATgFzRAIzRCm+UGtlkjNEIjNMJ1kpA8gvL81cGhP/RDnmYNATCwc9r3JiYhXFZ24r4zJfklG67s7Gi1+RnyJn9F0tQPNspIPhhwJ0pIcWHxGNTBegwtv+MwDXnAdKTAQi1yAofIEJNBA3qpAAAAAElFTkSuQmCC) center/cover no-repeat;
}
.selection-modal__body-list__wrapper{
    padding: 0 1rem;
}
.selection-modal__body-list__item{
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    font-size: 0.875rem;
    border-bottom: .1rem solid var(--color-grey-60);
}
.selection-modal__body-list__item-icon{
    width: 1.5rem;
    height: 1.5rem;
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: 1rem;
}


.app-store__wrapper{
    background-color: transparent;
    border: 0.12rem solid #A6A6A6;
    padding: 0.5rem .8rem;
    display: inline-flex;
    color: white;
    border-radius: 0.5rem;
    margin-right: .5rem;
    width: 7.4rem;
}
.app-store__name{
    font-size: 17.6px;
    font-family: var(--weight-700);
    line-height: 1;
    text-transform: capitalize;
}
.app-store__download{
    font-size: 10px;
}
.app-store__icon{
    margin-right: 0.5rem;
    width: 1.5rem;
    -o-object-fit: contain;
       object-fit: contain;
}
@media (min-width: 320px) {
.app-store__name {
        font-size: .9rem;
}
.app-store__icon {
        width: 1.4rem;
}
}


.app-download__container{
    display: flex;
    color: white;
    align-items: center;
    margin-bottom: 1rem;
}
.app-download__label-wrapper{
}
.app-download__wrapper{
    padding: 0 1rem 1rem 1rem;
}


.mobile-account-menu__wrapper {
  width: 70%;
}
.mobile-account-menu__user-join-date {
  color: #6f8c9b;
  font-size: 0.6875rem;
}
.mobile-account__user-icon__wrapper {
  width: 2.25rem;
  height: 2.25rem;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  border: 0.3rem solid var(--bg-selected);
  margin-right: 1.5rem;
  overflow: hidden;
}
.mobile-account__close {
  padding: 0 0 1.5rem 0.5rem;
}
.mobile-account__body-list__container {
  margin-bottom: 2.1875rem;
}
.mobile-account__body-list__parent-name {
  font-size: 0.6875rem;
  color: var(--color-grey-80);
  margin-bottom: 1rem;
}
.mobile-account__body-list__child-container {
  padding: 0.5rem 0;
  font-size: 0.875rem;
  display: flex;
  justify-content: space-between;
}
.mobile-account__body-list__child-info {
  color: var(--color-grey-80);
  margin-right: 1rem;
}
.mobile-account__footer {
  font-size: 0.6875rem;
  color: #5c7784;
  position: absolute;
  bottom: 1rem;
}

