 .sharepage-header-flex {
  height: 3rem;
  display: flex;
  align-items: center;
}

.sharepage-customer-logo {
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 100%;
  margin-left: 10px;
}

.sharepage-customer-name {
  color: #000000;
  font-family: 'SF Pro Display';
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.27px;
  line-height: 2.125rem;
  padding-left: 0.625rem; 
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  cursor: pointer;
  overflow: hidden;
}

.sharepage-title {
  height: 3rem;
  display: flex;
  align-items: center;
  padding-left: 1.5625rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background-color: white;
  border-bottom: none;
  border-top: none;
}

.sharepage-title>.sharepage-title-text {
  color: rgba(0, 0, 0, 0.75);
  font-family: 'SF Pro Text';
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  cursor: pointer;
  overflow: hidden;
}

.sharepage-media-player {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.brochure-page-media-count-header {
  height: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

.brochure-page-media-list {
  height: auto;
  min-height: auto;
  display: block;
  margin-bottom: 2rem;
  border-radius: 0;
  background-color: white;
}

.brochure-page-media-list .clip-thumbnail-brochure img {
  height: 59px;
  width: auto;
  display: block;
  margin: auto;
  max-width: 104px;
}

.brochure-author-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  height: 4rem;
  /* border: 1px solid rgba(0, 0, 0, 0.12); */
  background-color: #ffffff;
  padding-left: 1rem;
  padding-right: 1rem;
}

.sharepage-footer {
  height: 36px; 
  position: fixed;
  bottom: 0px;
  width: 100%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.brochure-inactive-tab {
  background-color: #00000014 !important;
  transition: background-color 1s ease-out;
}

.brochure-arrow-right {
  position: absolute;
  right: 1rem;
  top: 23.75vh;
  z-index: 1111;
  cursor: pointer;
}

.brochure-arrow-left {
  position: absolute;
  left: 1rem;
  top: 23.75vh;
  z-index: 1111;
  cursor: pointer;
}

.brochure-media-count-card {
  border: 1px solid #d9d9d9;
  background-color: white;
}

.form-control-textarea::placeholder {
  color: rgba(0, 0, 0, 0.50) !important;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.43px;
}