@import "../../../_variables";

.btn-green{
  background-color: $primary;
  border-color: $primary;
  color:#fff;
  border-radius: 20px;
}

.color-green{
  color:green;
  line-height: 24px;
}

.ico-search{
  width:80px;
  fill:$primary;
}

.check-finalisation{
  font-size:2em;
  margin-right:10px;
}

.vertical-alin-content{
  display: flex;
  flex-flow: wrap;
  align-content: center;
  justify-content: center;
  text-align: center;
  color:var(--menu-color);
}

.thx{
  font-size:1.5em;
}

@media (max-width: 576px) {
  .thx{
    font-size:1.2em;
  }
}


.bg-dark-grey{
  background-color: #1F2937;
  border-color: #1F2937;
}
