* {
  margin: 0;
  padding: 0;
}

body {
  background-color: rgb(255, 255, 255);
}

/* kalkulator */

#kalkulator {
  height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.calculator {
  max-width: 400px;
  margin: 50px auto;
  border: 2px solid #000;
  padding: 10px;
  box-sizing: border-box;
  height: auto;
  border-radius: 15px;
  background: transparent;
  bg-filter: blur(10px);
  background-color: rgba(115, 115, 115, 0.94);
}

.keys {
  gap: 10px;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.keys button {
  width: 75px;
  height: 75px;
  font-weight: bold;
  font-size: 30px;
  padding: 10px;
  border-radius: 50px;
  box-sizing: border-box;
  cursor: pointer;
}

.keys .operator-btn {
  background-color: rgb(238, 133, 12);
}

.keys button:hover {
  background-color: #000000b8;
  color: white;
}

#display {
  font-size: 25px;
  padding: 10px;
  color: white;
  box-sizing: border-box;
  border: none;
  text-align: left;
  margin-top: 10px;
  height: 60px;
  width: 100%;
  border-radius: 15px;
  background-color: #000000b8;
}

/* kalkulator */

/* daftar belanja */
#daftar-belanja {
  height: 100dvh;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
#item {
  border-radius: 15px;
  border: none;
  text-align: center;
  height: 30px;
  width: 80%;
}
.localstorage {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

#list {
  margin-left: 10px;
}
.localstorage button {
  border: none;
  width: 80px;
  border-radius: 15px;
  background-color: #34495e;
  height: 30px;
  color: #ffffff;
}
.container {
  gap: 20px;
  height: 100dvh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

#question-text {
  margin-bottom: 20px;
}
.title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content-belanja {
  padding-top: 5px;
  background-color: aquamarine;
  height: auto;
  justify-content: center;
  display: flex;
  border-radius: 15px;
  flex-direction: column;
  padding-right: 10px;
  padding-left: 10px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.input-area {
  border: none;
  width: 300px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
}

#inputItem {
  box-sizing: border-box;
  border: none;
  text-align: center;
  height: 30px;
  margin-top: 10px;
  border-radius: 15px;
  transition: all 0.3s ease;
}

#inputItem:hover {
  border: 1px solid black;
}

#tombolTambah {
  border-radius: 15px;
  background-color: orange;
  border: none;
}

#daftarList {
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-belanja-1 {
  width: 100%;
  height: 150px;
  background-color: rgb(239, 188, 20);
  border-radius: 15px;
  box-sizing: border-box;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.container-belanja-2 {
  width: 100%;
  height: 150px;
  background-color: rgb(255, 122, 14);
  border-radius: 15px;
  box-sizing: border-box;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.container-belanja-3 {
  width: 100%;
  height: 150px;
  background-color: rgb(247, 231, 8);
  border-radius: 15px;
  box-sizing: border-box;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.content-list-1 {
  display: flex;
  border-radius: 15px;
  box-sizing: border-box;
}

.content-list-2 {
  display: flex;
  flex-direction: row;
  border-radius: 15px;
  box-sizing: border-box;
}

.content-list-3 {
  display: flex;
  flex-direction: row;
  border-radius: 15px;
  box-sizing: border-box;
}

.caption-1 {
  margin-top: 10px;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  height: 115px;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 15px;
  justify-content: center;
  padding-left: 15px;
  box-shadow: inset 5px 0px 5px rgba(0, 0, 0, 0.5);
}

.caption-1 p,
.caption-2 p,
.caption-3 p {
  font-size: small;
}

.caption-2 {
  margin-top: 10px;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  gap: 5px;
  height: 115px;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 15px;
  justify-content: center;
  padding-left: 15px;
  box-shadow: inset 5px 0px 5px rgba(0, 0, 0, 0.5);
}

.caption-3 {
  margin-top: 10px;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  height: 115px;
  padding: 5px;
  border-radius: 15px;
  justify-content: center;
  padding-left: 15px;
  box-shadow: inset 5px 0px 5px rgba(0, 0, 0, 0.5);
}

.caption-1,
.caption-2,
.caption-3 {
  flex-grow: 1;
}

.gmb-kaos {
  width: 100px;
}

.gmb-celana {
  width: 100px;
}

.gmb-sepatu {
  width: 100px;
}

.gmb-keranjang {
  width: 35px;
  z-index: 20;
  transform: translateY(5px);
}

/* kalender */
.widget-container {
  background-color: #34495e;
  color: #ecf0f1;
  padding: 25px 40px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  text-align: center;
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#clock {
  font-size: 4.5rem;
  font-weight: bold;
  letter-spacing: 3px;
}

#calendar {
  font-size: 1.75rem;
  margin-top: 10px;
  opacity: 0.9;
}

/* kuis */
#kuis {
  display: flex;
  height: 100dvh;
  justify-content: center;
  align-items: center;
}

#quiz-container,
#result-container {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
  width: 90%;
  max-width: 500px;
}

h2 {
  color: #333;
  margin-top: 0;
}
#options-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.option-btn {
  width: 100%;
  padding: 12px;
  background-color: #f9f9f9;
  border: 2px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s;
}

.option-btn:hover {
  background-color: #e9e9e9;
  border-color: #bbb;
}

#restart-btn {
  width: 100%;
  padding: 12px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.2s;
}

#restart-btn:hover {
  background-color: #0056b3;
}

#final-score {
  font-size: 24px;
  font-weight: bold;
  color: #007bff;
}

.hidden {
  display: none;
}
