.lengkung-card {
  border-radius: 50px 0 0 20px;
}

.custom-rounded {
  border-radius: 50px 0 20px 0;
}

.custom-card {
  background-color: white;
  display: flex;
  flex-direction: row;
  border: 1px solid transparent;
  border-radius: 0 40px 0 40px;
  box-shadow: 0px 40px 10px rgba(0, 0, 0, 0.1);
  max-height: 200px;
  width: 100%;
}

.custom-card-blog {
  background-color: white;
  display: flex;
  flex-direction: column;
  border: 1px solid transparent;
  border-radius: 40px 40px 0 40px;
  box-shadow: 0px 40px 10px rgba(0, 0, 0, 0.1);
  max-height: auto;
  width: 100%;
}

.custom-card-footer {
  display: flex;
  flex-direction: row;
}

.custom-card-img {
  max-width: 150px;
  max-height: 150px;
  border-radius: 0 0 0 40px;
}

.custom-card-body {
  padding: 10px;
}

.card-rounded {
  width: 75px;
  height: 75px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  border: 3px solid blue;
}

.card-panjang {
  margin-top: 2px;
  padding-left: 20px;
  background-color: blue;
  height: 70px;
  width: 100%;
  border-radius: 30px;
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: white;
}

.card-iklan {
  background-color: white;
  display: flex;
  flex-direction: row;
  border: 1px solid transparent;
  border-radius: 40px 40px;
  box-shadow: 0px 40px 10px rgba(0, 0, 0, 0.1);
  max-height: 600px;
  padding-right: 8px;
  width: 100%;
}

.card-iklan img {
  padding: 5px;
  max-height: 600px;
  border-radius: 40px 0 0 40px;
}

.card-produk {
  background-color: white;
  display: flex;
  flex-direction: row;
  border: 1px solid transparent;
  border-radius: 40px 40px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);

  padding-left: 20px;
  padding-bottom: 10px;
  width: 100%;
}

.card-produk-body {
  width: 100%;
}

.input_search {
  margin-left: 100px;
}

.rounded-card {
  border: 1px solid transparent;
  border-radius: 40px 40px 0 40px;
  box-shadow: 0px 40px 10px rgba(0, 0, 0, 0.1);
}