@media (min-width: 850px) {
  .container {
    position: fixed;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 10px;
    top: 48px;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .s-font {
    font-size: 12px;
  }
  .b-font {
    font-size: 20px;
  }
  button.action:active {
    opacity: 0.7;
  }
  .page-title {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
  }
  .account-section, .option-section, .logout-section {
    position: absolute;
  }
  .account-section {
    top: 48px;
    right: 340px;
    bottom: 0;
    left: 10px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .account-section h2 {
    position: fixed;
    top: 48px;
    left: 10px;
    right: 339px;
  }
  .account-section .box {
    width: calc(100% - 40px);
    margin-left: 50%;
    transform: translate(-50%);
  }
  .option-section {
    width: 300px;
    top: 0;
    right: 10px;
  }
  .logout-section {
    width: 300px;
    top: 292px;
    right: 10px;
    bottom: 0;
  }
  .profile-picture {
    width: 150px;
    height: 150px;
    background-image: url(../../../data/img/profile.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    margin-left: 50%;
    transform: translate(-50%);
    margin-bottom: 20px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    cursor: pointer;
  }
  .profile-picture i {
    position: absolute;
    bottom: 10px;
  }
  .profile-picture:hover {
    opacity: 0.8;
  }
  .box {
    display: flex;
    flex-direction: column;
    text-align: center;
    border-radius: 10px;
    width: calc(100% - 5px);
    margin: 20px 0;
  }
  .box .secret {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .box .secret p {
    margin-right: 7px;
  }
  .box .secret p.disabled {
    display: none;
  }
  .box .secret #email-toggle, .box .secret #uid-toggle {
    cursor: pointer;
  }
  .box b.jarak {
    margin-bottom: 7px;
  }
  .box .kecil {
    font-size: 14px;
  }
  .box p.about-sect {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    margin: 0 5px;
    word-break: break-all;
    word-break: break-word;
    max-height: 150px;
    overflow-y: auto;
  }
  .box button.bottom {
    padding: 3px 0;
  }
  .box button.bottom select {
    text-align: center;
  }
  .box button.bottom option:nth-child(1) {
    display: none;
  }
  .box .group {
    display: flex;
    justify-content: center;
    margin-bottom: 7px;
  }
  .box .group button.social {
    margin: 3px 5px;
    border-radius: 5px;
    padding: 3px 7px;
  }
  .grouping {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
  }
  .grouping .logout {
    width: calc(50% - 10px);
    padding: 5px 0 8px 0;
    border-radius: 5px;
    font-weight: bold;
  }
  .br {
    height: 40px;
  }
  .Uploader {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}