.tecnosrc-thanks {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.tecnosrc-thanks[hidden] {
  display: none !important;
}
.tecnosrc-thanks__overlay {
  position: absolute;
  inset: 0;
  background: rgba(6, 20, 42, 0.62);
  backdrop-filter: blur(4px);
}
.tecnosrc-thanks__box {
  position: relative;
  z-index: 1;
  width: min(420px, 100%);
  background: #fff;
  border-radius: 16px;
  padding: 32px 28px;
  text-align: center;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.18);
}
.tecnosrc-thanks__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #f2501b;
  color: #fff;
  font-size: 28px;
  line-height: 56px;
}
.tecnosrc-thanks__title {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 8px;
  color: #1a1a1a;
}
.tecnosrc-thanks__text {
  font-size: 15px;
  color: #666;
  margin: 0 0 20px;
}
.tecnosrc-thanks__phone {
  display: inline-block;
  padding: 12px 24px;
  background: #f2501b;
  color: #fff !important;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 600;
}
.tecnosrc-thanks__close {
  position: absolute;
  top: 10px;
  right: 14px;
  border: none;
  background: none;
  font-size: 28px;
  line-height: 1;
  color: #999;
  cursor: pointer;
}
input.tecnosrc-error,
.form-control.tecnosrc-error {
  border-color: #e3463a !important;
  box-shadow: 0 0 0 3px rgba(227, 70, 58, 0.15) !important;
}
