.kook-btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 25px;
  background-color: transparent;
  border: 1px solid #206ab1;
  font-family: "Karla";
  font-size: 15px;
  font-weight: bold;
  color: #206ab1;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.kook-btn:hover {
  background-color: white;
  color: #206ab1;
}
.kook-btn:hover i.fa {
  color: white;
}
.kook-btn.borderless {
  border-color: transparent;
}
.kook-btn.blue {
  background-color: #206ab1;
  background-image: linear-gradient(to right, #2464ac 0%, #009cd8 100%);
  color: white;
}
.kook-btn.blue:hover {
  background-color: white;
  background-image: none;
  color: #206ab1;
}
.kook-btn.bg-white {
  background-color: white;
  color: #206ab1;
}
.kook-btn.bg-white:hover {
  background-color: #206ab1;
  color: white;
}
.kook-btn.white {
  background-color: white;
  color: #206ab1;
}
.kook-btn.white:hover {
  background-color: #206ab1;
  color: white;
}
.kook-btn.border-white {
  border-color: white;
  background-color: transparent;
  color: white;
}
.kook-btn.border-white:hover {
  background-color: white;
  color: #206ab1;
}
.kook-btn .icon-circle {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  background-color: #2a5a96;
}
.kook-btn .icon-circle + span {
  padding-left: 30px;
}
.circle-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid white;
  width: 45px;
  height: 45px;
  background-color: transparent;
  font-size: 20px;
  color: white;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
.circle-btn:hover {
  background-color: white;
  color: #206ab1;
}
/*# sourceMappingURL=kook-btn.css.map */