.contaainer {
  backdrop-filter: blur(25px) !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.global-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

form {
  padding-top: 10px;
  font-size: 14px;
  margin-top: 30px;
}

.card-title {
  font-weight: 300;
}

.btn {
  font-size: 14px;
  margin-top: 20px;
}

.login-form {
  width: 330px;
  margin: 20px;
}

.sign-up {
  text-align: center;
  padding: 20px 0 0;
}

.alert {
  margin-bottom: -30px;
  font-size: 13px;
  margin-top: 20px;
}
.paginate_button {
  padding: 10px;
  border: 2px solid gray;
  margin: 1px;
  border-radius: 25px;
  background: ghostwhite;
}
.calicon {
  background: #e6e0ff;
  position: fixed;
  right: 5px;
  bottom: 5px;
  border-radius: 10px;
  box-shadow: 2px 7px 10px 4px #858585cc;
  font-weight: bold;
  cursor: pointer;
}
.calicon i {
  font-size: 55px;
  position: fixed;
  right: 5px;
  bottom: 5px;
}
.box {
  position: absolute;
  right: 5px;
  bottom: 5px;
  border-radius: 10px;
  cursor: pointer;
}
#calculator #display-box {
  width: 90%;
  border-radius: 10px;
  padding-left: 13px;
}

#calculator input {
  font-size: 20px;
  width: 50px;
  height: 50px;
  margin: 4px;
  border: 1px solid #b2b2b2;
  border-radius: 50%;
  background: rgb(230 230 230);
  outline: none;
}

#calculator .calculator {
  background: rgb(220, 220, 220);
  padding: 2px;
  border-radius: 20px;
  display: inline-block;
}

#calculator input {
  box-shadow: 5px 5px 5px grey, -5px -5px 5px white;
}

#calculator input:hover {
  box-shadow: inset 5px 5px 5px grey, inset -5px -5px 5px white;
}

#calculator #display-box {
  box-shadow: inset 5px 5px 5px grey, inset -5px -5px 5px white;
}

#calculator .calculator {
  box-shadow: 5px 5px 5px grey, -5px -5px 5px grey;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #ffffffba;
}
