.invitation-restriction {
  opacity: 0.4;
}

.area-dismiss {
  display: flex;
  justify-content: flex-end;
}

#restrictedContent a {
  color: #8fb3bb;
}

.billboard-products {
  min-height: calc(100vh - 325px);
}

.billboard-detail-content-scroll {
  max-height: calc(var(--vh, 1vh) * 100 - 200px);
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.products-container .item-box.billboard-box.notice-request {
  background: linear-gradient(135deg, rgb(144, 179, 187) 80%, rgb(100, 144, 153) 100%);
}

.products-container .item-box .product-detail.notice-request {
  background-color: transparent;
  color: white;
}

.hide-element {
  display: none;
}

.waitlist-name {
  flex: 1;
}

button.search-btn.btn {
  font-size: 30px;
  line-height: 14px;
  background-color: #8fb3bb;
  color: white;
  text-align: center;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.distance.select-wrapper {
  border: 0;
}

textarea#billboard_message_text\ form-control {
  background-color: #ffffff;
  border: 1px solid #aaa;
  padding: 13px 12px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  outline: none;
}

.requestor-name {
  text-align: right;
}

p.status-indicator-chat {
  margin: 0;
  font-size: 12px;
  line-height: 1.7rem;
}

input.item-delete-selector {
  height: 18px;
  width: 18px;
  margin-right: 5px;
}

.requestor-name p {
  margin: 0;
}

.clearFilterButton.vis-hidden {
  visibility: hidden;
}

.clearFilterButton {
  color: #fc1798;
  text-align: right;
  margin: 10px 0 10px 0;
  display: flex;
  justify-content: flex-end;
}

section.item-add-edit.transport-blade {
  min-height: calc(100vh - 130px);
}

.product-add-update-button {
  margin-left: 5px;
}

.item-add-edit.transport-blade .form-control {
  background-color: #ffffff;
  border: 1px solid #aaa;
  height: 44px;
  padding: 13px 12px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  outline: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.transports-search-bar-section .selects-wrapper .search-location-distance {
  display: flex;
  font-size: -ms-flexbox;
}

.transports-search-bar-section input#daterange {
  height: 44px;
  text-align: center;
  min-width: 290px;
}

.message_route_area {
  display: flex;
}

i.global-icon.zmdi.zmdi-comment-text {
  margin: 0 10px 0 0;
}

.message_route_area_wrapper {
  display: flex;
  margin-right: 15px;
  justify-content: flex-end;
}

.message_route_area a {
  color: #8fb3bb;
}

.single-distance {
  height: 44px;
  border: 1px solid #aaa;
  border-radius: 4px;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: #495057;
  padding: 0 10px;
  min-width: 90px;
}

.range-description {
  color: #8fb3bb;
  display: flex;
}

.range-description p {
  line-height: 12px;
  margin-bottom: 10px;
}

.transports-search-bar-section .filter-selects .search-location-distance .select2-container .select2-selection--single {
  border-radius: 0 4px 4px 0;
  border-left: 0;
  height: 44px;
}

.transports-search-bar-section .filter-selects {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0 -5px;
}

.date-search-wrapper {
  display: flex;
}

.transports-search-bar-section {
  margin-left: auto;
}

.transport-search-bar-wrapper {
  display: flex;
  flex-direction: column;
  padding: 5px;
}

.add-transport-btn-wrap {
  border-radius: 6px;
  margin-bottom: 10px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  height: 40px;
  display: flex;
  margin-left: auto;
  border: 2px solid #8fb3bb;
}

.add-transport-btn-section {
  margin: 0 0 20px 0;
}

button.btn.btn-block.add-transport-notice {
  color: #8fb3bb;
  font-size: 16px;
  font-weight: 500;
}

.transport-motiv-plus {
  font-weight: 700;
  font-size: 20px;
  margin-left: 5px;
  line-height: 1;
  margin-bottom: 2px;
}

.add-transport-notice {
  flex: 1;
}

#transport-entry .write-user-section {
  margin-top: 0;
}

.transport-entry-wrap {
  display: flex;
  width: 100%;
  background-color: white;
  justify-content: space-between;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  padding: 10px 3px 3px 3px;
  margin-bottom: 10px;
  color: grey;
  background: linear-gradient(90deg, rgb(144, 179, 187) 50%, rgb(100, 144, 153) 100%);
}

#transport-detail-blade .transport-show-detail.show-start-location,
#transport-detail-blade .transport-show-detail.show-destination-location {
  color: white;
  font-size: 22px;
  font-weight: 500;
}

.transport-route-definition {
  display: flex;
  margin: 10px 0px 0 0px;
  justify-content: space-between;
  background-color: white;
  border-radius: 6px;
  max-width: 100%;
}

.transport-entry-subject {
  width: 100%;
}

.transport-notice-type {
  display: flex;
  justify-content: space-between;
  color: white;
  font-weight: 600;
  padding: 0 10px;
}

.selects-wrapper.notice-type-selects-wrapper {
  margin: 0 0 20px 0;
  display: flex;
  width: 100%;
  justify-content: center;
  border-radius: 6px;
  display: none;
}

.notice-type-selects-wrapper .toggleFilter {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
}

.notice-type-selects-wrapper .toggleFilter p {
  margin: 0 10px;
}

.notice-type-selects-wrapper .filter-selects {
  width: 100%;
}

.transport-type-select-area {
  width: 50%;
  text-align: center;
  padding-left: 0;
  color: #8fb3bb;
}

.transport-type-select-area.active {
  background: #8fb3bb;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  height: 100%;
}

.transport-type-select-area.active p {
  color: white;
}

.transport-entry-wrap p {
  margin: 0;
  line-height: 16px;
}

.transport-contact-section {
  border-left: 2px solid grey;
  padding-left: 10px;
  margin-left: 10px;
  min-width: 150px;
}

.transport-small-text {
  font-size: 12px;
}

.transport-location.location-destination {
  text-align: right;
}

.transport-blade h6 {
  color: #8fb3bb;
  text-align: center;
}

.transport-blade .my-notice-header h6 {
  color: #8fb3bb;
  text-align: center;
}

.transport-notice-user {
  margin-top: 10px;
}

.send-transport-request-icon-wrapper,
.send-transport-admin-icon-wrapper {
  display: flex;
  justify-content: space-around;
}

.global-modal #transport-detail-header h3 {
  margin-bottom: 0;
}

#transport-detail-header {
  margin-bottom: 20px;
}

h6.transport-location {
  color: #8fb3bb;
  font-weight: 600;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: wrap;
  max-width: 100%;
  margin: 5px;
}

.transport-detail-wrapper {
  display: flex;
  justify-content: space-between;
}

.transport-location-wrapper {
  padding: 5px 10px;
  max-width: 50%;
  flex: 1;
}

p.transport-direction {
  text-align: left;
  margin-left: 5px;
}

.return-included-wrapper {
  display: flex;
  flex-direction: column;
  text-align: right;
}

.form-group.dates-wrapper .check_container {
  margin-top: 1px;
  line-height: 1.3rem;
  margin-bottom: 8px;
}

#create-transport-data .register-checked .check_container.radio,
.billboard-product-add-edit .register-checked .check_container.radio {
  display: flex;
  align-items: center;
}

button.btn.product-add-update-button.btn-type-three {
  min-width: 270px;
}

#create-transport-data .check_container.radio .checkmark,
.billboard-product-add-edit .check_container.radio .checkmark {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border-color: #979797;
  position: static;
  display: inline-block;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
  margin-right: 10px;
}

#create-transport-data .col-md-12 {
  margin-bottom: 15px;
}

#create-transport-data p {
  margin-bottom: 0;
  color: grey;
  font-size: 12px;
}

.global-modal .form-control.disabled-date {
  display: none;
}

#create-transport-data label {
  color: grey;
  font-size: 12px;
}

#create-transport-data .start-date-label {
  margin: 3px 0 11px 0;
}

#transport-detail-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#create-transport-data .check_container.radio.transport-type-select,
.billboard-product-add-edit .check_container.radio.billboard-type-select {
  font-size: 16px;
  line-height: 1rem;
}

#transport-detail-blade .transport-show-detail {
  color: #8fb3bb;
  font-size: 16px;
}

#transport-detail-blade .transport-show-text {
  color: #8fb3bb;
  font-size: 16px;
}

.row.transport-description-row {
  margin-top: 20px;
}

.billboard-submenue {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#billboard_section_store p {
  margin: 0;
}

.billboard-submenue > :only-child {
  margin-left: auto; /* Push the single child to the end */
}

#store_project_name {
  padding: 0 0 0 5px;
  font-size: 14px;
}

.billboard-invitation-section a {
  color: #8fb3bb;
  font-size: 24px;
  display: flex;
  align-items: center;
}

#billboard_section_store a {
  font-size: 10px;
}

.billboard-invitation-section {
  height: 24px;
  width: 154px;
}

.billboard-invitation-section .invite-label {
  color: #8fb3bb;
  font-size: 14px;
  margin: 0 0 0 7px;
}

.billboard-invitation-mail {
  height: 24px;
  margin-right: 10px;
  width: 230px;
}

.billboard-invitation-mail:focus {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #8fb3bb;
}

form#invite-user-form {
  margin: 0;
}

.send-invitation-area {
  display: flex;
  position: relative;
  top: -24px;
  background-color: white;
  left: -320px;
  width: 270px;
  transition: left 0.5s ease;
}

.send-invitation-area.active {
  left: 0;
}

.invitation-confirmation-icon {
  align-items: center;
  display: none;
}

.invitation-confirmation-icon .zmdi.zmdi-check-circle {
  font-size: 24px;
  color: #8fb3bb;
}

.invitation-error-icon {
  align-items: center;
  display: none;
}

.invitation-error-icon .invite-label {
  color: #fc1794;
}

.invitation-error-icon .zmdi.zmdi-close-circle {
  font-size: 24px;
  color: #fc1794;
}

.invitation-opener {
  display: none;
}

span.gallery-location {
  white-space: nowrap;
  text-overflow: ellipsis;
}

.logged-in-menu ul .billboard_item_section_btn.active a {
  color: #8fb3bb;
  font-weight: 500;
}

.dls-rgt.billboard-price-line {
  display: flex;
  gap: 10px;
}

p#product-detail-discount {
  color: #fc1794;
  font-size: 12px;
  margin-top: 2px;
}

.logged-in-menu ul .billboard_item_section_btn a {
  font-weight: 400;
}

.register-login.product-details-bottom .btns {
  display: flex;
  justify-content: center;
}

.admin__action_label {
  margin-bottom: 0;
}

.product-detail-section .register-login .btns a {
  min-width: 210px;
}

.toggleFilter.availabilityStatusToggle,
.toggleFilter.favouriteStatusToggle {
  border: none;
  margin: 2px 0 0 10px;
}

.toggle-wrapper-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.products-container .item-box.billboard-box .title-year h6 {
  margin-left: 0;
}

.products-container .item-box.billboard-box .title-year.notice-request h6 {
  color: white;
}

.products-container .item-box.billboard-box .gallery-location-wrap {
  max-width: 50%;
  overflow: hidden;
}

.billboard_product_delete_edit_area {
  display: flex;
  margin: 0 10px 20px 0;
  align-items: center;
  justify-content: flex-end;
}

.billboardActionArea {
  display: flex;
  margin: 0 10px 20px 0;
  align-items: center;
  justify-content: flex-end;
}

.billboard-product-pen-btn {
  padding: 0 6px;
  border: 0;
  background: none;
  color: #8fb3bb;
  font-size: 28px;
  line-height: 25px;
}

.product-detail .message_route_area_wrapper {
  margin-top: 35px;
}

.waitlist-container {
  color: black;
}

.waitlist-container h6 {
  color: #8fb3bb;
  margin-bottom: 15px;
}

a.btn.global-btn.waitlist-button {
  padding: 2px 15px;
}

a.btn.global-btn.waitlist-button.active {
  background-color: #fc1798;
}

.billboard-detail-bin-button {
  padding: 0 6px;
  border: 0;
  background: none;
  color: #8fb3bb;
  font-size: 28px;
  margin: 0 5px;
}

.contact_user_wrap {
  position: relative;
}

button.message-submit-btn.billboard-detail-message {
  top: 40px;
}

#billboardPriceField {
  padding-left: 15px;
}

.toggleStatusLabelPink {
  background-color: #fc1794;
}

.toggleStatusLabelBlue {
  background-color: #8fb3bb;
}

.toggleStatusLabelBlack {
  background-color: rgba(0, 0, 0, 0.5);
}

.write-user-section {
  margin-top: 35px;
}

.waitlist-number {
  width: 40px;
}

.waitlist-date {
  width: 130px;
}

.entry-deleted {
  text-decoration: line-through;
  opacity: 0.5;
}

.billboard-invitation-section {
  margin-left: 40px;
}

ul.sub-points-menue {
  margin-right: 45px;
}

#transport-detail-blade .location-wrapper {
  text-align: center;
  background: linear-gradient(90deg, rgb(144, 179, 187) 50%, rgb(100, 144, 153) 100%);
  border-radius: 6px;
  padding: 5px;
}

#transport-detail-blade .location-wrapper p {
  color: white;
}

p.transport-direction {
  margin-left: 5px;
}

#close-mobile-messages-section {
  margin-right: 20px;
}

.register-checked.product-offer-type {
  margin-bottom: 0;
}

.input-field.new-billboard-product-offer-type {
  margin: 5px 0 20px 0;
}

.location-searchbar-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.close-mobile-message-section {
  display: none;
}

.filter-icon-container {
  display: none;
  justify-content: flex-end;
  padding: 0 20px;
  font-size: 32px;
  line-height: 26px;
  color: #848484;
}

.filter-icon-container.active {
  color: #8fb3bb;
}

.filter-icon-container.applied {
  color: #fc1794;
}

.reset-filter-wrapper {
  border: 1px solid;
  padding: 0 5px;
  border-radius: 4px;
}

.reset-filter-wrapper p {
  margin: 0;
}

.product-filter .filter-selects.billboard-product-filter-selects {
  flex-wrap: wrap-reverse;
}

@media (max-width: 1200px) {
  .transport-search-bar-wrapper.locations-picker {
    width: 50%;
  }
  .location-wrapper {
    width: 100%;
  }
  .transport-search-bar-wrapper {
    min-width: 50%;
  }
  .dates-wrapper {
    width: 100%;
  }
  .billboard-invitation-section {
    margin-left: 0px;
  }
  .send-invitation-area {
    left: -280px;
  }
  ul.sub-points-menue {
    margin-right: 0;
  }
}
@media (min-width: 767.01px) and (max-width: 992px) {
  .product-add-update-button {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .close-mobile-message-section {
    display: block;
  }
  #close-mobile-messages-section {
    display: block;
  }
  .transport-search-bar-wrapper,
  .transport-search-bar-wrapper.locations-picker {
    width: 100%;
    margin-left: 0;
  }
  .transport-listing-column.mobile-hidden {
    display: none;
  }
  #create-transport-data .start-date-label {
    margin: 0;
  }
  .transports-search-bar-section .dates-wrapper {
    min-width: 0;
    width: 100%;
  }
  .transports-search-bar-section input#daterange {
    min-width: 0;
  }
  .selects-wrapper.notice-type-selects-wrapper {
    display: flex;
  }
  .transport-search-bar-wrapper.locations-picker {
    width: 100% !important;
  }
  .transport-search-bar-wrapper {
    padding: 5px 0;
  }
  .transports-search-bar-section .filter-selects {
    margin: 0;
  }
  .billboard-submenue {
    padding-right: 5px;
  }
  .filter-area.shrinked {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease-out;
  }
  .filter-icon-container {
    display: flex;
  }
}
@media (max-width: 576px) {
  .billboard-invitation-section .invite-label {
    display: none;
  }
  .billboard-invitation-section {
    height: 24px;
    width: 35px;
  }
  .billboard-invitation-section.active {
    width: 100%;
    margin: 15px 0;
  }
  .logged-in-menu ul li a {
    margin-left: 15px;
  }
  .product-add-update-button {
    margin-left: 0;
    width: 100%;
  }
}
