.roundup-ct {
  background-color: #fff;
  min-height: 100vh;
  box-sizing: border-box;
  /* margin-top: 50px; */
  position: relative;
}

.roundup-ct * {
  box-sizing: border-box;
  margin: 0px;
  font-family: proxima-nova;
}

/* Digest review  */

.roundup-ct .digest-review {
  background: #21222A;
  padding: 50px;
}

.roundup-ct .digest-review * {
  color: #fff;
}

.roundup-ct .roundup-content {
  padding: 0px 30px;
}

.copy-confirmation {
  position: absolute;
  background: #292929;
  font-size: 14px;
  font-weight: 600;
  color: #A3A3A4;
  padding: 10px 20px;
  z-index: 3;
  top: -50px;
  left: 27%;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12),
    0 2px 2px rgba(0, 0, 0, 0.12),
    0 4px 4px rgba(0, 0, 0, 0.12),
    0 8px 8px rgba(0, 0, 0, 0.12),
    0 16px 16px rgba(0, 0, 0, 0.12);
  display: none;
}

.roundup-ct .digest-review .digest-review-title {
  font-size: 36px;
  margin-bottom: 9px;
}

.roundup-ct .digest-review .digest-review-description {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}

.roundup-ct .digest-review .digest-review-description a {
  color: #2DDB73;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.roundup-ct .digest-review .article {
  width: 430px;
  min-height: 73px;
  border-bottom: 1px solid #979797;
  padding-bottom: 16px;
  margin-bottom: 17px;
  padding-right: 59px;
}

.roundup-ct .digest-review .article .top {
  display: flex;
  margin-bottom: 9px;
}

.roundup-ct .digest-review .article .top .article-image {
  height: 31px;
  width: 47px;
  min-width: 47px;
  background-size: cover;
  background-position: center;
  margin-right: 7px;
}

.roundup-ct .digest-review .article .top .title {
  font-size: 16px;
  color: #2DDB73;
  font-weight: 600;
  -webkit-line-clamp: 2;
  text-decoration: none;
}

.roundup-ct .digest-review .article .top .title span {
  color: #fff;
  font-weight: 600;
}

.roundup-ct .digest-review .article .bottom {
  display: flex;
  align-items: center;
}

.roundup-ct .digest-review .article .bottom select {
  margin-top: 3px;
  height: 18px;
  min-width: 140px;
  width: 140px;
  border-radius: 9.5px;
  border: 1px solid #3C3C3C;
  padding-left: 10px;
  font-weight: 600;
  font-size: 12px;
  color: #A3A3A4;
  background-color: transparent;
  font-family: proxima-nova;
  cursor: pointer;
  margin-bottom: 0px;
  padding-right: 25px;
  max-width: 150px;
  appearance: none;
  background: url(/img/insights/arrow-down-green.svg) no-repeat;
  background-position: 92%;
  background-size: 13px;
  margin-right: 17px;
}

.roundup-ct .digest-review .article .bottom select.publicPrivateSelect {
  width: 83px;
  min-width: 73px;
}

.roundup-ct .digest-review .article .bottom .view-note {
  font-size: 12px;
  cursor: pointer;
  color: #A3A3A4;
  font-weight: 600;
}

.roundup-ct .digest-review .save-cancel {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.roundup-ct .digest-review .save-cancel button.save {
  color: #000000;
  font-weight: 900;
  font-size: 30px;
  padding: 10px 20px;
  letter-spacing: -1.5;
  border-radius: 0px;
  height: 56px;
  background: #2DDB73;
  border: none;
  cursor: pointer;
}

.roundup-ct .digest-review .save-cancel button.cancel {
  font-size: 30px;
  color: #4F4F4F;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: -1.5;
  border: none;
  margin-left: 40px;
  cursor: pointer;
  background: none;
}

.roundup-ct .digest-review .review-footer {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.roundup-ct .digest-review .review-footer img {
  height: 111px;
  margin-right: 24px;
}

.roundup-ct .digest-review .review-footer .digest-period {
  font-size: 36px;
  margin-bottom: 9px;
  color: #fff;
}

.roundup-ct .digest-review .review-footer .copy-url-wrapper {
  display: flex;
  align-items: center;
}

.roundup-ct .digest-review .review-footer .copy-url-wrapper .url-ct {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  border: 5px solid #524966;
  background: #372A53;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  border-radius: 9px;
  margin-right: 16px;
  padding: 0 20px;
}

.roundup-ct .digest-review .review-footer .copy-url-wrapper .copy-btn {
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  color: #2DDB73;
}

.roundup-ct .roundup-note-popup-ct {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.roundup-ct .roundup-note-popup-ct .roundup-note-popup {
  width: 466px;
  padding: 16px 30px 33px 21px;
  border: 1px solid #979797;
  background: #D8D8D8;
}

.roundup-ct .roundup-note-popup-ct .roundup-note-popup p {
  color: #000;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
}

.roundup-ct .roundup-note-popup-ct .roundup-note-popup textarea {
  width: 416px;
  height: 211px;
  margin-bottom: 24px;
  border: none;
  border-radius: 0px;
  color: #000;
  resize: vertical;
  padding: 10px;
}

.roundup-ct .roundup-note-popup-ct .roundup-note-popup .buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.roundup-ct .roundup-note-popup-ct .roundup-note-popup .buttons button.private-public {
  width: 100px;
  height: 34px;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  font-family: 'proxima-nova';
  text-transform: 'uppercase';
  border: none;
  background-color: #312C37;
  color: #6D6D6D;
  cursor: pointer;
}

.roundup-ct .roundup-note-popup-ct .roundup-note-popup .buttons button.private-public.active {
  background-color: #000;
  color: #2ddb73;
}

.roundup-ct .roundup-note-popup-ct .roundup-note-popup .buttons .right {
  display: flex;
  align-items: center;
}

.roundup-ct .roundup-note-popup-ct .roundup-note-popup .buttons .right .cancel-note {
  font-size: 14px;
  background: none;
  border: none;
  color: #656565;
  font-weight: 800;
  cursor: pointer;
  margin-right: 17px;
}

.roundup-ct .roundup-note-popup-ct .roundup-note-popup .buttons .right .save-note {
  font-size: 14px;
  background: #02DB73;
  border: none;
  color: #000;
  font-weight: 800;
  width: 97px;
  height: 34px;
  text-transform: uppercase;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07),
    0 2px 4px rgba(0, 0, 0, 0.07),
    0 4px 8px rgba(0, 0, 0, 0.07),
    0 8px 16px rgba(0, 0, 0, 0.07),
    0 16px 32px rgba(0, 0, 0, 0.07),
    0 32px 64px rgba(0, 0, 0, 0.07);
  cursor: pointer;
}


/* Header  */

.roundup-ct .roundup-header {
  width: 100%;
  height: 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #000;
  padding-left: 30px;
  box-sizing: border-box;
  visibility: hidden;
  /* box-sizing: border-box;
  margin: 0px;
  font-family: proxima-nova; */
}

.roundup-ct .user-color {
  color: var(--theme-color) !important;
}

.roundup-ct .glance-link {
  text-decoration-color: var(--theme-color);
}

.roundup-ct .glance-link span {
  left: -2px;
  top: 7px;
  position: relative;
}

.roundup-ct .users-ct {
  margin-top: 20px;
  display: flex;
}

.roundup-ct .users-ct .user-avatar {
  display: block;
  border-radius: 50%;
  border-width: 4px;
  border-style: solid;
  border-color: var(--theme-color);
  min-width: 28px;
  max-width: 28px;
  min-height: 28px;
  max-height: 28px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}

.roundup-ct .users-ct .user-avatar+.user-avatar {
  margin-left: 4px;
}

.roundup-ct .user-avatar {
  display: block;
  border-radius: 50%;
  min-width: 39px;
  max-width: 39px;
  min-height: 39px;
  max-height: 39px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #F2F2F2;
}

.roundup-ct .user-avatar.sm {
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
}

.roundup-ct .users-avatars-ct {
  position: absolute;
  left: calc(100% + 24px);
  top: 0;
  display: flex;
  align-items: center;
}

.roundup-ct .users-avatars-ct .user-avatar {
  position: relative;
}

.roundup-ct .users-avatars-ct .user-avatar.lg {
  z-index: 1;
}

.roundup-ct .user-detail-ct {
  display: flex;
  gap: 4px;
}

.roundup-ct .user-detail-ct .name-ct {
  height: fit-content;
  /* distance between start of name-ct and right of vw by exluding all other containers widths */
  width: calc((100vw - 800px) / 2 - 115px - 39px - 4px - 24px);
}

.roundup-ct .user-detail-ct .user-name,
.roundup-ct .user-detail-ct .user-title {
  font-size: 12px;
  font-weight: 600;
  color: #000000;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.roundup-ct .user-detail-ct .user-name {
  white-space: nowrap;
}


.roundup-ct .row {
  display: flex;
}

.roundup-ct .top-banner {
  background-color: #48484A;
  padding: 30px 40px;
  width: 100%;
  display: flex;
  gap: 30px;
}

.roundup-ct .top-banner h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 23px;
}

.roundup-ct a {
  text-decoration: none;
}

.roundup-ct .top-banner .arrow-ct {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  margin-right: 30px;
}

.roundup-ct .top-banner .arrow-ct .line {
  height: 195px;
  width: 5px;
  background-color: #979797;
}

.roundup-ct .top-banner .arrow-ct .triangle {
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 31px solid #979797;
}

.roundup-ct .top-banner .copy-ct {
  background-color: #222222;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 43px;
  width: 589px;
  padding: 0px 20px;
  margin-bottom: 23px;
  border-radius: 9px;
  position: relative;
}

.roundup-ct .top-banner .copy-ct p {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.roundup-ct .top-banner .copy-ct p.roundup-link {
  -webkit-line-clamp: 1;
}

.roundup-ct .pick-label {
  font-weight: 600;
  color: #555;
  margin-bottom: 5px;
  display: block;
}

.roundup-ct .top-banner .copy-ct .url {
  font-weight: 600;
  font-size: 18px;
}

.roundup-ct .top-banner .copy-link,
.roundup-ct .top-banner .save-link {
  font-size: 18px;
  cursor: pointer;
  font-weight: 600;
}

.roundup-ct .top-banner .post-image {
  width: 221px;
  height: 153px;
  background-color: #000;
  margin-right: 12px;
}

.roundup-ct .top-banner .post-image .image {
  background-size: cover;
  background-position: center;
  background-image: url('https://images.unsplash.com/photo-1682844924122-3e8d214a3662?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxlZGl0b3JpYWwtZmVlZHw2OHx8fGVufDB8fHx8&auto=format&fit=crop&w=800&q=60');
  height: 70px;
  width: 100%;
  margin-bottom: 10px;
}

.roundup-ct .top-banner .post-image .title {
  font-size: 12px;
  margin: 0 10px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.roundup-ct .top-banner .post-image .summary {
  margin: 0 10px;
  font-size: 10px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.roundup-ct .top-banner .with-border-left {
  display: flex;
  align-items: flex-end;
  border-left: 1px solid #807F7F;
  margin-left: 25px;
  padding-left: 25px;
}

.roundup-ct .header {
  height: 75px;
  display: flex;
  align-items: center;
  padding-left: 25px;
  border-bottom: 1px solid #E7E7E7;
  justify-content: space-between;
}

.roundup-ct .header>div {
  display: flex;
  align-items: center;
}

.roundup-ct .header .image {
  width: 39px;
  height: 39px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  margin-right: 14px;
}

.roundup-ct .header h1 {
  font-size: 24px;
}

.roundup-ct .header a {
  color: #B6B6B6;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.roundup-ct .header button {
  border: none;
  height: 74px;
  width: 171px;
  margin-left: 33px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.roundup-ct main {
  padding: 16px 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 30px;
}

.roundup-ct .util-label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 3px;
  color: #4F504F;
}

.roundup-ct .format-select {
  width: 130px;
  background-color: #D8D8D8;
  color: #4F504F;
  font-size: 12px;
  margin-bottom: 41px
}

.roundup-ct .share-image-loader {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.roundup-ct .roundup-info {
  width: 615px;
  position: relative;
  margin-bottom: 80px;
}

.roundup-ct .roundup-info .image {
  width: 615px;
  height: 285px;
  background-size: cover;
  background-position: center;
  background-color: #eee;
  margin-bottom: 11px;
}

.roundup-ct .roundup-info .image>div {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: center;
  justify-content: center;
  padding: 0px 100px;
}

.roundup-ct .roundup-info .image>div input {
  margin-bottom: 30px;
}

.roundup-ct .roundup-info .title {
  font-size: 36px;
  line-height: 36px;
  color: #191919;
  margin-bottom: 20px;
}

.roundup-ct .roundup-info .message {
  font-size: 22px;
  line-height: 23px;
  color: #9B9B9B;
  margin-bottom: 15px;
}

.roundup-ct .roundup-info .subjects {
  font-size: 16px;
  line-height: 18px;
  color: #3E3E3E;
  font-weight: 600;
  margin-bottom: 20px;
}

.roundup-ct .section-text {
  display: flex;
  align-items: center;
  height: 47px;
  padding: 0px 15px;
  margin-bottom: 25px;
  background-color: #F0F0F0;
  border-radius: 8px;
  width: fit-content;
  margin-left: -46px;
  margin-top: 80px;
}

.roundup-ct .section-text h3 {
  font-size: 28px;
  margin-left: 10px;
}

.roundup-ct .section-text span {
  color: #B6B6B6;
}

.roundup-ct .section-text.hide {
  display: none;
}

.roundup-ct .glance-link {
  font-size: 16px;
  margin-bottom: 10px;
  display: -webkit-box;
  color: #000;
  border-bottom: 4px solid var(--theme-color);
  width: fit-content;
  cursor: pointer;
}

.roundup-ct .article-ct {
  margin-bottom: 50px;
  position: relative;
  scroll-margin-top: 100px;
}

.roundup-ct .article-ct .article-card {
  height: 143px;
  background-color: #F2F2F2;
  width: 800px;
  display: flex;
  margin-bottom: 24px;
  padding-right: 10px;
}

.roundup-ct .article-ct .article-card .image {
  width: 200px;
  min-width: 200px;
  height: 143px;
  background-size: cover;
  background-position: center;
  margin-right: 10px;
}

.roundup-ct .article-ct .article-card.write .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.roundup-ct .article-ct .article-card .title {
  font-size: 28px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: brandon-grotesque;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #000000;
}

.roundup-ct .article-ct .article-card .publisher {
  font-family: brandon-grotesque;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  color: #000000;
}

.roundup-ct .article-ct .summary {
  font-size: 16px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.roundup-ct .article-ct .article-card .text {
  width: 100%;
}

.roundup-ct .article-ct .article-card .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 13px;
  margin-top: 10px;
}

.roundup-ct .article-ct .article-card .subject {
  font-size: 12px;
  font-weight: 900;
  font-family: brandon-grotesque;
  color: #A0A0A0;
}

.roundup-ct .article-ct .article-card .subject span {
  text-transform: uppercase;
}

.roundup-ct .article-ct .article-card .label {
  height: 20px;
  border-radius: 3px;
  background-color: #F2F2F2;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 0px 7px;
  margin-left: 5px;
  display: flex;
  align-items: center;
}

.roundup-ct .article-ct .article-card .label p {
  color: #A0A0A0;
  font-family: brandon-grotesque;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
}

.roundup-ct .article-ct .article-card .label span {
  color: #ACACAC;
  font-size: 17px;
}

.roundup-ct .article-ct .quote {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
  font-family: brandon-grotesque;
  border-left: 47px solid #000;
  padding-left: 16px;
  font-style: italic;
}

.roundup-ct .article-ct .quote.featured {
  font-size: 26px;
  line-height: 28px;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  padding-top: 25px;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 40px;
}

.roundup-ct .article-ct .quote.featured span {
  position: absolute;
  bottom: -27px;
  height: 27px;
  width: 130px;
  background: #D8D8D8;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0px;
  color: #737373;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
}

.roundup-ct .article-ct .note-ct {
  position: relative;
}

.roundup-ct .article-ct .note {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 20px;
  margin-left: 63px;
}

.roundup-ct .article-ct .line {
  height: 1px;
  width: 601px;
  background-color: #979797;
  margin-bottom: 7px;
}

.roundup-ct .article-ct .more-highlights {
  font-weight: 600;
  cursor: pointer;
}

.roundup-ct .article-ct .col-row {
  margin-top: 30px;
  gap: 20px
}

.roundup-ct .article-ct .col-row .col-ct>p {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #A0A0A0
}

.roundup-ct .article-ct .col-row .col-ct .row {
  gap: 6px;
  flex-wrap: wrap;
}

.roundup-ct .article-ct .col-row .col-ct .col {
  height: 82px;
  width: 82px;
  border-radius: 5px;
  background-color: #D8D8D8;
}

.roundup-ct .article-ct .article-user-ct {
  width: fit-content;
  position: relative;
}

.roundup-ct .book-ct {
  margin-bottom: 38px;
  position: relative;
  scroll-margin-top: 100px;
}

.roundup-ct .book-ct .row {
  display: flex;
  margin-bottom: 18px;
  position: relative;
}

.roundup-ct .book-ct .row .image {
  width: 111px;
  min-width: 111px;
  height: 156px;
  background-size: cover;
  background-position: center;
  margin-right: 7px;
}

.roundup-ct .book-ct .row .status {
  color: #4F5A68;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
}

.roundup-ct .book-ct .row .title {
  color: #000000;
  font-size: 28px;
  font-family: brandon-grotesque;
  line-height: 28px;
  margin-bottom: 5px;
  margin-top: 5px;
  text-transform: uppercase;
  font-weight: 900;
}

.roundup-ct .book-ct .row .subject {
  color: #A0A0A0;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  font-family: brandon-grotesque;
}

.roundup-ct .book-card,
.roundup-ct .podcast-card {
  position: relative;
}

.roundup-ct .book-card>p,
.roundup-ct .podcast-card>p {
  margin-bottom: 20px;
}

.roundup-ct .book-card>a,
.roundup-ct .podcast-card>a {
  font-weight: 600;
}

.roundup-ct .podcast-card p.podcast-note {
  color: #000000;
}

.roundup-ct .book-ct.podcast-ct .row .image {
  width: 136px;
  min-width: 136px;
  height: 136px;
  margin-right: 19px;
}

.roundup-ct .book-ct.podcast-ct .row .status {
  color: #7C7C7C;
  font-family: brandon-grotesque;
  font-size: 18px;
}

.roundup-ct .book-ct.podcast-ct .row .title {
  color: #000;
  font-size: 24px;
  font-family: brandon-grotesque;
  margin-bottom: 10px;
}


/* About section  */

.roundup-ct .about-section {
  box-sizing: border-box;
  border-top: 1px solid #D2D0D0;
  padding-top: 60px;
  padding-bottom: 50px;
  width: 100%;
  margin-top: 64px;
  margin-left: -46px;
  padding-left: 46px;
}

.roundup-ct .about-section .row {
  display: flex;
  align-items: center;
  gap: 20px;
}

.roundup-ct .about-section .top-section {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.roundup-ct .about-section .top-section .social-icons {
  display: flex;
}

.roundup-ct .about-section .top-section .profile {
  display: flex;
  text-decoration: none;
}

.roundup-ct .about-section .top-section .title {
  color: #737373;
  font-size: 28px;
  margin-bottom: 20px;
}

.roundup-ct .about-section .top-section .browse {
  color: #737373;
  font-size: 24px;
  line-height: 24px;
  margin-top: 20px;
}

.roundup-ct .about-section .top-section .profile .user-img {
  height: 157;
  width: 157;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin-right: 19px;
  margin-bottom: 15px;
}

.roundup-ct .about-section .top-section .profile .user-img.squared {
  border-radius: 8px;
  border: 1px solid #979797;
}

.roundup-ct .about-section .top-section .profile .name {
  font-size: 36px;
  line-height: 32px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #000;
}

.roundup-ct .about-section .top-section .profile .occupation,
.roundup-ct .about-section .top-section .profile .company,
.roundup-ct .about-section .top-section .profile .unverified {
  font-family: din-condensed;
  text-transform: uppercase;
  color: #000;
  font-size: 17px;
}

.roundup-ct .about-section .top-section .profile .company span {
  font-family: din-condensed;
  text-transform: uppercase;
  font-size: 17px;
}

.roundup-ct .about-section .top-section .profile .unverified {
  color: #848484;
}

.roundup-ct .about-section .top-section .social-icons {
  margin-bottom: 16px;
}

.roundup-ct .about-section .top-section .top-left .social-icons a {
  display: inline-block;
  background-size: cover;
  width: 25px;
  height: 25px;
  margin-right: 3px;
}

.roundup-ct .about-section .top-section .social-icons a:last-child {
  margin-right: 0px;
}

.roundup-ct .about-section .top-section .social-icons .info-btn {
  left: 12px;
  top: -22px;
  background: url(/img/info-no-shadow.png) no-repeat center center / cover;
  width: 33px;
  height: 33px;
}

.roundup-ct .about-section .top-section .social-icons a.website {
  background-image: url('/img/social-icons/website.svg');
}

.roundup-ct .about-section .top-section .social-icons a.instagram {
  background-image: url('/img/social-icons/instagram.svg');
}

.roundup-ct .about-section .top-section .social-icons a.facebook {
  background-image: url('/img/social-icons/facebook.svg');
}

.roundup-ct .about-section .top-section .social-icons a.linkedin,
.share-roundup-icons .linkedin {
  background-image: url('/img/social-icons/linkedin.svg');
}

.roundup-ct .about-section .top-section .social-icons a.twitter,
.share-roundup-icons .twitter {
  background-image: url('/img/social-icons/twitter.svg');
}

.roundup-ct .about-section .top-section .social-icons a.medium {
  background-image: url('/img/social-icons/medium.png');
}

.roundup-ct .about-section .top-section .social-icons a.quora {
  background-image: url('/img/social-icons/quora.svg');
}

.roundup-ct .about-section .top-section .social-icons a.reddit {
  background-image: url('/img/social-icons/reddit.svg');
}

.roundup-ct .about-section .top-section .social-icons a.yelp {
  background-image: url('/img/social-icons/yelp.svg');
}

.roundup-ct .about-section .top-section .description {
  font-size: 18px;
}

.roundup-ct .about-section .top-section .top-right {
  border-top: 1px solid #D2D0D0;
  margin-left: -46px;
  padding-left: 46px;
  padding-top: 53px;
  margin-top: 53px;
  width: calc(100% + 46px);
}

.roundup-ct .about-section .top-section .top-right .social-icons {
  margin-bottom: 20px;
}

.roundup-ct .about-section .top-section .top-right .social-icons a {
  margin-right: 6px;
  display: block;
}

.roundup-ct .about-section .top-section .top-right .social-icons a:last-of-type {
  margin-right: 0px;
}

.roundup-ct .about-section .top-section .top-right p {
  font-size: 18px;
  font-weight: 600;
  color: #737373;
}

.roundup-ct .about-section .top-section .top-right p a {
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  color: #36EB8D;
}

.roundup-ct .about-section .top-section .top-right .powered-by {
  margin-top: 95px;
  border-top: 1px solid #979797;
  padding-top: 11px;
}

.roundup-ct .about-section .top-section .top-right .powered-by p {
  font-size: 11px;
  color: #4F5A68;
  margin-bottom: 8px;
}

.roundup-ct .about-section .top-section .top-right .powered-by img {
  width: 118px;
}

.roundup-ct .powered-by {
  margin-left: 31px;
  font-size: 14px;
}

.roundup-ct footer {
  width: 100%;
  height: 79px;
  background: #EFEFEF;
  margin-top: 10px;
  padding: 0px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.roundup-ct footer a {
  color: #B6B6B6;
  font-size: 24px;
  font-weight: 900;
}

.roundup-ct footer a span {
  color: #222;
}

.roundup-ct .share-roundup-icons a {
  display: inline-block;
  background-size: cover;
  width: 25px;
  height: 25px;
}

.roundup-ct .share-roundup-icons {
  position: absolute;
  display: flex;
  align-items: center;
  right: -200px;
  top: 305px;
  gap: 8px;
}

.roundup-ct .copy-share-url {
  cursor: pointer;
  position: relative;
}

.roundup-ct .copy-share-url span {
  font-weight: 600;
  position: absolute;
  top: -10px;
  left: -20px;
  top: -22px;
  min-width: 70px;
  left: -18px;
  color: #00D870;
}

.roundup-ct .edit-ct {
  position: absolute;
  left: -170px;
  top: 0px;
}

.roundup-ct .edit-ct img {
  filter: brightness(0);
  width: 20px;
}

.roundup-ct .edit-ct>div,
.roundup-ct .edit-ct a.editRead {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  gap: 5px;
  width: fit-content;
  cursor: pointer;
}

.roundup-ct .edit-ct a.editRead {
  color: #000000;
}

.roundup-ct .edit-ct p {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.roundup-ct .editable {
  border: 2px solid #3c87ff;
  border-radius: 4px;
  padding: 5px;
}

.roundup-content-popup-ct {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  min-height: 100vh;
  height: auto;
  padding-bottom: 100px;
  width: 100vw;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  padding-top: 100px;
  align-items: flex-start;
  justify-content: center;
  z-index: 99999;
  display: none;
  overflow-y: scroll;
}

.roundup-content-popup-ct .util-toggle {
  margin-bottom: 20px;
}

.roundup-content-popup-ct .util-toggle label {
  font-weight: 900;
}

.roundup-content-popup {
  height: auto;
  width: 500px;
  border: 5px solid grey;
  padding: 30px;
  border-radius: 5px;
  background-color: #171518;
  position: relative;
}

.roundup-content-popup h2 {
  margin-bottom: 20px;
  color: #fff;
}

.roundup-content-popup h2 span {
  margin-left: 10px;
  color: grey
}

.roundup-content-popup .item-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.roundup-content-popup .item-row:last-child {
  border-bottom: none;
}

.roundup-content-popup .item-row p {
  font-weight: 600;
  color: #eee;
}

.roundup-content-popup .util-checkbox-input+.util-checkbox-label:before {
  margin-right: 0px;
}

.roundup-content-popup .util-input-text {
  border: 1px solid #979797;
  background-color: #ffffff;
  border-radius: 3px;
  font-family: 'proxima-nova';
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  padding: 10px;
  max-height: 36px;
  margin-bottom: 30px;
}

.roundup-content-popup .search-items {
  height: 290px;
  overflow-y: scroll;
  -moz-box-shadow: inset 0 -10px 10px -10px #000000;
  -webkit-box-shadow: inset 0 -10px 10px -10px #000000;
  box-shadow: inset 0 -10px 10px -10px #000000;
  overscroll-behavior: contain;
}

.roundup-content-popup .title-img-ct {
  display: flex;
}

.roundup-content-popup .title-img-ct img {
  width: 73px;
  min-width: 73px;
  max-width: 73px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  object-fit: cover;
  margin-right: 7px;
}

.roundup-content-popup .title-img-ct .title {
  font-size: 16px;
  font-weight: 600;
  color: #A3A3A3;
  text-decoration: none;
  line-height: 1;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  max-width: 300px;
}

.roundup-content-popup .title-img-ct .title .source {
  color: #676767;
  margin-right: 3px;
  text-transform: uppercase;
}

.roundup-content-popup .collection-ct {
  position: relative;
  display: block;
  text-decoration: none;
  margin-top: -17px;
  transform: scale(0.7);
  margin-left: -15px;
  margin-bottom: -10px;
}

.roundup-content-popup .collection {
  width: 105px;
  height: 105px;
  border-radius: 6px;
  border-left: 7px solid #3CCDF7;
  background: grey;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 10;
}

.roundup-content-popup .collection p {
  padding: 5px 10px 10px 5px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  width: 100%;
  overflow-wrap: anywhere;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.roundup-content-popup .collection-shadow1 {
  width: 105px;
  height: 105px;
  border-radius: 6px;
  border: 1px solid #4c4c4c;
  position: absolute;
  top: 5px;
  left: 5px;
  background: #000;
  z-index: 2;
}

.roundup-content-popup .collection-shadow2 {
  width: 105px;
  height: 105px;
  border-radius: 6px;
  border: 1px solid #4c4c4c;
  position: absolute;
  top: 10px;
  left: 10px;
  background: #000;
}

.roundup-content-popup .close {
  border-radius: 50%;
  background-color: grey;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
}

.roundup-content-popup .close img {
  width: 13px;
}

.roundup-content-popup .finish {
  font-size: 20px;
  font-weight: 800;
  font-family: proxima-nova;
  color: #000;
  background-color: #38f794;
  border-radius: 4px;
  width: 206px;
  height: 43px;
  border: none;
  cursor: pointer;
  margin-top: 20px;
}

.roundup-ct .no-items {
  font-weight: 600;
  color: #858585;
}


.roundup-new-items-popup-ct {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  min-height: 100vh;
  height: auto;
  padding-bottom: 100px;
  width: 100vw;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  padding-top: 100px;
  align-items: flex-start;
  justify-content: center;
  z-index: 99999;
  display: flex;
  overflow-y: scroll;
}

.roundup-new-items-popup {
  height: auto;
  width: 500px;
  padding: 30px;
  border-radius: 5px;
  background-color: #171518;
  border: 4px solid grey;
  position: relative;
}

.roundup-new-items-popup h2 {
  margin-bottom: 20px;
  color: #fff;
}

.roundup-new-items-popup p {
  color: #39FA95;
  cursor: pointer;
  font-weight: 900;
}

.roundup-new-items-popup .close {
  border-radius: 50%;
  background-color: grey;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
}

.roundup-new-items-popup .close img {
  width: 13px;
}

.roundup-ct .collections-ct {
  display: grid;
  grid-template-columns: repeat(4, 150px);
  column-gap: 10px;
  row-gap: 24px;
}

.roundup-ct .loaderCt {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999999999;
  top: 0px;
  left: 0px;
}

.no-content-popup-ct {
  position: sticky;
  top: 0px;
  bottom: 0px;
  left: 0px;
  min-height: 100%;
  height: 100%;
  padding-bottom: 100px;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  padding-top: 100px;
  align-items: flex-start;
  justify-content: center;
  z-index: 99999;
}

.no-content-popup {
  height: auto;
  width: 500px;
  padding: 30px;
  border: 5px solid grey;
  border-radius: 5px;
  background-color: #171518;
  position: relative;
}

.no-content-popup h2 {
  margin-bottom: 50px;
  color: #fff;
  font-size: 22px;
  line-height: 32px;
}

.no-content-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 2;
}

.roundup-ct .subheading {
  margin-bottom: 15px;
  margin-top: 20px;
  display: none;
}

#aiGenerateModal .util-modal h2,
#addRoundupNoteModal .util-modal h2,
#editRoundupNoteModal .util-modal h2 {
  font-weight: 900;
  margin-bottom: 50px;
}

#addRoundupNoteModal .util-modal textarea,
#editRoundupNoteModal .util-modal textarea {
  width: 400px;
  height: 200px;
  margin-bottom: 30px;
}

.roundup-ct .roundup-notes-ct {
  margin-top: 50px;
  border-top: 1px solid #EBEBEB;
  padding-top: 50px
}

.roundup-ct .roundup-notes-ct .roundup-note {
  position: relative;
}

.roundup-ct .roundup-notes-ct p.roundup-note-txt {
  position: relative;
  font-size: 18px;
  margin-bottom: 27px;
}

.roundup-ct .roundup-notes-ct p img {
  filter: brightness(0);
  width: 14px;
  margin-bottom: -3px;
  margin-left: 6px;
}

.roundup-ct .roundup-notes-ct p span.edit-roundup-note {
  position: absolute;
  left: -167px;
  top: 3px;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  text-transform: uppercase;
}

.util-modal .row {
  display: flex;
  gap: 20px;
}

#aiGenerateModal .util-modal {
  max-width: 600px
}

#aiGenerateModal .util-modal h3 {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
}

#aiGenerateModal .util-modal p {
  margin-bottom: 50px;
}

#aiGenerateModal .util-modal .loader {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  flex-direction: column;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#aiGenerateModal .util-modal .loader p {
  font-weight: 600;
  margin-top: 20px;
  font-size: 20px;
  margin-bottom: 0px;
}

.format-sort-filter {
  position: relative;
  margin-top: 110px;
}

.format-sort-filter-inner {
  align-self: flex-start;
  position: absolute;
  left: -45px;
  top: -65px;
}

.roundup-ct .top-banner .util-small-btn {
  background: #1F2030;
  margin-bottom: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  color: #fff;
}

.roundup-ct .top-banner .util-small-btn.large {
  background: #02db73;
  color: #222;
}

.roundup-ct .banner-right {
  display: flex;
  flex-direction: column;
}

@media(max-width: 600px) {

  .format-sort-filter-inner {
    left: 0;
  }

  .roundup-ct .shareImageCt {
    align-items: start !important;
  }

  .roundup-ct .section-text {
    height: auto;
    min-height: 47px;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .roundup-ct .top-banner {
    padding: 20px;
    flex-direction: column;
  }

  .roundup-ct .top-banner .row {
    flex-direction: column;
  }

  .roundup-ct .top-banner .row div {
    margin-right: 0px !important;
  }

  .roundup-ct .top-banner .arrow-ct {
    display: none;
  }

  .roundup-ct .top-banner .copy-ct {
    max-width: 100%;
  }

  .roundup-ct .header h1 {
    font-size: 15px;
    margin-left: 15px;
  }

  .roundup-ct .roundup-info .image {
    width: 100%;
  }

  .roundup-ct main>.content {
    max-width: 100% !important;
  }

  .roundup-ct main {
    padding: 20px;
  }

  .roundup-ct .edit-ct {
    position: static;
  }

  .roundup-ct .pick-items {
    position: static !important;
  }

  .roundup-ct .roundup-info {
    width: 100%;
  }

  .roundup-ct .share-roundup-icons {
    position: static;
    margin-bottom: 20px;
  }

  .roundup-ct .article-ct .article-card {
    width: 100%;
  }

  .roundup-ct footer a {
    font-size: 14px;
  }

  .roundup-ct footer svg {
    width: 100px;
  }

  .roundup-ct footer {
    padding: 0px 20px;
  }

  .roundup-ct .section-text {
    margin-left: 0px;
  }

  .roundup-ct .article-ct .article-card .image {
    width: 50px;
    min-width: 50px;
  }

  .roundup-ct .article-ct .quote {
    border-left: 20px solid #000;
  }

  .roundup-ct .article-ct .note {
    margin-left: 34px;
  }

  .roundup-ct .article-ct .article-card .title {
    font-size: 18px;
    line-height: 20px;
  }

  .roundup-ct .article-ct .article-card .publisher {
    font-size: 14px;
    line-height: 16px;
  }

  .roundup-ct .pick1 {
    margin-bottom: 40px;
  }

  .roundup-ct .edit-ct {
    display: flex;
    gap: 10px;
    margin-bottom: -10px;
  }

  .roundup-content-popup {
    width: 95%;
  }

  .roundup-content-popup .title-img-ct .title {
    max-width: 177px;
  }

  .roundup-ct .roundup-info .image>div input {
    width: 300px;
  }

  .roundup-ct .top-banner .copy-ct .url {
    font-size: 14px;
  }

  .roundup-ct .collections-ct {
    grid-template-columns: repeat(auto-fit, 150px);
  }

  .roundup-ct .users-avatars-ct {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 6px;
  }

  .roundup-ct .article-ct .line {
    max-width: calc(100vw - 40px);
  }

  .roundup-ct .about-section .top-section {
    max-width: calc(100vw - 40px);
  }

  .roundup-ct .about-section .top-section .top-left {
    max-width: 100%;
  }

  .roundup-ct .about-section .top-section .top-left .first-name {
    line-height: 1;
    font-size: 24px;
  }

  .roundup-ct .about-section .top-section .profile .user-img {
    height: 80px;
    width: 80px;
  }

  .roundup-ct .user-detail-ct .name-ct {
    width: initial;
  }
}

/* team roundup design  */

.team-nav {
  padding: 20px 25px;
}