/* Button Style 1 (Left Icons) */
.icon-btn {
  min-height: 150px;
  background: #f5f5f5;
  float: left;
}

.icon-btn button {
  float: left;
  margin: 10px;
}

.btn-gradient {
  width: 40%;
  position: relative;
  display: inline-block;
  left: -20px;
  background: rgba(0, 0, 0, 0.15);
  border-top-right-radius: 60px;
  padding: 8px 24px 8px 16px;
  box-shadow: 2px 0px 0px 0px rgba(78, 72, 72, 0.4);
}

.btn-green {
  font-size: 20px;
  padding: 0px 20px;
  color: #fff;
  background-color: #47a447;
  border: none;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 230px;
  border-radius: 3px;
}

.btn-pink {
  font-size: 23px;
  padding: 0px 20px;
  color: #fff;
  background-color: #f11350;
  border: none;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 230px;
}

.btn-roxo {
  font-size: 20px;
  padding: 0px 20px;
  color: #fff;
  background-color: #5863db;
  border: none;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 230px;
  border-radius: 3px;
}

.btn-instagram {
  font-size: 23px;
  padding: 0px 20px;
  color: #fff;
  background-color: #cb31d7;
  border: none;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 230px;
}

.btn-twitter {
  font-size: 23px;
  padding: 0px 20px;
  color: #fff;
  background-color: #58cadb;
  border: none;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 230px;
}

.btn-vermelho {
  font-size: 20px;
  padding: 0px 20px;
  color: #fff;
  background-color: #f06262;
  border: none;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 230px;
  border-radius: 3px;
}

.btn-github {
  font-size: 23px;
  padding: 0px 20px;
  color: #fff;
  background-color: #5a5a5a;
  border: none;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 230px;
}

.btn-behance {
  font-size: 23px;
  padding: 0px 20px;
  color: #fff;
  background-color: #0069ff;
  border: none;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 230px;
}

.btn-dribbble {
  font-size: 23px;
  padding: 0px 20px;
  color: #fff;
  background-color: #f0709f;
  border: none;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 230px;
}

.btn-linkedin {
  font-size: 23px;
  padding: 0px 20px;
  color: #fff;
  background-color: #0074af;
  border: none;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 230px;
}

.btn-pinterest {
  font-size: 23px;
  padding: 0px 20px;
  color: #fff;
  background-color: #c41f26;
  border: none;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 230px;
}

.btn-amarelo {
  font-size: 20px;
  padding: 0px 20px;
  color: #fff;
  background-color: #e9e881;
  border: none;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 230px;
  border-radius: 3px;
}

.btn-text {
  width: 60%;
  text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
}

.btn-gradient i {
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Button Style 2 (Normal) */
.normal-icon {
  min-height: 100px;
  line-height: 100px;
  background: #e8e8e8;
}

.normal-icon a {
  margin: 20px;
  border-radius: 0;
}

/* Button Style 3 (Radius) */
.radius-icon {
  min-height: 100px;
  line-height: 100px;
  background: #f5f5f5;
}

.radius-icon a {
  margin: 20px;
  border-radius: 20px;
  font-size: 13px;
  width: 150px;
  font-weight: bold;
}

.btn-purple {
  padding: 0.375rem 0.75rem;
  background: #d733da;
  color: #FFF;
}


/* Button Style 4 (Circle) */
.circle-btn {
  min-height: 100px;
  line-height: 100px;
  background: #e8e8e8;
}

.circle-btn button {
  margin: 10px;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  font-size: 15px;
}

/* Button Style 5 (Size) */
.rounded-btn {
  min-height: 100px;
  line-height: 100px;
  background: #f5f5f5;
}

.rounded-btn button {
  border-radius: 12px;
  margin: 10px;
}

/* Button Style 6 (Hover) */
.hover-btn {
  min-height: 100px;
  line-height: 100px;
  background: #e8e8e8;
}

.hover-btn button {
  margin: 10px;
  color: #FFF;
  padding: 10px 40px;
}

.hover-btn button:hover {
  background: #5a5a5a;
}

.btn-one {
  background: #f11350;
}

.btn-two {
  background: #5863db;
}

.btn-three {
  background: #c41f26;
}

.btn-four {
  background: #58cadb;
}

/* Line Style 7 (Line) */
.line-btn {
  min-height: 100px;
  line-height: 100px;
  background: #f5f5f5;
}

.line-btn button {
  margin: 10px;
  color: #FFF;
  padding: 5px 120px;
}


/* Line Style 8 (Left Icon) */

.radius-style button {
  border-radius: 30px;
}

.radius-btn {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.bichoIMGBanner {
  filter: drop-shadow(0px 0px 9px #000);
}

.trevoIMGBanner {
  filter: drop-shadow(0px 0px 9px #0008);
}

/*Efeito do botao*/
.neon-bt {
  position: relative;
  display: inline-block;
  /*padding: 10px 20px;*/
  /*color: #03e9f4;*/
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: 0.2s;
  /*margin-top: 40px;*/
  letter-spacing: 2px
}

.neon-bt:hover {
  background: #ffffff;
  /*color: #fff;*/
  border-radius: 6px;
  box-shadow: 0 0 1px #ffffff,
    0 0 2px #ffffff,
    0 0 3px #ffffff,
    0 0 30px #ffffff;
}

/*animação do span para criar linhas*/
.neon-btx span {
  position: absolute;
  display: block;
}

/*span 1*/
.neon-btx span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ffffff);
  animation: btn-anim1 1s linear infinite;
}

@keyframes btn-anim1 {
  0% {
    left: -100%;
  }

  50%,
  100% {
    left: 100%;
  }
}

/*span 2*/
.neon-btx span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #ffffff);
  animation: btn-anim2 1s linear infinite;
  animation-delay: .25s
}

@keyframes btn-anim2 {
  0% {
    top: -100%;
  }

  50%,
  100% {
    top: 100%;
  }
}

/*span 3*/
.neon-btx span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #ffffff);
  animation: btn-anim3 1s linear infinite;
  animation-delay: .5s
}

@keyframes btn-anim3 {
  0% {
    right: -100%;
  }

  50%,
  100% {
    right: 100%;
  }
}

/*span 4*/
.neon-btx span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #ffffff);
  animation: btn-anim4 1s linear infinite;
  animation-delay: .75s
}

@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }

  50%,
  100% {
    bottom: 100%;
  }
}

.btn-transferir {
  border: 0 !important;
  background: transparent;
  color: #fff;
  padding: .25rem .6rem;
  border-radius: .5rem;
}

.btn-transferir:hover {
  background: rgba(255, 255, 255, .08);
}

.btn-transferir:focus,
.btn-transferir:active {
  outline: none;
  box-shadow: none;
}

.icon-transfer {
  vertical-align: middle;
}

#transferModal .form-label,
#transferModal label {
  display: block !important;
  color: #212529 !important;
  margin-bottom: .25rem;
}