

/* Start:/local/components/uniqtrip/tradeflow.lots.detail/templates/.default/style.css?17309530403544*/
.news-detail {
  margin-bottom: 20px;
  box-shadow: 0px 4px 18px 0px rgba(69, 91, 99, 0.08);
  border-radius: 12px;
  background: #ffffff;
}

.lot-item-block {
  padding: 20px 0;
}

.lot-header {
  background-color: #eaeaea;
  position: relative;
  display: flex;
  justify-content: space-between;
  border-radius: 12px;
}

.lot-header:before {
  content: "";
  position: absolute;
  height: 100%;
  /* width: 5px; */
  background-color: var(--theme-b-link-hover);
  border-radius: 4px;
  left: 0;
}

.lot-header-inner {
  min-height: 53px;
  padding: 15px 17px 17px 17px;
  margin-left: 20px;
  color: #000000;
  position: relative;
  width: 100%;
  font-size: 18px;
  font-weight: 300;
}

.lot-header-inner a {
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  text-align: left;
  color: black;
}

.lot-body {
  display: flex;
}

.lot-fields {
  width: 340px;
  display: block;
  list-style-type: none;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  margin-left: 10px;
  padding-right: 20px;
}

.lot-fields li {
  margin-bottom: 5px;
}

.lot-fields li img {
  margin-right: 10px;
}

.lot-field--label {
  font-weight: normal;
  font-size: 10pt;
  margin-bottom: 0;
  color: #666666;
  display: block;
}

.lot-status-green {
  color: #1cc4a6;
}

.lot-status-red {
  color: #d66565;
}

.lot-text {
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #707070;
}

.appSent {
  width: 92px;
  border-radius: 7px;
  background-color: #d8dfa6;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #585b3f;
  padding: 14px 11px 10px 14px;
  min-height: 53px;
}

.back-to-list {
  text-decoration: underline;
  color: var(--theme-b-bg-primary);
}

.back-to-list:hover {
  color: var(--theme-b-bg-primary);
}

.detail-lot-message {
  margin-bottom: 20px;
  position: relative;
}

.detail-lot-message::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 5px;
  background-color: var(--theme-b-bg-primary);
  border-radius: 4px;
  left: 0;
}

.warning-message {
  color: rgb(102, 60, 0);
  background-color: rgb(255, 248, 238);
  padding: 6px 12px;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.43;
  border-radius: 4px;
  margin-bottom: 12px;
}

.detail-lot-warning {
  margin-bottom: 20px;
  position: relative;
}

.detail-lot-warning::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 5px;
  background-color: #d66565;
  border-radius: 4px;
  left: 0;
}

.detail-lot-warn-message-text {
  margin-left: 20px;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #d66565;
}

.detail-lot-message-text {
  margin-left: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

@media screen and (max-width: 500px) {
  .lot-body {
    display: block;
  }
  .lot-text {
    margin-left: 49px;
    padding-right: 20px;
  }
}

/* new style detail */
.lot-detail__footer {
  padding: 43px 0 !important;;
}

.request {
  margin-top: unset !important;
}

.mantera .news-detail { 
  margin-bottom: unset !important;
}

.bx-header {
  margin-bottom: unset !important;
}

footer {
  margin-top: unset !important;
}
/* End */


/* Start:/local/components/uniqtrip/tradeflow.application.list/templates/.default/style.css?1731550508213*/
.pc-app-container {
    padding-top: 20px;
}

.pc-app-block:first-child {
    border-top: none;
}

.offers-list-container [type="submit"] {
    width: 150px;
    height: 50px;
    border-radius: 4px;
}
/* End */


/* Start:/local/components/uniqtrip/tradeflow.application.form.add/templates/.default/style.css?1707723649656*/
.form--wrapper {
  margin-bottom: 20px !important;
}
#application_add_form .form-group.form-check {
    flex-direction: row;
    align-items: center;
}

#application_add_form .form-group.form-check .form-check-input {
    margin-right: 0.5em;
    min-width: 20px;
}

#application_add_form .form-group.form-check .form-check-label {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
}

#application_add_form [type="submit"] {
    width: 150px;
    height: 50px;
    border-radius: 4px;
}

@media (max-width: 768px) {
    #application_add_form .form-box {
        margin-top: 25px;
    }
}
/* End */
/* /local/components/uniqtrip/tradeflow.lots.detail/templates/.default/style.css?17309530403544 */
/* /local/components/uniqtrip/tradeflow.application.list/templates/.default/style.css?1731550508213 */
/* /local/components/uniqtrip/tradeflow.application.form.add/templates/.default/style.css?1707723649656 */
