.geist-<uniquifier > {
  font-family: "Geist", arial;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  font-family: "Geist", arial;
}

html {
  font-size: 15px;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Geist", arial;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  background: #121113;
}

.main {
  width: 100%;
  background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.5) 50%,
      rgba(0, 0, 0, 0.5) 50%
    ),
    url(../image/1.png);
  background-repeat: repeat;
  background-attachment: fixed;
  height: 300vh;
}

.navbar {
  width: 1600px;
  height: 75px;
  margin: auto;
}

.menu {
  width: 500px;
  float: left;
  height: 70px;
  color: gray;
}

.brand {
  display: flex;	
  height: 75px;
  font-family: "Geist", Arial;
  font-size: 25px;
  color: #15626e;
  float: left;
  align-items: center;
}

.page {
  display: flex;	
  height: 75px;	
  font-family: "Geist", Arial;
  font-size: 25px;
  color: #15626e;
  float: left;
  padding-left: 20px;
  align-items: center;
}

.home {
  display: flex;	
  height: 75px;	
  font-family: "Geist", Arial;
  font-size: 25px;
  color: #15626e;
  float: right;
  align-items: center;
}

ul {
  float: left;
  display: flex;
  justify-content: left;
  align-items: center;
}

ul li {
  list-style: none;
  font-size: 25px;
  font-weight: 300;
}

ul li a {
  text-decoration: none;
  color: #15626e;
  font-family: "Geist", Arial;
  transition: 0.3s ease-in-out;
}

ul li a:hover {
  color: #5cf6ff;
}


.content {
  width: 1600px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 150px;
  position: relative;
}

.content .par {
  font-size: 15px;
  color: #fff;
  padding-top: 45px;
  padding-left: 0px;
  padding-bottom: 15px;
  font-family: "Geist", Arial;
  font-weight: 200;
  letter-spacing: 1.5px;
  line-height: 30px;
}

.content h1 {
  font-family: "Geist", Arial;
  font-size: 35px;
  font-weight: 200;
  padding-left: 20px;
  margin-top: 9%;
  letter-spacing: 2px;
}

.content .cn {
  width: 160px;
  height: 40px;
  background: #15626e;
  border: none;
  margin-bottom: 10px;
  margin-left: 20px;
  font-size: 18px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.4s ease;
}

.content .cn a {
  text-decoration: none;
  color: #000;
  transition: 0.3s ease;
}

.hitcounter {display: none;}

.cn:hover {
  background-color: #15626e;
}

.content span {
  color: #15626e;
  font-size: 35px;
}

.btnn:hover {
  background: #333;
  color: #ffffff;
}
.btnn a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.form .link {
  font-family: "Geist", Arial;
  font-size: 17px;
  padding-top: 20px;
  text-align: center;
}
.form .link a {
  text-decoration: none;
  color: #15626e;
}
.liw {
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: center;
}
.icons a {
  text-decoration: none;
  color: #fff;
}
.icons ion-icon {
  color: #fff;
  font-size: 20px;
  padding-left: 4px;
  padding-top: 5px;
  transition: 0.3s ease;
}
.icons ion-icon:hover {
  color: #15626e;
}

.recover_div .next-btn {
  margin-inline: auto;
  width: 190px !important;
  background: #bbb3fa !important;
  color: #211113 !important;
}

.page-tab {
  width: auto;
  height: 100vh;
}

.welcome-tab {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
}

.toolbar {
  display: flex;
  justify-content: space-between; /* left and right alignment */
  align-items: center;
  width: 100%; /* or fixed width */
  margin-top: 30px;
  margin-bottom: 30px;
}

.select-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
}

.select-buttons button {
  margin-right: 1px;
  height: 40px;
  width: 50%;
  border: none;
  background: #15626e;
  color: #121113;
  cursor: pointer;
  font-size: 20px;
  font-weight: 300;
  opacity: 0.7;
}

.select-buttons button:hover {
  opacity: 0.9;
}

.select-buttons button.active {
  background: #5cf6ff;
  color: #121113;
  font-weight: 300;
  animation: fadeIn 3s;
}

.select-buttons button:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.select-buttons button:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-right: 0%;
}

.right-btn {	
  height: 40px;
  width: 258px;  
  border: none;
  background: #15626e;
  color: #121113;
  border-radius: 4px;
  cursor: pointer;
  padding: 0 20px;
  font-size: 20px;
  font-weight: 300;
  opacity: 0.7;
}

.right-btn:hover {
  opacity: 0.9;
}

.right-btn.active {
  background: #5cf6ff;
  color: #121113;
}


.input-tab {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px;
}

.input-tab input {
  width: 7.82%;
  max-width: 7.82%;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #222;
  background: #151515;
  font-size: 20px;
  font-weight: 300;
  color: #444;
  padding-bottom: 7px;
  padding-top: 7px;
  padding-left: 15px;
  padding-right: 3px;
  margin-right: 0.55%;
  margin-bottom: 10px;
  opacity: 0.9;
}

.input-tab input:nth-child(12) {
  margin-right: 0%;
}

.input-tab input:nth-child(24) {
  margin-right: 0%;
}

.input-tab input:focus {
  color: #ddd;
  border: 1px solid #38db38;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06),
    0 0 0 3px rgba(56, 150, 56, 0.5);
}

.result-long {
  display: flex;
  margin-top: 10px;
  margin-bottom: 30px;
  font-weight: 300;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 42px;
  overflow: auto;
  border-radius: 4px;
  border: 1px solid #222;
  background: #151515;
  font-size: 20px;
  color: yellow;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 0.6%;
}

.result-long-nowrap {
  display: flex;
  margin-top: 10px;
  margin-bottom: 30px;
  font-weight: 300;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 42px;
  text-wrap: nowrap;
  overflow: auto;
  border-radius: 4px;
  border: 1px solid #222;
  background: #151515;
  font-size: 20px;
  color: yellow;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 0.6%;
}

.result-short {
  display: flex;
  margin-top: 10px;
  margin-bottom: 30px;
  font-weight: 300;
  width: 7.8%;
  max-width: 7.8%;
  height: auto;
  overflow: auto;
  border-radius: 4px;
  border: 1px solid #222;
  background: #151515;
  font-size: 20px;
  color: yellow;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 0.6%;
}

.description {
  color: gray;
}
 
.error {
  color: #f23434 !important;
  border-color: #f23434 !important;
  box-shadow: 0 0 2px #f23434 !important;
}

.error2 {
  color: #f23434 !important;
  border-color: #f23434 !important;
  box-shadow: 0 0 2px #f23434 !important;
}
