body {
  font-family: "Roboto" !important;
  /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; */
  color: #141737;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  background: #ffffff;
}

.artwork-container {
  width: 676px;
  margin: auto;
}

.artwork-container .logo-img {
  display: block;
  margin: 88px auto 55px;
}

.artwork-container h1 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 26px;
  color: #141737;
  line-height: 34px;
}

.artwork-container .order-id {
  padding-top: 32px;
}

.artwork-container .order-id span {
  font-weight: 500;
  font-size: 16px;
  color: #141737;
  line-height: 24px;
  display: block;
  margin-bottom: 4px;
}

.artwork-container .order-id p {
  margin: 0;
  padding: 0 0 8px 0;
  font-weight: 400;
  font-size: 14px;
  color: #666C7C;
  line-height: 22px;
}

.artwork-container .form-group {
  margin-bottom: 32px;
  height: 54px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #E8EBF0;
  position: relative;
}

.artwork-container .form-group label {
  display: block;
  position: absolute;
  top: 6px;
  left: 12px;
  line-height: 1;
  display: none;
  z-index: 100;
  color: #7F7F7F;
}

.artwork-container .form-group input {
  height: 24px;
  width: calc(100% - 24px);
  margin: 15px 12px;
  outline: 0;
  border: 0;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: #141737;
  line-height: 22px;
}

.artwork-container .form-group input::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #999DA8;
}

.artwork-files h3 {
  font-weight: 500;
  font-size: 16px;
  color: #141737;
  line-height: 24px;
  margin: 0 0 4px 0;
  padding: 0;
}

.artwork-files p {
  font-weight: 400;
  font-size: 14px;
  color: #666C7C;
  line-height: 22px;
  margin: 0 0 8px 0;
  padding: 0;
}

.artwork-files p a {
  color: #009A9E;
}

#artwork-form .submit {
  height: 54px;
  outline: 0;
  width: 100%;
  border-radius: 4px;
  background: #009A9E;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
  border: 0;
  cursor: pointer;
}

#artwork-form .submit[disabled] {
  /* background: #76D8D2;
  cursor: default; */
  /* display: none; */
}

[data-bv-for='order-id-input'] {
  display: none;
  color: #D33040;
  font-size: 14px;
}

.delete-btn-wrappper {
  position: relative;
  width: 20px;
  cursor: pointer;
}

.delete-product-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.delete-product-btn:disabled {
  cursor: not-allowed;
}

.delete-product-btn {
  font-size: 20px;
  color: var(--secondary-font-color);
}

.delete-product-btn:hover {
  color: var(--danger-hover-color);
}

.delete-product-btn-tips {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  display: none;
  padding: 8px 16px;
  background-color: #fff;
  border: 1px solid var(--light-border-color);
  border-radius: 4px;
  box-shadow: 0px 8px 20px 0px rgba(2, 11, 24, 0.1);
}

.delete-btn-wrappper:hover .delete-btn-tips {
  display: block;
}

.artwork-container .product-table {
  width: 100%;
  border-spacing: 0;
  margin-top: 0;
}

.artwork-container .product-table-header {
  display: flex;
}

.artwork-container .product-table-header th:first-child {
  width: 440px;
  box-sizing: border-box;
}

.artwork-container .product-table-header th {
  text-align: left;
}

.product-table-row {
  display: flex;
}

.product-table-row>td:first-child {
  width: 440px;
  box-sizing: border-box;
}

.artwork-container .name-column {
  display: flex;
  width: auto;
  border-bottom: 1px solid #E8EBF0;
}

.artwork-container .artwork-column {
  width: auto;
  border-bottom: 1px solid #E8EBF0;
  flex: 1;
}

.delivery-container h3 {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  color: #141737;
  line-height: 24px;
  margin-bottom: 14px;
  margin-top: 32px;
}

.delivery-deadline {
  display: flex;
  justify-content: space-between;
}

.delivery-deadline>div {
  width: 326px;
  height: 54px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #E8EBF0;
  padding: 6px 12px;
  box-sizing: border-box;
  position: relative;
}

.delivery-deadline>div label {
  display: block;
  font-weight: 400;
  font-size: 12px;
  color: #999DA8;
  line-height: 20px;
}

.delivery-deadline>div input {
  outline: 0;
  font-weight: 400;
  font-size: 14px;
  color: #141737;
  line-height: 22px;
  border: 0;
  position: relative;
  width: 100%;
  background: transparent;
  cursor: pointer;
}

.delivery-deadline .iconfont {
  position: absolute;
  top: calc(50% - 8px);
  right: 12px;
  z-index: -1;
}

.delivery-container .in-hands {
  background-color: #F4F5F8;
}

.delivery-container .in-hands input {
  color: #D33040;
  font-weight: 400;
  font-size: 14px;
  color: #D33040;
  line-height: 22px;
  cursor: default;
}

.delivery-container .in-hands .iconfont {
  color: #B3B7C1;
  z-index: 1;
}

.comments h3 {
  margin: 32px 0 8px 0;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  color: #141737;
  line-height: 24px;
}

.comments .textarea {
  width: 100%;
  height: 97px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #E8EBF0;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 32px;
}

.comments textarea {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 4px;
  border: 0;
  outline: 0;
  padding: 8px 16px;
  box-sizing: border-box;
}

.comments textarea::placeholder {
  font-size: 14px;
  color: #B3B7C1;
  line-height: 22px;
}

.comments .input-number {
  font-size: 14px;
  color: #B3B7C1;
  line-height: 22px;
  position: absolute;
  right: 16px;
  bottom: 8px;
}

.submit-confirm-header-icon {
  color: #007AE5;
}

.submit-confirm-tooltip {
  position: fixed;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  display: none;
  z-index: 99999;
  box-sizing: border-box;
  width: 312px;
  height: 164px;
  padding: 16px;
  background-color: #fff;
  border: 1px solid var(--light-border-color);
  border-radius: 4px;
  box-shadow: 0px 4px 10px 0px rgba(2, 11, 24, 0.1);
}

.submit-confirm-tooltip-content,
.submit-confirm-title{
  color: #141737;
}

.submit-confirm-title{
  font-weight: bold;
}

.submit-confirm-footer-btn.primary:hover {
  background-color: #009A9E;
}

.submit-confirm-footer-btn.primary {
  background-color: #009A9E;
}