@charset "utf-8";

html {
  box-sizing: border-box;
  height: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

body {
  align-items: center;
  background-color: black;
  display: flex;
  height: inherit;
  justify-content: center;
}

.container {
  background-color: black;
  border: 1px solid white;
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(35, 35, 35, 0.1);
  color: #232323;
  backdrop-filter: blur(4px);
  flex-basis: 360px;
  /* height: 540px; */
  padding: 20px 15px;
}

.result {
  color: white;
  font-size: 40px;
  overflow: auto;
  padding: 30px 20px 10px;
  text-align: right;
  /* border: 1px solid white; */
  width: 326px;
}
.button-row {
  display: flex;
  justify-content: space-between;
  margin: 5% 0;
}

.item {
  border-radius: 100%;
  border: none;
  /* padding: 10px; */
  flex-basis: 20%;
  font-size: 24px;
  height: 65px;
  color: white;
  background-color: #343434;
  cursor: pointer;
}

.item:last-child {
  background: #ff8f0a;
}
.item2 {
  background-color: #a5a5a5;
  color: black;
}
.numberZero {
  flex-basis: 47%;
  border-radius: 47px;
}
/* * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body,
#fullheigh {
  min-height: 100% !important;
  height: 100%;
  background-color: black;
}

.container {
  height: 100%;
  background-color: black;
}

.result {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  color: white;
  height: 39%;
}

.result span {
  margin-right: 60px;
  font-size: 210px;
  justify-self: flex-end;
}

.buttons {
  width: 100%;
  height: 60%;
  background-color: black;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}

.item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 100px;
  color: white;
  border-radius: 100%;
  width: 210px;
  height: 210px;
  padding: 10px;
  cursor: pointer;
  align-self: center;
  justify-self: center;
}

.percent {
  background-color: #a5a5a5;
  border: none;
  color: black;
}

.item1 {
  background-color: #a5a5a5;
  border: none;
}

.item3 {
  background-color: #ff8f0a;
  border: none;
}

.numbers,
.comma {
  background-color: #343434;
  border: none;
}

.negative,
.clear {
  color: black;
}

.itemZero {
  background-color: #343434;
  width: 435px;
  border-radius: 135px;
  grid-column: span 2;
  border: none;
} */
