.form-group {
  margin-top: 1.5rem;
  position: relative;
}

.form-control-placeholder {
  position: absolute;
  top: 0;
  padding: 7px 0 0 13px;
  transition: all 200ms;
  opacity: 0.5;
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
  transform: translate3d(0, -100%, 0);
  opacity: 1;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *

  */


html,
body {
  height: 100%;
}

#form {
  margin-top: 150px;
  margin-bottom: 50px;
}

#whatsappChatButton {
  height: 50px;
  min-width: 50px;
  border-radius: 25px;
  background-color: rgb(77, 194, 71);
  box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
}
.whatsappchat-settings-component:hover #whatsappChatButton {
  background-color: rgba(77, 194, 71, 0.9);
}
.card-text a {
  text-decoration: underline;
}
a:hover {
  color: #007bff;
  text-decoration-color: #005aff;
}
.fa-grey {
  color: grey;
}
.fa.green {
  color: green;
}
.fa.orange {
  color: orange;
}
.fa.red {
  color: red;
}
.bg-dark {
  background-color: #212529 !important;
}
