/* @import url("https://fonts.googleapis.com/css?family=Raleway:300,500,700"); */
@import url("https://fonts.googleapis.com/css?family=Didact+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
.install {
  overflow: hidden;
  background: url("./../img/night-shift-bg.png") no-repeat;
  background-size: cover;
}
.install .container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.install footer {
  padding: 10px 0;
}
.install footer ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.install footer ul li a {
  display: flex;
  padding: 10px;
  color: white;
  font-size: 13px;
  text-decoration: none;
}
.install footer ul li a:hover {
  color: white;
}
.install .content-wrap {
  flex-grow: 1;
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  justify-content: flex-end;
}
.install .content-wrap .content {
  width: 55%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 140px;
}
.install .content-wrap .content .logo {
  margin-top: 50px;
  width: 145px;
  margin-left: -25px;
}
.install .content-wrap .content h1 {
  font-family: "Didact Gothic", sans-serif;
  font-size: 54px;
  padding: 0;
  padding-top: 44px;
}
.install .content-wrap .content .window {
  position: absolute;
  top: 110px;
  right: 54%;
  height: 726px;
  width: auto;
}
.install .content-wrap .content p {
  font-family: "Didact Gothic", sans-serif;
  font-size: 30px;
  margin: 0;
  padding-top: 28px;
}
.install h1 {
  font-weight: 500;
  font-family: "Didact Gothic", sans-serif;
  font-size: 50px;
  padding: 60px 0;
  margin: 0;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
}
.install h1 img {
  height: 50px;
  width: auto;
  margin-right: 30px;
  /* transform: translateY(-4px); */
}
.install h2 {
  font-weight: 500;
  font-size: 30px;
  margin: 0.7em 0;
  text-align: center;
}
.install h3 {
  font-weight: 300;
  font-size: 24px;
}
.install a {
  color: #35bece;
}
.install .title {
  width: auto;
  font-family: "Roboto", sans-serif;
  color: #FFDF39;
  margin-top: 40px;
  font-size: 60px;
}
.install .subtitle {
  margin-top: 20px;
  width: auto;
  font-family: "Roboto", sans-serif;
  color: #FFFFFF;
  font-size: 24px;
  text-align: center;
  line-height: 1.8;
}
.install .content-box-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.install #content-box {
  max-width: 700px;
  width: 100%;
  padding: 1.5em 3em;
  border-radius: 1em;
  background: white;
  font-size: 16px;
  box-shadow: 0px 0px 33px -7px rgba(0, 0, 0, 0.219);
}
.install #content-box.big {
  width: 1300px;
}
.install #suggestor {
  position: fixed;
  top: 44px;
  right: 70px;
  color: white;
  font-size: 30px;
  font-weight: 500;
}
.install #arrow {
  position: fixed;
  top: 12px;
  right: 185px;
  width: 0;
  animation: arrow-anim 0.9s cubic-bezier(0.32, 0.37, 0.33, 0.93) infinite alternate;
}
.install #arrow:before,
.install #arrow:after {
  content: "";
  display: block;
  background-color: white;
  height: 6px;
  border-radius: 3px;
  width: 38px;
}
.install #arrow:before {
  transform: rotate(152deg);
  transform-origin: 1px 100%;
}
.install #arrow:after {
  transform: rotate(28deg);
  transform-origin: 1px 0;
}
@keyframes arrow-anim {
  0% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0px);
  }
}
.install #boom {
  position: fixed;
  top: -300px;
  right: 30px;
  width: 300px;
  height: 300px;
  border-radius: 150px;
  background-color: white;
  animation: boom-anim 1.8s linear infinite;
}
@keyframes boom-anim {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }
  15%, 100% {
    opacity: 0;
    transform: translateY(15px);
  }
}
@media screen and (max-width: 864px) {
  .install h1 {
    padding-top: 130px;
  }
  .install #content-box {
    max-width: 100%;
  }
  .install #content-box h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 590px) {
  .install h1 {
    padding-top: 130px;
  }
  .install h1 img {
    margin-right: 20px;
  }
  .install #content-box {
    max-width: 100%;
    padding: 1.5em 30px;
  }
  .install #content-box h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 900px) {
  .install .content-wrap .content {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 210px;
  }
  .install .content-wrap .content .logo {
    width: 93px;
    margin-left: -25px;
  }
  .install .content-wrap .content h1 {
    font-size: 35px;
    padding: 0;
    padding-top: 28px;
  }
  .install .content-wrap .content .window {
    position: absolute;
    top: 200px;
    right: 56%;
  }
  .install .content-wrap .content p {
    font-size: 20px;
    padding-top: 17px;
  }
}

.uninstall .content-wrap .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.uninstall .uninstall-wrap {
  padding-top: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.uninstall .uninstall-wrap .form-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.uninstall .uninstall-wrap .form-wrap h2 {
  font-size: 48px;
  margin: 0 0 40px;
  font-weight: 100;
  text-align: center;
  color: black;
}
.uninstall .uninstall-wrap .form-wrap form {
  max-width: 500px;
}
.uninstall .uninstall-wrap .form-wrap form label {
  margin: 0 0 13px;
  display: block;
  font-size: 16px;
  text-align: center;
}
.uninstall .uninstall-wrap .form-wrap form label .reason-label {
  line-height: 1.8;
}
.uninstall .uninstall-wrap .form-wrap form textarea {
  width: 100%;
  resize: none;
  height: 88px;
  padding: 10px;
  background: #f6f6f6 !important;
  border: 1px solid #aaa !important;
  font: 14px "Questrial", Arial, "Helvetica", sans-serif;
  line-height: 18px;
  border-radius: 3px;
  color: #444;
  box-sizing: border-box;
  outline: none;
}
.uninstall .uninstall-wrap .form-wrap form input[type=submit] {
  width: 100%;
  margin: 8px 0 18px 0;
  padding: 15px 70px;
  display: block;
  background: #73bdfd;
  border-radius: 3px;
  font-size: 16px;
  color: white;
  border: none;
  cursor: pointer;
  font-weight: 600;
}
.uninstall .uninstall-wrap .form-wrap form .button-description {
  font-size: 14px;
  text-align: center;
}

.page {
  display: flex;
  flex-direction: column;
}
.page .container .content {
  line-height: 2;
  padding-top: 20px;
  max-width: 900px;
  margin: 0 auto;
}
.page .container .content p {
  font-size: 13px;
  line-height: 2;
}
.page header {
  flex-shrink: 0;
  background: url("/assets/img/night-shift-header-bg.png") no-repeat;
  height: 110px;
  background-size: cover;
}
.page header .container {
  display: flex;
  align-items: center;
  height: 100%;
}
.page header .logo-wrap {
  display: flex;
  align-items: center;
}
.page header .logo-wrap .logo {
  width: auto;
  height: 24px;
}
.page header .logo-wrap .title {
  margin-left: 12px;
  width: auto;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #FFDF39;
}
.page .content-wrap {
  flex-grow: 1;
}
.page footer {
  flex-shrink: 0;
  padding: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.page footer ul {
  list-style: none;
}
.page footer ul li a {
  display: flex;
  font-size: 13px;
  padding: 10px;
  color: black;
  text-decoration: none;
}

body,
input,
select {
  font-size: 16px;
  font-family: "Didact Gothic", sans-serif;
}

body {
  background: white;
  padding: 0;
  padding-top: 0;
  margin: 0;
}

.container {
  margin: 0 auto;
  max-width: 1500px;
  min-width: 1200px;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 1560px) {
  .container {
    padding: 0 30px;
  }
}

/*# sourceMappingURL=style.css.map */
