.is_wrapper {
  max-width: 800px;
  margin: 0 auto;
  background-color: white;
}
.configure_button {
  max-width: 180px;
  font-size: 16px;
  padding: 15px;
  font-weight: 600;
  background-color: #6558f5;
  border-radius: 4px;
  border: 1px solid #6558f5;
  color: #fff;
  cursor: pointer !important;
}
.skip_button {
  color: #6558f5;
  float: right;
  margin-top: -44px;
  padding-bottom: 20px;
}

.skip_button a {
  color: #6558f5;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
}
.SKip_button_wrap {
  float: right;
}
.skip_button a:hover {
  color: #4e3efa;
}
.ButtonExtra {
  margin-top: 25px;
  align-self: flex-end;
  cursor: pointer !important;
  display: block;
  margin-bottom: 45px;
}
