.btn {
  font-weight: 500;
}

* {
  /*display: block !important;*/
}

#subscribe-spinner, #subscribe-complete, #github-spinner, #github-complete, #bitbucket-spinner, #bitbucket-complete, #safari-spinner, #safari-complete {
  display: none;
}

.doc h2 {
  margin-top: 62px;
  margin-bottom: 20px;
}

.doc > img {
  max-width: 100%;
  display: block;
  margin: auto;
}

.v-tab {
}

.v-tab button {
  display: block;
  background-color: inherit;
  color: rgb(45,55,72);
  padding: 22px 16px;
  border: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
}

.v-tab button:hover {
  background-color: #ddd;
  color: rgb(45,55,72);
}

.v-tab button.active {
  border-right: 6px solid #1dbf73;
  background-color: rgba(29,191,115,0.2);
  color: rgb(45,55,72);
}

.v-tab-content {
}

.v-tab-section * {
  box-sizing: border-box;
}

.v-tab-link {
  width: 400px;
}

.v-tab-fade-in {
  -webkit-animation: fade-in 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: fade-in 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2022-10-17 11:48:22
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/* *
 * ----------------------------------------
 * animation fade-in
 * ---------------------------------------- */

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

