.buttons-body {
  background-color: rgba(182, 182, 182, 0.999);
}
p {
  font-size:10vh;
}
.small {
  font-size: 24;
  font-weight: bold;
}
.app-buttons {
  display: flex;
  width: 100%;
  /* max-width: 600px; */
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  align-items: flex-start;
}
@media screen and (max-width:767px), screen and (max-device-width:767px) {
  .app-buttons {
    align-items: center;
  }
}

.button-app {
  box-sizing: border-box;
  margin: 0em;
  font: 400 13.3333px Arial;
  padding: 1px 6px;
  border-width: 2px;
  border-style: outset;
  border-color: -internal-light-dark-color(rgb(118, 118, 118), rgb(195, 195, 195));
  /* border-color: -internal-light-dark-color(rgb(118, 118, 118), rgb(143, 143, 143)); */
  border-image: initial;
  cursor: pointer;
  user-select:none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.button-app {
  /* font-weight: bold; */
  /* width: 100%; */
  /* height: 50px; */
  flex: 0 1 auto;
  /* width: 100%; */
  /* font-size: 28px; */
  /* background-image: -webkit-linear-gradient(top, #3498db, #2980b9); */
  min-width: 225px;
  display         : flex            ;
  flex-flow       : row nowrap      ;
  justify-content : space-between   ;
  align-content   : center     ;
  align-items     : center     ;
  /* width: 100%; */
  border-radius: 11px;
  font-family: Arial;
  font-size: 28px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 10px;
}
.button-app:active {
  outline: 4px solid rgba(0, 255, 0, 0.4);
}
.button-broken {
  opacity: 0.3;
  pointer-events: none;
}
.button-broken .button-text {
  text-decoration: line-through;
}
@media (hover: hover) {
  .button-app:hover {
    outline: 4px solid rgba(0, 255, 0, 0.4);
  }
}
.button-app-iphone {
  /* background-color: blue; */
  background: #3498db;
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  color: white;
}
/* .button-app-iphone:active,.button-app-iphone:focus { */
.button-app-iphone:active {
  background: #3cb0fd;
  /* background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db); */
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
.button-app-android {
  /* background-color: green; */
  color: white;
  background: #5cdd7a;
  /* background-image: -webkit-linear-gradient(top, #5cdd7a, #4b965b); */
  background-image: linear-gradient(to bottom, #5cdd7a, #4b965b);
}
.button-app-android:active {
  background: #66f587;
  /* background-image: -webkit-linear-gradient(top, #5cdd7a, #3fc25d); */
  background-image: linear-gradient(to bottom, #5cdd7a, #3fc25d);
}
#button-android-reg {
  --placeholder-var: 20vw;
  /* margin-top: 50px; */
 }
#button-android-install-manual {
  margin-top: 15px;
}
.block-divider {
  display: block;
  height: 50px;
}
.image-logo {
  /* display: inline-block; */
  width: 50px;
}
.button-text {
  /* height: 100%; */
  text-align: left;
  text-align: center;
  font-size: 28px;
}
.button-text-line2 {
  /* height: 100%; */
  /* text-align: left; */
  /* text-align: center; */
  font-size: 22px;
}
.loading-wheel {
  display: block;
  width: 80vw;
  height: 80vh;
  max-width: 500px;
  background-image: url('loading_camera_01.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0% 0%;
}
.hidden {
  /* visibility: hidden; */
  display: none;
}
