
body {
    opacity: 0.6;
}
/*APPOINTMENT*/
.undefault-button {
  background-color: transparent;
  border: none;
}

.morning {
  display: grid;
  margin: auto;
}

.time fieldset {
  color: black;
  background-color: whitesmoke;
  border-radius: 10px;
  border: solid rgb(52, 51, 51);
  padding: 10px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.time legend {
  color: black;
  border-radius: 8px;
  margin-left: 20px;
  width: fit-content;
  height: auto;
  font-size: small;
  font-weight: 500;
  padding: 5px;
  background-color: gray;
}

.appointment .badge {
  background-color: grey;
  color: black;
}

.appointment {
  background-color: transparent;
}

/*APPOINTMENT FORM*/

/* .appointment-form .form {
  margin-bottom: 30px;
}

.appointment-form .form input {
  border-radius: 10px;
} */

.test-sum button {
  border: none;
  color: white;
  background-color: #00A300;
  margin-bottom: 20px;
  margin-top: 20px;
}

.test-sum button:hover {
  color: black;
  border: none;
  background-color: #60bc60;
  -webkit-transition: 0.4s ease-in-out;
}

ul {
  list-style-position: inside;
}

.log-img {
  position: absolute;
  left: 0;
  top: 10%;
}

.book-btn {
  color: #00A300;
  font-weight: 400;
  font-size: medium;
}

.d-book-btn {
  background-color: #00A300;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  padding: 1em;
}

.display {
  display: flex;
  justify-content: space-between;
}

.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}

#cartContainer {
  position: absolute;
  top: -6px;
  right: -6px;
  color: white;
}
