@font-face {
  font-family: Raleway;
  src: url(https://winupdatefixer.com/assets/fonts/Raleway-Regular.woff);
}
@font-face {
  font-family: Mukta;
  src: url(https://winupdatefixer.com/assets/fonts/Mukta-Regular.woff);
}

html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
body {
  padding: 0 0.62em;
  background-color: #fff;
  font: 1.4em/1.62 Raleway, "Open Sans", sans-serif;
}

main,
footer {
  margin: 1em auto;
  max-width: 40em;
}

::-moz-selection { 
  color: #fff;
  background: #8DB9FF;
  background-image: none;
  text-fill-color: #fff;
  -webkit-text-fill-color: #fff;
}
::selection {
  color: #fff;
  background: #8DB9FF;
  background-image: none;
  text-fill-color: #fff;
  -webkit-text-fill-color: #fff;
}


h1 {
  font-size: 2.5em;
  line-height: 1.2;
  font-family: Mukta, "Times New Roman", Times, serif;
  color:#262626;
  font-weight: bold;
}

nav h1 {
  font-size: 2em;
  line-height: 1em;
}

h2 {
  font-size: 1.8em;
  line-height: 1.2;
  font-family: Mukta, "Times New Roman", Times, serif;
  color:#262626;
  margin:50px 0px 30px;
}

h3 {
  font-size: 1.4em;
  line-height: 1.2;
  font-family: Mukta, "Times New Roman", Times, serif;
  color:#262626;
  margin:50px 0px 30px;
}

body nav {
  position: sticky;
  top: 0;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  max-height: 90px;
  white-space: nowrap;
  border-bottom: 1px solid #ddd;
}

body nav > div {
  display: flex;
  align-items: right;
}

body.night-mode,
body.night-mode nav {
  background-color: #000;
  color: #d9d9d9;
}

body.night-mode .tumbler {
  transform: translateX(calc(100% - 2px));
}
body.night-mode main h1,
body.night-mode main h2,
body.night-mode main p,
body.night-mode footer p {
  color: #fff;
}

nav ul {
  display: flex;
  box-sizing: border-box;
  margin: 1em auto;
}
nav li {
  list-style: none;
  margin-right: 20px;
  font-size: 20px;
  font-weight: bold;
}
nav li a {
  text-decoration: none;
  color: #0089c7 !important;
}

a.navlink {
  margin: 10px 5px 0 5px;
  padding-bottom: 5px;
}

a.navlink:hover {
  border-bottom: 2px solid hotpink;
  color: hotpink !important;
  text-decoration: none !important;
  margin: 10px 5px 0 5px;
  padding-bottom: 5px;
}

a,
a:visited {
  color: #0089c7;
  text-decoration: underline;
  text-decoration-color: #a2dffb;
  text-underline-offset: 4px;
}
a:hover,
a:visited:hover {
  color: hotpink;
  text-decoration-color: hotpink;
  text-underline-offset: 4px;
}
figcaption {
  font-style: italic;
  font-size: 0.8em;
  padding-top: 5px;
  padding-bottom: 10px;
}

.screenshot {
  max-width: 90%;
  height: auto;
}

.error {
    color:#F65757;
    font-weight:bold;
    font: 1em/1em "Consolas", "Courier New", "Courier", "Open Sans", sans-serif;
}

.changelog {
  font: 0.8em/1.62 "Consolas", "Courier New", "Courier", "Open Sans", sans-serif;
  color: #404040;
  padding-top: 10px;
  padding-bottom: 10px;
}

/*
  background-image: -webkit-linear-gradient(0deg, #788EC7 0%, #40CFCF 100%);
   */

.highlight {
  background-image: -webkit-linear-gradient(0deg, #408B89 0%, #40CFCF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}


i {
  color: #6e6e6e;
  font-size: 0.9em;
}
small {
  color: #6e6e6e;
  font-size: 0.5em;
}
.small-text {
  font-size: 0.5em;
}

.indent {
  margin-left: 40px;
}
.heading {
  padding-top: 30px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}

#navicon {
  position: relative;
  top: -7px;
}
.icon {
  padding-right: 10px;
}

footer {
  margin-top: 2em;
}
footer p {
  color: #808080;
  font-size: 0.8em;
  padding-right: 50px;
}

.code {
  font: 0.9em/1.62 "Comic Code", "Consolas", "Courier New", "Courier", "Open Sans", sans-serif;
  font-color: #fff !important;
  background-color: #777777 !important;
  padding: 9px !important;
  margin: 40px !important;
}

/* dark mode switch css */
.tumbler-wrapper {
  width: 50px;
  min-width: 50px;
  height: 30px;
  background-color: #39393d;
  border: #1d92b2;
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  padding: 0 6px;
  cursor: pointer;
  display: flex;
  position: relative;
}
.tumbler-wrapper img {
  width: 15px;
  height: 15px;
}
.tumbler {
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #fff;
  transition: transform 0.5s, background-color 0.5s;
  will-change: transform;
}

form#signup input#email {
  padding: 16px;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  max-width: 318px;
  width: 100%;
}

form#signup button.btn {
  background: #2e89c7;
  border: none;
  outline: none;
  padding: 16px;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
form#signup button.btn:hover {
  background-color: #7cd3fc;
  color: #fff;
  cursor:pointer;
}

form#signup + .success-message {
  font-size: 14px;
  font-weight: 500;
  margin-top: 6px;
  padding: 4px 10px;
}

footer input[type="checkbox"] {
  display: none;
}

.lbl-toggle {
  color: #0089c7; 
  font-size: 0.5em;
  cursor: pointer;
  border-radius: 7px;
  transition: all 0.25s ease-in-out;
}

.lbl-toggle:hover {
  color: hotpink;
  text-decoration: underline;
  text-decoration-color: hotpink;
  text-underline-offset: 2px;
}

.lbl-toggle::before {
  content: " ";
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid currentColor;
  vertical-align: middle;
  margin-right: 0.7rem;
  transform: translateY(-2px);
  transition: transform 0.5s ease-in-out;
}

.collapsible-content .content-inner {
  padding: 0.5rem 1rem;
  font-size: 0.9em;
}

.collapsible-content {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 1s ease-in-out;
}
.toggle:checked + .lbl-toggle + .collapsible-content {
  max-height: 100%;
}
.toggle:checked + .lbl-toggle::before {
  transform: rotate(90deg) translateX(-3px);
}

.toggle:checked + .lbl-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#mode-selector1 {
    display: none;
  }
.form-control{
    height: fit-content !important;
}
.email-mistake {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
  display: none;
}
.invalid-feedback-second.active,
.email-mistake.active {
  display: block;
}
@media print {
  body {
    max-width: none;
  }
  #mode-selector1, #mode-selector2 {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  #nav-elem-icon, #mode-selector1, #mode-selector2 {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  body nav, .icon, #mode-selector2 {
    display: none;
  }
  #mode-selector1 {
    display: flex;
    float:right;
  }
  body {
    margin: 20px;
  }
 .indent {
    margin-left: 0;
  }
  h1,
  h2,
  h3 {
    text-align: center;
  }

}
img.captcha-img{
width:60px;
height: 60px;
}
.bVjEIE {
    text-align: center;
    -webkit-box-decoration-break: clone;
    font-size: 80px;
    line-height: 1;
    letter-spacing: -0.02em;
    font-weight: 500;
    margin: 20px 0 35px;
    color: #333333;
}
.cydkIg-subpage {
    color: #333333;
    text-align: center;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 400;
}