@import url(fontawesome-pro-6.6.0-web/css/regular.css);
@import url(fontawesome-pro-6.6.0-web/css/all.css);
@import url(../fonts/stylesheet.css);
body > div:nth-child(5) {
  display: none !important;
  background: red;
}
* {
  font-family: 'Gotham Rounded', Arial, sans-serif !important;
}
.fas,
.far,
.fal,
.fat,
.fa-solid,
.fa-regular,
.fa-light,
.fa-thin,
.fa-classic {
  font-family: 'Font Awesome 6 Pro' !important;
}
.text-dosis {
  font-family: 'Dosis', sans-serif !important;
}
.text-gotham {
  font-family: 'Gotham Rounded', sans-serif !important;
  font-weight: 500;
}
.text-gotham-300 {
  font-family: 'Gotham Rounded', sans-serif !important;
  font-weight: 300;
}
.e-icons {
  font-family: "e-icons" !important;
}
.text-cooperative-blue {
  color: #3376ae !important;
}
.text-cooperative-green {
  color: #a7cb6a;
}
.bg-cooperative-blue {
  background-color: #3376ae !important;
  color: #FFF !important;
}
.bg-datastat {
  background-color: #3a844c !important;
}
.bg-formation {
  background-color: #66b1dd !important;
}
.router-link-exact-active {
  background-color: #f5f5f4 !important;
}
.column-border-left {
  border-left: 3px solid #a7cb6a !important;
}
.feedback-widget-feedback-button {
  padding: 0px;
  background-color: #3a844c;
  background-image: none;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  bottom: 0;
  box-sizing: border-box;
  color: #FFF;
  cursor: pointer;
  display: block;
  font-family: Inter, sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  width: 100px;
  height: 43px;
  letter-spacing: normal;
  line-height: 43px;
  margin: 0;
  position: fixed;
  text-align: center;
  top: auto;
  transition: all 0.25s ease-in-out;
  user-select: none;
  word-spacing: normal;
  z-index: 1000000;
  -webkit-font-smoothing: antialiased;
  box-shadow: 0 0 10px rgba(17, 24, 39, 0.2);
  white-space: nowrap !important;
  right: -30px;
  top: 80%;
  bottom: 20%;
  transform: rotate(-90deg);
}
.feedback-widget-feedback-button svg {
  transform: rotate(90deg);
  float: left;
  height: 15px;
  margin: 13px -15px 0 20px;
  width: 15px;
  opacity: 0.7;
}
