a {
  text-decoration: none;
}

.card-shadow {
  border: none;
  border-radius: 1rem;
  padding: 30px;
  box-shadow: 0px 20px 10px  10px var(--footer-bg);
  text-align:center;
}

.card-header {
  border-bottom: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.padding-20 {
  padding: 20px !important;
}
.rounded-20 {
border-radius: 20px !important;
}
.rounded-top-20 {
border-radius: 12px 12px 0 0 !important;
}
.rounded-bottom-20 {
border-radius: 0 0 12px 12px !important;
}
.secondary-btn {
  border-radius: 30px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, .24) 0 2px 3px;
}
.button-common .button-common:hover {
  border: 1px solid var(--input-border);
}
.input-theme,
textarea,
select  {
  border: 1px solid var(--input-border);
}
.input-theme:focus,
textarea:focus,
select:focus {
  border: 1px solid var(--input-border) !important;
  box-shadow: none !important;
  outline: none;
}
.button-custom, .button-custom:hover {
    border: 1px solid var(--input-border);
     padding:10px; 
     border-radius:20px;
    }
 .icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
  }
  .whats-app-float{
  position:fixed;
  width:50px;
  height:50px;
  bottom:10px;
  right:15px;
  background-color:#25d366;
  border-radius:40px;
  text-align:center;
  z-index:100;
  color:#fff !important;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: .9em;
  right: 6em;
  display: inline;
}
.logo-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border-radius: 8px; /* soft rounded edges */
}
