@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400&display=swap');

* {
  font-family: 'Poppins', sans-serif;
  text-align: center;
  margin: 0;
  padding: 0;
  border-radius: 15px;
}

body {
  background-image: url(img/2.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/* Hide Calculation */
/* .calcHide {
  display: none;
} */

.icon {
  font-size: 35px;
  /* transition: 0.2s; */
}

.m-auto {
  margin: auto;
}

.box {
  background-color: white;
  width: 25%;
  height: 100%;
  /* border: 1px solid black; */
}

.orange {
  background-color: #ffb438;
}

.white {
  color: #fff;
}

.container {
  margin: auto;
  width: 30%;
  /* border: 2px solid #ffb438; */
  background-color: #fff;
}

.title {
  font-size: 45px;
  margin: 20px 0 20px 0;
  color: #fff;
  text-shadow: 2px 2px 4px #000000;
}

.container .screen {
  background-color: #fff;
  min-height: 110px;
  font-size: 35px;
  text-align: right;
  overflow: hidden;
  padding: 20px;
  border-bottom: 1px solid #ffb438;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.container .screen p.calculation {
  display: inline-block;
  text-align: right;
  background-color: #fff;
  /* height: 50px; */
}

.container .screen span.placeholder {
  /* text-align: right; */
  opacity: 0.5;
}

.d-none {
  display: none;
}

.d-inline {
  display: inline;
}

.d-flex {
  display: flex;
  flex-direction: column;
}

.container .screen p.result {
  display: inline-block;
  text-align: right;
  background-color: #fff;
  /* height: 50px; */
}

.container .row-1 {
  height: 80px;
  display: flex;
  line-height: 80px;
}

.container .row-1 i {
  color: #ffb438;
}

.container .row-1 .clear:hover {
  color: white;
  background-color: #ffb438;
}

.container .row-2 {
  height: 80px;
  display: flex;
  line-height: 80px;
}

.container .row-2 i {
  color: #ffb438;
}

.container .row-3 {
  height: 80px;
  display: flex;
  line-height: 80px;
}

.container .row-3 i {
  color: #ffb438;
}

.container .row-4 {
  height: 80px;
  display: flex;
  line-height: 80px;
}

.container .row-4 i {
  color: #ffb438;
}

.container .row-5 {
  height: 80px;
  display: flex;
  line-height: 80px;
}

.container .row-5 i {
  color: #ffb438;
}

@media (max-width: 728px) {
  .container {
    width: 50%;
  }
}

@media (max-width: 385px) {
  .container {
    width: 80%;
  }
}
