.refund-container1 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: var(--dl-color-theme-secondary2);
}
 
.refund-image {
  width: 218px;
  margin-top: var(--dl-layout-space-unit);
  object-fit: cover;
}
 
.refund-container2 {
  width: 100%;
  height: 512px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.refund-container3 {
  width: 95%;
  height: 700px;
  display: flex;
  position: relative;
  align-self: center;
  margin-top: 44px;
  align-items: flex-start;
  border-radius: var(--dl-layout-radius-buttonradius);
  background-color: var(--dl-color-theme-secondary2);
}
 
.refund-form {
  gap: 8px;
  top: 6px;
  left: 0px;
  right: 0px;
  width: 95%;
  height: 439px;
  margin: auto;
  display: flex;
  position: absolute;
  align-self: center;
  flex-direction: column;
}
 
.refund-textinput1 {
  top: auto;
  left: -10000px;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  pointer-events: none;
}
 
.refund-button {
  left: 0px;
  color: rgb(255, 255, 255);
  right: 0px;
  width: 100%;
  bottom: 24px;
  height: 46px;
  margin: auto;
  position: absolute;
  font-size: 16px;
  border-width: 0px;
  background-color: rgb(9, 148, 9);
}
 
.refund-text1 {
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  position: absolute;
  text-align: left;
}
 
.refund-text2 {
  font-style: normal;
  font-weight: 700;
}
 
.refund-text3 {
  font-style: normal;
  font-weight: 700;
}
 
.refund-text4 {
  font-style: normal;
  font-weight: 700;
}
 
.refund-select {
  top: 100px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 51px;
  margin: auto;
  position: absolute;
}
 
.refund-textinput2 {
  top: 159px;
  left: 0px;
  right: 0px;
  height: 41px;
  position: absolute;
  font-size: 12px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.refund-textinput3 {
  top: 208px;
  left: 0px;
  width: 50%;
  height: 39px;
  margin: auto;
  position: absolute;
  font-size: 12px;
  text-align: center;
}
 
.refund-textinput4 {
  top: 208px;
  right: 0px;
  width: 50%;
  height: 39px;
  margin: auto;
  position: absolute;
  font-size: 12px;
  text-align: center;
}
 
.refund-container4 {
  display: none;
}
 
.refund-container5 {
  display: contents;
}
 
.refund-link {
  display: contents;
}
 
.refund-container6 {
  right: 50px;
  border: 1px solid #ffffff5c;
  bottom: 30px;
  display: flex;
  z-index: 22;
  position: fixed;
  box-shadow: 5px 5px 10px 0px rgba(31, 31, 31, 0.4);
  min-height: auto;
  align-items: center;
  padding-top: 8px;
  padding-left: 12px;
  border-radius: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  backdrop-filter: blur(6px);
  background-color: rgba(41, 41, 41, 0.41);
}
 
.refund-icon1 {
  width: 24px;
  margin-right: 4px;
}
 
.refund-text7 {
  color: white;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
