@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");

body {
  background-color: #fef9e4;
  font-family: "Open Sans", sans-serif;
  background-image: url(bg.svg);
}

table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 1000px;
  background-color: #fff;
  margin-top: 30px;
}
.text-field {
  margin-bottom: 1rem;
}

.text-field__label {
  display: block;
  margin-bottom: 0.25rem;
}

.text-field__input {
  width: 300px;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #bdbdbd;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 20px;
}

.text-field__btn {
  margin-left: 10px;

  width: 80px;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: #0d2ec7;
  background-clip: padding-box;
  border: 1px solid #bdbdbd;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 20px;
}

.text-field__btn:hover {
  background-color: #03a9f4;
  cursor: pointer;
}

.text-field__input::placeholder {
  color: #212529;
  opacity: 0.4;
}

.text-field__input:focus {
  color: #212529;
  background-color: #fff;
  border-color: #bdbdbd;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(158, 158, 158, 0.25);
  cursor: pointer;
}

.text-field__input:disabled,
.text-field__input[readonly] {
  background-color: #f5f5f5;
  opacity: 1;
}

th {
  font-weight: bold;
  text-transform: uppercase;
  /*  border: 1px solid #ededed; */
}
td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}

.table_head {
  background: #0d2ec7;
  color: #fff;
  font-size: 18px;
  padding: 40px 0px;
  line-height: 3;
}

.table_head td {
  font-weight: 500;
  padding: 15px 10px;
}

td {
  border: 1px solid #ddd;
  text-align: center;
  padding: 12px 0;
}

.domain_information tr:nth-child(2n) td {
  background: #f9f9f9;
}

.domain_information tr td:first-child {
  font-size: 18px;
  font-weight: 600;
}
.pay {
  background-color: #000;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}
.home_mail {
  borber: none;
  background-color: white;
}

.progress {
  background: rgba(255, 255, 255, 0.1);
  justify-content: flex-start;
  border-radius: 100px;
  align-items: center;
  position: relative;
  padding: 0 5px;
  display: flex;
  height: 30px;
  width: 400px;
  margin-top: 20px;
}

.progress-value {
  animation: load 3s normal forwards;
  box-shadow: 0 10px 40px -10px #fff;
  border-radius: 100px;
  background: #5dd60b;
  height: 30px;
  width: 0;
}

@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 45%;
  }
}

.order {
  padding: 10px 20px;
  background-color: #03a9f4;

  border-radius: 6px;
  border: 0px solid;
  color: white;
}

.order:hover {
  padding: 10px 20px;
  background-color: #0a83b9;
  cursor: pointer;
  border-radius: 6px;
  border: 0px solid;
  color: white;
}

.home_mail {
  padding: 10px 20px;
  background-color: #0ff0;

  border-radius: 6px;
  border: 1px solid #f0f0f000;
  color: #000;
}

.content {
  margin-top: 80px;
}

input {
}
.number {
  color: #f00;
}
.price {
  color: #f00;
  font-size: 22px;
  line-height: 24px;
}

.cash {
  padding: 10px 20px;
  background-color: #960a17;
  border: none;
  border-radius: 6px;
  color: white;
  font-size: 22px;
  line-height: 24px;
  width: 500px;
  text-align: center;
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 1rem auto 2rem auto;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.tr-sold {
  background: rgba(255, 0, 0, 0.3);
}

.sold {
  color: red;
  font-weight: bold;
}
