@import "reset.css";

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 span {
  text-shadow: 0 2px 6px black;
  font-family: 'Inter Semibold', 'Arial', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', system-ui;
  font-size: 1.5rem;
}

html,
body {
  height: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.va-mid {
  vertical-align: middle;
  align-items: center;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.clearfix {
  display: block;
}

a {
  color: inherit;
}

sup {
  font-size: smaller;
  margin-top: -6px;
  position: relative;
  top: -6px;
}

select {
  border: 1px solid #999999;
}

.about__text {
  display: block;
  font-size: 16px;
  text-shadow: none;
  margin-top: 5px;
  color: #888;
  text-align: center;
}

.bg__grad {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(60, 60, 60, 1);  /* fallback for old browsers */
  /* background: -webkit-linear-gradient(to top, #2C5364, #203A43, #0F2027); */
  /* background: linear-gradient(to top, #2C5364, #203A43, #0F2027); */
  z-index: -1;
}

body {
  display: grid;
  place-content: center center;
  color: white;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.repo-install__host {
  display: flex;
  align-items: center;
  /* border: 1px solid white; */
  /* padding: 12px 15px; */
  margin: 15px 10px;
}

/* .repo-install__host:last-of-type {
  margin: 0;
} */

.installers__host {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: fit-content;
}

.installer__img {
  width: 46px;
  height: 46px;
  border-radius: 6px;
  box-shadow: 0px 0px 10px 0px #000;
  margin-right: 10px;
}

.btn__iOS5 {
  text-align: center;
  text-decoration: none;
  align-items: center;
  cursor: pointer;
  line-height: 24px;
  padding: 8px 15px;
  border: 3px solid rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  font-weight: bold;
  min-height: 50px;
  min-width: 255px;
  color: white;
  font-size: 20px;
  font-family: 'Inter Semibold', 'Arial', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', system-ui;
  background: #bababa;
  background: linear-gradient(180deg, rgba(106, 106, 106, 1) 0%, rgba(11, 11, 11, 1) 75%);
  box-shadow: inset 0 -1px 6px rgb(106 106 106), -1px 4px 8px 0px #222;
  user-select: none;
}

.btn__iOS5:disabled {
  opacity: 0.9;
  cursor: not-allowed;
  box-shadow: none;
  color: #8b8b8b;
  background: linear-gradient(180deg, #4a4a4a 0%, #222 75%);
}

.btn__iOS5:not(.btn__iOS5:disabled):hover {
  background: linear-gradient(180deg, rgba(106, 106, 106, 1) 0%, rgba(44, 44, 44, 1) 99%) !important;
}
