.input_control_wrapper {
  @apply rounded-lg w-full h-12 flex items-center px-4;
  box-shadow: inset 3px 3px 4px rgba(191, 184, 184, 0.7),
    inset -3px -3px 4px rgba(255, 255, 255, 0.55);
  border-radius: 11px;
}
input::placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #cbcbcb;
}

.input_control {
  @apply bg-transparent w-[95%] h-full;
}

input:focus-visible {
  @apply outline-none;
}
