* {
  margin: 0;
  padding: 0;
  /* box-sizing: border-box; */
  font-family: 'Century Gothic';
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #222831;
}

.main {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* font-family: Century Gothic; */
  flex-direction: column;
  margin-top: 10%;
}
.head {
  text-align: center;
}
.head_1 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}
.head_1 span {
  color: #f96d00;
}
.head_2 {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  margin-top: 3px;
}
.head_3 {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  margin-top: 2rem;
}
ul {
  display: flex;
  margin-top: 80px;
}
ul li {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
ul li .icon {
  font-size: 35px;
  color: #f96d00;
  margin: 0 60px;
}
ul li .text {
  font-size: 14px;
  font-weight: 600;
  color: #f96d00;
}

/* Progress Div Css  */

ul li .progress {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  /* background-color: rgba(68, 68, 68, 0.781); */
  background-color: #fff;
  margin: 14px 0;
  display: grid;
  place-items: center;
  color: #fff;
  position: relative;
  cursor: pointer;
}
ul li .progress p {
  /* background-color: rgba(68, 68, 68, 0.781); */
  background-color: #fff;
}
.progress::after {
  content: ' ';
  position: absolute;
  width: 125px;
  height: 5px;
  /* background-color: rgba(68, 68, 68, 0.781); */
  background-color: #fff;
  right: 30px;
}
.one::after {
  width: 0;
  height: 0;
}
ul li .progress .uil {
  display: none;
}
ul li .progress p {
  font-size: 13px;
}

/* Active Css  */

ul li .active {
  background-color: #f96d00;
  display: grid;
  place-items: center;
}
li .active::after {
  background-color: #f96d00;
}
ul li .active p {
  display: none;
}
ul li .active .uil {
  font-size: 20px;
  display: flex;
  background-color: #f96d00;
}

/* Responsive Css  */

@media (max-width: 980px) {
  ul {
    flex-direction: column;
  }
  ul li {
    flex-direction: row;
  }
  ul li .progress {
    margin: 0 30px;
  }
  .progress::after {
    width: 5px;
    height: 55px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  .one::after {
    height: 0;
  }
  ul li .icon {
    margin: 15px 0;
  }
}

@media (max-width: 600px) {
  .head .head_1 {
    font-size: 24px;
  }
  .head .head_2 {
    font-size: 16px;
  }
}

.input-wrapper {
  margin-top: 2rem;
  width: 40%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
input {
  background-color: #fff;
  width: 100%;
  height: 2.5rem;
  border: none;
  border-radius: 10px;
  padding-left: 10px;
}

.submit {
  margin-top: 1rem;
  width: 40%;
  height: 2rem;
  border: solid 1px #f96d00;
  border-radius: 10px;
  color: #fff;
  font-weight: 400;
  background-color: #f96d00;
  cursor: pointer;
}

.submit:hover {
  background-color: #222831;
}

.back {
  margin-top: 2rem;
  width: 10%;
  height: 2rem;
  border: solid 1px #f96d00;
  border-radius: 10px;
  color: #fff;
  font-weight: 400;
  background-color: #f96d00;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.back:hover {
  background-color: #222831;
}

.sales-order {
  margin-top: 2rem;
  width: 100%;
  color: #fff;
}

/* table */

.data-pesanan {
  border: 1px solid #f96d00;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: auto;
}

.data-gambar {
  border: 1px solid #f96d00;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: auto;
}

table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}

table tr {
  background-color: #222831;
  border: 1px solid #f96d00;
  padding: 0.35em;
}

table th,
table td {
  padding: 0.625em;
  text-align: center;
  border: 1px solid #f96d00;
}

table th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  /* text-transform: uppercase; */
}

:root {
  --border-color: #f96d00;
  --background-color: #222831;
  --transition: all 0.2s ease;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  letter-spacing: -0.04em;
}

main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin: 2rem 0 2rem 0;
  width: 80%;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  /* max-width: 100%; */
}

.accordion .accordion-item-header {
  background-color: #f96d00;
  border: 1px solid var(--border-color);
  border-radius: 5px;
}

.accordion .accordion-item {
  background-color: var(--background-color);
  border: 1px solid var(--border-color);
  border-radius: 5px;
}

.accordion .accordion-item .accordion-item-description-wrapper hr {
  border: none;
  border-top: 1px solid var(--border-color);
  visibility: visible;
}

.accordion .accordion-item.open .accordion-item-description-wrapper hr {
  visibility: visible;
}

.accordion .accordion-item .accordion-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  cursor: pointer;
}

.accordion .accordion-item .accordion-item-header .accordion-item-header-title {
  font-weight: 600;
}

.accordion .accordion-item .accordion-item-header .accordion-item-header-icon {
  transition: var(--transition);
}

.accordion
  .accordion-item.open
  .accordion-item-header
  .accordion-item-header-icon {
  transform: rotate(-180deg);
}

.accordion .accordion-item .accordion-item-description-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: var(--transition);
}

.accordion .accordion-item.open .accordion-item-description-wrapper {
  grid-template-rows: 1fr;
}

.accordion
  .accordion-item
  .accordion-item-description-wrapper
  .accordion-item-description {
  padding: 0 20px 0 20px;
  min-height: 0;
}

.accordion
  .accordion-item
  .accordion-item-description-wrapper
  .accordion-item-description
  p {
  padding: 10px;
  line-height: 1.5;
}

.accordion
  .accordion-item.open
  .accordion-item-description-wrapper
  .accordion-item-description
  p {
}
