.box {
  border: 1px solid rgba(0, 0, 0, 0.11);
  border-radius: 5px;
}

.box-border {
  border: none;
  background-color: transparent;
}

.social-icons {
  z-index: 99;
}

.row {
  margin-bottom: 0px;
}

#container2 {
  height: auto;
  width: 100%;
  margin: auto;
}

label {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-align: left;
  width: 100%;
}

@media (max-width: 1260px) {
  #three {
    margin-top: 10px;
  }
}

@media (max-width: 823px) {
  #two {
    margin-top: 20px;
  }
}

#message {
  margin-top: 30px;
  font-size: 25px;
  color: yellow;
}

.done {
  position: relative;
  display: inline-block;
  height: auto;
  width: 30%;
  font-size: 25px;
  color: white;
  margin-left: 15px;
  text-align: left;
  background: transparent;
  border: none;
}

.done input {
  border: none;
  position: relative;
  padding: 23px;
  width: 100%;
  height: 42px;
  outline: none;
  margin-top: 10px;
  font-size: 18px;
  border-radius: 0px !important;
  font-weight: 500;
  margin: 0px;
  border: 1px solid rgba(0, 0, 0, 0.11);
}

@media (max-width: 768px) {
  .done {
    /* padding: 0 20px; */
    display: block;
    width: auto;
    margin-left: 0px;
  }
}

.table {
  height: auto;
  color: #000 !important;
  background-color: #fff;
}

.table .thead-dark th {
  font-size: 15px;
  background-color: #000;
  border: #000;
}

.table-bordered td,
.table-bordered th {
  font-size: 15px;
}

@media (max-width: 375px) {
  .table tr {
    height: auto;
  }
}

#amount,
#people,
#tip,
#tax {
  border-radius: 10px;
  outline: none;
}

#reset {
  display: none;
}

@media (max-width: 405px) {
  .table th {
    font-size: 15px;
  }
}

@media (max-width: 345px) {
  .table th,
  td {
    font-size: 13px;
  }
}

@media (max-width: 282px) {
  #table2 thead th,
  tbody td {
    width: 100%;
    font-size: 10px;
  }
}

html {
  scroll-behavior: smooth;
}

#choice {
  background-color: #fff;
  height: 42px;
  width: 28%;
  border-radius: 0 !important;
  color: white;
  font-weight: 400;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.11);
  margin: 0 auto;
  color: #000;
  position: relative;
  right: 2px;
}

#choice option {
  text-align: left;
}

#currency {
  position: relative;
  left: 37%;
}

.currency_dropdown {
  padding-top: 1.5rem;
  overflow: hidden;
}

nav .dropdown-menu {
  overflow-y: scroll !important;
  height: 70vh !important;
}

.process {
  border: 1px solid #000;
  padding: 5px 11%;
  border-radius: 5px;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  transition: all 0.5s ease;
  background-color: #000;
  margin-right: 30px;
}

@media (max-width: 768px) {
  #container2 {
    padding: 15px;
  }

  .process {
    padding: 5px 40px;
  }

  .process_btn {
    text-align: right;
  }

  label {
    text-align: left;
    font-size: 14px;
  }

  #currency {
    left: 0;
  }

  .currency_dropdown {
    left: 0;
    padding-top: 0.9rem;
  }

  #choice {
    width: 100%;
    left: 0;
  }
}

.feature-img img {
  height: 33px;
  width: 33px;
}

.feature-img {
  margin-top: 2px;
  margin-left: 1px;
}

.input_div {
  display: flex;
  flex-direction: row;
  border: 1px solid rgba(0, 0, 0, 0.11);
}

#amount,
#choice {
  border: 2px solid rgba(0, 0, 0, 0.11);
}

input.child_button {
  width: 64px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
  padding: 0px;
}

input#people {
  width: 80%;
  text-align: center;
}

input#tip {
  width: 80%;
  text-align: center;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}
