/* Add here all your css styles (customizations) */

.g-bg-green-opacity-0_7--after::after {
  background-color: rgba(114, 192, 44, 0.7) !important;
}

/* Green Gradient my1 */
.g-bg-green-gradient-opacity-my1,
.g-bg-green-gradient-opacity-v5--after::after {
  background-image: linear-gradient(to right, rgb(154, 210, 106) 27%, rgba(255, 255, 255, 0) 75%);
  background-repeat: repeat-x;
}

.u-shadow-v20a {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}

.u-btn-outline-primary-1 {
    color: #72c02c;
    border-color: #72c02c;
    background-color: #f0fff0;
}
.u-btn-outline-primary-1:hover {
  color: #fff;
  background-color: #72c02c;
}

.logo_svg {
  width: 60px;
}