.event.screen h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div {
  font-family: var(--font-family-roboto);
}

.event.screen {
  margin: 32px 0px 500px 0px;
  scroll-behavior: smooth;
}

.initially-hidden {
  display: none;
}

#event-lots {
  height: 1px;
}

.event .event-details {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}

.event .event-info-section {
  display: flex;
  width: 100%;
}

.event .event-company-details {
  display: flex;
  flex: 0 1 25%;
  flex-direction: column;
  margin: 8px;
}

.event .event-info {
  display: flex;
  flex-direction: column;
  flex: 0 1 75%;
}

.event .company-logo {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.event .company-logo-image {
  width: calc(100% - 100px);
  min-width: 50px;
  height: 175px;
  object-fit: contain;
  padding-bottom: 20px;
}

.event .company-title {
  padding: 2px 5px;
  background-color: #262626;
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  border-radius: 2px;
}

.event h1.event-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin: 0px 0px 16px 0px;
}

.event .event-info {
  margin: 8px;
}

.event .event-info-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.event .event-timeline-wrapper {
  display: flex;
  flex-direction: column;
}

.event .event-ends-label {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
}

.event .event-ends-label .upcoming {
  color: #cf1322;
}

.event .event-ends-label span {
  color: #2f54eb;
}

.event .lot-closing {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
}

.event .lot-closing-label {
  white-space: nowrap;
}

.event .event-attribute-wrapper p {
  font-size: 20px;
  line-height: 28px;
  white-space: nowrap;
}

.event .event-attribute-wrapper p span {
  font-weight: 400;
}

.event .event-attribute-wrapper p span.event-type {
  /* color: #2f54eb; */
}

.event .event-ctas-wrapper {
  margin-top: auto;
  display: flex;
  gap: 8px;
}

.event .event-ctas-wrapper .event-btn {
  display: flex;
  flex: 1 1;
  justify-content: center;
  align-items: center;
}

.event .event-btn {
  width: 100%;
  padding: 4px 15px;
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  gap: 10px;
  background-color: white;
  line-height: 23px;
}

.event .event-btn:hover {
  transition: 0.4s;
  opacity: 0.7;
}

.event .event-btn.blue-btn {
  background-color: #092846;
  border-color: #092846;
  color: white;
}

.event-photos-section {
  display: grid;
  width: 100%;
  max-height: 550px;
  overflow-y: hidden;
  grid-template-columns: repeat(4, 25%);
}

.event .img-wrapper {
  margin: 8px;
  height: 258px;
}

.event .lot-image {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.event .event-tabs-wrapper {
  display: flex;
  gap: 40px;
  border-bottom: 1px solid #d9d9d9;
  padding: 0px 8px;
}

.event .event-tab {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  padding-bottom: 30px;
  cursor: pointer;
}

.event .tab-content {
  margin-bottom: 50px;
  overflow-y: auto;
  color: #595959;
}

.event .tab-content.tab-about-seller {
  height: 600px;
}

.event .event-tabs-wrapper .event-tab.active-tab {
  color: #fa541c;
  border-bottom: 1px solid #fa541c;
}

.event .lots-divider-wrapper {
  border-bottom: 1px solid #d9d9d9;
}

.event .event-lots-title {
  width: fit-content;
  padding-right: 15px;
  margin: 0px auto -15px 0px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  background-color: white;
  color: #333;
}

.event .event-lots {
  padding: 0px 8px;
  width: 100%;
}

.event .tab-content {
  padding: 20px;
}

.event .tab-location {
  display: flex;
  flex-wrap: wrap;
  row-gap: 50px;
  /* padding-bottom: 200px; */
}

.event .tab-location .location-country {
  display: flex;
  flex: 1 0 50%;
  flex-direction: column;
}

.event .tab-content {
  font-size: 16px;
}

.event .tab-content .panel-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.event .tab-content .panel-group .panel {
  border: none;
}

.event .tab-content .panel-group .panel-heading {
  background-color: white;
  width: 50%;
}

.event .tab-content .panel-group .panel-body {
  border: none;
  color: #595959;
}

.event .tab-content .panel-title-wrapper {
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  justify-content: space-between;
}

.event .tab-about-seller {
  max-width: 450px;
}

.event .tab-about-seller .seller-logo-wrapper {
  display: flex;
  justify-content: center;
  margin: 20px 0px;
}

.event .tab-about-seller .selling-since {
  display: flex;
  justify-content: center;
  gap: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  color: #595959;
  margin-bottom: 10px;
}

.event .tab-about-seller .selling-since .highlight {
  color: #2f54eb;
}

.event .tab-about-seller .seller-stats-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 33%);
}

.event .tab-about-seller .seller-stats-wrapper div {
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 10px;
  color: #595959;
  font-weight: 500;
  font-size: 14px;
}

.event .tab-about-seller .seller-stats-wrapper div:hover {
  border-bottom: 1px solid #f0f0f0;
  color: #595959;
}

.event .tab-about-seller .seller-stats-wrapper .header-item {
  border-color: #d9d9d9;
}

.event .tab-about-seller .seller-stats-wrapper div.stat-label {
  font-weight: 500;
  text-align: center;
}

.event .tab-about-seller .seller-stats-wrapper .value-count {
  text-align: center;
}

.event .seller-ctas-wrapper {
  display: flex;
  margin-top: 40px;
  gap: 20px;
  color: #595959;
}

.event .seller-ctas-wrapper button,
.event .seller-ctas-wrapper span {
  font-size: 14px;
}

.event .number-of-locations {
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #595959;
}

.event .country-label {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  color: #3e4958;
}

.event .address-label {
  font-size: 18px;
  color: #092846;
  line-height: 28px;
  font-weight: 500;
  margin: 0px;
}

.event .zipcode-label {
  font-size: 14px;
  line-height: 22px;
  color: #595959;
}

.event .location-dropdown {
  cursor: pointer;
}

.event .location-dropdown:hover {
  .dropdown-toggle {
    color: #134f8c;
  }
}

.event .dropdown-menu {
  max-height: 300px;
  overflow-y: scroll;
}

.event .dropdown-item {
  /* padding: 0px 10px; */
  line-height: 30px;
  width: 100%;
}

.event .event-title.mobile {
  display: none;
}

.event .breadcrumb-section.breadcrumbs {
  padding: 0px 8px;
  flex-wrap: wrap;
}

.event .breadcrumb-section .breadcrumbs-item {
  white-space: wrap;
  text-align: left;
  margin: 0px;
}

.event .header-search-box-group {
  padding-top: 12px;
  padding-right: 24px;
}

.event .frame-209 {
  margin-top: 20px;
  align-items: center;
}

.event .header-search-box-group {
  margin: 0px;
  padding: 0px;
  width: 323px;
}

.event .filter-wrapper.mobile {
  display: flex;
  flex-direction: column;
}

.event .filter-wrapper.mobile .first-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.event .filter-chip-container.mobile {
  display: flex;
  width: 100%;
}

@media only screen and (max-device-width: 1440px), (max-width: 1440px) {
  .event .header-search-box-group {
    width: 280px;
  }
}

@media only screen and (max-device-width: 1024px), (max-width: 1024px) {
  .event.screen {
    margin-bottom: 1250px;
  }

  .event .event-company-details {
    flex-basis: 35%;
  }

  .event .event-info {
    flex-basis: 65%;
  }

  .event-photos-section {
    grid-template-columns: repeat(3, calc(34% - 5px));
    /* height: 400px; */
    overflow: hidden;
  }

  .event .img-wrapper {
    height: 258px;
  }

  .event .event-attribute-wrapper p {
    font-size: 16px;
  }

  .event h1.event-title {
    font-size: 20px;
  }

  .event .event-ends-label {
    font-size: 16px;
  }

  .event .lot-closing {
    font-size: 16px;
  }

  .event .header-search-box-group {
    width: 40%;
  }
}

@media only screen and (max-device-width: 640px), (max-width: 640px) {
  .event.screen {
    margin-bottom: 1300px;
  }

  .event .event-details {
    padding: 0px 8px;
    width: unset;
  }

  .event .event-title {
    display: none;
  }

  .event .event-title.mobile {
    display: block;
    padding: 0px 8px;
  }

  .event .event-company-details {
    flex: 0 0 calc(50% - 16px);
  }

  .event .event-info {
    flex: 0 0 calc(50% - 16px);
  }

  .event .event-info-wrapper {
    flex-direction: column;
  }

  .event .event-ctas-wrapper {
    flex-direction: column;
  }

  .event-photos-section {
    grid-template-columns: repeat(2, calc(50% - 0px));
    max-height: 800px;
    overflow: hidden;
  }

  .event .img-wrapper {
    height: 250px;
  }

  .event .event-tabs-wrapper {
    gap: 5px;
    justify-content: space-between;
  }

  .event .company-logo-image {
    width: calc(100% - 10px);
  }

  .event .lots-divider-wrapper {
    padding: 0px 8px;
  }

  .event h1.event-title {
    font-size: 16px;
  }

  .event .tab-location .location-country {
    flex-basis: 100%;
  }

  .event .tab-content .panel-group .panel-heading {
    width: 100%;
  }

  .event .header-search-box-group {
    width: 50%;
  }

  .event .tab-about-seller {
    max-width: unset;
  }

  .event .tab-content .panel-group {
    gap: 15px;
  }

  .event .tab-content {
    font-size: 14px;
    line-height: 24px;
  }

  .event .tab-content .panel-body {
    font-size: 14px;
    line-height: 24px;
  }

  .event .tab-content .panel-title-wrapper {
    font-size: 14px;
    line-height: 20px;
  }

  .event .seller-ctas-wrapper {
    gap: 10px;
  }

  .event .event-btn {
    padding: 4px 5px;
  }
}

@media only screen and (max-device-width: 428px), (max-width: 428px) {
  .event .event-company-details {
    flex: 0 0 calc(100% - 16px);
  }

  .event .event-info {
    flex: 0 0 calc(100% - 16px);
  }

  .event .event-photos-section {
    max-height: 480px;
  }

  .event .img-wrapper {
    height: 142px;
  }

  .event .img-wrapper .lot-image {
    height: 100%;
  }

  .event .event-info-section {
    flex-wrap: wrap;
  }

  .event .company-title {
    font-size: 16px;
  }

  .event .event-tab {
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 24px;
  }

  .event .event-ends-label {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .event .lot-closing {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .event-attribute-wrapper {
    margin-bottom: 30px;
  }

  .event .event-attribute-wrapper p {
    font-size: 14px;
    margin: 0px;
  }

  .event h1.event-title {
    font-size: 14px;
  }

  .event .event-lots-title {
    font-size: 16px;
  }

  #event-detail {
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
  }
}

@media only screen and (max-device-width: 360px), (max-width: 360px) {
  .event .event-details {
    margin-top: 50px;
  }
}
