:root { color-scheme: light; }

@media (prefers-color-scheme:dark){
  body{
  color:#222;
  background:#FFFFFF;
  }
  }

.logo {
  width: 188px;
  display: block;
  position: relative;
  margin-bottom: 10px;
  text-align: center;
  margin: auto;
}

.logo:after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: -48px;
  font-size: 11px;
  color: #222;
  content: "ALPHA";
}

.logo img {
  margin: auto;
  height: 77px;
}

* {
  margin: 0;
  padding: 0;
}

html {
  overflow: hidden;
}

a, a:visited {
  outline: none;
  color: #389dc1;
}

a:hover {
  text-decoration: none;
}

section, footer, header, aside {
  display: block;
}

.image {
  width: 188px;
  margin: auto;
  display: block;
  text-align: center;
}

.profile-img {
  width: 188px;
  text-align: center;
}

body {
  font-family: sofia-pro, Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1.05em;
  color: #24282C;
  width: 100%;
  height: 100%;
}

.bg {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-image: url(assets/background/Bitmap@2x.png) ;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  border-radius: 24px;;
  border: 0px;
  height: 48px;
  width: 128px;
  font-weight: 400;
  font-size:  1.2em;
  margin: 6px;
}

input[type=file] {
  display: none;
}

.qrcontainer {
  position: absolute;
  text-align: center;
  bottom: 104px;
  width: 100%;
  margin: auto;
  height: 80%;
  border: 0;
  box-shadow: none;
  background-color: #e0e0e0;
  border-radius: 24px 24px 0px 0px;
  padding: 16px;
}

#close_qr {
  font-size: 1.5em;
}

.actions-container {
  padding: 16px 8px;
}

#qrcode {
  position: relative;
  text-align: center;
  width: 196px;
  height: 196px;
  margin: auto;
 }


button {
  border-radius: 24px;;
  border: 0px;
  height: 48px;
  width: 128px;
  font-weight: 400;
  font-size:  1.2em;
  margin: 6px;
}

.app-button-space {
  width: 100%;
  margin: auto;
  text-align: center;
}


input {
  border-radius: 12px;;
  border: 0px;
  height: 32px;
  font-weight: 400;
  font-size: 1em;
  width: 90%;
  margin: 8px;
  padding: 4px 16px 4px 16px;
}

.bg {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-image: url(assets/background/Bitmap@2x.png) ;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

.container {
  /* background-color: rgba( 240,240, 240, 0.1); */
  background-color: rgba( 247, 247, 247, 1 );
  width: 360pt;
  max-width: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: rgba(20,18,18,0.5) 0px 0px 32px; 
  height: 740pt;
  max-height: 100%;
  display: grid;
  column-gap: 0px;
  row-gap: 0px;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  grid-template-areas: 'header' 'main' 'footer';
}

.app-content {
  width: 100%;
  padding: 24px;
  background-image: url(assets/background/Bitmap@2x.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  height: 245px;
  
}

.image {
  width: 188px;
  margin: auto;
  /* -webkit-filter: drop-shadow(5px 5px 5px #222); */
  /* filter: drop-shadow( 1px 0px 10px #fca); */
}

.profile-img {
  text-align: center;
}

.search {
  visibility: inherit;
  width: 105%;
  margin: auto;
}

.activity {
  /* text-shadow: #FC0 1px 0 10px; */
  /* text-shadow: 4px 4px 4px #141212; */
  position: relative;
  display: flex;
  margin: auto;
  width: 90%;
  text-align: center;
  color:#F0F0F0;
}

.activity-sent {
  width: 35%;
  position: relative;
}

.activity-active {
  width: 35%;
  position: relative;
}

.activity-received {
  width: 35%;
  position: relative;
}

.activity-number {
  font-size: 2em;
  font-weight: 600;
}

.activity-big-number {
  font-size: 2em;
  font-weight: 900;
}

.activity-comment {
  width:100%;
  color: #F0F0F0;
  text-align: center;
  font-size: 0.7em;
}

.app-overview {
  width:100%;
  background-color: #F7F7F7;
  /* top: 240px;
  bottom: 104px; */
  /* height: 50%; */ 
  /* bottom: 104px; */
  /* contain-intrinsic-height: initial ; */
  display: inline-block;
  overflow: scroll; 
  /* height: 100%; */
 /* padding: 12px; */
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

/* .app-overview::--webkit-scrollbar {
  display: none;
}
*/

.app-overview-content {
  position: relative;
  background-color: #FFFFFF;
  top: 0px;
  width: 98%;
  height: auto;
  margin: 4px auto;
  padding: 12px;
  border-radius: 16px;
  border-width: 1px;
  border-color: rgba( 0, 0, 0, 0.2);
  border-style: solid;
  display: flex;
}

.action-image {
  background-image: url(assets/images/background_small_image.png);
  height: 80px;
  width: 80px;
  min-width: 80px;
  min-height: 56px;
  text-align: center;
  padding: 12px;
  border-radius: 6px;
  font-weight: bold;
  color: #F7F7F7;
}

.action-text-box {
  width:auto;
  display: flex;
  flex-wrap: wrap;
}

.action-text-title {
  font-weight: bold;
  padding: 0px 8px;
  color: #24282C;

}

.action-text-content {
  font-weight: 200;
  padding: 0px 8px;
  color: #777777;
  font-size: 0.8em;
  width: 100%;
}


input[type="file"] {
  display: none;
}

.custom-file-upload {
 /* border-radius: 24px;;
  border: 0px;
  height: 48px;
  width: 240px;
  font-weight: 400;
  font-size:  1.2em;
  margin: 6px;
  line-height: 2em;
  display: inline-block;
  */
  display: flex;
  cursor: pointer;
}

.action-footer {
  border-width: 2px 0px 0px 0px;
  border-color: #F0F0F0;
  border-style: solid;
  /* position: absolute; */
  /* bottom: 0px; */
  display: flex;
  margin: auto;
  width: 100%;
  text-align: center;
  color: #24282C;
  font-weight: 500;
  background-color: #F7F7F7;
  height: 104px;
  padding: 24px 0px 0px 0px;
  margin: 0;
}


.active-menu {
  color: #EE3957;
}

a.action-footer-home, a.action-footer-send, a.action-footer-receive, a.action-footer-settings {
  color: #24282C;
}

.action-footer.i {
  font-size: 1.2em;
}

.action-footer-home {
  width: 25%;
  position: relative;
  display: block;
  text-align: center;
}

.action-footer-home img {
  display: inline;
  margin: 0;
}

.action-footer-send {
  width: 25%;
  position: relative;
  display: block;
  text-align: center;
  cursor: pointer;
}

.action-footer-receive {
  width: 25%;
  position: relative;
  display: block;
  text-align: center;
}

.action-footer-settings {
  width: 25%;
  position: relative;
  display: block;
  text-align: center;
}

.circular-progress {
  position: relative;
  height: 96px;
  width: 96px;
  border-radius: 50%;
  background: conic-gradient(#ee3348 3.6deg, #ededed 0deg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px;
}

.circular-progress::before {
  content: "";
  position: absolute;
  height: 72px;
  width: 72px;
  border-radius: 50%;
  background-color: #fff;
}

.circular-progress-value {
  position: relative;
  font-size: 1.6em;
  font-weight: 600;
  color: #ee3348;
}

/* App transfer item make up */
.app-transfer-item {
  position: relative;
  background-color: #FFFFFF;
  top: 0px;
  width: 98%;
  height: auto;
  margin: 4px auto;
  padding: 12px;
  border-radius: 16px;
  border-width: 1px;
  border-color: rgba( 0, 0, 0, 0.2);
  border-style: solid;
  display: grid;
  align-content: center;
  column-gap: 0px;
  row-gap: 0px;
  grid-template-columns: 1fr auto auto auto;
  grid-template-rows: 1fr;
  grid-template-areas: 'from-to' 'texts' 'save' 'status';
}

.app-transfer-item-from-to {
  /* background-image: url(assets/images/background_small_image.png);
  height: 80px;
  width: 80px;
  min-width: 80px;
  min-height: 56px;
  text-align: center;
  padding: 12px;
  border-radius: 6px;
  font-weight: bold;
  color: #F7F7F7; */
}

.app-transfer-item-text {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  min-width: 0;
}

.app-transfer-item-text-filename {
  width: 100%;
  font-weight: 500;
  font-size: 1em;
  color: #24282C;
  min-width: 0;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;  
}

.app-transfer-item-text-filesize {
  font-weight: 300;
  color: #24282C;
}

.app-transfer-item-text-date {
  font-weight: 200;
  color: #777777;
  font-size: 0.8em;
  line-height: 1.8em;
}

.app-transfer-item-send-receive {
  width: 1.8em;
  line-height: 3em;
  padding: 0px 8px;
}

.app-transfer-item-save {
  width: 1.8em;
  line-height: 3em;
  padding: 0px 8px;
}

.app-transfer-item-status {
  padding: 0px 8px;
}

.circular-progress-small {
  position: relative;
  height: 48px;
  width: 48px;
  border-radius: 100%;
  background: conic-gradient(#ee3348 3.6deg, #ededed 0deg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
}

.circular-progress-small::before {
  content: "";
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #fff;
}

.circular-progress-small-value {
  position: relative;
  font-size: 0.8em;
  font-weight: 200;
  color: #ee3348;
}
