.elementor-2625 .elementor-element.elementor-element-9a50306 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2625 .elementor-element.elementor-element-9a50306{font-size:16px;}.elementor-2625 .elementor-element.elementor-element-0b0fa65{margin-top:15px;margin-bottom:15px;}.elementor-2625 .elementor-element.elementor-element-8b567b8{text-align:center;}.elementor-2625 .elementor-element.elementor-element-c4e594f > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-c4e594f */.calc_new {
width: 300px;
    background: grey;
    margin: 0 auto;
    direction: ltr;
    border-radius: 5px;
    box-shadow: 0 4px 40px rgb(0 0 0 / 20%), inset 0 3px 0 rgb(255 255 255 / 20%);
    padding: 20px;
}

.display {
  font-family: 'Roboto Condensed', sans-serif;
  color: rgba(255,255,255,0.8);
  background: rgba(0,0,0,.6);
  font-size: 35px;
  padding: 10px;
  text-align: right;
  border-radius: 2px;
  box-shadow: inset 0 5px 8px rgba(0,0,0,0.3), 0 1px 0 rgba(255,255,255,0.3);
}

.header .titles {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(0,0,0,0.45);
  font-size: 10px;
  font-weight: bold;
  margin-top: -8px;
  padding-bottom: 8px;
  text-align: right;
  text-shadow: 0 1px 1px rgba(255,255,255,0.15);
  user-select: none;
}

.display-main {
  height: 38px;
}

.display-indicate {
  font-size: 10px;
  color: rgba(255,255,255,0.05);
  text-align: left;
  margin: -5px 0 -2px -5px;
  text-transform: uppercase;
  user-select: none;
  transition: color .1s ease-in;
}
.max{
  color: rgba(255,150,150,0.8);
}

.display-operations {
  font-size: 15px;
  color: rgba(255,255,255,0.5);
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 3px;
  margin-top: 4px;
}

.row {
  margin-left: -12px;
  margin-top: 10px;
}

.row:after, .bottom-row:after {
  content: "";
  display: block;
  clear: both;
}

.left, .right {
  float: left;
}

.button {
  position: relative;
  top:0;
  height: 41px;
  color: rgba(0,0,0,0.6);
  font-size: 16px;
  font-family:"Arial Bold", Gadget, Arial, sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 9px 0 11px 0;
  border-radius: 2px;
  float: left;
  width: 56px;
  background: rgba(255,255,255,0.8);
  margin-left: 12px;
  text-transform: uppercase;
  border: 0;
  box-shadow: 0 1px 1px rgba(0,0,0,0.2),
    inset 0 1px 0 rgba(255,255,255,0.6);
  transition: all .1s;
  cursor:pointer;
  user-select: none;
}

.button:hover {
  box-shadow: 0 2px 6px rgba(0,0,0,0.15),inset 0 1px 0 rgba(255,255,255,0.6);
  background: rgba(255,255,255,0.95);
  color: rgba(0,0,0,0.8);
}
.button:active {
  top:1px;
  box-shadow: 0 0 2px rgba(0,0,0,0.15),inset 0 1px 0 rgba(255,255,255,0.3);
}
.button:focus {
  outline:0;
}

.ac, .ce {
  background: #FF8A80
}

.ac:hover, .ce:hover {
  background: #FF5252;
}

.minus {
  padding-top: 11px;
  padding-bottom: 9px;
}

.zero {
  width: 124px;
}

.eq{
  margin-top: 10px;
  padding: 35px 0 15px 0;
}

.mult {
  text-transform: none;
  padding-top: 9px;
  padding-bottom: 11px;
}

/* tips */

.tips {
  width: 300px;
  margin: 70px auto;
}

.tips .title {
  font-size: 20px;
  color: rgba(0,0,0,0.6);
  text-align: center;
  font-size: ;
  margin-bottom: 20px;
}

.tips .hint {
  margin-bottom: 20px;
  color: rgba(0,0,0,0.8);
}

.hint.small {
  text-align: center;
  font-size: 14px;
  margin-top: -12px;
  margin-bottom: 30px;
  color: rgba(0,0,0,0.5);
}

.hint-sel {
  background: rgba(175,50,50,0.8);
  font-size: 14px;
  font-weight: bold;
  color: rgba(250,250,250,0.9);
  padding: 3px 5px;
  border-radius: 2px;
  margin: 0 3px;
}

.hint-btn {
  background: rgba(30,30,30,0.6);
  font-size: 14px;
  font-weight: bold;
  color: rgba(250,250,250,0.9);
  padding: 3px 5px;
  border-radius: 2px;
  margin: 0 3px;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-0b0fa65 */.calc{
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 200px;
}

.calc #name {
    text-align: center;
    width: 300px;
    height: 40px;
    background-color: #ffffff ;
    border-color: rgba(0, 0, 0, 0.79);
    border-width: 0.5px 0.5px 0.5px 0.5px;
    border-radius: 5px 5px 5px 5px;
}

.calc #btn_calc {
   width: 200px;
    background-color: black;
    color: white;
    height: 40px;
    font-weight: bold;
    border-radius: 5px 5px 5px 5px;
}/* End custom CSS */