.tracking-shipment-title-container {
  background: #f8f8f8;
  color: var(--primary-dark-grey, #262626);
  padding: var(--Spacing-spacing-7, 48px) var(--Spacing-spacing-6, 32px);
}

.help-support-container label {
  color: var(--Primary-dark-grey, #262626) !important;
  font-family: "GlobalSans Semibold", sans-serif !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 567 !important;
  line-height: 22px !important;
  margin-bottom: 12px !important;
}

.tracking-shipment-title-container h2 {
  font-family: "GlobalSans Semibold", sans-serif !important;
  font-size: 24px !important;
  font-weight: 567;
  line-height: 30px;
  letter-spacing: 0.2px !important;
}

.tracking-shipment-form-container .form-control {
  background-color: #FFFFFF !important;
  font-family: "GlobalSans Regular", sans-serif !important;
  letter-spacing: 0 !important;
  border: 1px solid var(--Grey-Scale-grey-40, rgba(38, 38, 38, 0.4)) !important;
  border-radius: 4px !important;
}

.tracking-shipment-form-container #ddm-form-submit {
  border: 1px solid var(--primary-dark-fern, #143200);
  border-radius: 50px;
  color: var(--primary-dark-fern, #143200) !important;
  font-family: "GlobalSans Semibold", sans-serif !important;
  font-size: 1rem !important;
  font-style: normal;
  font-weight: 567;
  line-height: 22px;
  opacity: 1;
  padding: 1rem;
  background: #FFFFFF !important;
  min-width: 118px;
}

.tracking-shipment-form-container #ddm-form-submit:hover {
  background: var(--primary-dark-fern, #143200) !important;
  color: var(--Primary-wattle, #CBFF55) !important;
}

.tracking-shipment-form-container .form-control.results-chosen.select-field-trigger:after {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="16" height="9" viewBox="0 0 16 9" fill="black" xmlns="http://www.w3.org/2000/svg"><path id="Path" d="M8.01667 8.28333C7.75 8.28333 7.48333 8.18333 7.31667 7.98333L0.15 0.85C-0.05 0.65 -0.05 0.35 0.15 0.15C0.35 -0.05 0.683333 -0.05 0.883333 0.15L8.01667 7.28333L15.15 0.15C15.35 -0.05 15.65 -0.05 15.85 0.15C16.05 0.35 16.05 0.65 15.85 0.85L8.71667 7.98333C8.55 8.18333 8.28333 8.28333 8.01667 8.28333Z"/></svg>');
  display: block;
  position: absolute;
  width: 16px;
  height: 9px;
  right: 8px;
}

.tracking-shipment-form-container a.select-arrow-down-container {
  display: none;
}

.tracking-shipment-form-container {
  font-family: "GlobalSans Regular", sans-serif !important;
}

.help-support-container {
  background-color: #f8f8f8 !important;
}

.portlet {
  margin-bottom: 10px;
  position: relative;
}

.input_indication {
  color: #262626 !important;
  font-family: "GlobalSans Regular", sans-serif !important;
  font-size: 12px !important;
  font-weight: 400;
  line-height: 16px;
  padding-bottom: 12px;
  word-wrap: break-word;
}

.attachment_feedback {
  color: #262626 !important;
  font-family: "GlobalSans Regular", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 16px;
  padding-bottom: 12px;
  word-wrap: break-word;
}

select.form-control:focus {
  background-image: none;
}

.tracking-shipment-form-container select.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="9" viewBox="0 0 16 9" fill="black"%3E%3Cpath id="Path" d="M8.01667 8.28333C7.75 8.28333 7.48333 8.18333 7.31667 7.98333L0.15 0.85C-0.05 0.65 -0.05 0.35 0.15 0.15C0.35 -0.05 0.683333 -0.05 0.883333 0.15L8.01667 7.28333L15.15 0.15C15.35 -0.05 15.65 -0.05 15.85 0.15C16.05 0.35 16.05 0.65 15.85 0.85L8.71667 7.98333C8.55 8.18333 8.28333 8.28333 8.01667 8.28333Z" /%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: right 8px center;
  padding: 8px 28px 10px 8px !important;
  background-size: auto;
}

.input_btn {
  background: transparent;
  border: none;
  text-decoration: underline;
  cursor: pointer;
  color: #262626;
  font-size: 14px;
  font-family: "GlobalSans Semibold", sans-serif !important;
  font-weight: 567;
  line-height: 20px;
  word-wrap: break-word;
}

.button-container {
  display: flex;
  justify-content: flex-end;
}

input[type=file]:after {
  color: #ffffff !important;
  font-size: 14px;
  font-family: "GlobalSans Regular", sans-serif !important;
  font-weight: 400;
  line-height: 16px;
  word-wrap: break-word;
  background: #143200 !important;
  padding: 10px 15px;
  border: 1px solid var(--primary-dark-fern, #143200);
  content: "Browse";
  position: absolute;
  right: 0;
  top: 0;
}

input[type=file]::file-selector-button {
  display: none;
}

.submit_attach {
  color: #ffffff !important;
  font-size: 14px;
  font-family: "GlobalSans Regular", sans-serif !important;
  font-weight: 400;
  line-height: 16px;
  word-wrap: break-word;
  background: #143200 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.submit-form {
  font-family: "GlobalSans Semibold", sans-serif !important;
  padding: 1rem;
  border: 1px solid var(--primary-dark-fern, #143200);
  color: var(--Primary-wattle, #CBFF55) !important;
  border-radius: 50px;
  font-size: 1rem !important;
  font-style: normal;
  font-weight: 567;
  line-height: 22px;
  opacity: 1;
  background: #143200 !important;
  min-width: 113px;
}
.submit-form.disabled {
  color: #262626 !important;
  background: #d2d2d2 !important;
  border: 1px solid #262626;
  pointer-events: none;
}

label.error, .trackingNumberInvalid {
  width: 100%;
  color: #df2d1c !important;
  font-size: 14px !important;
  font-family: "GlobalSans Regular", sans-serif !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  word-wrap: break-word;
  margin-top: 5px !important;
}

input.error, select.error {
  border: 1px solid #df2d1c !important;
}

.submitted input:invalid {
  border: 1px solid #df2d1c !important;
}

.tracking_info_icon {
  margin-left: 5px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  position: relative;
}

.hs-enquiry-sub {
  background: #F8F8F8;
  border-radius: var(--Spacing-spacing-1, 4px);
  gap: var(--Spacing-spacing-5, 24px);
  padding: var(--Spacing-spacing-5, 24px) var(--Spacing-spacing-4, 16px);
}

.hs-enquiry-sub-progress {
  max-width: 550px;
}

.hs-enquiry-sub-header {
  color: var(--Primary-dark-grey, #262626);
  font-family: "GlobalSans SemiBold", sans-serif;
  font-size: 20px;
  font-weight: 567;
  line-height: 26px;
  text-align: center;
}

.hs-enquiry-sub-progress-icon {
  width: var(--Spacing-spacing-6, 32px);
  height: var(--Spacing-spacing-6, 32px);
  align-items: center;
  background: #728466;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  z-index: 1;
}

.hs-enquiry-sub-progress-text {
  color: #9D9D9D;
  font-family: "GlobalSans Regular", sans-serif !important;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  text-align: center;
}

.hs-enquiry-sub-progress-icon-container.active .hs-enquiry-sub-progress-icon {
  background: var(--Primary-dark-fern, #143200);
}

.hs-enquiry-sub-progress-icon-container.active .hs-enquiry-sub-progress-text {
  color: var(--Primary-dark-fern, #143200);
}

.hs-enquiry-sub-progress-icon-container:after {
  background: linear-gradient(90deg, #728466 0%, #A1AD99 100%);
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 1rem;
  width: 100%;
}

.hs-enquiry-sub-progress-icon-container.active:after {
  background: linear-gradient(90deg, #143200 0%, #728466 97.26%);
}

.hs-enquiry-sub-progress-icon-container:last-child:after {
  background: none;
}

.hs-enquiry-sub-progress-info {
  background: var(--Dark-Fern-Scale-dark-fern-10, rgba(20, 50, 0, 0.1));
  border-radius: var(--Spacing-spacing-1, 4px);
  color: var(--Primary-dark-grey, #262626);
  font-size: 14px;
  gap: var(--Spacing-spacing-2, 4px);
  line-height: 20px;
  max-width: 395px;
  padding: var(--Spacing-spacing-2, 8px) var(--Spacing-spacing-1, 4px);
}

.hs-enquiry-sub-progress-info-left {
  font-family: "GlobalSans SemiBold", sans-serif;
  font-weight: 700 !important;
  text-align: right;
}

.hs-enquiry-sub-progress-info-right {
  font-family: "GlobalSans Regular", sans-serif;
  text-align: left;
}

.hs-enquiry-sub-progress-ty-msg {
  color: var(--Primary-dark-grey, #262626);
  font-family: "GlobalSans Regular", sans-serif;
  font-size: 16px;
  line-height: 22px;
  max-width: 767px;
}

.hs-enquiry-sub-progress-ty-msg-header {
  font-family: "GlobalSans SemiBold", sans-serif;
}

.hs-enquiry-sub-progress-ty-msg-body {
  text-align: center;
}

.hs-enquiry-sub-progress-btn .btn {
  border: 1px solid var(--primary-dark-fern, #143200);
  border-radius: 50px;
  color: #CBFF55 !important;
  font-family: "GlobalSans SemiBold", sans-serif;
  font-size: 1rem;
  font-weight: 567;
  line-height: 22px;
  opacity: 1;
  padding: 1rem;
  background: #143200 !important;
}

.hs-enquiry-sub-progress-btn .btn:hover {
  background: var(--primary-dark-fern, #143200) !important;
  color: var(--Primary-wattle, #CBFF55) !important;
}

@media screen and (min-width: 768px) {
  .hs-enquiry-sub-progress-text {
    font-size: 14px;
  }
  .hs-enquiry-sub-progress-info {
    border-radius: var(--Spacing-spacing-1, 4px);
    gap: var(--Spacing-spacing-2, 8px);
    background: var(--Dark-Fern-Scale-dark-fern-10, rgba(20, 50, 0, 0.1));
    font-size: 16px;
    line-height: 22px;
    max-width: 395px;
    padding: var(--Spacing-spacing-3, 12px) 17px var(--Spacing-spacing-3, 16px) 17px;
  }
  .hs-enquiry-sub-progress-ty-msg {
    font-size: 18px;
    line-height: 24px;
  }
  .tracking-shipment-title-container h2 {
    font-size: 30px !important;
    line-height: 36px;
  }
}
.form-error-msz-header {
  color: #262626;
  font-size: 20px;
  font-family: "GlobalSans SemiBold", sans-serif;
  font-weight: 567;
  line-height: 26px;
  word-wrap: break-word;
}

.form-error-msz-des {
  color: #262626;
  font-size: 18px;
  font-family: "GlobalSans Regular", sans-serif;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
}

@media screen and (max-width: 768px) {
  .tracking-shipment-title-container {
    padding: var(--Spacing-spacing-7, 24px) var(--Spacing-spacing-6, 32px);
  }
}
.tracking_info_icon .tooltiptext {
  visibility: hidden;
  width: 400px;
  background-color: #143200;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 24px 20px;
  position: absolute;
  z-index: 1;
  top: -335%;
  margin-left: 14px;
  opacity: 0;
  transition: opacity 0.3s;
  min-width: 200px;
  text-align: left;
  font-family: "GlobalSans Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.tracking_info_icon .tooltiptext-title {
  font-family: "GlobalSans Bold", sans-serif;
  font-weight: 567;
  padding-bottom: 6px;
}

.tracking_info_icon .tooltiptext::after {
  content: "";
  position: absolute;
  top: 42%;
  left: 0;
  border-width: 8px;
  border-style: solid;
  border-color: transparent #143200 transparent transparent;
  transform: translateX(-100%);
}

.tracking_info_icon.tooltip-active .tooltiptext {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .tracking_info_icon .tooltiptext {
    max-width: 300px;
    bottom: 30px;
    left: -130px;
    right: auto;
    top: auto;
  }
  .tracking_info_icon .tooltiptext::after {
    left: 44%;
    border-color: #143200 transparent transparent transparent;
    top: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .tracking_info_icon .tooltiptext {
    max-width: 300px;
    top: -410%;
  }
}