.tempDiv {
  height: 62px;
}
.androidA2HS {
    background: black;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 4px;
    padding-top: 8px;
    align-items: center;
    height: 62px;
}
.androidA2HS>div {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.androidA2HS>div>span {
    color: #a19f9f;
    opacity: 1;
    text-shadow: none;
    font-size: 28px;
    font-weight: 500;
    padding-left: 6px;
    padding-right: 12px;
}
.androidA2HS>div>img {
    width: 50px;
    border-radius: 14px;
}
.androidA2HS>div>div {
    display: flex;
    flex-direction: column;
    text-shadow: none;
    color: white;
    padding-left: 10px;
}
.androidA2HS>div>div>span:nth-child(1) {
    font-weight: bold;
}
.androidA2HS>div>div>span:nth-child(2) {
  color: gray;
  font-size: 14px;
}
.androidA2HS>button {
  border-radius: 16px;
    background-color: royalblue;
    border-width: 0px;
    color: white;
    font-size: 1rem;
    padding: 6px 15px;
    margin-right: 4px;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    /*padding-top: calc(100vh - 70vw - 110px);*/
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.7);
}

/* Modal Content */
.modal-content {
      background-color: #3b3b3b;
    margin: auto;
    padding: 42px 20px 0px 20px;
    border: 1px solid #8880;
    width: 75vw;
    height: 70vw;
    text-shadow: none;
    color: white;
        position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
}

/* The Close Button */
.close {
  color: #a19f9f;
    opacity: 1;
    text-shadow: none;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 28px;
    font-weight: 500;
}

.iosModalClose:hover,
.iosModalClose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #3b3b3b;
    position: absolute;
    bottom: -9px;
    left: calc(50% - 10px);
}
.modal-logo {
    width: 60px;
  position: absolute;
    top: -24px;
    border-radius: 12px;
}