.c-link {
  color: #555555;
  font-size: 0.8em;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.c-link::after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background-color: #008000;
  position: absolute;
  bottom: -3px;
  left: 0;
  transition: width 0.1s ease-in-out;
}

.c-link:hover::after {
  width: 100%;
}

.c-link.current::after {
  width: 100%;
}

.defaultRule{
  background: linear-gradient(to right, #cef6ce, #2b4c61, #cef6ce);
  border: none;
  height: 1px;
  margin: 20px 0 15px 0;
}

.light-green{
  background: #cef6ce !important;
}

.imgContainer{
  max-width: 600px;
}

.flexContainer{
  background: #008000;
}

.flexContainer div img{
  width: 100%;
  height: auto;
}

figcaption{
  background: #008000;
}

figcaption div{
  background: #cef6ce;
  font-size: 14px;
}

.h3-header{
  padding: 10px;
  width: 100%;
}

.listEmojis{
  list-style: none;
  padding-left: 0px !important;
  margin-left: 0px !important;
}

.listQuestions, .listGeneralInformation, .listNotAllowed{
  padding-left: 8px !important;
  margin-left: 8px !important;
}

.containerAlignRight{
  display: flex;
  justify-content: flex-end;
}

.formWrapper{
  background: #cef6ce;
}

.container-header{
  background-color: #2b4c61;
}

.txtRed{
  color: red;
}

.form-captcha{width: 202px;}