

/* Start:/local/templates/dhl/components/bitrix/tracking/tracking/style.css?17520464685425*/
.proof-of-delivery {
  display: inline-flex;
  padding: 12px 40px;
  width: auto;
  will-change: background-color, border-color;
  transition: background-color 0.2s, border 0.2s;
  color: #fff;
  text-decoration: none;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0;
  text-shadow: none;
  position: relative;
  background-color: #d40511;
  border-radius: 3px;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  align-items: center;
  vertical-align: middle;
  letter-spacing: normal;
  overflow: hidden;
  justify-content: center;
  text-align: center;
}

.proof-of-delivery:focus {
  box-shadow: 0 0 0 0.2rem hsl(0deg 0% 100% / 94%), 0 0 0 0.4rem #d40511;
}

.delivered-status {
  width: 100%;
  margin-bottom: 2rem;
}

.delivered-status__title {
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 2rem;
    margin-bottom: 6px;
}

.delivered-status__title--delivered {
    color: #76bd22;
}

.delivered-status__description {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}

.details-delivery {
  display: none;
  align-items: flex-start;
}

.delivery-select {
  position: relative;
  width: 412px;
  margin-right: 24px;
}

.details-delivery .select2-container--default .select2-selection--single {
  border: 1px solid rgba(0, 0, 0, 0.45);
  height: 48px;
  width: 412px;
}

.details-delivery
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 12px;
  padding-right: 36px;
  padding-top: 19px;
  font-size: 16px;
  line-height: 22px;
}

.details-delivery
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 12px;
  right: 15px;
  height: 20px;
}

.details-delivery
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.details-delivery
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  border: solid black;
  border-width: 0 3px 3px 0;
}

.delivery-select__label {
  font-size: 11px;
  line-height: 1.1;
  color: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 7px;
  left: 12px;
  z-index: 1;
}

.proof-of-delivery__row {
  display: flex;
  align-items: center;
  margin-top: 41px;
  width: 100%;
}

.details-delivery_input {
  margin-right: 40px;
  position: relative;
}

.details-delivery .proof-of-delivery {
  padding: 16px 40px;
}

.tooltip {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 14px;
  top: 14px;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 171px;
  background: #1a0b0d;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1), 0px 8px 18px rgba(0, 0, 0, 0.1),
    0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  color: #fff;
  text-align: left;
  padding: 8px 8px 12px 8px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%);
}

.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -20px;
  border-width: 20px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.details-delivery_input__error {
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.9);
  margin-top: 8px;
  display: none;
  align-items: center;
}
.details-delivery_input.error .details-delivery_input__error {
  display: flex;
}

.details-delivery_input__error svg {
  margin-right: 8px;
}

.details-delivery_input.error .tracking_search_form_input {
  border: 1px solid #d40411;
} 
 
.search-result {
  margin-top: 32px;
  font-size: 24px;
  line-height: 1.3;
  display: none;
}
 
.search-result p {
  margin: 0;
}

.search-result svg {
  margin-right: 12px;
  margin-top: 5px;
  width: 24px;
  min-width: 24px;
  height: 24px;
} 
.search-result.succes {
  color: #76bd22; 
  font-weight: 700;
}

.details-delivery_input .tracking_search_form_input {
  width: 412px;
}

@media screen and (max-width: 1200px) {
  .details-delivery_input .tracking_search_form_input {
    width: 300px;
  }

  .details-delivery .select2-container--default .select2-selection--single {
    width: 300px;
  }

  .delivery-select {
    width: 300px;
  }

  .details-delivery_input {
    width: 300px;
  }
}

@media screen and (max-width: 768px) {
  .search-result {
    font-size: 18px;
  }

  .details-delivery {
    flex-direction: column;
    width: 100%;
  }

  .details-delivery_input {
    margin-bottom: 16px;
  }

  .delivery-select {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .details-delivery_input {
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .details-delivery_input .tracking_search_form_input {
    width: 100%;
  }

  .details-delivery .select2-container--default .select2-selection--single {
    width: calc(100vw - 40px);
  }

  .delivery-select {
    width: 100%;
  }

  .details-delivery_input {
    width: 100%;
  }

  .tooltip .tooltiptext {
    left: auto;
    right: -8px;
    transform: translateX(0);
  }

  .tooltip .tooltiptext::after {
    left: auto;
    right: 0;
  }
}
 

/* End */
/* /local/templates/dhl/components/bitrix/tracking/tracking/style.css?17520464685425 */
