* {
    font-family: 'Segoe UI', sans-serif;
}

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

body {
	background-color: #fefefe;
	padding: 0px;
	margin: 0 0 100px;
  height: 100%;
  overflow: hidden;
  font-family: 'Open Sans', sans-serif;
}

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

button {
  font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

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

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

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

.blue-text {
  color: #1a73e8;
}

.body-text {
	text-align: center;
}

#byline {
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
  margin: 0 auto;
  width: 90%;
  font-size: 13px;
  color: #000;
}

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

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

#confirm-modal-window, #loading-window {
	position: absolute;
	height: 100%;
	width: 100vw;
	background: rgba(0,0,0,.8);
	z-index: 3;
}

#confirm-modal {
  position: fixed;
  width: 500px;
  height: 200px;
  background: #fff;
  z-index: 100000;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -250px;
  border: solid 2px #ccc;
}

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

#continue {
	text-transform: capitalize;
  width: 95%;
  display: inline-block;
  padding: 30px 0;
  color: #fff;
  font-size: 2em;
  font-weight: 400;
  line-height: normal;
  text-shadow: 1px 1px 0 rgb(0 0 0 / 20%);
  background: #4CA64C;
  border-radius: 2px;
  transition: all .2s;
  margin-bottom: 15px;
  text-align: center;
  margin-top: 30px;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  margin-right: auto;
  margin-left: auto;
}

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

#continue:hover {
	background: #3e9be0;
  border-color: #3e9be0;
}

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

.edge-text {
  /*font-weight: bolder; */
}

.edge-title {
  font-weight: 700;
  text-align: center;
  font-size: 29px;
  margin-bottom: 5px;
}

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

#first {
  padding: 0px!important;
}

.footer {
	font-size: 14px;
	position: absolute;
  bottom: 15px;
	width: 100%;
}

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

.footer-links {
  float: right;
}

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

.header {
	margin-bottom: 25px;
	padding: 20px;
  background-color: white;
  color: black;
  height: auto;
}

.header h2 {
  font-family: 'Segoe UI', sans-serif;
  display: block;
  font-size: 1.5em;
  /* margin-block-start: 0.83em; */
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

.hide {
	display: none!important;
}

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

.instructions {
    text-align: center;
}

.label {
  color: black;
}

#loading-modal {
  max-width: 690px;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 25px 0 rgb(0 0 0 / 25%);
  background-color: #fff;
  text-align: center;
  position: fixed;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 300px;
  position: fixed;
  left: 50%;
  right: 0;
  top: 50%;
  bottom: 100px;
  margin: -150px 0 0 -345px;
}

#loading-modal h2 {
  letter-spacing: .15px;
  color: #324148;
  font-weight: 700;
  font-size: 27px;
}

#loading-modal #wave {
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-radius: 4px;
  background-color: #1a73e8;
  max-width: 401px;
  margin-top: 65px;
  padding: 40px;
}

#loading-modal div#wave .dot,
.wave .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 17px;
    background: #fff;
    animation: wave 1.3s linear infinite;
}

#loading-modal div#wave .dot:nth-child(2),
.wave .dot:nth-child(2) {
    animation-delay: -1.1s;
}

#loading-modal div#wave .dot:nth-child(3),
.wave .dot:nth-child(3) {
    animation-delay: -.9s;
}

#loading-modal div#wave .dot:nth-child(4),
.wave .dot:nth-child(4) {
    animation-delay: -.5s;
}

#loading-modal div#wave .dot:nth-child(5),
.wave .dot:nth-child(5) {
    animation-delay: -.3s;
}

@keyframes wave {

    0%,
    100%,
    60% {
        transform: initial
    }

    30% {
        transform: translateY(-15px)
    }
}

@keyframes fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

#mainText {
  min-height: 72px;
  position: relative;
}

.modal-button {
	  cursor: pointer;
    bottom: 30px;
    position: absolute;
    width: 80px;
    text-align: center;
    font-size: 15px;
    padding: 5px 0;
    border-width: 1px;
    border-style: outset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}

#yes {
  border: solid 1.7px rgba(24, 73, 198, 0.55) !important;
  background: #498cfe;
  color: #fff !important;
  font-size: 24px;
  margin-left: 20px;
  font-weight: normal;
  border-radius: 5px;
  padding: 6px 35px;
}

#no {
  background: #f3f2f2;
  border: 1px solid #acacac !important;
  font-size: 24px;
  margin-left: 20px;
  color: #000 !important;
  font-size: 24px;
  margin-left: 20px;
  font-weight: normal;
  border-radius: 5px;
  padding: 6px 35px;
}

.modal-text {
  color: black;
  font-size: 22px;
  width: 367px;
  font-weight: 400;
  font-family: Helvetica, Arial, Sans-Serif;
  line-height: 25px;
}

.specs {
	display: block;
  margin: 15px auto 0;
  width: 370px;
  padding: 15px 20px;
  background-color: #F5F5F5;
  border-color: #E0E0E0;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  font-size: 16px;
  list-style: none;
}

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

.step {
	width: 100%;
}

.step-box {
	box-shadow: 1px 1px 3px 1px rgb(0 0 0 / 25%);
	border: 1px solid rgba(0,0,0,0.1);
	padding: 15px;
	margin-bottom: 15px;
}

.step-label {
  display: block;
  margin-bottom: 5px;
  font: 800 12px sans-serif;
  text-transform: uppercase;
	margin-top: 10px;
}

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

.steps img {
    border: 1px solid gray;
}

.text {
	text-align: right;
}

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

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


/* Responsive breakpoints */

@media (max-width: 768px) {

  .form-control {
    width: 100%;
  }

  #first {
    order: 1;
  }

  #second {
    order: 2;
  }

    #loading-modal {
    margin: -150px 0 0 0px;
    left: 0;
  }
  
  .specs {
    margin-bottom: 25px;
  }
}

@media (max-width: 1400px) {

  .footer {
    text-align: center!important;
    float: none!important;
    font-size: 12px!important;
  }

  .footer-1 {
    text-align: center!important;
    float: none!important;
    font-size: 12px!important;
  }

  .footer-links {
     text-align: center!important;
    float: none!important;
  }

}

