verdocs-quick-functions {
  font-family: var(--verdocs-primary-font, "Inter", "Barlow", sans-serif);
}
verdocs-quick-functions .container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 240px;
  background-color: #1e2031;
  text-transform: uppercase;
  padding: 10px 10px 20px 10px;
  font-family: sans-serif;
  color: #ffffff;
}
verdocs-quick-functions .title {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin: 1em 0 40px 0;
}
verdocs-quick-functions button {
  width: 140px;
  height: 40px;
  border: none;
  display: flex;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 5px;
  text-transform: uppercase;
  justify-content: space-evenly;
  background-color: #55bc81;
}
verdocs-quick-functions button svg {
  fill: #ffffff;
}