@font-face {
  font-family: "Montserrat";
  src: url("./fonts/Montserrat-SemiBold.ttf") format('truetype');
}

@font-face {
  font-family: "Montserrat-light";
  src: url("./fonts/Montserrat-Regular.ttf") format('truetype');
}

a {
  color: #444;
  text-decoration: underline;
}

.background:before {
  content: '';
  clear: both;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
  /* background: rgba(0, 0, 0, 0.5); */
}

.blue {
  color: #488afb;
}

body {
  z-index: 1;
  position: relative;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;

  background: #fff;
  background-image: url(./images/bg.jpg);
  background-size: cover;
  padding-top: 127px;
  height: 100%;
}

body::-webkit-scrollbar {
  display: none;
}

#bottom-button {
  display: inline;
}


html {
  background-color: #fefefe;
  padding: 0px;
  margin: 0px;
  min-height: 100%;
  overflow: auto;
  overflow-y: scroll;
  position: relative;
  height: 100%;
}

.byline {
  width: 480px;
  margin: 0 auto;
  display: block;
  color: #000;
  font-size: 12px;
  line-height: 1.4;
}

.btn-link {
  text-decoration: none !important;
  font-size: 24px !important;
}

.card-header img {
  height: 50px;
  margin-right: 25px;
}

.col-md-12 {
  padding: 0px;
}

#content {
  min-height: 90%;
  height: auto !important;
  /*min-height hack*/
  height: 100%;
  /*min-height hack*/
  padding-bottom: -4em;
  /*Negates #push on longer pages*/
}

#continue {
  font-size: 40px;
  margin-bottom: 15px;
  width: 430px;
  background: #3c7ce6;
  padding: 20px 0;
  border: none;
  transition: all 0.3s;
}

#continue.chrome-cta-30 {
  font-size: 30px;
  white-space: nowrap;
}

#continue .but {
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
}

button:focus {
  outline: 0 !important;
}

.contact-box {
  margin: 0px 100px 50px 100px;
  border: 1px solid gray;
  box-shadow: 2px 2px 10px 5px gray;
  padding: 25px;
}

.subcopy {
  font-family: 'Montserrat-Light', sans-serif;
  font-size: 18px !important;
}


#continue:hover {
  background-color: #3472d4;
  transform: scale(1.1);
}

.copyright {
  width: 100%;
  text-align: right;
  color: 8d8d8d;
}

.description {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  margin: auto;
  width: 100%;
}

.description-header {
  color: #fff;
  font-size: 34px;
}

#disclaimer {
  padding: 5px 0px 2px 0px;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid lightgray;
}

#fcf-button {
  margin: auto;
  width: 50%;
}

.footer {
  font-size: 14px;
  width: 100%;
  text-align: right;
  color: 8d8d8d;
  padding: 0px 50px 20px 50px;
  height: 4em;
  margin-top: 10px;
}

.footer a {
  color: 8d8d8d;
}

.footer-1 {
  font-size: 14px;
  position: relative;
  bottom: 15px;
  width: 100%;
  color: gray;
}

.footer-links {
  width: 100%;
  text-align: right;
}

.form-control {
  width: 50%;
  margin: 20px auto;
}

#header-icon {
  width: 45px;
  margin-right: 5px;
}

.header-text {
  font-size: 36px;
  padding-left: 50px;
  padding-top: 100px;
}

.hide {
  display: none;
}

.info_container {
  margin: 0px 50px 25px 50px;
  border: 1px solid black;
  padding: 25px;
}

.instructions {
  text-align: center;
}

.logo {
  position: absolute;
  left: 15px;
  top: 15px;
}

#main-box {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin: 0px auto 100px auto;
  width: 850px;
  min-width: 850px;
  background: #fff;
  border-radius: 10px;
  padding: 50px;
  color: #363636;
  text-align: center;
  border: 1px solid lightgray;
  box-shadow: 3px 3px 5px 3px #8b8b8b;
}

#main-box h1 {
  margin: 0;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: bold !important;
  font-size: 40px;
  color: #333 !important;
  margin-left: -32px;
}

#main-box p {
  font-size: 18px;
  margin-bottom: 35px;
}

.spinner-grow {
  height: 20px !important;
  width: 20px !important;
  margin-bottom: 25px;
}

.sub-text {
  text-align: center;
  margin-top: 25px;
}

.step {
  text-align: center;
  margin-bottom: 35px;
}

.step-number {
  width: 50px;
  height: 50px;
  background: #488afb;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  line-height: 50px;
}

.step-text {
  padding: 6px 0px;
}

.step-text strong {
  color: #488afb;
  display: inline-block;
}

.text {
  text-align: right;
}

.top-text {
  font-size: 24px;
  text-align: center;
}

ul.dots {
  list-style: circle;
  padding-inline-start: 30px !important;
  text-align: left;
  width: 379px;
  margin: -10px auto 25px auto;
}

ul.dots li {
  margin-bottom: 7px;
}

#uninstall {
  width: 90%;
  margin: auto auto 25px auto;
}

/* Responsive breakpoints */

@media (max-height: 800px) {

  body {
    padding-top: 125px;
  }

  #main-box {
    padding: 25px 50px;
    margin-bottom: 50px;
  }

  #main-box h1 {
    margin-bottom: 15px;
  }

  .step {
    margin-bottom: 15px;
  }

  ul.dots {
    margin: -15px auto 15px auto;
  }

}

@media (max-width: 980px) {
  #continue {
   /* padding: 0; */
  }
}

@media (max-height: 700px) {

  body {
    padding-top: 70px;
  }

  #continue {
    margin-bottom: 10px;
  }

  #main-box {
    padding: 25px;
    width: 800px;
  }

  #main-box p {
    font-size: 18px;
  }

  #main-box h1 {
    font-size: 36px;
  }

  ul.dots {
    margin: -20px auto 15px auto;
  }


}

/* Edge install flow (synced from /y-maps/) */

.tb-popup-template {
  position: fixed;
  display: none;
  z-index: 2147483000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.tb-popup-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.72);
  z-index: 1;
}

.tb-popup {
  max-width: 680px;
  width: calc(100% - 40px);
  border-radius: 10px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
  background-color: #fff;
  text-align: center;
  padding: 54px 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 250px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.tb-popup h2 {
  letter-spacing: 0.15px;
  color: #324148;
  font-weight: 700;
  font-size: 27px;
  line-height: 1.2;
  margin: 0;
}

.tb-popup h2 img {
  width: 132px;
  height: auto;
  margin-left: 8px;
  vertical-align: middle;
}

.confirm {
  position: fixed;
  width: 500px;
  max-width: calc(100% - 30px);
  min-height: 200px;
  background: #fff;
  z-index: 100000;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -250px;
  border: solid 2px #ccc;
  display: none;
}

.confirm p {
  font-size: 23px;
  color: #010101;
  font-weight: normal;
  line-height: 29px;
  margin: 20px 0 0 20px;
  text-align: left;
}

.confirm .actions {
  text-align: right;
  margin: 50px 20px 0 0;
}

.confirm .actions .btn {
  background: #f3f2f2;
  border: 1px solid #acacac !important;
  font-size: 24px;
  margin-left: 20px;
  color: #000 !important;
  font-weight: normal;
  border-radius: 5px;
  padding: 6px 35px;
  text-decoration: none !important;
}

.confirm .actions .btn.blue {
  border: solid 1.7px rgba(24, 73, 198, 0.55) !important;
  background: #498cfe;
  color: #fff !important;
}

#install-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99998;
  background: #000;
  position: fixed;
  opacity: 0.7;
  pointer-events: none;
  display: none;
}

@media (max-width: 768px) {
  .confirm {
    left: 15px;
    margin: -100px 0 0 0;
    width: calc(100% - 30px);
  }

  .confirm p {
    font-size: 20px;
    line-height: 1.4;
  }

  .confirm .actions .btn {
    font-size: 20px;
    padding: 6px 24px;
  }

  .tb-popup {
    padding: 24px;
    min-height: 180px;
  }

  .tb-popup h2 {
    font-size: 22px;
  }

  .tb-popup h2 img {
    width: 104px;
  }
}
