/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./blocks/telegram/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-banksblocks-telegram {
  position: relative;
  background-color: #f5ecff;
  position: relative;
}
.wp-block-banksblocks-telegram.widget {
  padding-top: 25px;
  padding-bottom: 30px;
  border: none;
}
.wp-block-banksblocks-telegram > img {
  height: 206px;
  width: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.telegram-title {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.1px;
}
.telegram-title span {
  display: block;
  font-size: 24px;
  color: #189EEC;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1;
}
.telegram-subtitle {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  max-width: 150px;
  margin-top: 10px;
}
.telegram-link {
  display: inline-flex;
  height: 24px;
  border-radius: 12px;
  background-color: #fff;
  align-items: center;
  padding: 2px 10px 2px 2px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
.telegram-link span {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #189EEC;
  color: #fff;
  text-align: center;
}
.telegram-link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 30;
}
.telegram-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  position: absolute;
  right: 40px;
  bottom: 30px;
  background-color: #35ACF1;
  z-index: 20;
}
.telegram-btn::before {
  content: "";
  display: block;
  border-radius: 50%;
  border: 1px solid #35ACF1;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  animation: tgpulse 2s ease-in-out 2s infinite;
}
.telegram-btn img {
  display: block;
  width: 24px;
  height: 20px;
  transform: translateX(-1px);
}

@keyframes tgpulse {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
    left: 6px;
    top: 6px;
  }
  30% {
    width: 70px;
    height: 70px;
    opacity: 0;
    left: -14px;
    top: -14px;
  }
  100% {
    width: 40px;
    height: 40px;
    opacity: 0;
  }
}

/*# sourceMappingURL=style-telegram.css.map*/