* {
  padding: 0;
  margin: 0;
  vertical-align: baseline;
  border: 0;
}

body {
  color: #ffffff;
  background: linear-gradient(135deg, rgb(86, 203, 242) 0%, rgb(89, 91, 221) 48%, rgb(89, 91, 221) 100%);
}

.triad-header {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 75px;
}

.triad-header img {
  max-width: 225px;
}

.triad-main {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}

.triad-main-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 740px;
}

.triad-start-input {
  font-weight: 400;
  color: #fff;
  padding: 20px 15px;
  width: 100%;
  max-width: 360px;
  cursor: pointer;
  transition: 0.3s;
  display: inline-block;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 20px;
  pointer-events: painted;
  outline: none;
}

.triad-start-select {
  border: 1px solid #fff;
  background-color: transparent;
}

.triad-start-select option {
  color: #25247B;
}

.triad-start-button {
  background-color: #F8EF46;
  color: #25247B;
  font-weight: bold
}

.triad-start-input button {
  background-color: black;
}

.triad-notice {
  top: -85px;
  width: 100%;
  display: flex;
  height: 165px;
  padding: 0 50px;
  max-width: 400px;
  position: absolute;
  align-items: center;
  border-radius: 30px;
  background: #e8e8e9;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.3);
}

.triad-notice img {
  height: 96px;
  margin-right: 20px;
}

.triad-test-content {
  width: 100%;
  margin-top: 135px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.triad-test-content .progress {
  width: 100%;
  margin-bottom: 70px;
  border-radius: 30px;
}

.triad-test-content .progress .progress-bar {
  width: 100%;
  background: #25247B;
}

.triad-test-content .progress .progress-bar span {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  box-sizing: inherit;
  color: #fff;
  display: flex;
  background-color: #25247B;
  position: absolute;
  top: 7px;
  left: 0%;
  transform: translate(-50%, -50%);
  border: 5px solid #b9baf1;
  transition: 1s;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.triad-notice p {
  font-size: 18px;
  color: #3e464f;
  text-align: center;
}

.triad-footer {
  font-size: 16px;
  padding: 31px 0px;
  text-align: center;
  background-color: #4A4CB8;
}

.triad-footer a {
  text-decoration: none;
  color: inherit;
}

.back {
  color: #fff;
  font-size: 1em;
  padding: 15px;
  width: 100%;
  max-width: 125px;
  cursor: pointer;
  transition: .3s;
  display: inline-block;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 30px;
  transition: .3s;
  background-color: #25247B;
  border: none;
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.3);
  transition: .3s;
}