@charset "UTF-8";

.flag-no-icon-text-container {
  padding: 10px;
  font-size: 16px;
}
.flag-no-icon-text-the {
  color: rgba(256, 256, 256, 0.5);
  
}

.flag-no-icon-text-orchard {
  color: #ffffff;
}

/* .btn-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  border-radius: 0%;
  background: rgba(255, 255, 255, 0.5);
  animation: pulseFade 2s ease-out infinite;
  z-index: -1;
} */