.error{
    border: 1px solid red !important;
    background-color: #ff000014 !important;
}

@media (max-width: 700px) {
    .custom-grid-cols {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .text-2xl {
        font-size: 17px !important;
    }
    .w-12 {
        width: 30px !important;
    }
    
    .h-12 {
        height: 30px !important;
    }
  } 