/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.flex-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.items-center {
  align-items: center;
}
.field-wrapper:focus-within {
  /* border: 1px solid #edf2f7; */
  box-shadow: 0px 0px 0px 1px rgb(209,213,219);
}
.Container {
  width: 90%;
  margin: 0 auto;
  /* max-width: 1200px; */
  height: 100%;
}

.upload-fonts {
  font-size: 10px;
}

.home-carousel .swiper {
  width: 100%;
  /* margin:  auto; */
  height: 100%;
  overflow: visible !important;

}

input{
width:100%;
height: 100%;
padding:1rem !important;
border-radius:1.5rem;
}
.loginInput{
  padding:0.5rem !important;
}

/* Add any other custom styles as needed */

