@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

body {
  background: #1b202a;
  font-family: "Inter", "sans-serif";
}

.ts_container {
  padding-top: 80px;
}
.ts_container .ts_content {
  display: flex;
  flex-wrap: wrap;
}
.ts_container .ts_content .title_green {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 40px;
  color: #1ab3aa;
  text-transform: uppercase;
  margin: 0 107px 43px 0;
  font-family: Inter;
  font-size: 36px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}
.ts_container .ts_content .title {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 40px;
  color: #fff;
  font-size: 24px;
}
.ts_container .ts_content .title .label_required {
  margin-bottom: 30px;
  color: #ff5f7b;
  font-size: 12px;
}
.ts_container .ts_content .title .label_date {
  color: #fff;
  font-size: 14px;
}
.ts_container .ts_content .input_container {
  flex: 0 0 50%;
  max-width: 50%;
}
.ts_container .ts_content .input_container .field_container {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.ts_container .ts_content .input_container .field_container .label {
  color: #fff;
  font-size: 14px;
}
.ts_container .ts_content .input_container .field_container .label.required::after {
  content: "*";
  color: #ff5f7b;
  font-size: 14px;
  display: inline-block;
  margin-left: 2px;
}
.ts_container .ts_content .input_container .field_container .label .required-with-text {
  color: #ff5f7b;
  font-size: 14px;
  display: inline-block;
  margin-left: 2px;
}
.ts_container .ts_content .input_container .field_container input {
  border: 0;
  height: 30px;
  border-radius: 5px;
  padding: 0 15px;
  background: #fff;
  width: 100%;
}
.ts_container .ts_content .input_container .field_container input[type=text]:disabled {
  background: #dddddd;
  color: rgba(0, 0, 0, 0.3803921569);
}
.ts_container .ts_content .input_container .field_container .textArea {
  width: 100%;
  border-radius: 5px;
  padding: 15px;
  font-family: inherit;
}
.ts_container .ts_content .input_container .searchContainer {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.ts_container .ts_content .input_container .searchContainer .wrapper {
  position: relative;
  width: 90%;
}
.ts_container .ts_content .input_container .searchContainer .label {
  color: #fff;
  font-size: 14px;
}
.ts_container .ts_content .input_container .searchContainer .label.required::after {
  content: "*";
  color: #ff5f7b;
  font-size: 14px;
  display: inline-block;
  margin-left: 2px;
}
.ts_container .ts_content .input_container .searchContainer label {
  font-size: 14px;
  color: #e0dfe7;
  margin-bottom: 5px;
}
.ts_container .ts_content .input_container .searchContainer label.required::after {
  content: "*";
  color: #ff5f7b;
  font-size: 14px;
  display: inline-block;
  margin-left: 2px;
}
.ts_container .ts_content .input_container .searchContainer .popup_text {
  height: 30px;
  width: 100%;
  cursor: pointer;
  background: #fff;
  border-radius: 5px;
  line-height: 30px;
  padding: 0 15px;
}
.ts_container .ts_content .input_container .searchContainer .search_btn {
  padding: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 30px;
  width: 30px;
  text-align: center;
  color: #000;
}
.ts_container .ts_content .input_container .searchContainer .addBox {
  padding: 0;
  bottom: 0;
  height: 30px;
  width: 30px;
  color: #fff;
  background: #fff;
  min-width: auto;
  right: -48px;
  position: absolute;
  color: #000;
}
.ts_container .ts_content .button_wrapper {
  flex: 0 0 50%;
  max-width: 50%;
  margin-top: 50px;
}
.ts_container .ts_content .button_wrapper .image_wrapper {
  width: 250px;
  height: 250px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 5px;
}
.ts_container .ts_content .button_wrapper .image_wrapper .disable-link {
  pointer-events: none;
}
.ts_container .ts_content .button_wrapper .image_wrapper img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ts_container .ts_content .button_wrapper .image_wrapper img[disabled] {
  opacity: 0.4;
}
.ts_container .ts_content .button_wrapper .image_wrapper2 {
  width: 400px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 5px;
}
.ts_container .ts_content .button_wrapper .image_wrapper2 img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ts_container .ts_content .button_wrapper .savebuttoninfots {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 15px;
  margin-left: -40px;
}
.ts_container .ts_content .button_wrapper .previewinfots {
  width: 150px;
  height: 50px;
  padding: 0;
  color: #fff;
  background: #1ab3aa;
  font-size: 24px;
  text-transform: none;
}
.ts_container .ts_content .button_wrapper .editinfots {
  width: 150px;
  height: 50px;
  padding: 0;
  color: #fff;
  background: #1ab3aa;
  font-size: 24px;
  right: -80px;
  text-transform: none;
}
.ts_container .ts_content .button_wrapper .save {
  width: 250px;
  height: 50px;
  margin: 0 auto;
  display: block;
  margin-top: 30px;
  background: #c2c2c2;
  color: #fff;
  font-size: 24px;
  text-transform: none;
}
.ts_container .ts_content .button_wrapper .save_confirm {
  width: 250px;
  height: 50px;
  margin: 0 auto;
  display: block;
  margin-top: 30px;
  background: #1ab3aa;
  color: #fff;
  font-size: 24px;
  text-transform: none;
}

.inquiryForm {
  max-width: 500px;
  margin: 0 auto;
}
.inquiryForm .button-container {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}
.inquiryForm .button-container .button-disabled {
  margin-left: 12px;
  border: 0;
  height: 45px;
  min-width: 160px;
  color: #000;
  padding: 0 32px;
  background: "#C2C2C2";
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  border-radius: 25px;
}
.inquiryForm .button-container .button-approve {
  margin-left: 12px;
  border: 0;
  height: 45px;
  min-width: 160px;
  color: #000;
  padding: 0 32px;
  background-color: #19b2ab;
  transition: background 0.2s linear;
  color: #1b202c;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  border-radius: 25px;
}
.inquiryForm .button-container .button-approve:hover {
  background-color: rgb(31.2807881773, 222.7192118227, 213.960591133);
}
.inquiryForm .button-container .button-delete {
  margin-left: 12px;
  display: flex;
  align-items: center;
  height: 45px;
  min-width: 160px;
  color: #000;
  padding: 0 32px;
  border-radius: 25px;
  border: none;
  background: #fff;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.2s linear;
}
.inquiryForm .button-container .button-delete svg {
  margin-right: 10px;
  color: #19b2ab;
}
.inquiryForm .button-container .button-delete:hover {
  background-color: rgb(31.2807881773, 222.7192118227, 213.960591133);
}
.inquiryForm .button-container .button-delete:hover svg {
  color: #fff;
}

/*# sourceMappingURL=index.css.map */


/*# sourceMappingURL=base.css.css.map*/