.opcoes {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}


.meu-componente-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin-top: 30px;
      font-family: sans-serif;
    }

    .meu-card {
      display: flex;
      align-items: center;
      background-color: #ffffff20;
      border-radius: 10px;
      transition: all .3s;
      opacity: 1;
      transform: translate(0);
      border: 1px solid #ffffff40;
      padding: 5px 25px 5px 10px;
      margin: 12px 0;
      visibility: visible;
      pointer-events: all;
      -webkit-backdrop-filter: blur(20px);
      backdrop-filter: blur(20px);
      width: 75%;
      color: white;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      transition: transform 0.2s;
    }

    

    .meu-icon, .meu-icon-2, .meu-icon-3, .meu-icon-4, .meu-icon-5 {
      width: 43px;
      height: 43px;
      background-color: #ffffff22;
      border-radius: 10px;
      display: flex;
      padding: 10px 10px 10px;
      align-items: center;
      justify-content: center;
      margin-right: 25px;
      flex-shrink: 0;
    }

    .meu-icon svg {
      width: 14px;
      height: 24px;
      fill: white;
    } .meu-icon-2 svg {
      width: 15px;
      height: 15px;
      fill: white;
    }

    .meu-texto {
      font-size: 14px;
      font-weight: 600;
    }

    