body {
  background-color: #e8ecf0;
  font-size: 18px;
  font-family: "Gotham Pro", Arial, sans-serif;
}

.button-block {
  display: inline-block;
  margin-top: 30px;
  margin-right: 30px;
  height: 100%;
}

.question-card {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 300;
}

.question-counter {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}

.question-btn {
  border-radius: 25px;
}

.one-question {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.one-user-test {
  font-size: 16px;
  padding: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e2e2e2;
}

.one-stat {
  margin-top: 15px;
  margin-bottom: 15px;
}

.stats-block {
  margin-bottom: 30px;
}

.question-desc {
  font-weight: bold;
}

.user-answer {
  font-size: 16px;
}

.user-answer-helper {
  font-weight: bold;
}

.cx-button,
.cx-button-archive,
.cx-button-delete {
  position: relative;
  color: #ffffff;
  background-color: #64dbc8;
  text-align: center;
  height: 40px;
  border: 0 none;
  font-size: 16px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-appearance: none;
  font-weight: 700;
  white-space: nowrap;
  background-image: none;
  cursor: pointer;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

.cx-button:hover {
  color: #ffffff;
}

.cx-button-archive {
  display: none;
  background-color: #c8c484;
}

.cx-button-delete {
  display: none;
  background-color: #f70404;
}

.cx-button-link {
  display: inline-block;
  text-decoration: none;
  padding-top: 8px;
  margin-left: 15px;
}

.button-block a {
  text-decoration: none;
}

.form-button {
  margin-top: 30px;
  text-align: center;
}

.bio-info {
  margin-left: 5px;
}

.user-item {
  width: 200px;
  display: inline-block;
}

.result-item {
  width: 250px;
}

.result-header {
  margin-bottom: 30px;
  color: #a6a4a4;
}

.select-item {
  width: 50px;
  display: inline-block;
}

.shadow-block,
.archive-shadow-block,
.delete-shadow-block {
  background: rgba(102, 102, 102, 0.5) repeat-y;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 9999;
}

.card-dashboard {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;
}

.card-title {
  font-size: 20px;
  font-weight: 600;
  color: #4c535b;
}

.pop-up-info {
  position: relative;
  top: 50%;
}

.info-block {
  border: none;
  margin-bottom: 0px;
}

.normal-text {
  font-size: 14px;
  color: #7d858d;
}

.closer,
.closer-message {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #000;
}

.closer:hover,
.closer-message:hover {
  cursor: pointer;
}

.name-field {
  width: 150px;
}

.end-time {
  width: 300px;
}

.status-item {
  width: 500px;
}
