@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap);
/**************************************************************************
                          OTHER THINGS TO KNOW
/**************************************************************************

Z-Indexes:
    header:     10
    main:       1
    footer:     5

Mark a style definition for critical css compiling using: critical: this;

**************************************************************************/
#new_post.insight-side-bar-open #edit-insight-side-bar {
  right: 0;
}

#edit-insight-side-bar {
  position: fixed;
  right: -100%;
  transition: 0.5s;
  top: 60px;
  width: 400px;
  height: calc(100vh - 120px);
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-left: 1px solid #ededed;
  z-index: 10;
  overflow-x: visible;
  overflow-y: scroll;
}
#edit-insight-side-bar .edit-insight-sidebar-section {
  padding: 20px;
  border-bottom: 1px solid #ededed;
}
#edit-insight-side-bar .recent-media .toggle-button {
  width: 24px !important;
  height: 16px !important;
}
#edit-insight-side-bar .recent-media .toggle-button-active:before {
  margin-left: 8px !important;
  border-color: #fff;
}
#edit-insight-side-bar .recent-media .toggle-button:before {
  height: 12px;
  width: 12px;
  top: 1px;
}
#edit-insight-side-bar .recent-media .media-grid {
  margin-top: 20px;
  margin-bottom: 10px;
  overflow: hidden;
}
#edit-insight-side-bar .recent-media .media-grid .media-grid-item {
  width: 30%;
  float: left;
  border-radius: 10px;
  padding: 2px;
}
#edit-insight-side-bar .recent-media .media-grid .media-grid-item img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  cursor: grab;
  display: block;
  margin: 0;
  padding: 0;
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 1;
}
#edit-insight-side-bar .recent-media .load-more button {
  border-radius: 6px;
  line-height: 18px;
  cursor: pointer;
  padding: 3px 8px;
  border: 1px solid #ededed;
  color: #364046;
  font-size: 11px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  font-weight: 650;
  transition: 0.4s;
  background: #fff;
  display: block;
  margin: auto;
}
#edit-insight-side-bar .recent-media .load-more button:hover {
  background: rgba(236, 236, 236, 0.2);
}

#new_post.insight-side-bar-open {
  width: calc(100% - 400px);
}

#new_post {
  width: 100%;
  padding: 40px 0;
  transition: 0.5s;
  min-height: 100vh;
  position: relative;
  overflow: visible;
}
#new_post .highlight_search_term {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #fff;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px;
  height: 40px;
  border: 1px solid #ededed;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  z-index: 99;
}
#new_post .highlight_search_term .toggle-button {
  height: 22px;
  width: 33px;
  display: inline-block;
}
#new_post .highlight_search_term .toggle-button:before {
  transition: 0.3s;
  height: 18px;
  width: 18px;
  left: 2px;
  right: auto;
}
#new_post .highlight_search_term .toggle-button-active:before {
  top: 1px;
  left: auto;
  right: 1px;
}
#new_post .highlight_search_term span {
  margin-right: 4px;
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
  font-weight: 700;
  color: #2d353a;
  margin-left: 4px;
  line-height: 20px;
  font-size: 12px;
}
#new_post .upload-insight-cover {
  padding: 20px;
  border: 1px dashed #ededed;
  cursor: pointer;
  position: relative;
  border-radius: 10px;
  transition: 0.3s;
  margin-bottom: 10px;
}
#new_post .upload-insight-cover input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
#new_post .upload-insight-cover svg {
  width: 30px;
  display: block;
  margin: auto;
  color: #313a3f;
}
#new_post .upload-insight-cover span {
  margin-top: 5px;
  display: block;
  text-align: center;
  font-weight: 650;
  font-size: 14px;
  color: #313a3f;
}
#new_post .upload-insight-cover p {
  font-size: 13px;
  display: block;
  text-align: center;
  margin-top: 10px;
  color: rgba(83, 98, 107, 0.8);
}
#new_post .upload-insight-cover:hover {
  background: rgba(0, 0, 0, 0.02);
}
#new_post .insight-cover-error {
  font-size: 13px;
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  line-height: 11px;
  background: #fff;
  border: 1px dashed #ededed;
  color: #4f4f4f;
  font-weight: 600;
}
#new_post .insight-cover-error svg {
  float: left;
  width: 16px;
  margin-top: -1px;
  margin-right: 4px;
  color: #f85c08;
}
#new_post .insight-cover-error strong {
  font-weight: 700;
  color: #f85c08;
}
#new_post .insight-cover-error code {
  color: #076f8f;
}

.insight-content-container {
  max-width: 850px;
  margin: auto;
  position: relative;
}

.insight-content-container * {
  font-weight: 550;
}

.insight-content-container-top {
  overflow: hidden;
  padding: 10px 0;
  margin-bottom: 5px;
}
.insight-content-container-top a {
  color: #53626b;
  float: left;
  background: #fff;
  padding: 3px 6px;
  border-radius: 7px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  border: 1px solid #ededed;
  font-size: 12px;
  font-weight: 650;
  display: block;
  line-height: 18px;
  overflow: hidden;
}
.insight-content-container-top a svg {
  width: 12px;
  margin-right: 3px;
  margin-top: 3px;
  float: left;
}
.insight-content-container-top a:hover {
  color: #0a5fa5;
}

.insight-content-body {
  padding: 20px 75px;
  background: #fff;
  border-radius: 10px;
}

.insight_title_valid-error {
  font-size: 12px;
  opacity: 0.7;
  transition: 0.3s;
  cursor: default;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 0;
  color: #f26e29;
  margin-top: 8px;
}
.insight_title_valid-error svg {
  width: 14px;
  cursor: default;
  float: left;
  margin-right: 4px;
}

.insight_title_valid-error:hover {
  opacity: 1;
}

#new_post_title {
  margin-top: 22px;
  position: relative;
}
#new_post_title #new_post_title_input {
  height: 30px;
}

#new_post_title textarea {
  overflow: hidden;
  height: auto;
  resize: none;
  box-sizing: border-box;
  min-height: 30px;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

#new_post_title.hasError input::-moz-placeholder {
  color: #f36e35;
}

#new_post_title.hasError input::placeholder {
  color: #f36e35;
}

#new_post_subtitle.hasError input::-moz-placeholder {
  color: #f36e35;
}

#new_post_subtitle.hasError input::placeholder {
  color: #f36e35;
}

#new_post.show_highlights #new_post_title h1 mark {
  background: rgba(248, 172, 8, 0.15);
  color: #b98b00;
  padding: 0 2px;
  border-radius: 3px;
  font-weight: inherit;
}
#new_post.show_highlights #new_post_subtitle mark {
  background: rgba(248, 172, 8, 0.15);
  color: #b98b00;
  padding: 0 2px;
  border-radius: 3px;
  font-weight: inherit;
}
#new_post.show_highlights .insight-cover_container mark {
  background: rgba(248, 172, 8, 0.15);
  color: #b98b00;
  padding: 0 2px;
  border-radius: 3px;
  font-weight: inherit;
}
#new_post.show_highlights .render-insight-content mark {
  background: rgba(248, 172, 8, 0.15);
  color: #b98b00;
  padding: 0 2px;
  border-radius: 3px;
  font-weight: inherit;
}

#new_post_title h1 {
  line-height: 30px;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  font-size: 22px;
  font-weight: 700;
}
#new_post_title h1 a {
  font-weight: 700;
}
#new_post_title h1 mark {
  background: transparent;
  color: inherit;
  font-weight: inherit;
}

#new_post_subtitle {
  padding: 0;
  margin-bottom: 10px;
  margin-top: 20px;
  position: relative;
}
#new_post_subtitle mark {
  background: transparent;
  color: inherit;
  font-weight: inherit;
}
#new_post_subtitle a {
  color: #0b9664 !important;
  font-weight: 700;
}

.divider {
  border-bottom: 1px dashed #ededed;
  height: 1px;
  display: block;
  width: 100%;
  margin: 10px 0;
}

#new_post_subtitle textarea, #new_post_subtitle h3 {
  border: none;
  height: auto;
  color: #3b3b3b;
  outline: none;
  line-height: 20px;
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
}

#new_post_subtitle h3 {
  overflow-wrap: anywhere;
}

#new_post_title input::-moz-placeholder {
  color: #858585;
}

#new_post_title input::placeholder {
  color: #858585;
}

#new_post_subtitle input::-moz-placeholder {
  color: #a4a4a4;
}

#new_post_subtitle input::placeholder {
  color: #a4a4a4;
}

.ce-block__content, .ce-toolbar__content {
  max-width: 100% !important;
}

.image-tool__caption[contentEditable=true][data-placeholder]:before {
  font-weight: 600 !important;
}

.image-tool__image-preloader {
  height: 70px !important;
  background: #fff !important;
}

.ce-toolbar__actions {
  right: calc(100% + 5px) !important;
}

.cdx-notify {
  min-width: 300px !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  font-size: 13px !important;
  padding-right: 25px !important;
  border: 1px solid #ededed !important;
  background: #fff !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.0901960784) !important;
}

.cdx-notify .cdx-notify__cross {
  top: 12px;
  right: 15px;
}

.cdx-notify::before {
  height: calc(100% - 12px) !important;
  top: 4px !important;
  left: -5px !important;
}

.ce-popover-item__title {
  font-size: 13px !important;
  font-weight: 650 !important;
}

.ce-popover-item[data-item-name=columns] .ce-popover-item__icon--tool {
  width: 14px !important;
  margin-left: 6px !important;
  margin-right: 9px !important;
}

.insight-content h1, .insight-content h2, .insight-content h3, .insight-content h4, .insight-content h5 {
  font-weight: 750;
}

.insight-content h1 {
  font-size: 21px;
}

.insight-content h2 {
  font-size: 19px;
}

.insight-content h3 {
  font-size: 17px;
}

.insight-content h4, .insight-content h5, .insight-content h6 {
  font-size: 15px;
}

.insight-content .cdx-input.cdx-quote__text {
  border: none !important;
  box-shadow: none !important;
  background: rgba(12, 166, 112, 0.05);
  color: rgb(32, 94, 73);
  font-size: 15px;
  border-radius: 5px 5px 0 0 !important;
  min-height: auto !important;
  outline: none !important;
  line-height: 20px;
  font-style: italic;
}

.insight-content .cdx-input.cdx-quote__caption {
  margin-top: -10px;
  border: none !important;
  border-radius: 0 0 5px 5px !important;
  background: rgba(12, 166, 112, 0.05);
  color: rgb(32, 94, 73);
  box-shadow: none !important;
  padding-left: 10px !important;
  font-size: 13px;
  font-weight: 700;
  position: relative !important;
}

.cdx-quote [contentEditable=true][data-placeholder]:before {
  font-weight: 500 !important;
}

.ce-toolbar__plus {
  border: 1px solid #ededed;
  background: rgba(0, 0, 0, 0.0196078431);
}

.insight-published-by {
  border-top: 1px dashed #ededed;
  padding-top: 15px;
}

.insight-published-by.preview {
  opacity: 0.7;
  transition: opacity 0.3s;
}

.insight-published-by.preview:hover {
  opacity: 1;
}

.insight-published-by-org {
  font-weight: 500;
  gap: 6px;
  overflow: hidden;
  line-height: 28px;
  font-size: 13px;
  position: relative;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.insight-published-by-org a {
  display: flex;
  font-weight: 650;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  padding: 0 !important;
}

.insight-published-by-org img {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-radius: 6px;
}

.publish-bar {
  height: 60px;
  border-top: 1px solid #ededed;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0 100px;
  width: 100%;
  background: #fff;
  z-index: 100;
}

.publish-right {
  float: right;
}

.publish-insight {
  margin-top: 14px;
  line-height: 30px;
  font-size: 13px;
  padding: 2px 15px;
  display: block;
  float: right;
  border: none;
  border-radius: 5px;
  font-weight: 650;
  background: #163244;
  color: #fff;
  transition: 0.3s;
  position: relative;
}
.publish-insight svg {
  float: left;
}
.publish-insight div {
  visibility: visible;
  position: absolute;
  right: 0;
  top: -100%;
  padding: 3px 10px;
  opacity: 1;
  border-radius: 4px;
  font-size: 12px;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.75);
  transition: 0.3s;
  min-width: 156px !important;
}
.publish-insight div.success {
  background: rgb(12, 166, 112);
  color: #fff;
}
.publish-insight div.success:before {
  border-color: transparent rgb(12, 166, 112) transparent transparent;
}
.publish-insight div:before {
  visibility: visible;
  opacity: 1;
  content: "\a";
  border-style: solid;
  border-width: 6px 4px 6px 0;
  border-color: transparent rgba(0, 0, 0, 0.75) transparent transparent;
  position: absolute;
  right: 15px;
  transform: rotate(-90deg);
  top: 22px;
  transition: 0.3s;
}

.publish-insight.disabled {
  opacity: 0.5;
}

.publish-insight:hover {
  background: #0ca670;
}

.publish-insight:disabled:hover {
  background: rgba(22, 50, 68, 0.4);
}

.save-draft {
  margin-top: 14px;
  line-height: 30px;
  font-size: 13px;
  padding: 2px 15px;
  float: left;
  margin-right: 8px;
  display: block;
  border: none;
  border-radius: 5px;
  font-weight: 650;
  background: rgba(83, 98, 107, 0.1);
  color: #33393f;
  transition: 0.3s;
}
.save-draft svg {
  float: left;
  width: 14px;
  margin-top: 8px;
  margin-right: 8px;
  color: #3e464d;
}

.publish-insight:disabled {
  background: rgba(22, 50, 68, 0.4);
  cursor: default;
}

.publish-insight:disabled:hover div {
  visibility: visible;
  opacity: 1;
}
.publish-insight:disabled:hover div:before {
  visibility: visible;
  opacity: 1;
}

.save-draft:hover {
  color: #343d42;
}

.publish-left {
  float: left;
}
.publish-left .publish-left-section {
  margin-right: 14px;
}

.publish-left .auto-save {
  float: left;
}

.publish-left p {
  line-height: 28px;
  font-size: 12px;
  font-weight: 700;
  color: #757575;
  margin-top: 15px;
}

.publish-left p svg {
  width: 16px;
  float: left;
  margin-top: 7px;
  margin-right: 5px;
}

.publish-left .media-without-credit {
  float: left;
  position: relative;
  cursor: default;
}
.publish-left .media-without-credit .box {
  display: none;
  width: 300px;
  position: absolute;
  background: #ffffff;
  height: 250px;
  left: 0;
  top: -250px;
  box-shadow: 0 0 2px #fdfdfd;
  border: 1px solid #ededed;
  border-radius: 5px;
  overflow-y: scroll;
}
.publish-left .media-without-credit .box ul {
  padding: 10px;
  margin: 0;
  list-style: none;
}
.publish-left .media-without-credit .box ul li {
  overflow: hidden;
  border-bottom: 1px solid #ededed;
  padding: 8px 0;
}
.publish-left .media-without-credit .box ul li img {
  border-radius: 5px;
  float: left;
  height: 70px;
  width: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}
.publish-left .media-without-credit .box ul li div {
  float: left;
  padding-left: 5px;
  width: calc(100% - 75px);
  padding-top: 0px;
}
.publish-left .media-without-credit .box ul li div input {
  width: 100%;
  border: 1px solid #ededed;
  font-size: 12px;
  padding: 5px;
  line-height: 22px;
  height: 32px;
  min-width: 0 !important;
  border-radius: 5px;
  margin-bottom: 5px;
}
.publish-left .media-without-credit .box ul li div input:focus {
  outline: none;
  border: 1px solid #436880;
}

.publish-left .footer-validation-errors {
  float: left;
  position: relative;
  color: #f36e35;
  margin-top: 15px;
  border-left: 1px solid #ededed;
  padding-left: 10px;
}
.publish-left .footer-validation-errors p {
  margin-top: 0;
  color: #f36e35;
}

.publish-left .media-without-credit-error p {
  color: #f36e35;
}

.publish-left .media-without-credit-ok p {
  color: #0ca670;
}

.publish-left .media-without-credit:hover .box {
  display: block;
}

.insight-publish-details {
  margin-top: 5px;
  overflow: hidden;
}
.insight-publish-details .insight-publish-date {
  font-size: 12px;
  margin-right: 4px;
  float: left;
  display: block;
  line-height: 22px;
  font-weight: 600;
  color: #8a8a8a;
}
.insight-publish-details .by {
  float: left;
  line-height: 22px;
}
.insight-publish-details .on {
  line-height: 22px;
  color: #596165;
  font-size: 13px;
  margin-left: 6px;
}

.insight-tags, .insight-tags-items {
  display: flex;
  flex-direction: row;
  gap: 4px;
  flex-wrap: wrap;
  overflow: hidden;
}

.added-tags {
  overflow: hidden;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  gap: 5px;
  flex-wrap: wrap;
}

.cdx-attaches--with-file .cdx-attaches__file-icon-background {
  width: 30px !important;
}

.cdx-notifies {
  bottom: 74px !important;
}

.cdx-attaches--with-file .cdx-attaches__title {
  font-weight: 700 !important;
}

.cdx-attaches--with-file .cdx-attaches__file-icon-label {
  font-weight: 700 !important;
}

.insight-cover_container {
  position: relative;
  margin-bottom: 20px;
}
.insight-cover_container mark {
  background: transparent;
  color: inherit;
  font-weight: inherit;
}
.insight-cover_container .cover-credit {
  overflow: hidden;
  bottom: -40px;
  text-align: center;
}
.insight-cover_container .cover-credit input {
  background: transparent;
  height: auto !important;
  display: block;
  font-weight: 600 !important;
  color: #3c464d;
  width: calc(100% - 8px) !important;
  line-height: 16px;
  padding: 4px 7px;
  font-size: 13px !important;
}
.insight-cover_container .cover-credit .val {
  display: block;
  margin-top: 10px;
  line-height: 16px;
  font-size: 13px;
  font-weight: 600;
  color: #3c464d;
  text-align: center;
}
.insight-cover_container .cover-credit .val span {
  color: #71787e;
}
.insight-cover_container .cover-credit input:focus {
  line-height: 16px;
  outline: none;
}
.insight-cover_container .cover-caption {
  margin-top: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.insight-cover_container .cover-caption input {
  background: transparent;
  height: auto !important;
  display: block;
  font-weight: 600 !important;
  color: #3c464d;
  line-height: 10px;
  padding: 4px 7px;
  font-size: 13px !important;
}
.insight-cover_container .cover-caption .val {
  text-align: center;
  display: block;
  line-height: 16px;
  font-size: 13px;
  font-weight: 700;
  color: rgb(41, 47, 50);
  width: 100%;
}
.insight-cover_container .cover-options {
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  transition: opacity 0.3s;
  z-index: 3;
}
.insight-cover_container .cover-options button {
  display: block;
  background: transparent;
  border: none;
  padding: 3px;
  color: #fff;
}
.insight-cover_container .cover-options button svg {
  display: block;
  width: 17px;
  height: 17px;
}
.insight-cover_container .insight-cover-image-container {
  aspect-ratio: 2;
  position: relative;
}
.insight-cover_container .insight-cover-image-container img.prim {
  aspect-ratio: 2/1;
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
  border-radius: 8px;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
  height: 100%;
}
.insight-cover_container .insight-cover-image-container img.extra {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 100%;
  filter: blur(15px);
  opacity: 0.3;
  top: 0;
}

.insight-cover_container:hover .cover-options {
  opacity: 1;
}

.image-box {
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 5px;
  padding: 10px;
  margin-top: 10px;
}

.credit-container {
  overflow: hidden;
  margin-bottom: 5px;
}
.credit-container .credit-label {
  float: left;
  color: #71787e;
  line-height: 10px;
  font-size: 12px;
  margin-right: 3px;
  padding: 7px 0;
}
.credit-container .image-tool__credit {
  float: right;
  background: #fff;
  border: 1px solid #ededed;
  padding: 7px;
  line-height: 16px;
  font-size: 12px;
  font-weight: 650;
  color: #313131;
  border-radius: 5px;
  width: calc(100% - 80px) !important;
  box-shadow: none;
}

.caption-container {
  overflow: hidden;
  margin-bottom: 5px;
}
.caption-container .caption-label {
  float: left;
  color: #71787e;
  line-height: 10px;
  font-size: 12px;
  margin-right: 3px;
  padding: 7px 0;
}
.caption-container .image-tool__caption {
  float: right;
  background: #fff;
  border: 1px solid #ededed;
  padding: 7px;
  line-height: 16px;
  font-size: 12px;
  font-weight: 650;
  color: #313131;
  border-radius: 5px;
  width: calc(100% - 80px) !important;
  box-shadow: none;
}

.cdx-input.image-tool__credit:before {
  color: rgba(77, 77, 77, 0.69) !important;
  width: 100%;
}

.image-tool__image {
  margin-bottom: 0px !important;
}

#sidebar-toggle-button {
  position: fixed;
  top: 80px;
  right: 20px;
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #e0e0e0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  width: 26px;
  height: 26px;
  transition: 0.4s;
  z-index: 100;
}
#sidebar-toggle-button svg {
  display: block;
  width: 16px;
  height: 16px;
  margin: 4px auto;
  transition: 0.3s;
}

#sidebar-toggle-button:hover {
  right: 24px;
  transition: 0.3s;
  color: #0a5fa5;
}

.insight-side-bar-open #sidebar-toggle-button {
  right: 386px;
}
.insight-side-bar-open #sidebar-toggle-button svg {
  transform: rotate(180deg);
}

.edit-insight-sidebar-section.source_url .insight-sidebar-section-body {
  padding: 5px 0;
}
.edit-insight-sidebar-section.source_url .insight-sidebar-section-body .guide {
  margin-top: 4px;
  border: 1px solid #ededed;
  background: rgba(246, 246, 246, 0.3);
  color: #3b3b3b;
  padding: 6px;
  border-radius: 6px;
  font-size: 12px;
  line-height: 16px;
}
.edit-insight-sidebar-section.source_url .insight-sidebar-section-body .guide svg {
  margin-right: 5px;
  color: #f8ac08;
  width: 20px;
  float: left;
}
.edit-insight-sidebar-section.source_url .insight-sidebar-section-body .source-input-control {
  position: relative;
}
select:focus {
  outline: none;
}

input:focus {
  outline: none !important;
}

.insight-row {
  display: flex;
}

.insight-card {
  width: calc(33% - 20px);
  position: relative;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  margin: 10px 0 10px 10px;
  border: 1px solid #ededed;
  border-radius: 8px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  aspect-ratio: 2;
}
.insight-card .tags {
  gap: 4px;
  max-height: 41px;
  overflow: hidden;
}
.insight-card .tags .tag {
  margin-bottom: 0 !important;
}
.insight-card .insight-card-info {
  padding: 10px;
  gap: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.insight-card .insight-card-info h3 {
  font-weight: 700;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 47px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  align-items: center;
  font-size: 16px;
}
.insight-card .insight-card-info .by {
  line-height: 21px;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.insight-card .insight-card-info .publish-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.insight-card .insight-card-info .publication-day {
  font-size: 12px;
  line-height: 20px;
  margin-top: 5px;
  display: block;
  overflow: hidden;
}
.insight-card .insight-card-info .publication-day svg {
  width: 16px;
  margin-top: 1px;
  margin-right: 3px;
  float: left;
}
.insight-card h4 {
  font-weight: 650;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 5px;
  color: #5e5e5e;
  font-size: 14px;
  line-height: 23px;
  padding: 0 !important;
  color: #646464;
  display: -webkit-box;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  /* white-space: nowrap; */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 50px;
  display: -webkit-box;
}
.insight-card h4 a {
  color: #0b9664 !important;
  font-weight: 650;
}
.insight-card .insight-card-footer {
  padding: 10px;
  padding-top: 0 !important;
}
.insight-card .insight-card-primary-button {
  border-top: 1px solid #ededed;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  display: block;
  font-size: 13px;
  text-align: center;
  padding: 12px;
  border-radius: 0 0 8px 8px;
  font-weight: 650;
}
.insight-card .insight-card-primary-button:hover {
  background: rgba(246, 246, 246, 0.75);
}

.insight-card-cover-container {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  aspect-ratio: 2;
  padding: 0;
  position: relative;
}
.insight-card-cover-container img.prim {
  margin: 0;
  aspect-ratio: 2;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
}
.insight-card-cover-container img.extra {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 100%;
  filter: blur(30px);
  opacity: 0.3;
  top: 0;
}

.insight-img-prime {
  margin: 0;
  aspect-ratio: 2;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
}

.insight-img-extra {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 100%;
  filter: blur(30px);
  opacity: 0.3;
  top: 0;
}

.render-insight-content {
  margin-bottom: 20px;
  line-height: 1.6rem;
}
.render-insight-content mark {
  background: transparent;
  color: inherit;
  font-weight: inherit;
}
.render-insight-content b, .render-insight-content strong {
  font-weight: 700 !important;
}
.render-insight-content b *, .render-insight-content strong * {
  font-weight: 700 !important;
}
.render-insight-content .esg-render {
  padding: 0.4em 0;
}
.render-insight-content a {
  text-decoration: underline;
  cursor: pointer;
}
.render-insight-content hr {
  margin: 10px 0;
  opacity: 0.4;
}
.render-insight-content blockquote {
  line-height: 22px;
  padding: 10px 12px;
  background: rgba(12, 166, 112, 0.05);
  color: rgb(32, 94, 73);
  border-radius: 5px;
  font-size: 15px;
}
.render-insight-content .esg-render-paragraph {
  font-weight: 550;
  line-height: 1.6em;
  font-size: 16px;
}
.render-insight-content .esg-render-paragraph h1, .render-insight-content .esg-render-paragraph h2, .render-insight-content .esg-render-paragraph h3 {
  margin-top: 14px;
  margin-bottom: 7px;
}
.render-insight-content .esg-render-quote {
  line-height: 20px;
}
.render-insight-content .esg-render-quote .quote-wrapper {
  line-height: 20px;
  padding: 10px 12px;
  background: rgba(12, 166, 112, 0.05);
  color: rgb(32, 94, 73);
  border-radius: 5px;
}
.render-insight-content .esg-render-quote .quote-wrapper .quote-content {
  font-size: 15px;
  font-style: italic;
  margin-bottom: 15px;
}
.render-insight-content .esg-render-quote .quote-wrapper .quote-caption {
  color: rgb(32, 94, 73);
  position: relative;
  font-size: 13px;
  font-weight: 700;
}
.render-insight-content .esg-render-columns {
  display: flex;
  width: 100%;
  gap: 10px;
  margin-bottom: 10px;
  flex-direction: row;
}
.render-insight-content .esg-render-columns .column-wrapper {
  display: flex;
  width: 100%;
  gap: 10px;
  margin-bottom: 10px;
  flex-direction: row;
}
.render-insight-content .esg-render-columns .column-wrapper .column {
  flex: 50%;
}
.render-insight-content .esg-render-list {
  padding-left: 40px;
}
.render-insight-content .esg-render-list ol {
  list-style: decimal;
}
.render-insight-content .esg-render-list ul {
  list-style: disc;
}
.render-insight-content .esg-render-list li {
  padding: 5.5px 0 5.5px 3px;
  line-height: 1.6em;
}
.render-insight-content .esg-render-yt iframe {
  width: 100%;
  display: block;
}
.render-insight-content .esg-render-yt .embed-caption {
  display: block;
  margin-top: 10px;
  line-height: 10px;
  font-size: 13px;
  font-weight: 650;
  color: #292f32;
}
.render-insight-content .esg-render-attachment .file-wrapper {
  display: block;
  overflow: hidden;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid #eff0f1;
  border-radius: 7px;
  background: #fff;
}
.render-insight-content .esg-render-attachment .file-wrapper .file-info {
  float: left;
  max-width: calc(100% - 80px);
  margin: auto 0;
  margin-right: 12px;
}
.render-insight-content .esg-render-attachment .file-wrapper .file-info .file-title {
  font-weight: 700;
  overflow: hidden;
  outline: none;
  font-size: 14px;
  display: block;
  line-height: 1em;
}
.render-insight-content .esg-render-attachment .file-wrapper .file-info .file-size {
  font-size: 12px;
  line-height: 1em;
  color: #707684;
  font-weight: 600;
}
.render-insight-content .esg-render-attachment .file-wrapper .download-icon {
  background: #f8f8f8;
  border-radius: 8px;
  padding: 6px;
  float: right;
  display: block;
}
.render-insight-content .esg-render-attachment .file-wrapper .download-icon svg {
  display: block;
  width: 20px;
  height: 20px;
}
.render-insight-content .esg-render-attachment .file-wrapper .file-icon {
  float: left;
  width: 30px;
  margin-right: 12px;
  border-radius: 9px;
  color: #fff;
  height: 30px;
  position: relative;
  font-weight: 700;
}
.render-insight-content .esg-render-attachment .file-wrapper .file-icon span {
  position: absolute;
  left: 3px;
  top: 11px;
  background: inherit;
  text-transform: uppercase;
  line-height: 1em;
  color: #fff;
  padding: 1px 2px;
  border-radius: 3px;
  font-size: 10px;
}
.render-insight-content .esg-render-image .image-wrapper {
  border-radius: 3px;
  overflow: hidden;
}
.render-insight-content .esg-render-image .image-wrapper img {
  width: auto;
  margin: auto;
  display: block;
  max-width: 100%;
}
.render-insight-content .esg-render-image .credit {
  display: block;
  margin-top: 10px;
  line-height: 16px;
  font-size: 13px;
  font-weight: 600;
  color: #3c464d;
  text-align: center;
}
.render-insight-content .esg-render-image .credit span {
  color: #71787e;
}
.render-insight-content .esg-render-image .caption {
  text-align: center;
  display: block;
  margin-top: 10px;
  line-height: 16px;
  font-size: 13px;
  font-weight: 700;
  color: #292f32;
}

.render-insight-content.render-html {
  line-height: 24px;
}
.render-insight-content.render-html ol, .render-insight-content.render-html ul {
  margin-left: 0 !important;
  list-style-position: inside;
  margin-bottom: 1.2rem;
}
.render-insight-content.render-html .bullet {
  display: inline-block;
  width: 7px;
  height: 5px;
  margin-right: 6px;
  position: relative;
  border-radius: 50%;
}
.render-insight-content.render-html .bullet:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: -4px;
  background: black;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.render-insight-content.render-html div.break {
  display: block;
  margin-bottom: 20px;
}
.render-insight-content.render-html div.half-break {
  display: block;
  margin-bottom: 16px;
}
.render-insight-content.render-html h4 {
  font-size: 17px !important;
}
.render-insight-content.render-html a {
  color: #0ca670;
  text-decoration: none;
}
.render-insight-content.render-html p {
  margin-bottom: 18px;
}
.render-insight-content.render-html img {
  max-width: 100%;
  width: auto !important;
  display: block;
  margin: 10px auto;
}

#insight-report-find .report-list-container {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#insight-report-find .report-list-container h4 {
  font-weight: 650;
  font-size: 13px;
  color: #53626b;
  text-transform: uppercase;
}
#insight-report-find .report-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#insight-report-find .no-report-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 5px 0;
  background: #f8f8f8;
  padding: 10px;
  border-radius: 5px;
  gap: 5px;
}
#insight-report-find .no-report-found span {
  font-size: 14px;
  font-weight: 650;
  color: #53626b;
}
#insight-report-find .no-report-found p {
  color: #2f3b42;
  font-size: 12px;
}
#insight-report-find .report-item {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
}
#insight-report-find .report-item img {
  border-radius: 4px;
  width: 40px;
  height: 58px;
  border: 1px solid #ededed;
}
#insight-report-find .report-item button {
  font-size: 12px;
  color: #000;
  border: 1px solid #ededed;
  background: #fff;
  padding: 3px 7px;
  border-radius: 4px;
  font-weight: 650;
  margin-left: auto;
  transition: 0.3s;
}
#insight-report-find .report-item button:hover {
  background: #0a212e;
  border-color: #0a212e;
  color: #fff;
}
#insight-report-find .report-item div {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
#insight-report-find .report-item .report-title {
  color: #2b3439;
  font-weight: 650;
}
#insight-report-find .report-item .report-pub {
  font-weight: 550;
  color: #436880;
}
#insight-report-find .embargo-message {
  margin: 10px 0;
  font-size: 13px;
  color: #fff;
  background: #e19818;
  padding: 6px;
  border-radius: 5px;
  line-height: 17px;
}
#insight-report-find .detach-report {
  background: #fff;
  color: #dd3e3d;
  border: 1px solid;
  border-radius: 10px;
  padding: 3px 10px;
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 11px;
  font-weight: 750;
  margin: 10px auto auto;
}
#insight-report-find .detach-report svg {
  width: 16px;
}
#insight-report-find .detach-report:hover {
  background: #dd3e3d;
  color: #fff;
}
#insight-report-find .chosen-report {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: flex-start;
}
#insight-report-find .chosen-report .report-cover-image {
  border-radius: 4px;
  width: 70px;
  border: 1px solid #ededed;
}
#insight-report-find .chosen-report .by {
  padding-bottom: 0 !important;
}
#insight-report-find .chosen-report .report-detail-container {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#insight-report-find .chosen-report .report-title {
  color: #2b3439;
  font-size: 14px;
  font-weight: 750;
}

.report-pub {
  font-weight: 650;
  color: #436880;
  display: flex;
  flex-direction: row;
  gap: 3px;
}
.report-pub svg {
  width: 16px;
}

.insight-content-container #share-post {
  position: absolute;
  right: -40px;
  top: 30px;
}

.share-on-social {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.share-on-social .item {
  cursor: pointer;
  display: block;
}
.share-on-social .item svg {
  transition: 0.4s;
  color: #7d878d;
  width: 22px;
  display: block;
}
.share-on-social .item:hover svg {
  color: #0a5fa5;
}

.back-to-insights {
  position: absolute;
  left: -140px;
  font-size: 12px;
  font-weight: 700;
  top: 42px;
  padding: 4px 8px;
  line-height: 18px;
  transition: 0.3s;
  border-radius: 8px;
  border: 1px solid transparent;
}
.back-to-insights svg {
  width: 12px;
  margin-right: 4px;
  float: left;
  margin-top: 3px;
}

.insight-sidebar {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.insight-sidebar-block {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.insight-sidebar-block-title {
  font-size: 13px;
  font-weight: 750;
  text-transform: uppercase;
  color: #53626b;
}

.insight-sidebar-share .share-on-social {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.insight-report-block {
  background-size: cover;
  position: relative;
}
.insight-report-block .open-report {
  margin-top: 10px;
}
.insight-report-block .open-report a {
  width: 100%;
  color: #000;
  border: 1px solid #ededed;
  font-size: 13px;
  padding: 9px 5px;
  line-height: 16px;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: center;
  align-items: center;
}
.insight-report-block .open-report a svg {
  width: 15px;
}
.insight-report-block .open-report a:hover {
  background: linear-gradient(85deg, #20b37f, #2ea1db);
  color: #fff;
  padding: 10px 15px;
  border: none;
}
.insight-report-block .report-details {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.insight-report-block .report-details .by {
  margin: 0 !important;
  padding-bottom: 0 !important;
}
.insight-report-block .report-details h4 {
  font-weight: 750;
  font-size: 15px;
}
.insight-report-block .report-details p {
  font-size: 13px;
  line-height: 16px;
  color: #5a6267;
  font-weight: 550;
  margin-bottom: 5px;
}
.insight-report-block .report-cover-image {
  width: 100px;
  border-radius: 10px;
  border: 1px solid #ededed;
  margin: auto;
}

.insight-sidebar {
  width: 300px;
}

.insight-wrapper {
  width: 100%;
  justify-content: center;
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
}
.insight-wrapper .insight-content-container {
  margin: 0 !important;
  flex: 1;
}

.insight-content-container .back-to-insights:hover {
  background: #fff;
  border: 1px solid #ededed;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

@media print {
  header, footer {
    display: none;
  }
  .insight-content-container .back-to-insights {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .insight-wrapper {
    flex-direction: column-reverse;
  }
  .insight-card .insight-card-info h3 {
    height: auto !important;
  }
  .insight-sidebar {
    width: 100%;
    padding: 0 5px;
  }
  .insight-content-container {
    width: 100%;
    max-width: 100%;
    padding: 5px;
  }
  .insight-content-container #share-post {
    position: fixed;
    bottom: 10px;
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ededed;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 0 5px;
    z-index: 100;
  }
  .insight-content-container #share-post .share-on-social {
    display: flex;
    flex-direction: row !important;
  }
  .insight-content-container #share-post .item {
    float: left;
    margin-bottom: 0;
    padding: 10px 15px;
    display: block;
  }
  .insight-content-body {
    padding: 5px 15px;
  }
}
.ce-block b, .ce-block b * {
  font-weight: 700 !important;
}

#only-desktop {
  display: none;
  position: fixed;
  top: 62px;
  background: #f7f7f7;
  height: calc(100vh - 62px);
  width: 100%;
  left: 0;
  z-index: 101;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
}
#only-desktop svg {
  width: 70px;
}
#only-desktop h3 {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
#only-desktop p {
  color: #656565;
  font-weight: 650;
  font-size: 13px;
  text-align: center;
}

@media only screen and (min-width: 700px) and (max-width: 1100px) {
  #new_post.insight-side-bar-open {
    width: 100% !important;
  }
}
@media only screen and (max-width: 700px) {
  #only-desktop {
    display: flex !important;
  }
}
#my-insight-filter {
  border-bottom: 1px solid #ededed;
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
#my-insight-filter .left, #my-insight-filter .right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}
#my-insight-filter label {
  color: #53626b;
}
#my-insight-filter select {
  padding: 0 4px;
  width: 180px;
  height: 30px;
  font-size: 13px;
  color: #394850;
}
#my-insight-filter .right {
  margin-left: auto;
}
#my-insight-filter .right input {
  border-radius: 20px;
  display: block;
  min-width: 250px;
  padding: 0 15px !important;
  line-height: 14px;
}

.new-index {
  background: #fff;
  min-height: calc(100vh - 62px);
}

.new-index-stick .cover {
  display: none !important;
}

.new-index-stick .index-top {
  position: fixed;
  right: 0;
  background: #fff;
  z-index: 200;
  width: calc(100% - 351px);
  top: 62px;
}
.new-index-stick .applied_filters {
  position: fixed;
  right: 0;
  z-index: 200;
  width: calc(100% - 351px);
  top: 124px;
}

.new-index .cover {
  height: 100px;
  /*background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8)), url("/esg_org_back.png");*/
  position: relative;
  background-size: cover;
  background-position: center;
  color: #fff;
  background: linear-gradient(85deg, #20b37f, #2ea1db);
  display: flex;
  align-items: center;
  padding: 0 30px;
}
.new-index .cover .cover-right {
  margin-left: auto;
}
.new-index .cover .cover-nudge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
}
.new-index .cover .cover-nudge p {
  font-size: 20px;
  font-weight: 700;
}
.new-index .cover .cover-nudge div {
  display: flex;
  gap: 5px;
  flex-direction: row;
  align-items: center;
}
.new-index .cover .cover-nudge svg {
  width: 24px;
  margin-left: -24px;
}
.new-index .cover .cover-nudge a, .new-index .cover .cover-nudge button {
  outline: none;
  border: none !important;
  font-size: 15px;
  background: #fff;
  color: #000;
  padding: 8px 12px;
  font-weight: 700;
  border-radius: 8px;
}
.new-index .cover .cover-nudge a span, .new-index .cover .cover-nudge button span {
  background: linear-gradient(175deg, #06bc7c, #2688b9);
  -webkit-background-clip: text;
  background-clip: text;
  background-size: cover;
  -webkit-text-fill-color: transparent;
}

.new-index .cover h3 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: 30px;
  font-weight: 650;
}
.new-index .cover h3 .invest-esg-logo {
  background: url("/assets/invest_esg_logo.png");
  background-size: contain;
  width: 156px;
  height: 24px;
  display: inline-block;
  margin-top: -8px;
  vertical-align: middle;
}

.new-index #filters {
  min-height: 600px;
  width: 350px;
  padding: 30px;
  float: left;
  overflow-y: scroll !important;
  height: calc(100% - 62px) !important;
  overflow-x: hidden !important;
}

.new-index-stick #filters {
  height: calc(100% - 62px) !important;
  position: fixed !important;
  top: 62px;
  left: 0;
}

.new-index .filter-block {
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
  margin-bottom: 28px;
}

.new-index .filter-block .filter-header {
  cursor: pointer;
}

.clear {
  clear: both;
}

.new-index .filter-block .filter-header h3 {
  color: #0ca670;
  letter-spacing: 0.25px;
  font-size: 16px;
  font-weight: 700;
  float: left;
}

.new-index .filter-block .filter-header .help-btn {
  float: left;
  margin-left: 8px;
  position: relative;
}

.new-index .filter-block .filter-header .help-btn svg {
  color: #0ca670;
  opacity: 0.6;
  cursor: pointer;
  position: relative;
  width: 20px;
}

.new-index .filter-block .filter-header .help-btn svg:hover + .tooltip {
  opacity: 1;
  transition: 0.7s;
  visibility: visible;
}

.new-index .filter-block .filter-header .help-btn .tooltip {
  background: rgba(0, 0, 0, 0.85);
  font-family: Poppins, sans-serif;
  z-index: 10000;
  visibility: hidden;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  padding: 10px;
  position: absolute;
  width: 320px;
  max-width: 200px;
  border-radius: 5px;
  top: 25px;
  left: -93px;
  opacity: 0;
  box-shadow: 0 0 3px rgb(0, 0, 0) inset;
}

.new-index .filter-block .filter-header .help-btn .tooltip:before {
  content: "\a";
  border-style: solid;
  border-width: 6px 4px 6px 0;
  border-color: transparent rgba(0, 0, 0, 0.85) transparent transparent;
  position: absolute;
  left: 50%;
  transform: rotate(90deg);
  top: -8px;
}

.new-index .filter-block .filter-header svg:hover {
  transition: 0.4s;
  opacity: 1;
}

.new-index #type_filter {
  width: 90%;
  /*background: red !important;*/
  margin: 20px auto;
  border-radius: 5px;
  background: #f7f7f7;
  border: 1px solid #ededed;
  height: 44px;
}

.new-index #type_filter button {
  background: #fff;
  line-height: 10px;
  font-size: 15px;
  padding: 10px;
  margin: 3px auto;
  border-radius: 3px;
  border: 1px solid #ededed;
}

.new-index input[type=checkbox]:checked {
  background: #0a5fa5;
  border-color: #0a5fa5;
}

.new-index input[type=checkbox], .checkbox-option input[type=checkbox] {
  background: #ececec;
  border: 1px solid rgba(201, 201, 201, 0.53);
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 20px;
  border-radius: 4px;
  width: 20px;
  cursor: pointer;
}

.new-index input[type=radio]:checked, .checkbox-option .new-index input[type=radio]:checked {
  background: #0a5fa5;
  border-color: #0a5fa5;
}

.new-index input[type=radio], .checkbox-option input[type=radio] {
  background: #ececec;
  border: 1px solid rgba(201, 201, 201, 0.53);
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 20px;
  border-radius: 50%;
  width: 20px;
  cursor: pointer;
}

.new-index .filter-block .filter-body {
  margin-top: 10px;
  font-family: Poppins, sans-serif;
}

.new-index .filter-block label {
  font-family: Poppins, sans-serif;
}

#sfdr_filter input[type=checkbox] {
  float: left;
  display: block;
}

#sfdr_filter label {
  float: left;
  line-height: 21px;
  margin-left: 8px;
  font-size: 15px;
}

.checkbox-option {
  display: block;
  overflow: hidden;
  padding: 7px;
}

.new-index .search-input-box {
  position: relative;
  width: 100%;
  height: 36px;
  font-size: 12.5px;
  border-radius: 10px;
  overflow: hidden;
  /*box-shadow: 2px 0 3px rgba(0, 0, 0, 0.02);*/
  border: 1px solid #ededed;
}

.new-index .search-input-box input {
  outline: none;
  padding-right: 35px;
  line-height: 36px;
  border: none !important;
  position: absolute;
  width: 100%;
  border-radius: 6px;
  height: 100%;
}

.new-index .search-input-box svg {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 12px;
  top: 7px;
  color: #656565;
}

.new-index .tag-filter .search-input-box {
  margin-bottom: 15px;
}

.new-index .tag-group {
  padding: 2px 5px;
}

.new-index .tag-group .tag-group-title {
  color: #676767;
  margin-top: 10px;
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 13.5px;
}

.new-index .tag-group .tag-group-title svg {
  float: right;
  width: 14px;
  height: 14px;
  margin-top: 3px;
  cursor: pointer;
}

.new-index .tag-group .checkbox-option {
  padding: 5px 8px;
}

.new-index .tag-group .checkbox-option label {
  font-size: 13px;
  float: left;
  line-height: 18px;
  margin-left: 8px;
  overflow: hidden;
  /*height: 20px;*/
  /*text-overflow: ellipsis;*/
  max-width: calc(100% - 26px);
}

.new-index .tag-group .checkbox-option input[type=checkbox] {
  width: 18px;
  height: 18px;
  float: left;
}

.new-index .checkbox-group .checkbox-option input {
  float: left;
}

.new-index .checkbox-group .checkbox-option label {
  font-size: 13px !important;
  display: block;
  float: left;
  margin-left: 8px;
  line-height: 20px;
  float: left;
  max-width: calc(100% - 30px);
}

.new-index .showall {
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
  transition: 0.4s;
  border: 1px solid #ededed;
  line-height: 15px;
  padding: 3px 8px;
  font-size: 11.5px;
  font-weight: 600;
  color: #858585;
  border-radius: 6px;
  display: block;
  margin: 10px auto auto;
}

.new-index .showall:hover {
  background: #f8f8f8;
}

.new-index .indicator {
  float: right;
  font-size: 12px;
  line-height: 18px;
  color: #9e9fa8;
}

.new-index #org-list, .new-index #report-list, .new-index #insight-list {
  width: calc(100% - 350px);
  float: right;
  border-left: 1px solid rgba(225, 225, 225, 0.6);
  margin-left: -1px;
}

.new-index-stick #org-list, .new-index-stick #report-list, .new-index-stick #insight-list {
  padding-top: 202px;
}

.overflow-hidden {
  overflow: hidden;
}

.new-index .org {
  width: 50%;
  /*height: 155px;*/
  padding: 20px 15px;
  position: relative;
  float: none;
  display: flex;
}

.org.org-featured {
  position: relative;
  background: linear-gradient(45deg, rgba(74, 191, 149, 0.06), rgba(16, 149, 217, 0.06)) !important;
}

.org.org-featured:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
  background: url(/beam.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

a:focus {
  outline: none !important;
}

.new-index .org h2 a {
  font-size: 16.5px;
  text-decoration: none !important;
  font-weight: 650;
  color: #444444;
  transition: color 0.3s;
}

.new-index .org h2 a:hover {
  color: #116496;
}

.new-index .org h2 {
  font-size: 16.5px;
  font-weight: 650;
  text-decoration: none;
}

.new-index .org .teaser {
  font-family: "Poppins";
  margin-top: 4px;
  font-size: 13px;
  color: #898989;
  line-height: 20px;
  height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  max-width: 100%;
  overflow: hidden;
}

.new-index .org .org-logo {
  width: 68px;
  height: 68px;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  background: #fff;
  /* border: 1px solid #ededed !important; */
}

.new-index .org .org-logo-container {
  /*padding:2px;*/
  border-radius: 6px;
  overflow: hidden;
  height: 70px;
  width: 70px;
  border: 1.5px solid #ededed;
}

.new-index .org-tags {
  margin-top: 5px;
  overflow: hidden;
}

.new-index .org-tag {
  float: left;
  font-size: 11.5px;
  font-family: Poppins;
  background: rgba(12, 166, 112, 0.15);
  color: rgba(0, 96, 64, 0.7);
  border-radius: 3px;
  padding: 3px 5px;
  text-decoration: none;
  margin-right: 5px;
  margin-bottom: 5px;
  transition: 0.3s;
}

.new-index .org-tag:hover {
  background: rgb(9, 150, 100);
  color: #fff;
}

.org-row {
  /*padding:10px 0;*/
  display: flex;
  border-bottom: 1px solid #ededed;
}

.org-row:last-child {
  /*border-bottom: 0 !important;*/
}

.org-row .org:first-child {
  border-right: 1px solid #ededed !important;
}

.org-row .org:nth-child(2) {
  border-left: 1px solid #ededed;
  margin-left: -1px;
}

.org-actions {
  margin-top: 10px;
  overflow: hidden;
  position: absolute;
  bottom: 5px;
}

.org-action {
  display: block;
  overflow: hidden;
  margin-right: 18px;
  font-size: 12px;
  text-decoration: none;
  float: left;
  display: block;
  color: rgba(22, 30, 37, 0.66);
  font-family: Poppins;
  transition: 0.3s;
  line-height: 18px;
  padding: 3px 6px;
  font-weight: 700;
}

.org-action:hover {
  color: #0080bb;
}

.org-action svg {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 5px;
}

.new-index .more-info {
  border: 1px solid;
  border-radius: 6px;
  color: #58a6cd;
}

.new-index .more-info:hover {
  background: #0080bb;
  border-color: #0080bb;
  color: #fff;
}

.loadmore {
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 16px;
  color: #5b5b5b;
  display: block;
  background: #fff;
  font-size: 12.5px;
  border-radius: 10px;
  margin: 30px auto;
  display: block;
  border: 1px solid #ededed;
  transition: 0.4s;
}

.loadmore:disabled, .load-more[disabled] {
  display: block;
  opacity: 0.7;
  cursor: default;
}

.loadmore:hover {
  background: #f7f7f7;
  color: #3f3f3f;
}

.cursor-pointer {
  cursor: pointer !important;
}

.org-section {
  border-top: 1px solid #ededed;
}

.remove-filters {
  float: right;
  background: #fff;
  line-height: 12px;
  padding: 3px 5px;
  display: block;
  border-radius: 5px;
  color: #606060;
  font-size: 10.5px;
  border: 1px solid #e8e8e8;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
  transition: 0.3s;
  margin-top: 2px;
}

.remove-filters:hover {
  background: #f7f7f7;
  color: #0a1c16;
}

.remove-filters svg {
  display: block;
  float: left;
  width: 11px;
  height: 11px;
  margin-right: 2px;
  margin-top: 0.5px;
}

.new-index .filter-block:last-child {
  border-bottom: none;
}

#dist-filter {
  position: relative;
}

.new-index .country-search-result {
  width: 100%;
  top: 30px;
  border: 1px solid #ededed;
  margin-top: 10px;
  padding: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  line-height: 16px;
  border-radius: 6px;
  font-size: 12px;
  max-height: 160px;
  position: absolute;
  z-index: 1000;
  background: #fff;
  overflow-y: scroll;
}

.new-index .country-search-result .region-label {
  font-weight: 400;
  color: #4f4f4f;
  cursor: pointer;
  transition: 0.4s;
  font-size: 13px;
}

.new-index .country-search-result .region-label:hover {
  color: #0a97d9;
}

.new-index .country-search-result .subregion {
  padding-left: 10px;
}

.new-index .country-search-result .subregion-label {
  font-size: 12.5px;
  color: #53626b;
  transition: 0.4s;
  cursor: pointer;
  margin: 4px 0;
}

.new-index .country-search-result .subregion-label:hover {
  color: #0a97d9;
}

.new-index .country-search-result ul {
  padding: 0 10px;
  margin: 0;
  display: block;
}

.new-index .country-search-result li {
  display: block;
  cursor: pointer;
  padding: 5px 0;
  transition: 0.4s;
}

.new-index .country-search-result li:hover {
  color: #0a97d9;
}

.selectedBadges {
  margin-top: 10px;
  padding: 0 5px;
  overflow: hidden;
}

.selectedBadges span {
  display: block;
  background: rgba(10, 151, 217, 0.2);
  color: #0a5fa5;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 12px;
  padding: 3px 4px;
  border-radius: 4px;
  font-size: 11px;
  margin-right: 5px;
  margin-bottom: 5px;
  float: left;
  transition: 0.3s;
}

.selectedBadges span svg {
  float: left;
  width: 11px;
  margin-right: 2px;
}

.selectedBadges span:hover {
  background: rgba(217, 10, 10, 0.2);
  cursor: pointer;
  color: rgba(89, 0, 0, 0.61);
}

.new-index .index-top {
  padding: 10px 30px;
  height: 62px;
  overflow: hidden;
  border-bottom: 1px solid #ededed;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.new-index .index-top-left {
  display: flex;
  flex: 1;
  padding-right: 10px;
  gap: 5px;
}
.new-index .index-top-left .first-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.new-index .index-top-left .push-right {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

.new-index .index-top-right {
  display: flex;
  margin-left: auto;
}

.new-index .index-top .index-search {
  width: 300px;
  position: relative;
}

.new-index .index-top .index-search svg {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  color: #545454;
}

.new-index .index-top .index-search input {
  font-size: 13px;
}

.new-index .index-top .index-search input:focus {
  outline: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.new-index .queryResult {
  color: #5d5d5d;
  font-size: 12.5px;
  line-height: 24px;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 7px;
}

.new-index .queryResult svg {
  display: block;
  width: 15px;
}

.loader {
  width: 20px;
  height: 20px;
  border: 2.5px solid #fff;
  border-bottom-color: #0f8ebb;
  border-radius: 50%;
  display: block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  float: left;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.new-index .loading {
  display: none;
  margin: 100px auto;
  width: 200px;
}

.new-index .loading h3 {
  font-weight: 300;
  display: block;
  text-align: center;
  margin-top: 20px;
  color: #4b4b4b;
  font-size: 15px;
}

.sdg-no {
  float: right;
  font-size: 11px;
  display: block;
  line-height: 17px;
  background: #dedede;
  width: 16px;
  text-align: center;
  border-radius: 5px;
  height: 16px;
  color: #9a9a9a;
}

.sdg-no:first-child {
  background: #E5243B !important;
}

.sdg-no:nth-child(2) {
  background: #DDA63A !important;
}

.cursor-pointer {
  cursor: pointer;
}

.collapse-filter {
  float: right;
  width: 16px;
  cursor: pointer;
  transition: 0.4s;
  margin-top: 2px;
  color: #9d9d9d;
}

.collapse-filter:hover {
  color: #0ca670;
}

.filter-block.collapsed .collapse-filter {
  transform: rotate(180deg);
}

.filter-block.collapsed .filter-body {
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden;
}

#list_org a {
  background: #2ea1db !important;
  background-color: none;
}

#list_org a:hover {
  background: linear-gradient(90deg, #20b37f, #2ea1db) !important;
  /*background: linear-gradient(200deg, #20b3ae, #2ea1db) !important;*/
}

.loadObserver .loader {
  display: block;
  margin: auto;
  float: none !important;
  margin-top: 30px;
}

.help-btn svg {
  width: 20px;
}

.index-top .index-top-buttons {
  display: none;
  height: 24px !important;
}

.new-index #filters .show-results {
  display: none;
}

@media only screen and (max-width: 1366px) and (min-width: 700px) {
  .new-index .index-top {
    padding: 10px !important;
    position: relative;
  }
  .new-index .index-top .index-search {
    width: 240px !important;
  }
  .index-top .index-top-buttons {
    display: block !important;
    float: none;
  }
  .index-top .index-top-buttons svg {
    width: 24px;
    cursor: pointer;
  }
  .new-index #filters {
    position: fixed;
    float: none;
    width: 100%;
    height: 100%;
    z-index: 30;
    background: #fff;
    top: 0 !important;
    bottom: 0 !important;
    padding-top: 90px !important;
    overflow-y: scroll;
    left: -100%;
    transition: 0.4s;
    padding-bottom: 120px;
  }
  .new-index #org-list, .new-index #report-list, .new-index #insight-list {
    width: 100%;
  }
  .new-index #filters {
    position: fixed;
    float: none;
    width: 100%;
    max-width: 360px !important;
    min-height: 100%;
    height: auto;
    overflow-y: scroll;
    z-index: 30;
    background: #fff;
    top: 62px;
    left: -100%;
    transition: 0.4s;
    padding-bottom: 120px;
  }
  .new-index #filters.filters-visible {
    left: 0 !important;
    box-shadow: 0 0 276px 2000px rgba(0, 0, 0, 0.5294117647);
  }
  .new-index #filters .show-results {
    transition: none !important;
    color: rgba(255, 240, 255, 0);
    position: fixed;
    z-index: 100000;
    background: rgba(0, 0, 0, 0.4392156863);
    border-radius: 5px;
    width: calc(100% - 360px);
    display: block;
    font-size: 14.5px;
    /* left: -100%; */
    text-align: center;
    color: #fff;
    line-height: 44px;
    /* left: 10% !important; */
    left: 360px !important;
    bottom: 0;
    height: 100%;
    right: auto !important;
  }
  .new-index #filters.filters-visible:before {
    left: 0 !important;
  }
}
@media only screen and (max-width: 750px) {
  .new-index .cover .cover-nudge {
    display: none;
  }
  .new-index #filters .show-results {
    position: fixed;
    z-index: 10;
    background: #0ca670;
    height: 44px;
    transition: 0.4s;
    bottom: 10px;
    border-radius: 5px;
    width: 80%;
    display: block;
    font-size: 14.5px;
    left: -100%;
    text-align: center;
    color: #fff;
    line-height: 44px;
  }
  .new-index #filters {
    position: fixed;
    float: none;
    width: 100%;
    height: 100%;
    z-index: 30;
    background: #fff;
    top: 62px;
    overflow-y: scroll;
    left: -100%;
    transition: 0.4s;
    padding-bottom: 120px;
  }
  .new-index #filters.filters-visible {
    left: 0 !important;
  }
  .new-index #filters.filters-visible .show-results {
    left: 10% !important;
  }
  .new-index #filters.filters-visible:before {
    left: 0 !important;
  }
  .new-index #filters:before {
    content: "";
    background: linear-gradient(85deg, #20b37f, #2ea1db);
    display: block;
    position: fixed;
    left: -100%;
    z-index: 0;
    top: 48px;
    width: 100%;
    height: 3px;
  }
  .new-index #org-list, .new-index #report-list, .new-index #insight-list {
    width: 100%;
  }
  .insight-row {
    display: block;
    padding: 0 30px !important;
  }
  .insight-row:first-child {
    margin-top: 15px;
  }
  .insight-card {
    width: 100% !important;
    float: none;
    display: block !important;
    margin: 0 !important;
    margin-bottom: 15px !important;
  }
  #report-list .report-row {
    display: block !important;
  }
  .new-index #org-list .org {
    width: 100%;
  }
  .index-top .index-top-buttons {
    display: flex;
    margin-left: auto;
  }
  .new-index #org-list .org:nth-of-type(2) {
    border-left: none;
    border-top: 1px solid #ededed;
    margin-right: 0;
    margin-left: 0;
  }
  .new-index .org-row {
    display: block !important;
    position: relative;
  }
  .org-row {
    display: block;
  }
  .org {
    display: block;
    float: none;
    overflow: hidden;
  }
  .new-index .org .org-action {
    padding: 6px 10px;
    margin-right: 30px;
  }
  .index-top-left {
    flex-direction: column !important;
  }
  .new-index .index-top {
    height: auto;
    padding: 10px !important;
    position: relative;
    flex-direction: column !important;
  }
  .new-index .index-top .year-buttons {
    border-right: none;
  }
  .new-index .index-top .index-top-buttons {
    overflow: hidden;
  }
  .new-index .index-top .index-top-buttons svg {
    width: 24px;
  }
  .new-index .index-top .index-top-buttons .toggle-filters-button {
    float: right;
  }
  .new-index .index-top-left {
    float: none;
    width: 100% !important;
  }
  .new-index .index-top-left .push-right {
    float: none;
    width: 100%;
    overflow: hidden;
  }
  .new-index .index-top-right {
    float: none;
    width: 100% !important;
  }
  .new-index .index-sort {
    border-left: none !important;
    border-right: none !important;
    background: #fff;
    padding: 0 !important;
    margin-left: 0 !important;
  }
  .insight-index-list .year-buttons {
    float: none;
  }
  .index-top .index-top-buttons {
    float: none;
  }
  .new-index .index-sort svg {
    right: 9px;
  }
  .new-index .index-sort select {
    max-width: 110px !important;
  }
  .new-index .index-top .index-search {
    width: 100%;
    position: relative;
    float: none;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 32px;
  }
  .org-view-switch {
    display: none !important;
  }
  .new-index .queryResult {
    text-wrap: nowrap;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #index-nudge-mobile {
    display: block !important;
  }
}
.no-item-found {
  width: 500px;
  margin: 40px auto;
  max-width: 100%;
  text-align: center;
}

.no-item-found svg {
  width: 46px;
  display: block;
  margin: 10px auto;
  margin-bottom: 12px;
  color: #605f5f;
}

.no-item-found h3 {
  font-size: 19px;
  font-weight: 700;
  display: block;
  text-align: center;
  color: #656565;
}

.no-item-found p {
  display: block;
  margin: 4px 0;
  font-size: 15px;
  color: #737373;
  display: block;
  text-align: center;
}

.org-view-switch {
  display: block;
  height: 20px;
  padding-left: 0;
}

.org-view-switch svg {
  width: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.org-view-switch svg:hover {
  color: #0a97d9;
}

#org-list.listView .org {
  width: 100% !important;
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px !important;
}

#org-list.listView .org h2 a {
  font-size: 15px !important;
}

#org-list.listView .org .teaser {
  margin-top: 0 !important;
}

#org-list.listView .org .org-actions {
  display: none;
}

#org-list.listView .org-row {
  border-bottom: none !important;
  flex-direction: column;
}

#org-list.listView .org .org-logo-container {
  width: 42px !important;
  height: 42px !important;
}

#org-list.listView .org .org-logo-container img {
  width: 40px !important;
  height: 40px !important;
}

.selected_tag_labels {
  margin-top: 0 !important;
  margin-bottom: 5px;
  overflow: hidden;
}

.applied_filters {
  overflow: hidden;
  padding: 7px;
  background: rgb(249, 249, 249);
  border-bottom: 1px solid #ededed;
}

.removable_label {
  display: block;
  background: rgba(225, 225, 225, 0.6);
  color: #505050;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 12px;
  padding: 3px 4px;
  border-radius: 4px;
  font-size: 11px;
  margin-right: 5px;
  float: left;
  transition: 0.3s;
  margin: 3px 2px 2px 3px;
}
.removable_label b {
  font-weight: 700;
  color: #333333;
}

.removable_label svg {
  float: left;
  width: 11px;
  margin-right: 2px;
}

.removable_label:hover {
  background: rgba(217, 10, 10, 0.2);
  cursor: pointer;
  color: rgba(89, 0, 0, 0.61);
}
.removable_label:hover b {
  color: rgba(89, 0, 0, 0.7);
}

.filter-input {
  border: 1px solid #ededed;
  display: block;
  width: 100%;
  height: 36px;
  line-height: 32px;
  border-radius: 10px;
  font-size: 12px;
  padding: 0 15px;
}

.filter-input:focus {
  outline: none;
}

.filter-input-label {
  font-size: 12px;
  color: #4a5568;
  padding: 5px;
  display: block;
}

#report-org-filter .search-input-box {
  margin-bottom: 10px !important;
}

.insight-index-list .events-switch {
  border-right: 1px solid #ededed;
  padding-right: 10px;
}
.insight-index-list .events-switch .toggle {
  width: 34px;
  height: 20px;
  margin-top: 1px;
  border: 1px solid #ededed;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  background: #fafafa;
  transition: 0.3s;
}
.insight-index-list .events-switch .toggle.toggle_active {
  border-color: #0b9664 !important;
  background: #0b9664;
}
.insight-index-list .events-switch .toggle:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #ededed;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  left: 1px;
  top: 1px;
  transition: margin-left 0.4s;
}
.insight-index-list .events-switch .toggle.toggle_active:before {
  box-shadow: 0 0 1px rgb(6, 100, 67);
  margin-left: 14px;
}
.insight-index-list .year-buttons {
  padding-right: 10px;
  border-right: 1px solid #ededed;
}
.insight-index-list .year-buttons button {
  font-size: 12px;
  font-weight: 650;
  padding: 5px 6px;
  background: #fff;
  border-right: none;
  color: #646464;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  display: block;
  float: left;
}
.insight-index-list .year-buttons button.active {
  font-weight: 700;
  background: #f3f3f3;
  color: #414141;
}
.insight-index-list .year-buttons button:first-child {
  border-radius: 6px 0 0 6px;
}
.insight-index-list .year-buttons button:last-child {
  border-right: 1px solid #ededed;
  border-radius: 0 6px 6px 0;
}

@keyframes nudge_mobile_slide {
  from {
    transform: translateY(100px);
  }
  to {
    transform: translateY(0);
  }
}
#index-nudge-mobile {
  display: none;
  position: fixed;
  z-index: 29;
  background: linear-gradient(85deg, #20b37f, #2ea1db);
  width: calc(100% - 100px);
  bottom: 25px;
  padding: 14px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  margin: 0 50px;
  border-radius: 11px;
  animation-name: nudge_mobile_slide;
  animation-duration: 1s;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4196078431);
}

#my-index-page {
  background: #fff;
  overflow: hidden;
}
#my-index-page .main-header {
  overflow: hidden;
}
#my-index-page .main-header .main-title {
  margin-top: 4px;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #1e272c;
  float: left;
}
#my-index-page .my-insights-list {
  padding: 5px 20px;
  line-height: 18px;
  padding-bottom: 40px;
}
#my-index-page .my-insights-list .insight-item {
  border-bottom: 1px solid #ededed;
  padding: 15px 0;
}
#my-index-page .my-insights-list .insight-item .insight-tags .org-tag {
  padding: 1px 5px !important;
}
#my-index-page .my-insights-list .insight-item .insight-cover-container {
  width: 250px;
  height: 120px;
  margin-right: 10px;
}
#my-index-page .my-insights-list .insight-item .insight-cover-container img {
  display: block;
  width: 220px;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border: 1px solid #ededed;
  border-radius: 6px;
}
#my-index-page .my-insights-list .insight-item .insight-item-details {
  padding-top: 5px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .insight-item-title {
  font-size: 15px;
  font-weight: 700;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .insight-item-title.untitled {
  color: #838383;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .insight-item-title.untitled svg {
  float: left;
  width: 20px;
  margin-right: 4px;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .insight-item-teaser {
  font-size: 13px;
  line-height: 18px;
  color: #646464;
  overflow: hidden;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .insight-item-teaser svg {
  float: left;
  margin-right: 5px;
  width: 14px;
  margin-top: 1px;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .insight-actions {
  overflow: hidden;
  width: 100%;
  overflow: hidden;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .insight-actions .insight-action {
  color: #383838;
  margin-right: 100px;
  float: left;
  display: block;
  font-size: 13px;
  line-height: 18px;
  font-weight: 800;
  overflow: hidden;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .insight-actions .insight-action svg {
  width: 17px;
  float: left;
  margin-right: 5px;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .insight-actions .insight-action button {
  background: transparent;
  border: none;
  display: block;
  cursor: pointer;
  line-height: 18px;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .insight-actions .insight-action.push-right {
  float: right !important;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .insight-actions .insight-action:hover a {
  color: #00a26c;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .insight-publication-date {
  overflow: hidden;
  display: block;
  color: #53626b;
  list-style: none;
  display: block;
  overflow: hidden;
  font-size: 12px;
  line-height: 16px;
  margin-right: 10px;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .insight-publication-date svg {
  width: 15px;
  margin-right: 3px;
  float: left;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .insight-info-items {
  overflow: hidden;
  display: block;
  color: #53626b;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .insight-info-items li {
  list-style: none;
  display: block;
  float: left;
  overflow: hidden;
  font-size: 12px;
  line-height: 16px;
  margin-right: 10px;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .insight-info-items li svg {
  width: 15px;
  margin-right: 3px;
  float: left;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .insight-info-items li .insight-item-label {
  background: #0a5fa5;
  color: #fff;
  padding: 1px 6px;
  border-radius: 12px;
  font-size: 11px;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .insight-info-items li .insight-item-label-public {
  background: #0ca670 !important;
  color: #fff;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .insight-info-items li .insight-item-label-draft {
  background: #0b68b6;
  color: #fff;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .org-tags {
  margin-top: 10px;
  line-height: 12px;
  overflow: hidden;
  font-size: 10px !important;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .org-tags .org-tag {
  font-size: 11px;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .options-container {
  position: relative;
  height: 30px;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .options-container .options-list-toggle {
  cursor: pointer;
  width: 20px;
  float: right;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .options-container .options-list {
  position: absolute;
  right: 0;
  top: 15px;
  width: 170px;
  border: 1px solid #ededed;
  margin-top: 10px;
  overflow: hidden;
  z-index: 10000;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 6px;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .options-container .options-list li {
  display: block;
  padding: 8px 10px;
  color: #4a4d50;
  min-width: 100px;
  font-size: 12px;
  font-weight: 650;
  line-height: 19px;
  border-bottom: 1px dashed #ededed;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .options-container .options-list li svg {
  width: 17px;
  float: left;
  margin-right: 8px;
  color: #6e7377;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .options-container .options-list li a {
  font-weight: 700;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .options-container .options-list li:last-child {
  border-bottom: none !important;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .options-container .options-list li:hover {
  transition: 0.3s;
  color: #0970c5;
}
#my-index-page .my-insights-list .insight-item .insight-item-details .options-container .options-list li:hover svg {
  transition: 0.3s;
  color: #0970c5;
}
#my-index-page .my-insights-aside {
  float: right;
  width: 340px;
  padding-top: 40px;
}
#my-index-page .my-insights-aside .new-insight-block {
  height: 80px;
  position: relative;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 6px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 30px;
  overflow: hidden;
}
#my-index-page .my-insights-aside .new-insight-block .back-icon {
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 66px;
  color: #53626b;
  opacity: 0.3;
}
#my-index-page .my-insights-aside .new-insight-block .block-content {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  color: #505050;
}
#my-index-page .my-insights-aside .new-insight-block .block-content svg {
  width: 22px;
  margin-right: 8px;
  float: left;
}
#my-index-page .load-more-container {
  padding: 10px;
}
#my-index-page .load-more-container .load-more-btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #ededed;
  border-radius: 8px;
  padding: 5px 15px;
  margin: auto;
  background: #fff;
  font-size: 12px;
  line-height: 16px;
  color: #595959;
}

.download-report-modal {
  width: 750px !important;
  position: relative;
  overflow: hidden;
  border: none !important;
  margin-top: 0 !important;
}

.download-report-modal:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(85deg, #20b37f, #2ea1db);
  top: 0px;
  left: 0px;
}

.resource-empty-list {
  width: 350px;
  max-width: 90%;
  margin: 80px auto;
  display: block;
  opacity: 0.8;
  transition: 0.3s;
}
.resource-empty-list svg {
  display: block;
  margin: 10px auto;
  width: 58px;
  color: #53626b;
}
.resource-empty-list h3 {
  font-weight: 750;
  display: block;
  text-align: center;
  font-size: 18px;
  color: #53626b;
}
.resource-empty-list p {
  font-size: 13px;
  display: block;
  text-align: center;
  margin-top: 10px;
  line-height: 28px;
  font-weight: 650;
}
.resource-empty-list p a {
  color: #0371cc;
  padding: 1px 7px;
  border: 2px solid #0371cc;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 650;
  margin-top: 10px;
  transition: 0.2s;
}
.resource-empty-list p a:hover {
  background: #0371cc;
  color: #fff;
}

.resource-empty-list:hover {
  opacity: 1;
}

.dashboard-content-head-report-actions button {
  background: transparent;
  color: #4a4d50;
  font-size: 13px;
  background: rgba(67, 104, 128, 0.04);
  padding: 5px 10px;
  border-radius: 8px;
  border: none;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
}
.dashboard-content-head-report-actions button svg {
  display: inline-block;
  width: 16px;
  margin-right: 2px;
  color: #6e7377;
}
.dashboard-content-head-report-actions button:hover {
  color: #0970c5;
  transition: 0.3s;
}
.dashboard-content-head-report-actions button:hover svg {
  color: #0970c5;
  transition: 0.3s;
}

.bg-esg-gradient {
  background: linear-gradient(45deg, #20b37f, #2ea1db);
}

.full-block {
  border: 1px solid #ededed;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.24);
}
.full-block .full-block-header {
  padding: 10px 15px;
  border-bottom: 1px solid #ededed;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.full-block .full-block-header .full-block-header-icon {
  width: 20px;
  margin-right: 4px;
}
.full-block .full-block-header .full-block-header-title {
  font-size: 14px;
  color: #343d42;
  font-weight: 700;
  overflow: hidden;
}
.full-block .full-block-content-padding {
  padding: 15px;
}

.full-block-header-action {
  margin-left: auto;
  font-size: 13px;
  padding: 4px 10px;
  background: rgba(11, 150, 100, 0.11);
  color: #0b9664;
  border-radius: 30px;
  transition: 0.3s;
}

.full-block-header-action:hover {
  background: #0b9664;
  color: #fff;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.button-full {
  display: block;
  width: 100%;
  font-size: 13px;
}

.button-primary {
  outline: none;
  border: none;
  text-align: center;
  cursor: pointer;
  background: #0b9664;
  color: #fff;
  font-weight: 650;
  border-radius: 7px;
  line-height: 20px;
  padding: 8px;
}

.button-primary.button-raised {
  box-shadow: 0 2px 0px #098559;
}

.list-of-services {
  overflow: hidden;
  display: block;
}

.list-of-services .service-item {
  cursor: default;
  border: 1px solid #ededed;
  display: block;
  font-size: 12px;
  text-decoration: none;
  float: left;
  margin-right: 5px;
  color: #646464;
  padding: 2px 4px;
  margin-bottom: 5px;
  border-radius: 6px;
  transition: 0.2s;
  line-height: 20px;
}

.list-of-services .service-item:hover {
  background: #53626b;
  border-color: #53626b;
  color: #fff;
}

.insight-preview-box {
  height: 100px;
  border: 1px solid #ededed;
  border-radius: 6px;
  overflow: hidden;
}
.insight-preview-box .insight-preview-left {
  float: left;
  border-right: 1px solid #ededed;
  width: 100px;
  height: 100px;
}
.insight-preview-box .insight-preview-left svg {
  width: 50px;
  margin: 25px;
  color: #57595b;
}
.insight-preview-box .insight-preview-left img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.insight-preview-box .insight-preview-right {
  float: left;
  width: calc(100% - 100px);
  padding: 7px 10px;
}
.insight-preview-box .insight-preview-right h3 {
  font-size: 14px;
  font-weight: 700;
  color: #292c2d;
}
.insight-preview-box .insight-preview-right h4 {
  font-size: 12px;
  font-weight: 550;
  color: #42484b;
}

.confirm-box {
  width: 550px;
  max-width: 100%;
  margin: 120px auto;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 5px 10px;
  padding: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.confirm-box-header {
  padding: 10px 10px;
  display: block;
  border-bottom: 1px solid #ededed;
}
.confirm-box-header h3 {
  font-size: 15px;
  text-transform: uppercase;
  color: #40474b;
  font-weight: 700;
}

.confirm-box-content {
  margin: 5px 0;
  padding: 10px 10px;
}
.confirm-box-content .insight-preview-box {
  margin: 10px 0;
}
.confirm-box-content p {
  line-height: 20px;
  font-size: 14px;
  color: #4b4f52;
}

.confirm-box-options {
  border-top: 1px solid #ededed;
  padding: 10px;
}
.confirm-box-options .push-right {
  float: right;
}
.confirm-box-options .push-right button {
  background: transparent;
  border: none;
  line-height: 20px;
  display: inline-block;
  box-sizing: content-box;
}
.confirm-box-options .push-right .option {
  display: inline-block;
  font-size: 13px;
  color: #373e42;
  border: 1px solid #ededed;
  padding: 5px 10px;
  line-height: 20px;
  border-radius: 6px;
  transition: 0.2s;
}
.confirm-box-options .push-right .option:hover {
  background: #f7f7f7;
  color: #282b2d;
}
.confirm-box-options .push-right .option-danger {
  color: #fff;
  background-color: #dc4242;
  border-color: #dc4242;
}
.confirm-box-options .push-right .option-danger:hover {
  background-color: #e74444;
  color: #fff;
  border-color: #e74444;
}

body {
  background: #fff !important;
}

.tag-header {
  height: 100px;
  padding: 10px 40px;
  border-bottom: 1px solid #ededed;
  background: linear-gradient(45deg, #20b37f, #2ea1db);
  margin-bottom: 11px;
  justify-content: center;
  position: relative;
  display: flex;
  flex-direction: column;
}
.tag-header .tag-header-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  left: 0;
  top: 0;
  height: 100%;
  align-items: center;
  padding-right: 10px;
}
.tag-header svg.back-icon {
  position: absolute;
  color: #fff;
  opacity: 0.3;
  width: 40px;
  left: 5px;
  top: 0px;
}
.tag-header h1 {
  width: -moz-fit-content;
  width: fit-content;
  background: #daf2ea;
  font-size: 30px !important;
  color: #418b73;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 650;
}
.tag-header h4 {
  color: #fff;
  font-weight: 650;
  font-size: 18px;
}

.tag-not-sponsored .tag-left {
  width: 100%;
}

.tag-sponsored .tag-left {
  float: left;
  padding-right: 10px;
}
.tag-sponsored .tag-header-left {
  width: calc(100% - 380px) !important;
}

.tag-not-sponsored .tag-left {
  margin: auto;
}

.wide-container {
  padding: 0 40px;
  margin: 10px auto;
  position: relative;
}
.wide-container .sponsor-card {
  position: absolute;
  top: -70px;
  right: 0;
}
.wide-container .tag-body {
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 10px;
}
.wide-container .tag-left {
  width: calc(100% - 380px);
}
.wide-container .tag-right {
  float: right;
  position: relative;
  width: 380px;
}

@media only screen and (min-width: 980px) {
  .wide-container .tag-left {
    min-width: 900px !important;
  }
}
@media only screen and (max-width: 1354px) {
  .tag-left {
    margin-top: 30px !important;
    width: 100% !important;
  }
  .tag-with-sponsor .tag-right, .tag-with-sponsor .tag-left {
    float: none !important;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .tag-with-sponsor .tag-right .sponsor-card {
    position: relative;
    top: 0;
    margin-bottom: 10px;
  }
  .tag-with-sponsor .tag-left .tag-insights-section .insight-row {
    display: block;
  }
  .tag-with-sponsor .tag-left .tag-insights-section .report-row {
    display: block;
  }
  .tag-with-sponsor .tag-left .tag-insights-section .insight-card {
    width: 100% !important;
    display: block !important;
  }
  .tag-with-sponsor .tag-left .tag-reports-section .report-block {
    width: 100% !important;
    border-bottom: 1px solid #ededed !important;
    float: none !important;
  }
  .tag-header {
    top: 10px;
    padding: 10px !important;
  }
  .tag-header .tag-header-left {
    float: none;
    width: 100% !important;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 720px) {
  .tag-header {
    top: 10px;
    padding: 10px !important;
  }
  .tag-header .tag-header-left {
    float: none;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .tag-right, .tag-left {
    float: none;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .tag-right .sponsor-card {
    position: relative;
    top: 0;
    margin-bottom: 10px;
  }
  .tag-left .tag-insights-section .insight-row {
    display: block;
  }
  .tag-left .tag-insights-section .report-row {
    display: block;
  }
  .tag-left .tag-insights-section .insight-card {
    width: 100% !important;
    display: block !important;
  }
  .tag-left .tag-reports-section .report-block {
    width: 100% !important;
    border-bottom: 1px solid #ededed !important;
    float: none !important;
  }
}
.tag-details-sticky .tag-header {
  position: fixed;
  width: 100%;
  z-index: 100;
  padding-top: 3px !important;
}
.tag-details-sticky .sponsor-card {
  width: 380px;
  right: 40px;
  position: fixed;
  top: 98px;
  z-index: 133;
  left: auto !important;
}

.resource-section {
  background: #fff;
  border-radius: 8px;
  min-height: 100px;
  border: 1px solid #ededed;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
.resource-section .resource-section-header {
  padding: 10px 15px;
  border-bottom: 1px solid #ededed;
}
.resource-section .resource-section-header span.count {
  margin-top: 2px;
}
.resource-section .resource-section-header h4 {
  font-size: 14px;
  color: #343d42;
  font-weight: 700;
  overflow: hidden;
}

.resource-section-footer {
  padding: 5px 0;
}
.resource-section-footer .loading {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: none;
  overflow: hidden;
  padding: 10px 0;
}
.resource-section-footer .loading .loader {
  float: left;
}
.resource-section-footer .loading .loading-text {
  font-size: 11px;
  line-height: 26px;
  margin-left: 4px;
  float: left;
}
.resource-section-footer .loadmore {
  box-shadow: 0 1px rgba(0, 0, 0, 0.0784313725);
  margin: 10px auto;
}
.resource-section-footer .loadmore svg {
  width: 14px;
  float: left;
  margin-right: 8px;
}

.resource-reports-section .report-block {
  border-left: none !important;
  border-top: none !important;
  border-bottom: none;
  box-shadow: none !important;
  width: 50%;
  border-radius: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  float: left;
}
.resource-reports-section .report-row .report-block:last-child {
  border-right: none !important;
}
.resource-reports-section .report-row:last-child {
  border-radius: 0 0 8px 8px;
}

.resource-section-content-with-padding {
  padding: 0 10px;
}

span.count {
  font-size: 10px;
  background: rgba(10, 151, 217, 0.15);
  color: #6c99b0;
  min-width: 17px;
  text-align: center;
  padding: 1px 3px;
  margin-left: 5px;
  float: right;
  border-radius: 4px;
  font-weight: 700;
}

.resource-section-not-found {
  padding: 40px;
}
.resource-section-not-found .not-found-icon {
  display: block;
  margin: auto;
  width: 40px;
  margin: auto;
}
.resource-section-not-found h3 {
  font-size: 16px;
  display: block;
  margin: 5px auto;
  text-align: center;
  font-weight: 750;
}
.resource-section-not-found p {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  color: #606062;
}
.resource-section-not-found .try-again {
  width: 400px;
  max-width: 100%;
  margin: 30px auto auto;
  position: relative;
}
.resource-section-not-found .try-again input {
  border: 1px solid #ededed;
  font-size: 13px;
  border-radius: 7px;
  padding-right: 35px;
}
.resource-section-not-found .try-again input:focus {
  outline: none;
  border-color: #525252;
}
.resource-section-not-found .try-again button {
  width: 20px;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #7e7d7d;
  display: block;
}

.tag-insights-section .insight-row, .resource-section .insight-row {
  padding: 0 !important;
  border-bottom: 1px solid #ededed;
  position: relative;
}
.tag-insights-section .insight-row .insight-card:last-child, .resource-section .insight-row .insight-card:last-child {
  border-right: none !important;
}
.tag-insights-section .load-more-cover, .resource-section .load-more-cover {
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 3;
}
.tag-insights-section .insight-card, .resource-section .insight-card {
  width: 33.33%;
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  border-left: none !important;
  border-top: none !important;
  border-bottom: none !important;
  border-radius: 0 !important;
  padding-bottom: 60px !important;
}
.tag-insights-section .insight-card .insight-card-cover-container, .resource-section .insight-card .insight-card-cover-container {
  border-radius: 5px !important;
  margin: 10px !important;
  margin-bottom: 0 !important;
}
.tag-insights-section .insight-card .insight-card-primary-button, .resource-section .insight-card .insight-card-primary-button {
  bottom: 15px !important;
  border: 1px solid #ededed;
  padding: 9px !important;
  border-radius: 8px !important;
  right: 0;
  margin: auto;
  max-width: 100%;
  width: 250px;
  font-size: 12px;
  font-weight: 700;
}

.sponsorship-edit {
  width: 900px;
  min-height: 400px;
  margin: 30px auto;
  display: flex;
  flex-direction: column;
  position: relative;
}
.sponsorship-edit .input-block {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ededed;
}
.sponsorship-edit .input-block:last-child {
  margin-bottom: 0 !important;
  border-bottom: none !important;
}
.sponsorship-edit .sponsorship-edit-form {
  width: 50%;
}
.sponsorship-edit .sponsorship-edit-body {
  display: flex;
  gap: 15px;
  width: 100%;
  flex-direction: row;
}
.sponsorship-edit #sponsorship_org_description {
  min-height: 100px;
  padding: 10px;
}
.sponsorship-edit .sponsor-card-preview {
  width: calc(50% - 20px);
  padding-left: 15px;
  border-left: 1px solid #ededed;
}
.sponsorship-edit .sponsor-card-preview h3.preview-title {
  font-size: 12px;
  font-weight: 750;
  margin: 10px 0;
  text-transform: uppercase;
  display: block;
  text-align: center;
  color: #3b454b;
}
.sponsorship-edit .sponsor-card-preview .sponsor-card {
  margin-top: 15px;
}

.sponsor-card {
  background: #fff;
  z-index: 2;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #ededed;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.sponsor-card .my-tag {
  display: block;
  width: calc(100% - 20px);
  margin: 10px auto;
  border-radius: 8px;
  background: rgba(169, 196, 217, 0.6);
  padding: 7px;
  color: #436880;
}
.sponsor-card .my-tag p {
  font-size: 12px;
  color: #3c5565;
  padding: 0;
  margin: 0;
  line-height: 20px;
  font-weight: 650;
  float: left;
}
.sponsor-card .my-tag a {
  float: right;
  background: #fff;
  box-shadow: 0 1px 1px #789cb2;
  font-size: 12px;
  color: #333b41;
  padding: 2px 5px;
  border-radius: 4px;
  display: block;
}
.sponsor-card .my-tag svg {
  display: block;
  width: 20px;
  margin-right: 4px;
  float: left;
}
.sponsor-card .sponsor-title {
  font-weight: 650;
  display: block !important;
  margin-top: 10px;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 12px;
  color: #687a84;
}
.sponsor-card .sponsor-services {
  margin-top: 10px;
  border-top: 1px solid #ededed;
  padding: 10px 10px 0;
}
.sponsor-card .sponsor-services .sponsor-services-title {
  font-size: 14px;
  overflow: hidden;
  font-weight: 640;
  color: #797979;
  display: block;
  width: 100%;
  margin-bottom: 7px;
  overflow: hidden;
}
.sponsor-card .sponsor-services .sponsor-services-title svg {
  float: left;
  width: 18px;
  margin-top: 1px;
  color: #8a8a8a;
  margin-right: 6px;
}
.sponsor-card .sponsor-services .list-of-services {
  overflow: hidden;
  margin-top: 5px;
}
.sponsor-card .sponsor-buttons {
  padding: 10px 0;
  margin-top: 10px;
  overflow: hidden;
  padding: 10px 0;
  width: 100%;
  display: block;
  border-top: 1px solid #ededed;
  margin-top: 10px;
}
.sponsor-card .sponsor-buttons .org-action {
  padding: 5px;
}
.sponsor-card .sponsor-buttons div {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  overflow: hidden;
}
.sponsor-card .sponsor-buttons a {
  font-size: 12px !important;
}
.sponsor-card .sponsor-buttons .more-info {
  margin-right: 0 !important;
}
.sponsor-card .sponsor-logo {
  display: block;
  width: 240px;
  margin: 10px auto 0;
  border-radius: 7px;
}
.sponsor-card .org-no-logo {
  padding: 30px;
  width: 120px;
  height: 120px;
  margin: 10px auto 0;
  border-radius: 7px;
  border: 1px solid #ededed;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.sponsor-card .org-no-logo svg {
  width: 60px;
  color: #4b4b4b;
}
.sponsor-card h3 {
  font-size: 14px;
  font-weight: 650;
  margin-top: 10px;
  display: block;
  text-align: center;
}
.sponsor-card p {
  font-size: 13px;
  display: block;
  padding: 0 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #424242;
  line-height: 18px;
  white-space: pre-line;
}
.sponsor-card p a {
  color: #0089cc;
}

@media only screen and (max-width: 1150px) {
  .sponsorship-edit {
    width: calc(100% - 20px);
    margin: 80px 10px;
  }
  .sponsorship-edit .sponsorship-edit-body {
    flex-direction: column;
  }
  .sponsor-card-preview {
    width: 100% !important;
    padding-left: 0 !important;
    border-left: none !important;
    border-top: 1px solid #ededed;
    padding-top: 15px !important;
  }
  .sponsorship-edit-form {
    width: 100% !important;
  }
}
.bg-esg-gradient {
  background: linear-gradient(45deg, #20b37f, #2ea1db);
}

.full-block {
  border: 1px solid #ededed;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.24);
}
.full-block .full-block-header {
  padding: 10px 15px;
  border-bottom: 1px solid #ededed;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.full-block .full-block-header .full-block-header-icon {
  width: 20px;
  margin-right: 4px;
}
.full-block .full-block-header .full-block-header-title {
  font-size: 14px;
  color: #343d42;
  font-weight: 700;
  overflow: hidden;
}
.full-block .full-block-content-padding {
  padding: 15px;
}

.full-block-header-action {
  margin-left: auto;
  font-size: 13px;
  padding: 4px 10px;
  background: rgba(11, 150, 100, 0.11);
  color: #0b9664;
  border-radius: 30px;
  transition: 0.3s;
}

.full-block-header-action:hover {
  background: #0b9664;
  color: #fff;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.button-full {
  display: block;
  width: 100%;
  font-size: 13px;
}

.button-primary {
  outline: none;
  border: none;
  text-align: center;
  cursor: pointer;
  background: #0b9664;
  color: #fff;
  font-weight: 650;
  border-radius: 7px;
  line-height: 20px;
  padding: 8px;
}

.button-primary.button-raised {
  box-shadow: 0 2px 0px #098559;
}

.list-of-services {
  overflow: hidden;
  display: block;
}

.list-of-services .service-item {
  cursor: default;
  border: 1px solid #ededed;
  display: block;
  font-size: 12px;
  text-decoration: none;
  float: left;
  margin-right: 5px;
  color: #646464;
  padding: 2px 4px;
  margin-bottom: 5px;
  border-radius: 6px;
  transition: 0.2s;
  line-height: 20px;
}

.list-of-services .service-item:hover {
  background: #53626b;
  border-color: #53626b;
  color: #fff;
}

.insight-preview-box {
  height: 100px;
  border: 1px solid #ededed;
  border-radius: 6px;
  overflow: hidden;
}
.insight-preview-box .insight-preview-left {
  float: left;
  border-right: 1px solid #ededed;
  width: 100px;
  height: 100px;
}
.insight-preview-box .insight-preview-left svg {
  width: 50px;
  margin: 25px;
  color: #57595b;
}
.insight-preview-box .insight-preview-left img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.insight-preview-box .insight-preview-right {
  float: left;
  width: calc(100% - 100px);
  padding: 7px 10px;
}
.insight-preview-box .insight-preview-right h3 {
  font-size: 14px;
  font-weight: 700;
  color: #292c2d;
}
.insight-preview-box .insight-preview-right h4 {
  font-size: 12px;
  font-weight: 550;
  color: #42484b;
}

.confirm-box {
  width: 550px;
  max-width: 100%;
  margin: 120px auto;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 5px 10px;
  padding: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.confirm-box-header {
  padding: 10px 10px;
  display: block;
  border-bottom: 1px solid #ededed;
}
.confirm-box-header h3 {
  font-size: 15px;
  text-transform: uppercase;
  color: #40474b;
  font-weight: 700;
}

.confirm-box-content {
  margin: 5px 0;
  padding: 10px 10px;
}
.confirm-box-content .insight-preview-box {
  margin: 10px 0;
}
.confirm-box-content p {
  line-height: 20px;
  font-size: 14px;
  color: #4b4f52;
}

.confirm-box-options {
  border-top: 1px solid #ededed;
  padding: 10px;
}
.confirm-box-options .push-right {
  float: right;
}
.confirm-box-options .push-right button {
  background: transparent;
  border: none;
  line-height: 20px;
  display: inline-block;
  box-sizing: content-box;
}
.confirm-box-options .push-right .option {
  display: inline-block;
  font-size: 13px;
  color: #373e42;
  border: 1px solid #ededed;
  padding: 5px 10px;
  line-height: 20px;
  border-radius: 6px;
  transition: 0.2s;
}
.confirm-box-options .push-right .option:hover {
  background: #f7f7f7;
  color: #282b2d;
}
.confirm-box-options .push-right .option-danger {
  color: #fff;
  background-color: #dc4242;
  border-color: #dc4242;
}
.confirm-box-options .push-right .option-danger:hover {
  background-color: #e74444;
  color: #fff;
  border-color: #e74444;
}

#search-result-body .search-header {
  height: 70px;
  background: linear-gradient(45deg, #20b37f, #2ea1db);
  padding-top: 10px;
  position: relative;
  overflow: hidden;
}
#search-result-body .search-header .back-icon {
  display: block;
  opacity: 0.15;
  height: 156px;
  position: absolute;
  right: -40px;
  bottom: -52px;
  color: #fff;
}
#search-result-body .search-header .search-form-container {
  font-size: 20px;
  display: block;
  font-weight: 650;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.95);
  position: relative;
}
#search-result-body .search-header .search-form-container .input-container {
  border-radius: 0 14px 14px 0;
  margin-top: 0;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
#search-result-body .search-header .search-form-container .input-container input {
  border-radius: 14px;
  width: 100%;
  background: transparent;
  font-size: 13px;
  border: none;
  color: #fff;
  height: 30px;
  line-height: 30px;
  margin-top: 4px;
}
#search-result-body .search-header .search-form-container .input-container input:focus {
  outline: none;
}
#search-result-body .search-header .search-form-container .input-container input::-moz-placeholder {
  color: #fff;
}
#search-result-body .search-header .search-form-container .input-container input::placeholder {
  color: #fff;
}
#search-result-body .search-header .search-form-container .input-container button {
  position: absolute;
  right: 9px;
  padding: 0;
  background: transparent;
  color: #fff;
  border: none;
  animation: fadeIn 0.5s;
}
#search-result-body .search-header .search-form-container .input-container button:focus {
  outline: none;
  border: none;
}
#search-result-body .search-header .search-form-container .query {
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  margin-top: 1px;
  margin-left: 7px;
  font-weight: 650;
}
#search-result-body .search-header .search-form-container .query span {
  color: #fff;
  font-weight: 700;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.15);
  padding: 3px 8px;
}
#search-result-body .search-header .search-form-container svg {
  width: 30px;
  vertical-align: top;
  margin-top: 4px;
  display: inline-block;
  margin-right: 4px;
  background: rgba(255, 255, 255, 0.1803921569);
  border-radius: 7px;
  padding: 4px;
  margin-left: 4px;
  cursor: pointer;
}
#search-result-body .search-header .search-form-container.search-view {
  background: rgba(255, 255, 255, 0.1019607843);
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 14px;
  padding: 8px;
}
#search-result-body .search-header .search-form-container.search-view .query {
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
#search-result-body .search-header .search-form-container.search-view .input-container {
  z-index: 2;
  opacity: 1;
  position: absolute;
  left: 0;
  width: 100%;
  padding-left: 0px;
  top: 0;
}
#search-result-body .search-header .search-form-container.search-view .input-container input {
  animation-name: slide-left;
  animation-duration: 0.5s;
}
#search-result-body .search-header .search-form-container.search-view svg {
  background: transparent;
  margin-top: 0;
  margin-left: 0;
}
#search-result-body .search-header .search-form-container.query-view .query {
  position: absolute;
  left: 30px;
  padding-left: 6px;
  top: 8px;
  z-index: 2;
  animation-name: fade;
  animation-duration: 0.5s;
}
#search-result-body .search-header .search-form-container.query-view .input-container {
  opacity: 0;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#search-result-body .resource-section {
  animation: fadeIn 0.5s;
}
#search-result-body .resource-section .resource-section-header .filter-dropdown-block .input-block {
  margin-bottom: 6px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 6px;
}
#search-result-body .resource-section .resource-section-header .filter-dropdown-block .input-block:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#search-result-body nav.resource-section {
  animation: none !important;
}

@keyframes slide-left {
  0% {
    width: 100px;
    transform: translateX(-40px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    width: 300px;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.narrow-container {
  width: calc(100% - 380px);
  max-width: 1200px;
  margin: auto;
}

.search-header-stick {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

.search-nav {
  background: #fff;
  height: 45px;
  border-bottom: 1px solid #ededed;
  min-height: 45px;
  border-radius: 0 !important;
  margin-bottom: 0 !important;
  box-shadow: none !important;
  transition: 0.3s;
}
.search-nav .switch-icon {
  display: none;
}
.search-nav ul {
  list-style: none;
  overflow: hidden;
  padding: 8px 13px;
  padding-left: 0 !important;
  margin: 0;
  display: block;
}
.search-nav ul li {
  cursor: pointer;
  display: block;
  float: left;
  line-height: 21px;
  font-size: 13px;
  overflow: hidden;
  padding: 3px 5px;
  border-radius: 5px;
  margin-right: 18px;
  transition: 0.1s;
}
.search-nav ul li span.count {
  line-height: 16px;
  margin-top: 1px;
}
.search-nav ul li svg {
  vertical-align: sub;
  display: inline-block;
  width: 15px;
}
.search-nav ul li:hover {
  background: rgba(0, 166, 255, 0.08);
  color: #08568d;
}
.search-nav ul li:hover span.count {
  transition: 0.2s;
  background: #1a6ea6;
  color: #fff;
}

#search-result-body {
  padding-top: 140px;
}
#search-result-body mark {
  background: rgba(248, 172, 8, 0.15);
  color: #b98b00;
  padding: 0 2px;
  border-radius: 3px;
  font-weight: inherit;
}
#search-result-body .search-tags-list {
  padding: 15px 0 !important;
}

.org-tag mark {
  background: transparent !important;
  padding: 0 !important;
  text-decoration: underline;
  color: rgba(0, 96, 64, 0.7) !important;
}

.org-tag:hover mark {
  color: #fff !important;
}

@media only screen and (max-width: 1400px) {
  .narrow-container {
    width: 100%;
    padding: 0 30px;
  }
}
.search-header-stick {
  position: fixed;
  top: 62px;
  left: 0;
  width: 100%;
  z-index: 100;
}

#search-result-body.stick .search-header-stick {
  box-shadow: 0 1px 17px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 720px) {
  .search-header h1 {
    float: none;
    width: -moz-fit-content;
    width: fit-content;
    margin: 24px auto;
    font-size: 20px;
  }
  .search-header h1 svg {
    width: 24px;
  }
  .narrow-container {
    width: 100%;
    padding: 0 10px;
  }
  .search-nav {
    height: auto;
  }
  .search-nav .switch-icon {
    display: block;
    padding-top: 10px;
  }
  .search-nav .switch-icon svg {
    width: 20px;
    display: block;
    margin: auto;
  }
  .search-nav .narrow-container {
    display: none;
  }
  .search-nav ul li {
    margin: 5px 0;
    padding: 6px;
    display: block;
    float: none;
  }
  .search-nav.open-in-mobile .narrow-container {
    position: absolute;
    top: 100%;
    z-index: 100;
    background: #fff;
    width: 100%;
    left: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1803921569) !important;
    border-bottom: 1px solid #ededed;
    display: block !important;
  }
}
@media only screen and (max-width: 700px) {
  .list-org-head {
    display: block !important;
    padding: 10px !important;
  }
  #list-org aside {
    display: none;
  }
  .list-org-parts {
    flex-direction: column !important;
  }
  #list-org.show-aside-on-mobile aside {
    display: block !important;
    float: none;
    height: -moz-fit-content !important;
    height: fit-content !important;
    width: 100%;
    border-right: none !important;
    border-bottom: 1px solid rgba(237, 237, 237, 0.9294117647);
    padding: 20px;
  }
  #members_check .form-input .toggle_button {
    margin-top: 10px;
    margin-left: 0;
  }
  .list-org-body {
    float: none;
    width: 100% !important;
    border-left: none !important;
    margin-left: 0 !important;
    padding: 15px !important;
  }
  .org-list-navigate-footer .navigate-buttons {
    float: none !important;
  }
  .org-list-navigate-footer .navigate-buttons button {
    width: 100% !important;
  }
  #edit-georeach .col-xl-6 {
    width: 100% !important;
    float: none !important;
  }
  #finalize .org {
    width: 100% !important;
  }
  .list-org-heading {
    flex-direction: column !important;
    gap: 10px;
    align-items: flex-start !important;
    height: auto !important;
  }
  .list-org-heading .actions {
    flex-direction: row-reverse !important;
    margin-left: 0 !important;
  }
}
.list-org-head {
  border-bottom: 1px solid #ededed;
  padding: 0 10px;
  display: none;
  padding-bottom: 10px;
}
.list-org-head .toggle-mobile-list-org-nav {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 650;
  border: 1px solid #ededed;
  padding: 5px;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
}
.list-org-head .toggle-mobile-list-org-nav svg {
  margin-right: 4px;
  width: 24px;
  display: inline-block;
}

#list-org {
  background: #fff;
  position: relative;
  overflow: hidden;
  width: 1250px;
  margin: 30px auto;
  min-height: 600px;
  border-radius: 9px;
  border: 1px solid #ededed;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

#list-org aside {
  height: 580px;
  border-right: 1px solid #ededed;
  width: 320px;
  padding: 0 10px;
}

.survey-process .step {
  padding: 10px 10px;
  margin: 15px 0;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}

.survey-process .step .step-circle {
  float: left;
  transition: 0.3s;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border-radius: 50%;
  margin-top: 3px;
  background: #ededed;
  box-sizing: content-box;
}

.survey-process .step .step-info {
  float: left;
}

.survey-process .step .step-info span {
  font-size: 13px;
  line-height: 25px;
}

.survey-process .step-active, .survey-process .step-done {
  color: #228fc7;
}

.survey-process .step-locked {
  opacity: 0.5;
  cursor: default !important;
  color: #808080;
}

.survey-process .step-active .step-circle {
  background: rgba(46, 161, 219, 0.34);
  position: relative;
}

.survey-process .step-done .step-circle {
  background: #228fc7;
}

.survey-process .step-done .step-circle svg {
  width: 14px;
  height: 14px;
  color: #fff;
  margin-left: 2px;
  margin-top: 2px;
}

.survey-process .step-active .step-circle:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 4px;
  top: 4px;
  background: #228fc7;
}

.list-org-parts {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.list-org-body {
  width: calc(100% - 320px);
  padding: 20px 30px;
  border-left: 1px solid #ededed;
  margin-left: -1px;
}

#list-org .list-section-head {
  font-size: 22px;
  display: block;
  margin-bottom: 10px;
  font-weight: 650;
  color: #2e2e2f;
}

.form-control {
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  border-bottom: 1px dashed #ededed;
  align-items: center;
}

#list-org .list-section-body .sub-title {
  padding: 0;
  padding-top: 20px;
  overflow: hidden;
  /*border-bottom: 1px dashed #ededed;*/
}

#list-org .list-section-body .sub-title h4 {
  display: block;
  font-size: 15px;
  color: #0ca670;
  font-weight: 680;
}

.form-control label {
  font-size: 13px;
  line-height: 20px;
  color: #676767;
  display: flex;
  flex-direction: row;
  width: 20%;
}

.form-control.mandatory label:after {
  content: "*";
}

.form-control .form-input {
  width: 80%;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
}

.form-control div .help-text {
  font-size: 12px;
  font-style: italic;
  display: block;
  color: #838383;
  font-weight: 600;
  margin-top: 8px;
}

.form-control div .help-text b {
  font-weight: 700;
  color: #484d52;
}

.form-control div .error-msg {
  font-size: 12px;
  font-style: italic;
  display: block;
  color: #e76b09;
  font-weight: 600;
  margin-top: 8px;
}

.form-control div .help-text .highlighted {
  color: #e76b09;
}

.form-control input[type=text], .form-control input[type=password], .form-control input[type=number] {
  border: 1px solid #ededed;
  display: block;
  padding: 10px;
  width: 100%;
  font-size: 13px;
  line-height: 38px;
  height: 38px;
  /*width: 50%;*/
  border-radius: 8px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0196078431);
}

.form-control select {
  border: 1px solid #ededed;
  display: block;
  font-size: 13px;
  line-height: 38px;
  height: 38px;
  /*width: 50%;*/
  border-radius: 8px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0196078431);
}

.form-control select:focus {
  outline: none;
  color: #464646;
}

.form-control textarea {
  border: 1px solid #ededed;
  display: block;
  font-size: 13px;
  line-height: 21px;
  min-height: 60px;
  /*width: 50%;*/
  border-radius: 8px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0196078431);
  height: auto;
  min-height: 100px;
  padding: 10px;
  font-weight: 640;
}

.input-with-error {
  border-color: #cb0000 !important;
}

.form-control input:focus {
  outline: none;
  border: 1.5px solid #53626b;
}

.form-control textarea:focus {
  outline: none;
  border: 1.5px solid #53626b;
}

.org-list-navigate-footer {
  margin-top: 20px;
  overflow: hidden;
  padding: 10px 2px;
}

.org-list-navigate-footer .navigate-buttons {
  float: right;
}

.org-list-navigate-footer .navigate-buttons button {
  background: #fff;
  border: 1px solid #ededed;
  font-size: 13px;
  color: #4d4d4d;
  line-height: 20px;
  padding: 6px 18px;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.0196078431);
  transition: 0.4s;
}

.org-list-navigate-footer .navigate-buttons button svg {
  float: right;
  width: 14px;
}

.org-list-navigate-footer .navigate-buttons button:hover {
  background: #0ca670;
  border-color: #0ca670;
  color: #fff;
  box-shadow: none;
}

@keyframes slide-in {
  from {
    opacity: 0;
    margin-left: -20px;
  }
  to {
    opacity: 1;
    margin-left: 0;
  }
}
.org-list-section {
  animation-name: slide-in;
  animation-duration: 0.7s;
}

.org-list-section .form-control:last-child {
  border-bottom: none !important;
}

.upload-placeholder {
  width: 200px !important;
  height: 80px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0196078431);
  padding-left: 0 !important;
  background: #fff;
  border: 1px solid #ededed;
  float: left;
  border-radius: 8px;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  transition: 0.4s;
}

.upload-placeholder:hover {
  background: #fafafa;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
}

.upload-placeholder svg {
  width: 35px;
  display: block;
  margin: 10px auto;
  color: rgb(161, 161, 161);
}

.upload-placeholder input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  cursor: pointer;
}

.upload-placeholder p {
  font-weight: 600;
  text-align: center;
  display: block;
  font-size: 11px;
  color: rgb(161, 161, 161);
}

.clear {
  clear: bottom;
}

.logo-preview {
  height: 80px;
  position: relative;
  float: left;
  margin-left: 10px;
  border-radius: 8px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0196078431);
}

.logo-preview img {
  height: 80px;
  border-radius: 8px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0196078431);
  width: auto;
  border: 1px solid #ededed;
}

.logo-preview svg {
  position: absolute;
  right: 6px;
  top: 6px;
  background: #e22f2f;
  color: #fff;
  width: 15px;
  height: 15px;
  padding: 2px;
  border-radius: 3px;
  cursor: pointer;
}

.org-search-preview {
  border: 1px solid #ededed;
  border-radius: 8px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0196078431);
  margin-top: 10px;
}

.org-search-preview ul {
  padding: 0;
  margin: 0;
}

.org-search-preview li {
  list-style: none;
  padding: 10px;
  overflow: hidden;
  cursor: pointer;
}

.org-search-preview li:hover {
  background: #fafafa;
  transition: 0.4s;
}

.org-search-preview li {
  border-bottom: 1px solid #ededed;
}

.org-search-preview li:last-child {
  border-bottom: none;
}

.org-search-preview li img {
  float: left;
  display: block;
  width: 36px;
  float: left;
  border-radius: 4px;
  margin-right: 10px;
}

.org-search-preview li .org-no-logo {
  width: 36px;
  height: 36px;
  border: 1px solid #ededed;
  float: left;
  margin-right: 10px;
  border-radius: 4px;
}

.org-search-preview li .org-no-logo svg {
  width: 20px;
  height: 20px;
  margin-top: 8px;
  margin-left: 8px;
  color: #595959;
}

.org-search-preview li span {
  float: left;
  line-height: 36px;
  font-size: 13px;
}

#list-org .affiliations {
  margin-top: 10px;
  border-radius: 7px;
}

#list-org .affiliation {
  font-size: 13px;
  width: 100%;
  padding: 11px 6px;
  /* border-radius: 7px; */
  line-height: 31px;
  overflow: hidden;
  color: #3d3d3d;
  border: 1px solid #ededed;
  border-top: none;
}

.affiliation-search-input, .tag-search-input {
  position: relative;
}

.affiliation-search-input svg, .tag-search-input svg {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 18px;
  height: 18px;
}

#list-org .affiliations .affiliation:first-child {
  border-top: 1px solid #ededed;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

#list-org .affiliations .affiliation:last-child {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

#list-org .affiliation img {
  width: 31px;
  float: left;
  margin-right: 8px;
  border-radius: 4px;
}

#list-org .affiliation .affiliation-title {
  float: left;
}

#list-org .affiliation svg {
  float: left;
}

#list-org .affiliation .remove-affiliation {
  width: 18px;
  margin-top: 7px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  margin-left: 9px;
  cursor: pointer;
  color: #3f3f3f;
}

#list-org .affiliation:hover .remove-affiliation {
  visibility: visible;
  opacity: 1;
}

#list-org .affiliation:hover .remove-affiliation:hover {
  color: #d73434;
}

#list-org .affiliation select {
  float: right;
  width: 180px;
  font-size: 11px;
  line-height: 10px;
  /* height: 28px; */
  border-radius: 5px;
  padding: 0 4px;
  border: none;
  height: 31px;
  background: #fff;
  border: none !important;
}

#list-org .affiliation .since {
  float: right;
  margin-right: 10px;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #ededed;
  height: 24px;
  margin-top: 8px;
}

#list-org .affiliation .since span {
  float: left;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#list-org .affiliation .since input {
  width: 100px;
  display: block;
  float: left;
  border: none !important;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  box-shadow: none !important;
  padding: 3px !important;
  height: 20px !important;
  width: 52px !important;
  display: block;
  /* border-bottom: 1px solid #ededed !important; */
  box-shadow: none !important;
  /* border-radius: 0; */
  line-height: 20px !important;
}

#list-org .affiliation select:focus {
  outline: none;
  border: none;
}

#esg_focus, #missions_and_objectives {
  min-height: 140px;
  height: 100px;
}

.tag {
  font-size: 11px !important;
  transition: 0.3s;
  background: rgba(12, 166, 112, 0.15);
  font-weight: 650;
  border-radius: 4px;
  margin-bottom: 3px;
  color: rgba(0, 96, 64, 0.7);
}

.tag:hover {
  background: rgb(9, 150, 100);
  color: #fff;
}

.tag-search-results {
  margin-top: 10px;
  border: 1px solid #ededed;
  padding: 8px;
  border-radius: 7px;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0196078431);
}

.tag-search-results {
  margin-top: 0;
  border: 1px solid #ededed;
  padding: 8px;
  border-radius: 0 0 7px 7px;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0196078431);
}

.tag-search-results .result-tag {
  border: 1px solid #ededed;
  font-size: 11px;
  padding: 4px;
  display: inline-block;
  margin: 2px 0;
  border-radius: 4px;
  color: #606060;
  cursor: pointer;
}

.tag-search-results .result-tag:hover {
  background: #fafafa;
  color: #1c1c1c;
  transition: 0.2s;
}

.form-input input:focus {
  border: 1px solid #ededed !important;
}

.form-input input.focused-search {
  font-size: 13px !important;
  border: 1px solid #ededed;
  border-radius: 7px 7px 0 0 !important;
  border-bottom: none !important;
}

.affiliation-search-input, .tag-search-input input {
  font-size: 13px !important;
}

.affiliation-search-input, .tag-search-input input:focus {
  outline: none;
  border-color: #ededed;
}

#tags_form .form-input input.focused-search:focus {
  border: 1px solid #ededed !important;
  border-bottom: none !important;
}

.tag-search-results .no-result {
  font-size: 12px;
  padding: 5px;
  display: block;
  color: #949292;
}

.added-tags h4 {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: 670;
  color: #4d4d4d;
}

#list-org .save_org {
  background: #fff;
  border: 1px solid #ededed;
  font-size: 13px;
  color: #4d4d4d;
  line-height: 20px;
  padding: 6px 18px;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.0196078431);
  transition: 0.4s;
  position: absolute;
  right: 10px;
  top: 10px;
}

#finalize .list-section-head {
  text-align: center;
  display: block;
  width: 100%;
}
#finalize .org-public {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: auto;
  margin-top: 30px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 30px;
}
#finalize .org-public svg {
  display: block;
  margin: auto;
  color: #008ade;
  border-radius: 8px;
  padding: 3px;
  background: rgba(0, 138, 222, 0.12);
  width: 35px;
}
#finalize .org-public h4 {
  color: #008ade;
  font-weight: 650;
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
}
#finalize .org-public p {
  margin-top: 5px;
  font-size: 13px;
  line-height: 20px;
  color: #53626b;
  font-weight: 650;
  text-align: center;
  display: block;
}

#finalize .brief_intro {
  font-size: 13px;
  margin: 20px 0;
}

#finalize .org {
  border: 1px solid #ededed !important;
  border-radius: 8px;
  padding: 10px;
  padding-bottom: 47px;
  width: 65%;
  margin: 34px auto;
  float: none;
  overflow: hidden;
}

.service-item {
  font-size: 11px !important;
  transition: 0.3s;
  background: #fff;
  cursor: pointer;
  font-weight: 650;
  border-radius: 4px;
  margin-bottom: 3px;
  color: rgb(57, 66, 72);
  border: 1px solid #ededed;
  padding: 3px 9px;
  overflow: hidden;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 16px;
  float: left;
  margin-right: 5px;
}

.country-search-input-container input {
  border: 1px solid #ededed;
  display: block;
  font-size: 13px;
  line-height: 38px;
  height: 38px;
  /*width: 50%;*/
  border-radius: 8px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0196078431);
}

.country-search-input-container input:focus {
  outline: none;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #ededed !important;
  border-radius: 7px !important;
  font-size: 13px;
  line-height: 20px;
  padding-top: 5px;
  padding-left: 7px;
  color: #858585;
}

#edit-georeach .col-xl-6 {
  width: 50%;
  float: left;
}

#edit-georeach .row {
  margin-top: 15px;
}

#edit-georeach .list-group.mb-4 {
  list-style: none;
  /* border: 1px solid #ededed; */
  border-radius: 7px;
}

#edit-georeach .list-group-item {
  list-style: none;
  border: 1px solid rgba(237, 237, 237, 0.9294117647);
  padding: 10px;
  margin: 5px 0;
  border-radius: 7px;
}

#edit-georeach .list-group.mb-4 strong {
  font-size: 13px;
  font-weight: 700;
  color: #0ca670;
}

#edit-georeach .badge.bg-primary {
  font-size: 12px;
  line-height: 19px;
  display: inline;
  background: #fff;
  margin: 1px;
  padding: 2px 4px;
  border-radius: 4px;
  font-size: 12px;
  border: 1px solid #ededed;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0117647059);
  display: inline-block;
  /* width: fit-content; */
  /* float: left; */
}

#edit-georeach .list-group.mt-2 .list-group-item .subregion-title {
  color: #7b8388;
  font-size: 13px;
}

#edit-georeach .add-regions {
  margin-bottom: 10px;
  display: block;
  font-size: 13px;
  color: #838181;
}

.select2-dropdown {
  border: 1px solid #ededed !important;
  top: 5px !important;
  border-radius: 7px !important;
  overflow: hidden;
}

.select2-search--dropdown .select2-search__field {
  padding: 8px;
  border-radius: 7px;
  border: 1px solid #ededed !important;
  font-size: 13px;
  line-height: 18px;
}

.select2-search--dropdown .select2-search__field:focus {
  outline: none;
}

.select2-results__option {
  font-size: 13px;
  line-height: 22px;
}

.select2-results__option:hover {
  background: rgba(215, 215, 215, 0.2);
  color: rgb(24, 24, 24);
}

#edit-georeach .remove-region svg {
  width: 14px;
  line-height: 13px;
  float: right;
  margin-top: 5px;
  color: #9b9a9a;
}

#edit-georeach .remove-subregion svg {
  width: 14px;
  line-height: 13px;
  /*float: right;*/
  margin-top: 4px;
  margin-right: 4px;
  /*float: left;*/
  color: #9b9a9a;
  /* float: right; */
}

#edit-georeach .remove-region svg:hover {
  color: #b63434;
  transition: 0.4s;
}

#edit-georeach .remove-subregion svg:hover {
  color: #b63434;
  transition: 0.4s;
}

#edit-georeach .no-region-selected {
  font-size: 13px;
  margin-top: 10px;
  padding: 10px;
  color: #606060;
}

.subregion-container {
  border: none !important;
  padding: 0 !important;
  margin: 15px 0 !important;
}

.toggle_button {
  width: 57px;
  height: 30px;
  background: #f7f7f7;
  border: 1px solid #ededed;
  border-radius: 15px;
  /* box-shadow: 0 0 1px #00000012; */
  transition: 0.4s;
  cursor: pointer;
  position: relative;
}

.toggle_off:after {
  content: "";
  position: absolute;
  display: block;
  left: 2px;
  top: 2px;
  height: 24px;
  width: 24px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s;
  border: 1px solid #ededed;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.51);
}

.toggle_on {
  background: #0ca670;
  box-shadow: none;
}

.toggle_on:after {
  content: "";
  position: absolute;
  display: block;
  left: 2px;
  margin-left: 26px;
  top: 2px;
  height: 24px;
  width: 24px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #ededed;
  box-shadow: 0 0 1px rgb(12, 166, 112);
  transition: 0.2s;
}

#members_check label {
  line-height: 18px !important;
}

#members_check .form-input .toggle_button {
  margin-left: 100px;
}

.select2-selection__arrow {
  position: absolute;
  top: 8px !important;
  right: 12px !important;
}

#list-org .validation-error {
  background: #ff9740;
  color: #fff;
  max-width: 300px;
  margin: auto;
  margin-bottom: 24px;
  padding: 10px;
  border-radius: 7px;
  font-size: 13px;
  line-height: 17px;
}

#list-org .validation-error svg {
  float: left;
  width: 21px;
  float: left;
  margin-right: 10px;
}

.form-error label, .error-text {
  color: #cb0000 !important;
}

.step .warning {
  float: right;
  width: 18px;
  color: #e9921b;
  margin-top: 5px;
}

.step .lock {
  float: right;
  width: 12px;
  color: #4f4f4f;
  margin-top: 5px;
}

#list-org .preview-button:hover {
  background: #fafafa;
}

#list-org .preview-button svg {
  width: 18px;
  float: left;
  margin-right: 5px;
}

.list-org-heading {
  padding: 11px 15px;
  border-bottom: 1px solid #ededed;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.list-org-heading h4 {
  color: #53626b;
  font-size: 13px;
  font-weight: 650;
}
.list-org-heading .actions {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  height: 32px;
}
.list-org-heading .public-toggle {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  gap: 8px;
}

#list-org .preview-button {
  text-decoration: none;
  border: 1px solid #ededed;
  overflow: hidden;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 20px;
  padding: 5px 8px;
  margin: auto;
  color: #505050;
  font-size: 12px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
  border-radius: 7px;
  transition: 0.4s;
}
#list-org .preview-button span {
  color: #36ab12;
}

@media only screen and (max-width: 700px) {
  .list-org-head {
    display: block !important;
    padding: 10px !important;
  }
  #list-org aside {
    display: none;
  }
  .list-org-parts {
    flex-direction: column !important;
  }
  #list-org.show-aside-on-mobile aside {
    display: block !important;
    float: none;
    height: -moz-fit-content !important;
    height: fit-content !important;
    width: 100%;
    border-right: none !important;
    border-bottom: 1px solid rgba(237, 237, 237, 0.9294117647);
    padding: 20px;
  }
  #members_check .form-input .toggle_button {
    margin-top: 10px;
    margin-left: 0;
  }
  .list-org-body {
    float: none;
    width: 100% !important;
    border-left: none !important;
    margin-left: 0 !important;
    padding: 15px !important;
  }
  .org-list-navigate-footer .navigate-buttons {
    float: none !important;
  }
  .org-list-navigate-footer .navigate-buttons button {
    width: 100% !important;
  }
  #edit-georeach .col-xl-6 {
    width: 100% !important;
    float: none !important;
  }
  #finalize .org {
    width: 100% !important;
  }
  .list-org-heading {
    flex-direction: column !important;
    gap: 10px;
    align-items: flex-start !important;
    height: auto !important;
  }
  .list-org-heading .actions {
    flex-direction: row-reverse !important;
    margin-left: 0 !important;
  }
}
.list-org-head {
  border-bottom: 1px solid #ededed;
  padding: 0 10px;
  display: none;
  padding-bottom: 10px;
}
.list-org-head .toggle-mobile-list-org-nav {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 650;
  border: 1px solid #ededed;
  padding: 5px;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
}
.list-org-head .toggle-mobile-list-org-nav svg {
  margin-right: 4px;
  width: 24px;
  display: inline-block;
}

#list-org aside {
  height: 580px;
  border-right: 1px solid #ededed;
  width: 320px;
  padding: 0 10px;
}

.survey-process .step {
  padding: 10px 10px;
  margin: 15px 0;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}

.survey-process .step .step-circle {
  float: left;
  transition: 0.3s;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border-radius: 50%;
  margin-top: 3px;
  background: #ededed;
  box-sizing: content-box;
}

.survey-process .step .step-info {
  float: left;
}

.survey-process .step .step-info span {
  font-size: 13px;
  line-height: 25px;
}

.survey-process .step-active, .survey-process .step-done {
  color: #228fc7;
}

.survey-process .step-locked {
  opacity: 0.5;
  cursor: default !important;
  color: #808080;
}

.survey-process .step-active .step-circle {
  background: rgba(46, 161, 219, 0.34);
  position: relative;
}

.survey-process .step-done .step-circle {
  background: #228fc7;
}

.survey-process .step-done .step-circle svg {
  width: 14px;
  height: 14px;
  color: #fff;
  margin-left: 2px;
  margin-top: 2px;
}

.survey-process .step-active .step-circle:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 4px;
  top: 4px;
  background: #228fc7;
}

.list-org-parts {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.list-org-body {
  width: calc(100% - 320px);
  padding: 20px 30px;
  border-left: 1px solid #ededed;
  margin-left: -1px;
}

#list-org .list-section-head {
  font-size: 22px;
  display: block;
  margin-bottom: 10px;
  font-weight: 650;
  color: #2e2e2f;
}

.form-control {
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  border-bottom: 1px dashed #ededed;
  align-items: center;
}

#list-org .list-section-body .sub-title {
  padding: 0;
  padding-top: 20px;
  overflow: hidden;
  /*border-bottom: 1px dashed #ededed;*/
}

#list-org .list-section-body .sub-title h4 {
  display: block;
  font-size: 15px;
  color: #0ca670;
  font-weight: 680;
}

.form-control label {
  font-size: 13px;
  line-height: 20px;
  color: #676767;
  display: flex;
  flex-direction: row;
  width: 20%;
}

.form-control.mandatory label:after {
  content: "*";
}

.form-control .form-input {
  width: 80%;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
}

.form-control div .help-text {
  font-size: 12px;
  font-style: italic;
  display: block;
  color: #838383;
  font-weight: 600;
  margin-top: 8px;
}

.form-control div .help-text b {
  font-weight: 700;
  color: #484d52;
}

.form-control div .error-msg {
  font-size: 12px;
  font-style: italic;
  display: block;
  color: #e76b09;
  font-weight: 600;
  margin-top: 8px;
}

.form-control div .help-text .highlighted {
  color: #e76b09;
}

.form-control input[type=text], .form-control input[type=password], .form-control input[type=number] {
  border: 1px solid #ededed;
  display: block;
  padding: 10px;
  width: 100%;
  font-size: 13px;
  line-height: 38px;
  height: 38px;
  /*width: 50%;*/
  border-radius: 8px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0196078431);
}

.form-control select {
  border: 1px solid #ededed;
  display: block;
  font-size: 13px;
  line-height: 38px;
  height: 38px;
  /*width: 50%;*/
  border-radius: 8px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0196078431);
}

.form-control select:focus {
  outline: none;
  color: #464646;
}

.form-control textarea {
  border: 1px solid #ededed;
  display: block;
  font-size: 13px;
  line-height: 21px;
  min-height: 60px;
  /*width: 50%;*/
  border-radius: 8px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0196078431);
  height: auto;
  min-height: 100px;
  padding: 10px;
  font-weight: 640;
}

.input-with-error {
  border-color: #cb0000 !important;
}

.form-control input:focus {
  outline: none;
  border: 1.5px solid #53626b;
}

.form-control textarea:focus {
  outline: none;
  border: 1.5px solid #53626b;
}

.org-list-navigate-footer {
  margin-top: 20px;
  overflow: hidden;
  padding: 10px 2px;
}

.org-list-navigate-footer .navigate-buttons {
  float: right;
}

.org-list-navigate-footer .navigate-buttons button {
  background: #fff;
  border: 1px solid #ededed;
  font-size: 13px;
  color: #4d4d4d;
  line-height: 20px;
  padding: 6px 18px;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.0196078431);
  transition: 0.4s;
}

.org-list-navigate-footer .navigate-buttons button svg {
  float: right;
  width: 14px;
}

.org-list-navigate-footer .navigate-buttons button:hover {
  background: #0ca670;
  border-color: #0ca670;
  color: #fff;
  box-shadow: none;
}

@keyframes slide-in {
  from {
    opacity: 0;
    margin-left: -20px;
  }
  to {
    opacity: 1;
    margin-left: 0;
  }
}
.org-list-section {
  animation-name: slide-in;
  animation-duration: 0.7s;
}

.org-list-section .form-control:last-child {
  border-bottom: none !important;
}

.upload-placeholder {
  width: 200px !important;
  height: 80px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0196078431);
  padding-left: 0 !important;
  background: #fff;
  border: 1px solid #ededed;
  float: left;
  border-radius: 8px;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  transition: 0.4s;
}

.upload-placeholder:hover {
  background: #fafafa;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
}

.upload-placeholder svg {
  width: 35px;
  display: block;
  margin: 10px auto;
  color: rgb(161, 161, 161);
}

.upload-placeholder input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  cursor: pointer;
}

.upload-placeholder p {
  font-weight: 600;
  text-align: center;
  display: block;
  font-size: 11px;
  color: rgb(161, 161, 161);
}

.clear {
  clear: bottom;
}

.logo-preview {
  height: 80px;
  position: relative;
  float: left;
  margin-left: 10px;
  border-radius: 8px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0196078431);
}

.logo-preview img {
  height: 80px;
  border-radius: 8px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0196078431);
  width: auto;
  border: 1px solid #ededed;
}

.logo-preview svg {
  position: absolute;
  right: 6px;
  top: 6px;
  background: #e22f2f;
  color: #fff;
  width: 15px;
  height: 15px;
  padding: 2px;
  border-radius: 3px;
  cursor: pointer;
}

.org-search-preview {
  border: 1px solid #ededed;
  border-radius: 8px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0196078431);
  margin-top: 10px;
}

.org-search-preview ul {
  padding: 0;
  margin: 0;
}

.org-search-preview li {
  list-style: none;
  padding: 10px;
  overflow: hidden;
  cursor: pointer;
}

.org-search-preview li:hover {
  background: #fafafa;
  transition: 0.4s;
}

.org-search-preview li {
  border-bottom: 1px solid #ededed;
}

.org-search-preview li:last-child {
  border-bottom: none;
}

.org-search-preview li img {
  float: left;
  display: block;
  width: 36px;
  float: left;
  border-radius: 4px;
  margin-right: 10px;
}

.org-search-preview li .org-no-logo {
  width: 36px;
  height: 36px;
  border: 1px solid #ededed;
  float: left;
  margin-right: 10px;
  border-radius: 4px;
}

.org-search-preview li .org-no-logo svg {
  width: 20px;
  height: 20px;
  margin-top: 8px;
  margin-left: 8px;
  color: #595959;
}

.org-search-preview li span {
  float: left;
  line-height: 36px;
  font-size: 13px;
}

#list-org .affiliations {
  margin-top: 10px;
  border-radius: 7px;
}

#list-org .affiliation {
  font-size: 13px;
  width: 100%;
  padding: 11px 6px;
  /* border-radius: 7px; */
  line-height: 31px;
  overflow: hidden;
  color: #3d3d3d;
  border: 1px solid #ededed;
  border-top: none;
}

.affiliation-search-input, .tag-search-input {
  position: relative;
}

.affiliation-search-input svg, .tag-search-input svg {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 18px;
  height: 18px;
}

#list-org .affiliations .affiliation:first-child {
  border-top: 1px solid #ededed;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

#list-org .affiliations .affiliation:last-child {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

#list-org .affiliation img {
  width: 31px;
  float: left;
  margin-right: 8px;
  border-radius: 4px;
}

#list-org .affiliation .affiliation-title {
  float: left;
}

#list-org .affiliation svg {
  float: left;
}

#list-org .affiliation .remove-affiliation {
  width: 18px;
  margin-top: 7px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  margin-left: 9px;
  cursor: pointer;
  color: #3f3f3f;
}

#list-org .affiliation:hover .remove-affiliation {
  visibility: visible;
  opacity: 1;
}

#list-org .affiliation:hover .remove-affiliation:hover {
  color: #d73434;
}

#list-org .affiliation select {
  float: right;
  width: 180px;
  font-size: 11px;
  line-height: 10px;
  /* height: 28px; */
  border-radius: 5px;
  padding: 0 4px;
  border: none;
  height: 31px;
  background: #fff;
  border: none !important;
}

#list-org .affiliation .since {
  float: right;
  margin-right: 10px;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #ededed;
  height: 24px;
  margin-top: 8px;
}

#list-org .affiliation .since span {
  float: left;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#list-org .affiliation .since input {
  width: 100px;
  display: block;
  float: left;
  border: none !important;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  box-shadow: none !important;
  padding: 3px !important;
  height: 20px !important;
  width: 52px !important;
  display: block;
  /* border-bottom: 1px solid #ededed !important; */
  box-shadow: none !important;
  /* border-radius: 0; */
  line-height: 20px !important;
}

#list-org .affiliation select:focus {
  outline: none;
  border: none;
}

#esg_focus, #missions_and_objectives {
  min-height: 140px;
  height: 100px;
}

.tag {
  font-size: 11px !important;
  transition: 0.3s;
  background: rgba(12, 166, 112, 0.15);
  font-weight: 650;
  border-radius: 4px;
  margin-bottom: 3px;
  color: rgba(0, 96, 64, 0.7);
}

.tag:hover {
  background: rgb(9, 150, 100);
  color: #fff;
}

.tag-search-results {
  margin-top: 10px;
  border: 1px solid #ededed;
  padding: 8px;
  border-radius: 7px;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0196078431);
}

.tag-search-results {
  margin-top: 0;
  border: 1px solid #ededed;
  padding: 8px;
  border-radius: 0 0 7px 7px;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0196078431);
}

.tag-search-results .result-tag {
  border: 1px solid #ededed;
  font-size: 11px;
  padding: 4px;
  display: inline-block;
  margin: 2px 0;
  border-radius: 4px;
  color: #606060;
  cursor: pointer;
}

.tag-search-results .result-tag:hover {
  background: #fafafa;
  color: #1c1c1c;
  transition: 0.2s;
}

.form-input input:focus {
  border: 1px solid #ededed !important;
}

.form-input input.focused-search {
  font-size: 13px !important;
  border: 1px solid #ededed;
  border-radius: 7px 7px 0 0 !important;
  border-bottom: none !important;
}

.affiliation-search-input, .tag-search-input input {
  font-size: 13px !important;
}

.affiliation-search-input, .tag-search-input input:focus {
  outline: none;
  border-color: #ededed;
}

#tags_form .form-input input.focused-search:focus {
  border: 1px solid #ededed !important;
  border-bottom: none !important;
}

.added-tags {
  margin-top: 10px;
}

.added-tags .tag {
  position: relative;
}

.added-tags .tag:hover {
  background: #ffe0dc;
  color: #8c2f28;
  transition: 0.2s;
}

.added-tags .tag svg {
  display: block;
  height: 13px;
  margin-right: 2px;
  margin-top: 2px;
  float: left;
}

.tag-search-results .no-result {
  font-size: 12px;
  padding: 5px;
  display: block;
  color: #949292;
}

.added-tags h4 {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: 670;
  color: #4d4d4d;
}

#list-org .save_org {
  background: #fff;
  border: 1px solid #ededed;
  font-size: 13px;
  color: #4d4d4d;
  line-height: 20px;
  padding: 6px 18px;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.0196078431);
  transition: 0.4s;
  position: absolute;
  right: 10px;
  top: 10px;
}

#finalize .list-section-head {
  text-align: center;
  display: block;
  width: 100%;
}
#finalize .org-public {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: auto;
  margin-top: 30px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 30px;
}
#finalize .org-public svg {
  display: block;
  margin: auto;
  color: #008ade;
  border-radius: 8px;
  padding: 3px;
  background: rgba(0, 138, 222, 0.12);
  width: 35px;
}
#finalize .org-public h4 {
  color: #008ade;
  font-weight: 650;
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
}
#finalize .org-public p {
  margin-top: 5px;
  font-size: 13px;
  line-height: 20px;
  color: #53626b;
  font-weight: 650;
  text-align: center;
  display: block;
}

#finalize .brief_intro {
  font-size: 13px;
  margin: 20px 0;
}

#finalize .org {
  border: 1px solid #ededed !important;
  border-radius: 8px;
  padding: 10px;
  padding-bottom: 47px;
  width: 65%;
  margin: 34px auto;
  float: none;
  overflow: hidden;
}

.service-item {
  font-size: 11px !important;
  transition: 0.3s;
  background: #fff;
  cursor: pointer;
  font-weight: 650;
  border-radius: 4px;
  margin-bottom: 3px;
  color: rgb(57, 66, 72);
  border: 1px solid #ededed;
  padding: 3px 9px;
  overflow: hidden;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 16px;
  float: left;
  margin-right: 5px;
}

.service-item:hover {
  background: #f7f7f7;
}

.service-item svg {
  float: left;
  width: 13px;
  display: block;
  margin-top: 1px;
  margin-right: 2px;
}

.clickable {
  cursor: pointer;
}

.country-search-input-container input {
  border: 1px solid #ededed;
  display: block;
  font-size: 13px;
  line-height: 38px;
  height: 38px;
  /*width: 50%;*/
  border-radius: 8px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0196078431);
}

.country-search-input-container input:focus {
  outline: none;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #ededed !important;
  border-radius: 7px !important;
  font-size: 13px;
  line-height: 20px;
  padding-top: 5px;
  padding-left: 7px;
  color: #858585;
}

#edit-georeach .col-xl-6 {
  width: 50%;
  float: left;
}

#edit-georeach .row {
  margin-top: 15px;
}

#edit-georeach .list-group.mb-4 {
  list-style: none;
  /* border: 1px solid #ededed; */
  border-radius: 7px;
}

#edit-georeach .list-group-item {
  list-style: none;
  border: 1px solid rgba(237, 237, 237, 0.9294117647);
  padding: 10px;
  margin: 5px 0;
  border-radius: 7px;
}

#edit-georeach .list-group.mb-4 strong {
  font-size: 13px;
  font-weight: 700;
  color: #0ca670;
}

#edit-georeach .badge.bg-primary {
  font-size: 12px;
  line-height: 19px;
  display: inline;
  background: #fff;
  margin: 1px;
  padding: 2px 4px;
  border-radius: 4px;
  font-size: 12px;
  border: 1px solid #ededed;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0117647059);
  display: inline-block;
  /* width: fit-content; */
  /* float: left; */
}

#edit-georeach .list-group.mt-2 .list-group-item .subregion-title {
  color: #7b8388;
  font-size: 13px;
}

#edit-georeach .add-regions {
  margin-bottom: 10px;
  display: block;
  font-size: 13px;
  color: #838181;
}

.select2-dropdown {
  border: 1px solid #ededed !important;
  top: 5px !important;
  border-radius: 7px !important;
  overflow: hidden;
}

.select2-search--dropdown .select2-search__field {
  padding: 8px;
  border-radius: 7px;
  border: 1px solid #ededed !important;
  font-size: 13px;
  line-height: 18px;
}

.select2-search--dropdown .select2-search__field:focus {
  outline: none;
}

.select2-results__option {
  font-size: 13px;
  line-height: 22px;
}

.select2-results__option:hover {
  background: rgba(215, 215, 215, 0.2);
  color: rgb(24, 24, 24);
}

#edit-georeach .remove-region svg {
  width: 14px;
  line-height: 13px;
  float: right;
  margin-top: 5px;
  color: #9b9a9a;
}

#edit-georeach .remove-subregion svg {
  width: 14px;
  line-height: 13px;
  /*float: right;*/
  margin-top: 4px;
  margin-right: 4px;
  /*float: left;*/
  color: #9b9a9a;
  /* float: right; */
}

#edit-georeach .remove-region svg:hover {
  color: #b63434;
  transition: 0.4s;
}

#edit-georeach .remove-subregion svg:hover {
  color: #b63434;
  transition: 0.4s;
}

#edit-georeach .no-region-selected {
  font-size: 13px;
  margin-top: 10px;
  padding: 10px;
  color: #606060;
}

.subregion-container {
  border: none !important;
  padding: 0 !important;
  margin: 15px 0 !important;
}

.toggle_button {
  width: 57px;
  height: 30px;
  background: #f7f7f7;
  border: 1px solid #ededed;
  border-radius: 15px;
  /* box-shadow: 0 0 1px #00000012; */
  transition: 0.4s;
  cursor: pointer;
  position: relative;
}

.toggle_off:after {
  content: "";
  position: absolute;
  display: block;
  left: 2px;
  top: 2px;
  height: 24px;
  width: 24px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s;
  border: 1px solid #ededed;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.51);
}

.toggle_on {
  background: #0ca670;
  box-shadow: none;
}

.toggle_on:after {
  content: "";
  position: absolute;
  display: block;
  left: 2px;
  margin-left: 26px;
  top: 2px;
  height: 24px;
  width: 24px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #ededed;
  box-shadow: 0 0 1px rgb(12, 166, 112);
  transition: 0.2s;
}

#members_check label {
  line-height: 18px !important;
}

#members_check .form-input .toggle_button {
  margin-left: 100px;
}

.select2-selection__arrow {
  position: absolute;
  top: 8px !important;
  right: 12px !important;
}

#list-org .validation-error {
  background: #ff9740;
  color: #fff;
  max-width: 300px;
  margin: auto;
  margin-bottom: 24px;
  padding: 10px;
  border-radius: 7px;
  font-size: 13px;
  line-height: 17px;
}

#list-org .validation-error svg {
  float: left;
  width: 21px;
  float: left;
  margin-right: 10px;
}

.form-error label, .error-text {
  color: #cb0000 !important;
}

.step .warning {
  float: right;
  width: 18px;
  color: #e9921b;
  margin-top: 5px;
}

.step .lock {
  float: right;
  width: 12px;
  color: #4f4f4f;
  margin-top: 5px;
}

#list-org .preview-button:hover {
  background: #fafafa;
}

#list-org .preview-button svg {
  width: 18px;
  float: left;
  margin-right: 5px;
}

.list-org-heading {
  padding: 11px 15px;
  border-bottom: 1px solid #ededed;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.list-org-heading h4 {
  color: #53626b;
  font-size: 13px;
  font-weight: 650;
}
.list-org-heading .actions {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  height: 32px;
}
.list-org-heading .public-toggle {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  gap: 8px;
}

#list-org .preview-button {
  text-decoration: none;
  border: 1px solid #ededed;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 20px;
  padding: 5px 8px;
  margin: auto;
  color: #505050;
  font-size: 12px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
  border-radius: 7px;
  transition: 0.4s;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}
#list-org .preview-button span {
  background: rgba(54, 171, 18, 0.2);
  color: #36ab12;
  padding: 0px 8px;
  line-height: 18px;
  border-radius: 10px;
}

.with-beam:before {
  display: block;
  content: "";
  position: absolute;
  background: url(/assets/beam.png);
  background-size: cover;
  height: 4px;
  width: 60%;
  left: 20%;
  top: -3px;
  z-index: 3;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
}

.onboard-head {
  padding: 10px;
}
.onboard-head p {
  font-size: 12px;
  color: #436880;
  text-align: center;
  margin-bottom: 10px;
  display: block;
}
.onboard-head ul {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 30px;
}
.onboard-head ul li {
  background: #fff;
  z-index: 2;
  padding: 3px 40px;
}
.onboard-head ul li .step-number {
  margin: auto;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: rgba(125, 166, 194, 0.3);
  text-align: center;
  font-size: 14px;
  font-weight: 650;
  color: #274e69;
  margin-bottom: 5px;
  border-radius: 50%;
}
.onboard-head ul li .step-number svg {
  width: 18px;
  margin-top: 3px;
  display: inline-block;
}
.onboard-head ul li .step-text {
  font-size: 13px;
  display: block;
  text-align: center;
  color: #436880;
  margin-left: 10px;
}
.onboard-head ul li.step-done .step-number {
  background: #239f00 !important;
  box-shadow: 0 1px 3px rgba(246, 246, 246, 0.3) inset;
  color: #fff;
}
.onboard-head ul li.step-done .step-text {
  font-weight: 700;
  color: #239f00;
}
.onboard-head ul:before {
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 5;
  width: 100%;
  background: #ededed;
  height: 1px;
}
.onboard-head li.step-doing .step-number {
  background: #1c6ea2 !important;
  box-shadow: 0 1px 1px rgba(246, 246, 246, 0.3) inset;
  color: #fff;
}
.onboard-head li.step-doing .step-text {
  color: #1c6ea2;
}

.onboard-panel {
  position: relative;
  margin-bottom: 20px;
  overflow: visible !important;
}
.onboard-panel .onboard-title {
  font-size: 20px;
  font-weight: 700;
  margin: 30px auto !important;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.onboard-panel .error {
  font-size: 13px;
  color: #c92d1f;
  margin-top: 6px;
  line-height: 18px;
  font-weight: 700;
}
.onboard-panel .error svg {
  margin-top: -3px;
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 3px;
}
.onboard-panel .error button {
  background: #fff;
  display: inline-block;
  padding: 3px 7px;
  color: #000;
  border: 1px solid #ededed;
  border-radius: 6px;
}
.onboard-panel .error button svg {
  margin-right: 0;
  width: 14px;
  display: inline-block;
  margin-top: -3px;
}
.onboard-panel .onboard-content {
  margin-top: 30px;
}
.onboard-panel .onboard-content #update-profile-form .form-actions {
  border-top: 1px solid #ededed;
  padding: 20px;
  overflow: hidden;
}
.onboard-panel .onboard-content #update-profile-form .form-actions .form-btn-primary {
  float: right;
}
.onboard-panel .onboard-content .create-org-section .create-org-section-title h4 {
  font-weight: 750;
  font-size: 14px;
}
.onboard-panel .onboard-content .create-org-section .add-additional-billing-details {
  border-top: 1px solid #ededed;
  padding-top: 20px;
  padding-bottom: 20px;
}
.onboard-panel .onboard-content .create-org-section .add-additional-billing-details button {
  display: block;
  border: 1px solid #ededed;
  line-height: 18px;
  color: #454b4f;
  padding: 8px 10px;
  background: #fff;
  font-size: 13px;
  font-weight: 650;
  margin: auto;
  cursor: pointer;
  border-radius: 8px;
  transition: 0.3s;
}
.onboard-panel .onboard-content .create-org-section .add-additional-billing-details button svg {
  color: #000;
  width: 16px;
  margin-right: 2px;
  height: 16px;
  vertical-align: middle;
  margin-top: -3px;
  display: inline-block;
  transition: 0.3s;
}
.onboard-panel .onboard-content .create-org-section .add-additional-billing-details button:hover {
  color: #0a66c2;
}
.onboard-panel .onboard-content .create-org-section .add-additional-billing-details button:hover svg {
  color: #0a66c2;
}
.onboard-panel .onboard-content .create-org-section .additional-billing-contact {
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.onboard-panel .onboard-content .create-org-section .additional-billing-contact h4 {
  display: block;
  font-size: 12px;
  font-weight: 750;
  color: #53626b;
  margin-bottom: 20px;
}
.onboard-panel .onboard-content .create-org-section .additional-billing-contact .form-control {
  padding: 5px 0 !important;
}
.onboard-panel .onboard-content .choose-plan-title p {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 15px;
}
.onboard-panel .onboard-content .choose-plan-title .help {
  color: #718591;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 13px;
  margin: 15px auto auto;
}
.onboard-panel .onboard-content .choose-plan-title .help a {
  text-decoration: underline;
  color: #53626b;
}
.onboard-panel .onboard-content .email-verification-notice {
  width: 560px;
  max-width: 100% !important;
  margin: 50px auto auto;
}
.onboard-panel .onboard-content .email-verification-notice .msg {
  font-size: 13px;
  font-weight: 700;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto auto;
}
.onboard-panel .onboard-content .email-verification-notice .msg-warning {
  color: #f89308;
}
.onboard-panel .onboard-content .email-verification-notice .msg-success {
  color: #36ab12;
}
.onboard-panel .onboard-content .email-verification-notice svg {
  color: #1c6ea2 !important;
  display: block;
  margin: auto;
  width: 70px;
}
.onboard-panel .onboard-content .email-verification-notice h3 {
  color: #1c6ea2 !important;
  font-weight: 750;
  font-size: 20px;
  margin-top: 20px;
  display: block;
  text-align: center;
}
.onboard-panel .onboard-content .email-verification-notice p {
  color: #204050;
  font-weight: 600;
  margin-top: 10px;
  display: block;
  text-align: center;
  line-height: 20px;
  font-size: 15px;
}
.onboard-panel .onboard-content .email-verification-notice span {
  color: #57656e;
  display: block;
  font-size: 12px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
}
.onboard-panel .onboard-content .email-verification-notice button {
  border: 1px solid rgba(61, 71, 77, 0.1);
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 8px;
  line-height: 18px;
  background: #fff;
  display: block;
  margin: auto;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.02);
  color: #3d474d;
  transition: 0.3s;
}
.onboard-panel .onboard-content .email-verification-notice button:hover {
  background: #0ca670;
  color: #fff;
  border-color: #0ca670;
}
.onboard-panel .onboard-content .org-listing-done {
  padding-top: 50px;
  padding-bottom: 100px;
}
.onboard-panel .onboard-content .org-listing-done div {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.onboard-panel .onboard-content .org-listing-done svg {
  color: #239f00 !important;
  box-shadow: 0 1px 3px rgba(246, 246, 246, 0.3) inset;
  border-radius: 50%;
  display: block;
  margin: auto auto 20px;
  width: 50px;
}
.onboard-panel .onboard-content .org-listing-done h4 {
  display: block;
  text-align: center;
  font-weight: 750;
  color: #239f00;
}
.onboard-panel .onboard-content .org-listing-done p {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 650;
}
.onboard-panel .onboard-action {
  padding: 30px;
  border-top: 1px solid #ededed;
}
.onboard-panel .onboard-action .action-left {
  float: left;
}
.onboard-panel .onboard-action .action-right {
  float: right;
}
.onboard-panel .onboard-action .action-right .btn-primary:disabled {
  background: #ededed;
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
}
.onboard-panel .onboard-action .action-right .btn-primary {
  background: #0b9664;
  color: #fff;
  border: none;
  font-weight: 650;
  padding: 10px 20px;
  border-radius: 8px;
  transition: outline-color 0.3s;
  font-size: 14px;
  cursor: pointer;
}
.onboard-panel .onboard-action .action-right .btn-primary svg {
  display: inline-block;
  width: 18px;
}
.onboard-panel .onboard-action .action-right .btn-primary:focus {
  outline: 2px solid #4abf95;
  outline-offset: 2px;
}
.onboard-panel .onboard-action .action-right .btn-secondary {
  background: white;
  color: #494e4f;
  border: none;
  font-weight: 650;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 13px;
}
.onboard-panel .onboard-action .action-right .btn-secondary svg {
  display: inline-block;
  width: 18px;
  margin-left: -6px;
}

.onboard-org-ask-info {
  height: auto !important;
  min-height: 0 !important;
  padding: 10px;
  margin-bottom: 20px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.onboard-org-ask-info .org-name-logo {
  width: 40px;
  display: block;
  margin: 10px auto;
  color: #436880;
  background: rgba(67, 104, 128, 0.1215686275);
  padding: 10px;
  border-radius: 12px;
}
.onboard-org-ask-info .new-org-field {
  max-width: 540px;
  width: 100%;
  margin: auto;
}
.onboard-org-ask-info .org-name-guide {
  text-align: center;
  display: block;
  color: #2b4556;
  font-weight: 700;
  margin-top: 20px;
  font-size: 18px;
}
.onboard-org-ask-info button {
  background: #0b9664;
  background: linear-gradient(85deg, #20b37f, #2ea1db);
  color: #fff;
  border: none;
  line-height: 20px;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 650;
  margin-top: 10px;
  transition: 0.3s;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 400px;
  border-radius: 10px;
}

#list-org .onboard-head {
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
}

#list-org.with-beam {
  overflow: visible;
}

.fadeIn {
  animation-name: fadeIn;
  animation-duration: 0.8s;
}

.complete-personal-info {
  padding: 0 20px;
}
.complete-personal-info .complete-profile-left, .complete-personal-info .complete-profile-right {
  width: 50%;
  float: left;
}
.complete-personal-info .complete-profile-right {
  padding-left: 30px;
}
.complete-personal-info .complete-profile-left {
  padding-right: 30px;
}
.complete-personal-info .email-preferences {
  padding-top: 30px;
  border-top: 1px solid #ededed;
  margin-top: 20px;
}
.complete-personal-info .email-preferences .checkbox-box {
  overflow: hidden;
  margin-bottom: 20px;
}
.complete-personal-info .email-preferences .checkbox-box label {
  font-size: 13px;
  display: block;
  color: #253034;
  float: right;
  width: calc(100% - 50px);
}
.complete-personal-info .email-preferences .checkbox-box .toggle-button {
  width: 29px;
  height: 20px;
  float: left;
}
.complete-personal-info .email-preferences .checkbox-box .toggle-button::before {
  top: 1px;
  left: 1px;
  width: 16px !important;
  height: 16px !important;
}
.complete-personal-info .email-preferences .checkbox-box .toggle-button-active:before {
  margin-left: 10px;
}

@media only screen and (max-width: 700px) {
  .onboard-panel, #list-org {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
  #list-org .onboard-head {
    width: 100%;
    overflow: scroll;
  }
  .onboard-panel .onboard-content {
    padding: 0 10px;
  }
  .onboard-panel .onboard-content .email-verification-notice {
    width: 100% !important;
  }
  .onboard-panel .onboard-content .email-verification-notice h3 {
    font-size: 17px !important;
  }
  .onboard-panel .onboard-content .email-verification-notice p {
    text-align: left;
  }
  .onboard-head ul li {
    min-width: 150px;
    padding: 0 10px;
    align-items: baseline !important;
  }
  .onboard-head ul li .step-text {
    margin-left: 0 !important;
  }
  .onboard-panel .onboard-content .email-verification-notice button {
    width: 100% !important;
    margin-top: 20px;
  }
  .onboard-panel .onboard-action .action-right {
    float: none !important;
    width: 100% !important;
  }
  .onboard-panel .onboard-action .action-right .btn-primary {
    width: 100% !important;
  }
  .complete-personal-info {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding: 0 !important;
  }
  .complete-personal-info .complete-profile-left {
    padding-right: 0 !important;
    float: none;
    width: 100%;
  }
  .complete-personal-info .complete-profile-right {
    float: none !important;
    width: 100%;
    padding-left: 0 !important;
  }
  .onboard-org-ask-name {
    padding: 30px 10px;
  }
}
.plans {
  padding: 20px;
}
.plans .plain-container {
  overflow: hidden;
  width: 33%;
  padding: 10px;
  float: left;
}
.plans .plain-container .plan-card {
  background: #fff;
  border: 1px solid #ededed;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  position: relative;
}
.plans .plain-container .plan-card .plan-head .plan-badge {
  position: absolute;
  right: 16px;
  top: 16px;
  background: linear-gradient(85deg, #f8990a, #f8ac08);
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 18px;
  padding: 3px 10px;
}
.plans .plain-container .plan-card .plan-head .plan-badge svg {
  width: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 1px;
}
.plans .plain-container .plan-card .plan-head .plan-name {
  color: #20b37f;
  font-weight: 700;
  font-size: 16px;
  display: block;
}
.plans .plain-container .plan-card .plan-head h3 {
  font-size: 32px;
  font-weight: 750;
  display: block;
  color: #000;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.plans .plain-container .plan-card .plan-head h3 span {
  color: #53626b;
  font-weight: 650;
  position: absolute;
  font-size: 12px;
  top: 8px;
  right: -55px;
  line-height: 14px;
}
.plans .plain-container .plan-card .plan-head .choose-plan-secondary {
  background: #fff;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #34404b;
  line-height: 20px;
  padding: 7px 20px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 650;
  margin-top: 10px;
}
.plans .plain-container .plan-card .plan-head .choose-plan-secondary svg {
  display: inline-block;
  width: 18px;
  vertical-align: middle;
  height: 18px;
}
.plans .plain-container .plan-card .plan-head .choose-plan {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background: #0b9664;
  background: linear-gradient(85deg, #20b37f, #2ea1db);
  color: #fff;
  border: none;
  line-height: 20px;
  padding: 8px 20px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 650;
  margin-top: 10px;
  transition: 0.3s;
}
.plans .plain-container .plan-card .plan-head .choose-plan svg {
  display: inline-block;
  width: 18px;
  vertical-align: middle;
  height: 18px;
}
.plans .plain-container .plan-card .plan-head .choose-plan:hover {
  transform: scale(1.03);
}
.plans .plain-container .plan-wrapper {
  padding: 2px;
  border-radius: 11px;
}
.plans .plain-container .plan-wrapper.plan-wrapper-active {
  background: linear-gradient(85deg, #20b37f, #2ea1db);
}

#pricing-page .pdf-nudge {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  line-height: 20px;
  padding: 8px 15px;
  border-radius: 10px;
}
#pricing-page .pdf-nudge p {
  font-weight: 650;
  color: #203542;
  font-size: 13px;
  display: inline-block;
}
#pricing-page .pdf-nudge a {
  margin-left: 5px;
  font-size: 12px;
  font-weight: 700;
  background: linear-gradient(85deg, #20b37f, #2ea1db);
  background: rgba(19, 42, 59, 0.08);
  padding: 3px 10px;
  border-radius: 10px;
  color: #293e54;
  display: inline-block;
  transition: 0.3s;
}
#pricing-page .pdf-nudge a svg {
  display: inline-block;
  width: 18px;
  vertical-align: middle;
}
#pricing-page .pdf-nudge a:hover {
  background: #0ca670;
  color: #fff;
}

@media only screen and (max-width: 700px) {
  #pricing-page.static-content-box {
    padding: 10px !important;
    width: calc(100% - 20px);
    margin-right: 10px;
    margin-left: 10px;
  }
  #pricing-page.static-content-box .pdf-nudge a {
    display: block;
    margin: 10px auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .plans {
    padding: 0;
  }
  .plans .plain-container {
    width: 100%;
    display: block;
    float: none;
  }
  .plans .plain-container .plan-card .plan-head .choose-plan-secondary {
    width: 100% !important;
  }
  .plans .plain-container .plan-card .plan-head .choose-plan {
    width: 100% !important;
  }
}
.plan-features {
  margin-top: 20px;
}
.plan-features p {
  color: #436880;
  font-size: 13px;
  margin-bottom: 5px;
}
.plan-features ul {
  border-bottom: 1px solid #ededed;
  padding-bottom: 5px;
  margin-bottom: 5px;
  list-style: none;
  font-weight: 550;
}
.plan-features ul li {
  color: #1b313f;
  line-height: 18px;
  padding: 6px 0;
  font-size: 14px;
  font-weight: 650;
}
.plan-features ul li svg {
  display: inline-block;
  width: 14px;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 4px;
}
.plan-features ul:last-child {
  border-bottom: none !important;
}
.plan-features ul.inactive li {
  opacity: 0.5;
}
.plan-features ul.inactive li svg {
  width: 18px;
}

#upgrade-page {
  width: 1100px;
}

#upgrade-body {
  display: flex;
  flex-direction: row;
  padding: 20px;
}
#upgrade-body .bill-and-confirm {
  width: calc(100% - 400px);
  padding-left: 20px;
}
#upgrade-body .bill-and-confirm .org {
  width: 100%;
  border-bottom: 1px solid #ededed;
}
#upgrade-body .bill-and-confirm .billing-details .form-control {
  padding: 10px 0 !important;
}
#upgrade-body .bill-and-confirm .billing-details .form-actions {
  border-top: 1px solid #ededed;
  padding-top: 10px;
  justify-content: center;
  align-items: center;
}
#upgrade-body .bill-and-confirm .billing-details .form-actions .button-primary {
  margin-left: 0;
}
#upgrade-body .plan-info {
  border-right: 1px solid #ededed;
  width: 400px;
  padding-right: 20px;
}
#upgrade-body .plan-info h3 {
  color: #20b37f;
  font-weight: 700;
  font-size: 20px;
}
#upgrade-body .plan-info h4 {
  font-weight: 700;
  color: #000;
  font-size: 16px;
}
#dashboard-container {
  width: 1300px !important;
  max-width: 1300px !important;
  margin: 20px auto auto;
  padding-bottom: 30px;
}

#dashboard-head {
  padding: 20px;
  min-height: 50px !important;
  display: flex;
  align-items: center;
  flex-direction: row;
  position: relative;
  overflow: hidden;
}
#dashboard-head .dashboard-head-icon {
  width: 120px;
  position: absolute;
  top: -30px;
  left: -10px;
  opacity: 0.05;
}
#dashboard-head .dashboard-head-section {
  display: flex;
  flex-direction: column;
}
#dashboard-head .dashboard-head-right {
  margin-left: auto;
  flex: 0 0 auto;
  white-space: nowrap;
  flex-shrink: 0;
}
#dashboard-head .dashboard-head-right .toggle-mobile-dashboard-nav {
  display: none;
  width: 30px;
  margin-left: 30px;
  height: 30px;
}
#dashboard-head h3 {
  font-weight: 650;
  font-size: 20px;
  color: #53626b;
}
#dashboard-head p {
  font-size: 12px;
  color: #3b464d;
  align-items: center;
  gap: 5px;
  display: flex;
  font-weight: 700;
}
#dashboard-head p span {
  font-weight: 550;
}
#dashboard-head p svg {
  width: 20px;
}
#dashboard-head a {
  display: block;
  background: linear-gradient(85deg, #20b37f, #2ea1db);
  color: #fff;
  line-height: 20px;
  font-size: 13px;
  padding: 6px 10px;
  border-radius: 6px;
}
#dashboard-head a svg {
  margin-top: -3px;
  vertical-align: middle;
  display: inline-block;
  width: 16px;
}

#dashboard-panel {
  position: relative;
  display: flex;
  flex-direction: row;
}
#dashboard-panel .dashboard-nav {
  padding: 15px;
  display: flex;
  flex-direction: column;
  width: 300px;
  min-height: 400px;
  border-right: 1px solid #ededed;
}
#dashboard-panel .dashboard-nav ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-left: 0;
  padding-left: 0;
}
#dashboard-panel .dashboard-nav ul li {
  margin-left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  padding: 10px;
  margin-bottom: 12px;
  border-radius: 10px;
  position: relative;
}
#dashboard-panel .dashboard-nav ul li a {
  display: flex;
  width: 100%;
  flex-direction: row;
}
#dashboard-panel .dashboard-nav ul li .icon-regular, #dashboard-panel .dashboard-nav ul li .icon-filled {
  display: flex;
  height: 19px;
  width: 19px;
  margin-right: 6px;
  color: #53626b;
  margin-top: -1px;
}
#dashboard-panel .dashboard-nav ul li .external-icon {
  flex: 0 0 auto;
  margin-left: auto;
  margin-top: -2px;
  width: 13px;
  display: flex;
  vertical-align: middle;
  opacity: 0.4;
}
#dashboard-panel .dashboard-nav ul li .icon-filled {
  display: none !important;
}
#dashboard-panel .dashboard-nav ul li .item-label {
  color: #3e4950;
  display: flex;
  line-height: 16px;
  font-size: 14px;
}
#dashboard-panel .dashboard-nav ul li .item-badge {
  margin-left: 6px;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  flex: 0 0 auto;
  padding: 1px 5px;
  border-radius: 20px;
  margin-top: 2px;
}
#dashboard-panel .dashboard-nav ul li .item-badge-regular {
  background: rgba(67, 104, 128, 0.12);
  color: #436880;
}
#dashboard-panel .dashboard-nav ul li .badge {
  font-size: 12px;
  display: flex;
  line-height: 16px;
  margin-left: 5px;
  justify-content: center;
  background: #0ca670;
  color: #fff;
  min-width: 16px;
  border-radius: 4px;
  text-align: center;
}
#dashboard-panel .dashboard-nav ul li.item-disabled {
  cursor: default !important;
}
#dashboard-panel .dashboard-nav ul li.item-disabled a {
  cursor: default !important;
}
#dashboard-panel .dashboard-nav ul li.item-disabled .item-label, #dashboard-panel .dashboard-nav ul li.item-disabled svg {
  opacity: 0.5;
}
#dashboard-panel .dashboard-nav ul li.active-item {
  background: rgba(24, 89, 134, 0.07);
}
#dashboard-panel .dashboard-nav ul li.active-item .icon-regular {
  display: none !important;
}
#dashboard-panel .dashboard-nav ul li.active-item .icon-filled {
  display: flex !important;
  color: #146296;
}
#dashboard-panel .dashboard-nav ul li.active-item .item-label {
  color: #146296;
  font-weight: 700;
}
#dashboard-panel .dashboard-nav ul li.category-label {
  font-size: 11px;
  color: #23292c;
  padding: 3px 10px;
  margin-bottom: 8px;
  font-weight: 650;
}
#dashboard-panel .dashboard-content {
  display: flex;
  width: calc(100% - 300px);
  flex-direction: column;
}
#dashboard-panel .dashboard-content .form-control {
  padding: 10px 0 !important;
}
#dashboard-panel .dashboard-content .form-actions {
  margin-top: 10px;
  border-top: 10px;
  padding-bottom: 20px;
}
#dashboard-panel .my-insights-list {
  padding: 0 !important;
}
#dashboard-panel .my-insights-list .insight-row:last-of-type {
  border-bottom: none !important;
}
#dashboard-panel .my-insights-list .insight-item-list {
  padding: 15px;
  display: flex;
  flex-direction: row;
}

.dashboard-content-head {
  padding: 15px 30px;
  border-bottom: 1px solid #ededed;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.dashboard-content-head .dashboard-content-head-info {
  display: flex;
  flex-direction: column;
}
.dashboard-content-head .dashboard-content-head-info h3 {
  font-size: 15px;
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}
.dashboard-content-head .dashboard-content-head-info p {
  font-size: 12px;
}
.dashboard-content-head .dashboard-content-head-actions {
  display: flex;
  margin-left: auto;
  flex: 0 0 auto;
  height: -moz-fit-content;
  height: fit-content;
}
.dashboard-content-head .dashboard-content-head-actions .rounded-button {
  background: #fff;
  color: #0371cc;
  border: 2px solid #0371cc;
  font-size: 13px;
  padding: 5px 5px;
  padding-right: 11px;
  line-height: 17px;
  border-radius: 18px;
  display: block;
  transition: 0.3s;
  font-weight: 700;
}
.dashboard-content-head .dashboard-content-head-actions .rounded-button svg {
  display: inline-block;
  height: 18px;
  color: inherit;
  margin-top: -2px;
  vertical-align: middle;
  margin-right: 4px !important;
}
.dashboard-content-head .dashboard-content-head-actions .rounded-button:hover {
  background: #0371cc;
  color: #fff;
}

.dashboard-content-section {
  padding: 10px 20px;
}
.dashboard-content-section .dashboard-sub-container {
  display: flex;
  flex-direction: row;
}
.dashboard-content-section .dashboard-sub-container .dashboard-sub-nav {
  display: flex;
  width: 200px;
}
.dashboard-content-section .dashboard-sub-container .dashboard-sub-nav ul {
  display: block;
  width: 100%;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.dashboard-content-section .dashboard-sub-container .dashboard-sub-nav ul li {
  cursor: pointer;
  font-size: 13px;
  padding: 8px;
  margin-bottom: 10px;
  color: #53626b;
  width: 100%;
  border-radius: 5px;
  border: 1px solid transparent;
}
.dashboard-content-section .dashboard-sub-container .dashboard-sub-nav ul li.active-sub-item {
  color: #1e3644;
  font-weight: 700;
  background: rgba(83, 98, 107, 0.08);
}
.dashboard-content-section .dashboard-sub-container .dashboard-sub-nav ul li.disabled {
  opacity: 0.3;
  cursor: default;
}
.dashboard-content-section .dashboard-sub-container .dashboard-sub-content {
  display: flex;
  flex-direction: column;
  margin-left: 40px;
  width: calc(100% - 240px);
}

.dashboard-personal-info .alert-warning {
  margin: 10px 0 !important;
}
.dashboard-personal-info .complete-personal-info {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.dashboard-personal-info .complete-personal-info .complete-profile-left {
  padding-right: 0 !important;
  float: none;
  width: 100%;
}
.dashboard-personal-info .complete-personal-info .complete-profile-right {
  float: none !important;
  width: 100%;
  padding-left: 0 !important;
}

#update-pass-form {
  padding: 0 20px 20px;
}

.dashboard-content-head-insight-actions {
  overflow: hidden;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  flex-direction: row;
}
.dashboard-content-head-insight-actions .toggle-list-view {
  display: flex;
  border: 1px solid #f1f1f1;
  border-radius: 14px;
  margin-right: 10px;
  height: 31px;
  display: block;
  background: #f5f5f5;
  border: 1px solid rgba(237, 237, 237, 0.93);
  padding: 1px 3px;
}
.dashboard-content-head-insight-actions .toggle-list-view svg {
  width: 24px;
  height: 24px;
  display: block;
  color: #525252;
  float: left;
  padding: 4px;
  margin: 0;
  border-radius: 10px;
}
.dashboard-content-head-insight-actions .toggle-list-view svg.active {
  color: #000;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  display: block;
  background: #fff;
}
.dashboard-content-head-insight-actions .toggle-list-view svg:last-child {
  margin-left: 2px;
}

.dashboard-overview {
  padding: 15px;
}
.dashboard-overview .dashboard-overview-block {
  padding: 15px;
}
.dashboard-overview .dashboard-overview-block .dashboard-overview-block-head h4 {
  font-size: 13px;
  font-weight: 700;
  color: #436880;
}
.dashboard-overview .overview-first-row .dashboard-overview-block:last-of-type {
  border-left: 1px solid #ededed;
}
.dashboard-overview .overview-first-row .dashboard-overview-block:first-of-type {
  border-left: none !important;
}
.dashboard-overview .dashboard-overview-checklist {
  padding-left: 30px;
}
.dashboard-overview .dashboard-overview-checklist .dashboard-overview-block-content {
  padding-top: 10px;
}
.dashboard-overview .dashboard-overview-checklist .dashboard-overview-block-content ul {
  padding-left: 0 !important;
  margin-left: 0 !important;
  list-style: none;
}
.dashboard-overview .dashboard-overview-checklist .dashboard-overview-block-content ul li {
  position: relative;
  display: block;
  padding: 10px 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 750;
  color: rgba(83, 98, 107, 0.6);
  padding-left: 32px;
}
.dashboard-overview .dashboard-overview-checklist .dashboard-overview-block-content ul li .action-item-icon {
  position: absolute;
  left: 0;
  top: 9px;
  vertical-align: middle;
  background: #fff;
  border-radius: 50%;
  z-index: 20;
  margin-right: 2px;
  display: inline-block;
  width: 20px;
  margin-top: -1px;
}
.dashboard-overview .dashboard-overview-checklist .dashboard-overview-block-content ul li a {
  color: #0a66c2;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s;
  border: 1px solid;
  padding: 1px 10px;
  font-size: 11px;
  vertical-align: middle;
  margin-left: 10px;
  border-radius: 20px;
}
.dashboard-overview .dashboard-overview-checklist .dashboard-overview-block-content ul li a svg {
  display: inline-block;
  width: 10px;
  margin-top: -2px;
  margin-left: -2px;
  vertical-align: middle;
}
.dashboard-overview .dashboard-overview-checklist .dashboard-overview-block-content ul li a:hover {
  background: #0a66c2;
  color: #fff;
  border-color: #0a66c2;
}
.dashboard-overview .dashboard-overview-checklist .dashboard-overview-block-content ul li:before {
  content: "";
  position: absolute;
  left: 9px;
  top: 10px;
  width: 1px;
  height: 40px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.dashboard-overview .dashboard-overview-checklist .dashboard-overview-block-content ul li:last-of-type:before {
  display: none;
}
.dashboard-overview .dashboard-overview-checklist .dashboard-overview-block-content ul li.completed {
  color: #239f00;
}
.dashboard-overview .dashboard-overview-checklist .dashboard-overview-block-content ul li.completed span {
  font-weight: 700;
}
.dashboard-overview .dashboard-overview-checklist .dashboard-overview-block-content ul li.to-be-completed {
  color: #436880;
}
.dashboard-overview .dashboard-overview-checklist .dashboard-overview-block-content ul li.to-be-completed span {
  font-weight: 700;
}
.dashboard-overview .dashboard-overview-block.user-org {
  padding: 0 !important;
}
.dashboard-overview .overview-row {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.overview-card {
  position: relative;
  width: 450px;
  background: linear-gradient(180deg, rgba(67, 104, 128, 0.031372549), transparent);
  background-image: url("/static-assets/toned_down.png");
  background-size: 250%;
  background-repeat: no-repeat;
  background-position: top;
  padding: 20px;
  border-radius: 11px;
  border: 1px solid #ededed;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0705882353);
}
.overview-card .org-card-container {
  margin-top: 10px;
  border-radius: 10px;
  padding: 0 !important;
}
.overview-card .org-card-container .org {
  margin: 0 !important;
  width: 100% !important;
}
.overview-card .overview-org-card-details {
  margin-top: 10px;
}
.overview-card .overview-org-card-details ul {
  display: flex;
  padding-left: 0 !important;
  margin-left: 0 !important;
  flex-direction: row;
}
.overview-card .overview-org-card-details ul li {
  width: 50%;
  flex-direction: column;
  display: flex;
  text-align: center;
}
.overview-card .overview-org-card-details ul li .key {
  font-size: 12px;
  margin-bottom: 10px;
  color: #667883;
  font-weight: 650;
}
.overview-card .overview-org-card-details ul li .val {
  font-weight: 700;
  color: #37464f;
  font-size: 18px;
}
.overview-card .overview-org-card-details ul li .val a {
  font-size: 10px;
  font-weight: 700;
  padding: 1px 8px;
  border-radius: 10px;
  color: #0b9664;
  background: #fff;
  vertical-align: middle;
  border: 1px solid #0b9664;
  transition: 0.2s;
}
.overview-card .overview-org-card-details ul li .val a:hover {
  background: #0b9664;
  color: #fff;
}
.overview-card .overview-org-card-details ul li .val svg {
  display: inline-block;
  width: 22px;
  margin-top: -2px;
  vertical-align: middle;
}
.overview-card .overview-org-card-details ul li .visibility-val button {
  font-size: 11px;
  display: block;
  background: #fff;
  border: 1px solid #ededed;
  line-height: 18px;
  padding: 2px 16px;
  margin: auto;
  margin-top: 10px;
  border-radius: 14px;
  cursor: pointer;
}
.overview-card .overview-org-card-details ul li .visibility-val button:hover {
  background: #0a66c2;
  border-color: #0a66c2;
  color: #fff;
}
.overview-card .overview-org-card-details ul li:nth-child(even) {
  border-left: 1px solid #ededed;
}
.overview-card .overview-org-card-actions {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 10px;
}
.overview-card .overview-org-card-actions .overview-org-card-action {
  display: flex;
  transition: 0.3s;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  margin-top: 10px;
  font-size: 13px;
  border: 1px solid #ededed;
  border-radius: 8px;
  padding: 8px 10px;
  line-height: 20px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}
.overview-card .overview-org-card-actions .overview-org-card-action svg {
  display: inline-block;
  width: 14px;
  margin-right: 6px;
}
.overview-card .overview-org-card-actions .overview-org-card-action:hover {
  background: #2e3d46;
  color: #fff;
  border-color: #2e3d46;
}

.dashboard-my-tags .my-sponsorships-index .sponsored-tag {
  padding: 6px 13px;
}
.dashboard-my-tags .my-sponsorships-index .sponsored-tag .org-tag {
  margin-top: 3px;
}
.dashboard-my-tags .my-sponsorships-index .sponsored-tag .item-icon {
  float: left;
  width: 14px;
  margin-right: 6px;
  margin-top: 4px;
  color: #3b3b3b;
}
.dashboard-my-tags .my-sponsorships-index .sponsored-tag .label {
  float: left;
  line-height: 14px;
  font-size: 14px;
  padding: 3px;
  font-weight: 650;
}
.dashboard-my-tags .my-sponsorships-index .sponsored-tag .edit {
  float: right;
  font-size: 11px;
  border: 1px solid #ededed;
  padding: 4px;
  border-radius: 6px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: #464849;
  transition: 0.2s;
}
.dashboard-my-tags .my-sponsorships-index .sponsored-tag .edit svg {
  width: 14px;
  height: 14px;
  display: block;
  margin-right: 0;
  margin-top: 0;
}
.dashboard-my-tags .my-sponsorships-index .sponsored-tag .edit:hover {
  color: #fff;
  border-color: #0b9664;
  background-color: #0b9664;
}
#delete-account-form .description_paragraph {
  font-size: 13px;
  margin: 10px 0;
  display: block;
}
#delete-account-form .submit {
  display: flex;
  padding: 10px 0;
}
#delete-account-form .submit button {
  font-size: 14px;
  display: block;
  padding: 6px 15px;
  line-height: 20px;
  color: #fff;
  background: #0a66c2;
  border: none;
  margin-left: auto;
  border-radius: 6px;
}

.dashboard-subscription {
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.dashboard-subscription h4 {
  font-weight: 650;
  color: #0a5fa5;
}
.dashboard-subscription .dashboard-periods {
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
}
.dashboard-subscription .dashboard-periods .invoice-table {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 5px;
}
.dashboard-subscription .dashboard-periods .invoice-table .invoice-table-head {
  background: #f7f7f7;
  font-size: 13px;
  border-radius: 8px;
  color: #6e6e6e;
}
.dashboard-subscription .dashboard-periods .invoice-table .invoice-table-row {
  font-size: 14px;
  font-weight: 500;
}
.dashboard-subscription .dashboard-periods .invoice-table .invoice-table-head, .dashboard-subscription .dashboard-periods .invoice-table .invoice-table-row {
  display: flex;
  padding: 8px 0;
}
.dashboard-subscription .dashboard-periods .invoice-table .invoice-table-head .start-date, .dashboard-subscription .dashboard-periods .invoice-table .invoice-table-head .end-date, .dashboard-subscription .dashboard-periods .invoice-table .invoice-table-row .start-date, .dashboard-subscription .dashboard-periods .invoice-table .invoice-table-row .end-date {
  width: 40%;
  padding: 0 10px;
}
.dashboard-subscription .dashboard-periods .invoice-table .invoice-table-head .actions, .dashboard-subscription .dashboard-periods .invoice-table .invoice-table-row .actions {
  display: flex;
  width: 20%;
}
.dashboard-subscription .dashboard-periods .invoice-table .invoice-table-head .actions a, .dashboard-subscription .dashboard-periods .invoice-table .invoice-table-row .actions a {
  transition: 0.3s;
  display: flex;
  align-items: center;
  font-size: 13px;
  gap: 5px;
  color: #436880;
}
.dashboard-subscription .dashboard-periods .invoice-table .invoice-table-head .actions a svg, .dashboard-subscription .dashboard-periods .invoice-table .invoice-table-row .actions a svg {
  width: 16px;
}
.dashboard-subscription .dashboard-periods .invoice-table .invoice-table-head .actions a:hover, .dashboard-subscription .dashboard-periods .invoice-table .invoice-table-row .actions a:hover {
  color: #0a5fa5;
}
.dashboard-subscription .current-subscription {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.dashboard-subscription .current-subscription .upgrade {
  border: 2px solid #0b9664;
  color: #0b9664;
  height: -moz-fit-content;
  height: fit-content;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 650;
  transition: 0.3s;
}
.dashboard-subscription .current-subscription .upgrade:hover {
  background: #0b9664;
  color: #fff;
}
.dashboard-subscription .sub-plans {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
}
.dashboard-subscription .sub-plans .manage-plans {
  display: flex;
}
.dashboard-subscription .sub-plans .current-plan {
  min-height: 60px;
  border-right: 1px solid #ededed;
  width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
.dashboard-subscription .sub-plans .current-plan h3 {
  font-weight: 750;
  color: #36ab12;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
}
.dashboard-subscription .sub-plans .current-plan span {
  font-size: 12px;
}

@media only screen and (max-width: 700px) {
  #dashboard-container {
    width: calc(100% - 20px) !important;
    margin-left: 10px !important;
  }
  .dashboard-content-section {
    padding: 10px !important;
  }
  .dashboard-content-section .dashboard-sub-container {
    flex-direction: column;
  }
  .dashboard-content-section .dashboard-sub-container .complete-personal-info {
    padding: 5px !important;
  }
  .dashboard-content-section .dashboard-sub-container .dashboard-sub-nav {
    width: 100%;
    border-bottom: 1px solid #ededed;
  }
  .dashboard-content-section .dashboard-sub-container .dashboard-sub-content {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .form-control {
    flex-direction: column;
    row-gap: 5px !important;
  }
  .form-control label {
    width: 100%;
  }
  .form-control .form-input {
    width: 100% !important;
    padding-left: 0 !important;
  }
  #dashboard-head .dashboard-head-right .manage-org-link {
    display: none !important;
  }
  #dashboard-head .dashboard-head-right .toggle-mobile-dashboard-nav {
    display: block !important;
  }
  #dashboard-container.mobile-hide-nav .dashboard-nav {
    display: none;
  }
  #dashboard-container.mobile-show-nav .dashboard-nav {
    display: block;
    width: 100%;
  }
  #dashboard-container.mobile-show-nav .dashboard-content {
    display: none;
  }
  #dashboard-panel .dashboard-content {
    width: 100% !important;
  }
  #dashboard-panel .dashboard-overview {
    padding: 10px !important;
  }
  #dashboard-panel .dashboard-overview .overview-card {
    width: 100% !important;
  }
  #dashboard-panel .dashboard-overview .overview-row {
    flex-direction: column !important;
  }
}
.fake-login-notice {
  display: block;
  background: #193547;
  color: #fff;
  margin-bottom: -70px;
  padding: 5px 10px;
  text-align: center;
  font-size: 13px;
}

.dashboard-only-on-desktop {
  flex-direction: column;
  padding: 50px 20px;
  border-radius: 10px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.dashboard-only-on-desktop svg {
  width: 50px;
}
.dashboard-only-on-desktop h3 {
  font-weight: 750;
  font-size: 15px;
}
.dashboard-only-on-desktop p {
  font-size: 13px;
  font-weight: 650;
}

.update-billing {
  padding: 0 20px;
}

.update-billing-details-form {
  padding: 0 25px 25px;
}
.update-billing-details-form .form-actions {
  display: flex;
}
.update-billing-details-form .form-actions .button-primary {
  margin-left: auto;
  font-size: 14px;
  padding: 9px 20px;
}

.form-control {
  display: flex;
  width: 100% !important;
}
.form-control .form-input-container {
  display: flex;
  flex-direction: column;
  width: 80%;
  gap: 5px;
}
.form-control .form-input-container .form-input {
  width: 100% !important;
}
.form-control .form-input-container .error {
  display: flex;
  margin-left: 15px;
  text-align: left;
  color: #ff1717;
}

.add-additional-billing-details {
  padding: 10px 0;
}
.add-additional-billing-details button {
  margin: auto;
  display: flex;
  cursor: pointer;
  background: #fff;
  border: 1px solid #ededed;
  padding: 10px;
  font-size: 13px;
  font-weight: 650;
  border-radius: 8px;
}
.add-additional-billing-details button svg {
  width: 18px;
  height: 18px;
  margin-right: 0;
  display: inline-block;
}

.additional-billing-contact h4 {
  font-weight: 450;
  font-size: 13px;
}

.insight-edit-row {
  border-bottom: 1px solid #ededed;
  display: flex;
  flex-direction: row;
}
.insight-edit-row .insight-edit-card:last-child {
  border-right: none !important;
}

.insight-edit-row:last-child {
  border-bottom: none !important;
}

.insight-edit-card {
  width: 33.34%;
  border-right: 1px solid #ededed;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.insight-edit-card .insight-card-cover-container {
  border-radius: 0 !important;
}
.insight-edit-card .insight-card-info {
  padding: 0 10px;
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
}
.insight-edit-card .insight-card-info h3 {
  font-size: 15px;
  font-weight: 650;
}
.insight-edit-card .insight-card-info h4 {
  font-size: 13px;
  font-weight: 550;
  display: block;
}
.insight-edit-card .insight-card-footer {
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  gap: 10px;
}

.insight-card-options {
  border-top: 1px solid #ededed;
  margin-top: auto;
  width: 100%;
  font-size: 13px;
  text-align: center;
  padding: 12px;
  border-radius: 0 0 8px 8px;
  font-weight: 650;
  display: block;
}
.insight-card-options ul {
  display: flex;
  flex-wrap: nowrap;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); /* Equal widths */
  justify-content: space-between;
  list-style: none;
  padding: 0 20px;
  margin-left: 0 !important;
  flex-direction: row;
}
.insight-card-options ul li {
  display: flex;
  font-size: 13px;
  font-weight: 650;
  text-align: center;
}
.insight-card-options ul li svg {
  width: 16px;
  line-height: 10px;
  margin-right: 2px;
  vertical-align: sub;
}
.insight-card-options ul li:hover a {
  color: #0a66c2;
}
.insight-card-options ul .remove-insight:hover a {
  color: #dc4242;
}
.insight-card-options ul li:last-child {
  border-right: none !important;
}

.static-content-box {
  padding: 30px;
  width: 1300px;
  max-width: 100%;
  margin: 30px auto;
  margin-bottom: 80px !important;
}
.static-content-box .static-content-box-head h3 {
  font-weight: 700;
  font-size: 22px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto;
  position: relative;
  padding-bottom: 10px;
}
.static-content-box .static-content-box-head h3:after {
  content: "";
  display: block;
  width: 30%;
  left: 35%;
  background: #000;
  height: 2px;
  bottom: 0;
  border-radius: 8px;
  position: absolute;
}

#contact_page.static-content-box {
  width: 900px;
}
#contact_page.static-content-box .upload-guide {
  font-size: 12px;
}
#contact_page.static-content-box .upload-guide code {
  color: #e73d09;
}
#contact_page.static-content-box .description_paragraph {
  display: block;
  text-align: center;
  font-size: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
}
#contact_page.static-content-box .contact-form {
  width: 750px;
  max-width: 100%;
  margin: auto;
}
#contact_page.static-content-box .contact-form .inline-block {
  margin-bottom: 20px;
}

#contact_page.static-content-box .upload-container, #create-claiming-request .upload-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#contact_page.static-content-box .upload-container .upload-guide, #create-claiming-request .upload-container .upload-guide {
  font-size: 12px;
}
#contact_page.static-content-box .upload-container .upload-guide code, #create-claiming-request .upload-container .upload-guide code {
  color: #e73d09;
}
#contact_page.static-content-box .captcha-container, #create-claiming-request .captcha-container {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
#contact_page.static-content-box .captcha-container .frc-captcha, #create-claiming-request .captcha-container .frc-captcha {
  border-radius: 10px;
}
#contact_page.static-content-box .captcha-container .frc-captcha .frc-content button, #create-claiming-request .captcha-container .frc-captcha .frc-content button {
  border-radius: 4px;
}
#contact_page.static-content-box .submit, #create-claiming-request .submit {
  padding: 10px 0;
  display: flex;
  flex-direction: row;
}
#contact_page.static-content-box .submit .primary-button, #create-claiming-request .submit .primary-button {
  margin-left: auto;
  background: #0a66c2;
  border: none;
  display: block;
  padding: 7px 10px;
  border-radius: 7px;
  font-size: 14px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 20px;
  color: #fff;
  min-width: 120px;
}

@media only screen and (max-width: 700px) {
  .static-content-box {
    padding: 20px !important;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px) !important;
  }
  #contact_page.static-content-box .static-content-box-head h3 {
    font-size: 20px;
    text-align: center;
  }
  .description_paragraph {
    font-size: 16px !important;
    text-align: left !important;
    line-height: 20px !important;
  }
  .contact-form .input-block .form-control {
    flex-direction: column !important;
    row-gap: 10px;
  }
  .contact-form .input-block .form-control label {
    width: 100%;
  }
  .contact-form .submit {
    margin-top: 5px;
  }
  .contact-form .submit .primary-button {
    width: 100% !important;
  }
}
.static-content-body p {
  line-height: 25px;
}
.static-content-body strong {
  font-weight: 650;
}
.static-content-body h2 {
  font-size: 18px;
  color: #0ca670;
  font-weight: 700;
  margin: 10px 0;
}
.static-content-body .contact-info {
  margin-top: 30px;
}

.static-content-body-narrow {
  max-width: 700px !important;
  margin: auto;
}

.static-content-box-thin {
  max-width: 900px !important;
}

#imprint-page p {
  padding: 10px 0;
  border-bottom: 1px solid #ededed;
}
#imprint-page p:last-child {
  border-bottom: none !important;
}

.partner-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.partner-row div {
  padding: 20px 80px;
  flex: 1;
}

.signatories {
  display: flex;
  flex-direction: row;
  padding: 20px 10px;
}
.signatories div {
  max-height: 100px;
}
.signatories div img {
  width: 180px;
}

#newsletter-join-successful {
  width: 650px;
}
#newsletter-join-successful svg {
  width: 40px;
  display: block;
  margin: 20px auto;
  color: #36ab12;
}
#newsletter-join-successful .welcome-message p {
  margin: 20px;
  font-size: 15px;
  line-height: 22px;
}
#newsletter-join-successful .welcome-message p a {
  color: #0a66c2;
}

#newsletter-add-personal-info {
  width: 700px;
}
#newsletter-add-personal-info .complete-personal-info .complete-profile-left, #newsletter-add-personal-info .complete-personal-info .complete-profile-right {
  width: 100% !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  float: none !important;
}
#newsletter-add-personal-info .form-instance .form-btn-primary {
  width: 100% !important;
  margin-top: 10px;
  padding: 11px;
}

#nl-register-page {
  width: 600px;
}
#nl-register-page .form-instance .form-btn-primary {
  width: 100% !important;
  margin-top: 10px;
  padding: 11px;
}
#nl-register-page .join-newsletter {
  padding: 20px 0;
}
#nl-register-page .envelope {
  margin: auto;
  width: 200px;
  height: 162px;
  margin-top: -10px;
  margin-bottom: 20px;
  position: relative;
}
#nl-register-page .under {
  position: absolute;
  left: 28px;
  right: 0;
  width: 86px;
  height: 93px;
  top: 47px;
  background: #fff;
  margin: 22px 30px 0;
  padding: 5px;
  z-index: 2;
}
#nl-register-page .under img {
  margin-bottom: 3px;
}
#nl-register-page .under div {
  background: #f0f2f4;
  width: 100%;
  height: 14px;
  margin-bottom: 3px;
}
#nl-register-page .envelope-image {
  z-index: 3;
  background: url("/nl/assets/envelope.png");
  width: 200px;
  height: 200px;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
}

#create-claiming-request {
  width: 950px !important;
}
#create-claiming-request h3 {
  color: #53626b;
}
#create-claiming-request h3 span {
  color: #0a212e;
}
#create-claiming-request .org {
  border: 1px solid #ededed;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 0;
  width: 100% !important;
  border-radius: 10px;
}
#create-claiming-request .claiming-body {
  width: 100%;
  padding: 0 30px;
}
#create-claiming-request .claiming-body .claiming-body-left {
  width: 400px;
}
#create-claiming-request .upload-placeholder {
  margin: 0 !important;
}
#create-claiming-request .claiming-into-text {
  font-size: 13px;
  padding: 0 60px;
  line-height: 18px;
  margin: 10px 0;
}

html {
  scroll-behavior: smooth;
  font-weight: 650;
}

* {
  font-family: "Nunito Sans" !important;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

.prim-img {
  margin: 0;
  aspect-ratio: 2;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
}

.extra-img {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 100%;
  filter: blur(30px);
  opacity: 0.3;
  top: 0;
}

.org {
  width: 50%;
  display: flex;
  gap: 15px;
  padding: 20px 15px;
  position: relative;
}

a:focus {
  outline: none !important;
  color: inherit;
}

.org h2 a {
  font-size: 16.5px;
  text-decoration: none !important;
  font-weight: 650;
  color: #444444;
  transition: color 0.3s;
}

.org h2 a:hover {
  color: #116496;
}

.org h2 {
  font-size: 16.5px;
  font-weight: 650;
  text-decoration: none;
}

.org .teaser {
  font-family: "Poppins";
  margin-top: 4px;
  font-size: 13px;
  color: #898989;
  line-height: 20px;
  height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  max-width: 100%;
  overflow: hidden;
}

.org .org-logo {
  width: 68px;
  height: 68px;
  -o-object-fit: contain;
     object-fit: contain;
  background: #fff;
  /* border: 1px solid #ededed !important; */
}

.org .org-logo-container {
  /*padding:2px;*/
  border-radius: 6px;
  overflow: hidden;
  height: 70px;
  width: 70px;
  border: 1.5px solid #ededed;
}

.org .org-details {
  width: calc(100% - 85px);
}

.org-tags {
  margin-top: 5px;
  overflow: hidden;
}

.org-tag {
  float: left;
  font-size: 11.5px;
  font-family: Poppins;
  background: rgba(12, 166, 112, 0.15);
  color: rgba(0, 96, 64, 0.7);
  border-radius: 3px;
  padding: 3px 5px;
  text-decoration: none;
  margin-right: 5px;
  margin-bottom: 5px;
  transition: 0.3s;
}

.org-tag:hover {
  background: rgb(9, 150, 100);
  color: #fff;
}

.org-actions {
  margin-top: 10px;
  overflow: hidden;
  position: absolute;
  bottom: 14px;
}

.org-action {
  display: block;
  overflow: hidden;
  margin-right: 18px;
  font-size: 12px;
  text-decoration: none;
  float: left;
  display: block;
  color: rgba(22, 30, 37, 0.66);
  font-family: Poppins;
  transition: 0.3s;
  line-height: 18px;
  padding: 3px 6px;
  font-weight: 700;
}

.org-action:hover {
  color: #0080bb;
}

.org-action svg {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 5px;
}

.more-info {
  border: 1px solid;
  border-radius: 6px;
  color: #58a6cd;
}

.more-info:hover {
  background: #0080bb;
  border-color: #0080bb;
  color: #fff;
}

.cards-org {
  display: block !important;
  overflow: hidden !important;
}

.org-row {
  /*padding:10px 0;*/
  border-bottom: 1px solid #ededed;
}

.org-row:last-child {
  /*border-bottom: 0 !important;*/
}

.org-row .org:first-child {
  border-right: 1px solid #ededed;
}

.org-row .org:nth-child(2) {
  border-left: 1px solid #ededed;
  margin-left: -1px;
}

.clear {
  clear: both;
}

.register_modal {
  margin-top: 60px !important;
}

.register_modal .modal_moto {
  font-size: 20px !important;
  margin-top: 25px !important;
  margin-bottom: -10px;
}

#publish_a_report {
  margin-left: 20px;
}

#publish_a_report svg {
  width: 20px;
  margin-top: -2px;
  float: left;
}

.auth_modal .close-modal, .modal .close-modal {
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
  width: 18px;
  height: 18px;
  color: #919191;
}

.auth_modal_bg {
  position: fixed;
  z-index: 10000000000000;
  background: rgba(0, 0, 0, 0.85);
  left: 0;
  top: 0;
  width: 100%;
  display: none;
  height: 100%;
}

.image_modal_bg {
  position: fixed;
  z-index: 10000000000000;
  background: rgba(0, 0, 0, 0.85);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.auth_modal_bg.auth_modal_bg_active, .image_modal_bg.image_modal_bg_active {
  display: block !important;
}

.auth_modal {
  background: #fff;
  min-height: 300px;
  z-index: 1000000000;
  max-width: 95% !important;
  padding: 20px;
  width: 400px;
  position: relative;
  margin: 100px auto;
  border-radius: 13px;
  border: 1px solid #ededed;
  box-shadow: 0 2px 12px rgba(2, 2, 2, 0.3);
}

.modal {
  background: #fff;
  min-height: 300px;
  z-index: 1000000000;
  max-width: 95% !important;
  padding: 0;
  width: 400px;
  position: relative;
  margin: 100px auto;
  border-radius: 13px;
  border: 1px solid #ededed;
  box-shadow: 0 2px 12px rgba(2, 2, 2, 0.3);
}
.modal .modal-header {
  padding: 20px;
}

.image_modal {
  max-width: 60%;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  overflow: hidden;
  margin: 30px auto;
  position: relative;
}
.image_modal .close-image-modal {
  position: absolute;
  opacity: 0;
  z-index: 100;
  right: 10px;
  top: 10px;
  width: 16px;
  color: #fff;
  background: rgba(0, 0, 0, 0.69);
  border-radius: 5px;
  cursor: pointer;
  transition: opacity 0.3s;
  padding: 1px;
}
.image_modal img {
  max-width: 80vw;
  max-height: 80vh;
  display: block;
}

.image_modal:hover .close-image-modal {
  opacity: 1;
}

.auth_form .forgot-pass {
  display: block;
  font-size: 11px;
  color: #748289;
  font-weight: 600;
  text-align: right;
  padding-right: 5px;
}

.auth_modal .modal_logo {
  width: 110px;
  margin: 10px auto;
  display: block;
}

.auth_modal .modal_moto {
  display: block;
  text-align: center;
  color: rgb(83, 98, 107);
  font-size: 22px;
  font-weight: 400;
  margin-top: 10px;
}

.auth_modal .auth_form {
  margin-top: 20px;
  padding: 5px;
}

.auth_form .input-control {
  width: 100%;
  padding: 12px 0;
}

.auth_form .input-control.input-ok input, .auth_form .input-control.input-ok input:focus {
  outline: none;
  border-color: #0ca670;
}

.auth_form .input-control.input-error input, .auth_form .input-control.input-error input:focus {
  border-color: #e74c09 !important;
}

.auth_form .input-control label {
  display: block;
  font-size: 13px;
  padding-left: 4px;
  margin-bottom: 8px;
  color: #6b6b6b;
}

.auth_form .primary-button {
  display: block;
  background: #0ca670;
  color: #fff;
  border: none;
  width: 100%;
  line-height: 20px;
  padding: 8px;
  font-size: 13px;
  border-radius: 10px;
  margin-top: 25px;
  transition: 0.4s;
}

.auth_form .primary-button:disabled {
  opacity: 0.7;
  cursor: default;
}

.auth_form .primary-button:hover {
  background: #05b778;
}

.auth_form .input-error-msg {
  display: block;
  overflow: hidden;
  font-size: 12px;
  color: #e74c09 !important;
  padding: 0 3px;
}

.auth_form .frc-captcha {
  max-width: 260px;
  margin: 20px auto 10px;
  background: #f8f8f8;
  border-radius: 10px;
  border: 1px solid #ededed;
}

header {
  position: sticky;
  background: #fff;
  height: 62px;
  border-bottom: 1px solid #ededed;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 19px 40px;
  display: flex;
  width: 100%;
  top: 0;
  align-items: center;
}

.main_menu {
  color: #232222;
  padding-left: 0 !important;
  list-style: none;
  display: block;
  float: left;
  font-weight: 500;
}

.main_menu li {
  display: block;
  font-size: 15px;
  float: left;
  padding: 3px 15px;
}

.main_menu li a {
  text-decoration: none;
  color: #232222;
  padding: 6px 10px;
  border-radius: 5px;
  transition: 0.4s;
}

.main_menu li a:hover {
  color: #0ca670;
}

.logo {
  width: 130px;
  margin-right: 20px;
  float: left;
  display: block;
}

.head_right {
  margin-left: auto;
  align-items: center;
  gap: 10px;
  display: flex;
}

.list_org_head {
  margin-top: 2px;
  cursor: pointer;
  display: block;
  background: #2ea1db;
  padding: 8px 14px;
  border-radius: 20px;
  line-height: 20px;
  float: left;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.list_org_head:hover {
  background: #0a97d9;
  color: #fff !important;
}

.list_org_head svg {
  float: right;
  width: 18px;
  margin-top: 2px;
  margin-left: 7px;
}

.head_right .auth {
  color: #fff;
}

.head_right .auth a.my_org {
  margin-left: 20px;
  position: relative;
  float: left;
  text-decoration: none;
}

.head_right .auth a.my_org:before {
  content: "";
  display: block;
  height: 20px;
  width: 1px;
  background: rgba(255, 255, 255, 0.15);
  left: -10px;
  top: 6px;
  position: absolute;
}

.head_right .auth a.my_org svg {
  width: 22px;
}

.head_right .auth .auth_option {
  display: block;
  cursor: pointer;
  flex-direction: row;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 20px;
  padding: 7px 10px;
  text-decoration: none;
  color: #505050;
  border-radius: 6px;
  position: relative;
}
.head_right .auth .auth_option svg {
  width: 24px;
}

.head_right .auth .auth_option ul {
  display: block;
  background: #fff;
  top: calc(100% + 20px);
  border: 1px solid #ededed;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  list-style: none;
  right: 10px;
  min-width: 150px;
  position: absolute;
  padding: 10px;
}

.head_right .auth .auth_option ul li a {
  padding: 5px 10px;
  text-decoration: none;
  color: #000;
  display: block;
}

.head_right .auth .auth_option ul li button {
  background: transparent;
  border: none;
  display: block;
  padding: 5px 10px;
}

.head_right .auth .auth_option ul li button:hover {
  transition: 0.4s;
  color: #0ca670;
}

.head_right .auth .auth_option ul li a:hover {
  transition: 0.4s;
  color: #0ca670;
}

.head_right .auth .auth_option:after {
  content: "";
  display: block;
  border-radius: 40px;
  position: absolute;
  bottom: 0px;
  height: 2px;
  background: #343434;
  /*width: 60%;*/
  left: 0;
  opacity: 0;
  width: 0;
  transition: 0.4s;
}

.head_right .auth .auth_option:hover::after {
  width: 60%;
  left: 20%;
  opacity: 1;
}

.head_right .auth .auth_option .profile-icon {
  width: 24px;
  margin-right: 5px;
  display: block;
  float: left;
  margin-top: -2px;
}

.head_right .auth .auth_option .chevron {
  width: 11px;
  margin-left: 4px;
}

.toggle_mobile_menu {
  display: none;
}

footer {
  padding: 20px 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
footer .footer-copyright {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}
footer .footer_menu {
  margin-left: auto;
}
footer .footer_menu ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
footer .footer_menu ul li {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

@media only screen and (max-width: 1150px) {
  header .main_menu {
    display: none !important;
  }
  #home_page_cover .toggle_mobile_menu {
    color: #fff;
  }
  .mobile_menu_shown .toggle_mobile_menu {
    color: #fff !important;
  }
  .head_right .toggle_mobile_menu svg {
    width: 30px;
    height: 30px;
  }
  .head_right .auth a:hover::after {
    display: none !important;
  }
  #home_page_cover .head_right .auth .auth_option:after {
    display: none;
  }
  .mobile_menu_shown .head_right .auth a {
    margin-left: 0 !important;
    float: none;
    display: block;
    color: #fff;
    padding: 15px 0;
  }
}
#add_report {
  background: #fff;
}

#add_report .block-title {
  font-size: 20px;
  font-weight: 700;
  display: block;
  text-align: center;
  color: #2d3748;
}

#add_report .form-container {
  padding: 10px;
  margin-top: 10px;
}

.publish-date-input-group {
  border: 1px solid #ededed;
  border-radius: 7px;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
  margin: 10px 0;
}

.publish-date-input-group #publish_year {
  display: block;
  background: #fff;
  float: left;
  width: 33%;
  padding: 0 10px !important;
  border: none !important;
  border-radius: 0 !important;
  border-right: 1px solid #ededed !important;
  -webkit-appearance: none;
}

.publish-date-input-group #publish_month {
  display: block;
  float: left;
  background: #fff;
  width: 33%;
  -webkit-appearance: none;
  border-radius: 0 !important;
  border: none !important;
  padding: 0 10px !important;
  border-right: 1px solid #ededed !important;
}

.publish-date-input-group #publish_day {
  display: block;
  float: left;
  width: 33%;
  background: #fff;
  border: none !important;
  -webkit-appearance: none;
  padding: 9px 10px !important;
  line-height: 21px;
}

.publish-date-input-label {
  overflow: hidden;
  font-size: 11px;
  padding: 0;
  line-height: 16px;
  color: #53626b;
  margin-bottom: -5px;
  margin-top: 10px;
}

.publish-date-input-label span {
  display: block;
  padding: 0 5px;
  width: 33%;
  float: left;
}

.publish-date-input-group #publish_day:focus, #add_report .publish-date-input-group #publish_month:focus, #add_report .publish-date-input-group #publish_year:focus {
  outline: none;
  border: none;
}

.input-block .select-container {
  position: relative;
}
.input-block .select-container select {
  padding-right: 21px;
}
.input-block .select-container .chevron {
  width: 11px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}

.input-block label, .file-input label {
  font-size: 14px;
  display: block;
  font-weight: 650;
  color: #000;
}

.input-block input[type=text], .input-block input[type=url], .input-block input[type=email], .input-block textarea, .input-block input[type=date], .input-block input[type=time], .input-block input[type=datetime-local], .input-block select {
  border: 1px solid #ededed;
  border-radius: 7px;
  font-size: 14px;
  display: block;
  background: #fff;
  width: 100%;
  padding: 9px;
  line-height: 20px;
  max-height: 42px;
  -webkit-appearance: none;
}

.input-block input[type=text]:focus, .input-block input[type=url]:focus, .input-block input[type=email]:focus, .input-block textarea:focus, .input-block input[type=date]:focus, .input-block input[type=time]:focus, .input-block input[type=datetime-local]:focus, .input-block select:focus {
  border: 1px solid #0a97d9;
  outline: none !important;
}

#add_report .file-input {
  position: relative;
}

.file-input {
  margin: 20px auto 10px;
  cursor: pointer;
  position: relative;
}

.file-input input {
  position: absolute;
  left: 0;
  z-index: 10000;
  display: block;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.file-input .file-input-cover {
  color: #3f3f3f;
  border: 1px solid #ededed;
  border-radius: 6px;
  padding: 15px;
  /* width: 340px; */
  left: 0;
}

.file-input-cover svg {
  width: 40px;
  color: #6b7280;
  margin: 10px auto;
  display: block;
}

.file-input-cover p {
  font-size: 12px;
  text-align: center;
  margin-top: 15px;
  display: block;
  color: rgba(0, 0, 0, 0.6509803922);
}

.file-input-cover p .ext {
  color: #0a97d9;
}

.validation-error {
  font-size: 13px;
  color: #e76b09;
  border-left: 2px solid #e76b09;
  padding-left: 7px;
  margin: 5px 0;
  display: block;
}

.publish_modal {
  width: 460px !important;
  margin-top: 30px;
  max-height: calc(100vh - 30px);
  overflow-y: scroll;
}

.save-report {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 19px;
  padding: 8px 30px;
  background: #0ca670;
  color: #fff;
  border: none;
  font-size: 14px;
  border-radius: 7px;
  margin: 30px auto 0;
  cursor: pointer;
  transition: 0.4s;
}

.disabled-area {
  pointer-events: none;
  opacity: 0.4;
}

.report-brief-textarea {
  min-width: 100%;
  max-width: 100%;
  display: block;
  padding: 10px;
  font-size: 14px;
  min-height: 100px;
  border: 1px solid #ededed;
}

.report-brief-textarea:focus {
  border-color: #0a97d9;
  outline: none;
}

.save-report svg {
  width: 17px;
  height: 17px;
  display: block;
  float: left;
  margin-right: 6px;
}

#add_report .save-report:hover {
  background: #0b9664;
  box-shadow: 0 0 4px #02b272;
  /*border-bottom: 2px solid #0a8055;*/
}

/*******************/
.affiliation-search-input, .tag-search-input {
  position: relative;
  overflow: hidden;
}

.affiliation-search-input, .tag-search-input:focus {
  border-color: #ededed !important;
  outline: none !important;
}

.affiliation-search-input svg, .tag-search-input svg {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 18px;
  height: 18px;
}

#list-org .affiliations .affiliation:first-child {
  border-top: 1px solid #ededed;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

#list-org .affiliations .affiliation:last-child {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.report-block {
  position: relative;
  background: #fff;
  display: flex;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.031372549);
  border: 1px solid #ededed;
  /* border-right: 1px solid #ededed; */
  border-radius: 14px;
  overflow-y: visible;
  position: relative;
}

.only-show-in-mobile {
  display: none;
}

.only-mobile-flex {
  display: none;
}

@media only screen and (max-width: 700px) {
  .featured_orgs-row {
    display: flex;
    flex-direction: column !important;
  }
  .only-mobile-flex {
    display: flex !important;
  }
  .footer-new {
    width: 100% !important;
    display: flex;
    flex-direction: column;
  }
  .footer-new .footer-content-container {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    padding: 0 30px;
  }
  .footer-new .footer-content {
    display: flex;
    flex-direction: column !important;
  }
  .footer-new .main-footer {
    display: flex;
    flex-direction: column-reverse !important;
    gap: 30px !important;
  }
  .footer-new .footer-menus {
    gap: 30px !important;
    flex-direction: column !important;
  }
  .footer-new .footer-right {
    width: 100% !important;
  }
  .footer-new .footer-partners {
    overflow: scroll;
  }
  .auth-block {
    width: calc(100% - 20px) !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .auth-block .auth-extra {
    display: none !important;
  }
  .auth-block .content-container {
    width: 100% !important;
    float: none !important;
    padding: 20px !important;
  }
  .only-show-in-mobile {
    display: block !important;
  }
  .report-block {
    width: 100% !important;
    float: none;
    margin: 10px 0 !important;
    border-bottom: 1px solid #ededed !important;
    border-right: none !important;
  }
  .report-row {
    border-bottom: none !important;
    flex-direction: column;
  }
  #report-show {
    margin-top: 12px !important;
  }
  #report-show .report-details {
    width: 100% !important;
    height: -moz-fit-content;
    height: fit-content;
    padding: 10px !important;
    float: none !important;
  }
  #report-show .report-wrapper {
    float: none !important;
    width: 100% !important;
  }
  .report-access-request .two-parts .request-access-cover-container {
    display: none;
  }
  .report-access-request .two-parts .request-access-form-container {
    width: 100% !important;
  }
}
.report-block:nth-child(3n) {
  margin-right: 0;
}

.report-block-featured:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
  z-index: 3;
  background: url("/beam.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.report-block-featured:after {
  position: absolute;
  content: "";
  display: none;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: url("/beam.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.report-block h3 {
  font-weight: 800 !important;
  font-size: 16px;
  color: #21323d;
  line-height: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.report-block-header {
  margin-bottom: 10px;
  display: block;
}

.report-tags {
  margin: 10px 0;
  flex-wrap: wrap;
  overflow: hidden;
  display: flex;
  flex-basis: 100%;
  flex-direction: row;
  max-height: 38px;
  gap: 2px;
  position: relative;
  padding-right: 12px;
}

.report-tags-show-all {
  max-height: 900px !important;
}

.report-tags-show-all .show-all-tags {
  display: none;
}

.report-tags .tag {
  display: flex;
}

.report-read-more {
  border: 1px solid rgba(209, 213, 219, 0.6);
  position: absolute;
  bottom: 20px;
  width: calc(100% - 40px);
  display: block;
  font-size: 13px;
  font-weight: 600;
  left: 20px;
  text-align: center;
  line-height: 20px;
  box-shadow: 0 1px 1px rgba(237, 237, 237, 0.7);
  border-radius: 7px;
  color: #4a5568;
  padding: 5px;
}

.report-read-more:hover {
  background: linear-gradient(85deg, #20b37f, #2ea1db);
  border-color: transparent;
  color: #fff;
}

.report-remarks {
  margin-bottom: 10px;
  overflow: hidden;
}

.report-remarks span {
  margin-right: 5px;
  background: linear-gradient(85deg, #0d8dde, #2ea1db);
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  padding: 1px 7px;
  float: left;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  overflow: hidden;
}

.report-remarks .featured-remark {
  background: linear-gradient(90deg, #f6a700, #fa8532);
}

.report-remarks span svg {
  float: left;
  width: 14px;
  margin-top: 2px;
  margin-right: 3px;
  height: 14px;
}

.by {
  padding-left: 18px;
  color: #2c3a42;
  font-size: 13px;
  font-weight: 650;
  padding-bottom: 10px;
  position: relative;
  display: flex;
  gap: 4px;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
}
.by a {
  max-width: 100%;
  overflow: hidden;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  font-weight: 650;
  gap: 4px;
}

.by:before {
  content: "by";
  color: #8a8a8a;
  top: 1px;
  display: block;
  left: 0;
  position: absolute;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

.by img {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  display: inline-block;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  vertical-align: middle;
}

.by a span {
  text-wrap: nowrap;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 22px;
}

.by .logo-placeholder {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  padding: 3px;
  background: rgba(83, 98, 107, 0.12);
  color: #3f5d6e;
}

.report-block .by {
  margin-top: 5px;
}

#report-single {
  width: 850px;
  border: 1px solid #ededed;
  margin: 30px auto 0;
  display: block;
  background: #fff;
  padding: 25px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
  margin-bottom: 20px;
}
#report-single .report-left {
  width: 250px;
  float: left;
  padding-right: 20px;
}
#report-single .report-left img {
  border-radius: 8px;
}
#report-single .report-right {
  padding-top: 20px;
  float: right;
  width: calc(100% - 250px);
}

.report-details h1 {
  font-weight: 750;
  color: #253742;
  font-size: 22px;
}
.report-details .by {
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 21px;
}
.report-details .report-brief {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 650;
}
.report-details .report-published-at {
  display: block;
  overflow: hidden;
  margin-top: 15px;
  font-size: 13px;
  line-height: 18px;
  color: #53626b;
}
.report-details .report-published-at svg {
  display: block;
  float: left;
  margin-right: 5px;
  margin-top: -1px;
  width: 18px;
}
.report-details .report-published-at p {
  display: block;
  font-size: 13px;
  float: left;
  font-weight: 650;
}
.report-details .report-published-at p span {
  color: #1b2425;
}

.report-private, .report-edit-block {
  width: 650px;
  border: 1px solid #ededed;
  margin: 10px auto 120px;
  display: block;
  background: #fff;
  padding: 25px;
  position: relative;
  overflow: visible;
  border-radius: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
}

.report-private-description {
  font-size: 14px;
  line-height: 24px;
  background: rgba(236, 236, 236, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
  padding: 10px;
  color: #363636;
  border-radius: 8px;
}

.embargo-reminder {
  font-size: 14px;
  margin: 10px 0;
  line-height: 19px;
  padding: 10px;
  color: #363636;
  position: relative;
}

.embargo-reminder:after {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  top: 9px;
  background: #363636;
  width: 3px;
  height: 20px;
  border-radius: 10px;
}

.embargo-reminder svg {
  display: block;
  float: left;
  width: 18px;
  line-height: 18px;
  margin-right: 6px;
}

.report-private-description svg {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

#report-single:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  top: 0;
  left: 0;
  background: linear-gradient(85deg, #20b37f, #2ea1db);
}

.report-actions {
  margin-top: auto;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}

.report-go-to-source {
  background: linear-gradient(85deg, #20b37f, #2ea1db);
  margin-left: auto;
  line-height: 22px;
  font-weight: 750;
  padding: 7px 20px;
  font-size: 14px;
  color: #fff;
  border-radius: 20px;
  transition: 0.3s;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.report-go-to-source svg {
  width: 17px;
}

.report-go-to-source:hover {
  color: #fff !important;
}
.report-go-to-source:hover svg {
  color: #fff;
}

.report-go-to-source:hover svg {
  color: #fff;
}

.report-tags {
  overflow: hidden;
}

.tag:hover {
  background: rgb(9, 150, 100);
  color: #fff;
}

.report-edit-block {
  margin-top: 30px;
  margin-bottom: 100px;
}

.report-edit-block-header {
  border-bottom: 1px solid #ededed;
  padding-bottom: 15px;
}

.report-edit-block-header h3 {
  font-weight: 700;
}

.report-edit-block-content {
  padding: 18px 0;
}

.report-edit-block-content .input-block {
  padding: 10px 0;
}

.report-brief {
  font-size: 13px;
  line-height: 18px;
  padding: 3px 0;
  color: #6b7073;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.success-msg {
  background: #0b9664;
  border-radius: 7px;
  padding: 10px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  margin-top: 10px;
  font-weight: 600;
  line-height: 20px;
}

.success-msg svg {
  float: left;
  width: 20px;
  margin-right: 6px;
}

.embargo-notice {
  margin-top: 10px;
  border: 1px solid #ededed;
  padding: 10px;
  border-radius: 7px;
  overflow: hidden;
}
.embargo-notice svg {
  float: left;
  display: block;
  margin-right: 4px;
  width: 18px;
  color: #656565;
}
.embargo-notice p {
  float: left;
  color: #2c2b2b;
  line-height: 18px;
  font-size: 12px;
}

.report-edit-block-content .enable-replace-file {
  display: block;
  margin-top: 20px;
}

.report-edit-block-content .enable-replace-file label {
  font-size: 13px;
}

.toggle-container {
  overflow: hidden;
}

.toggle-container .toggle-button {
  float: right;
  margin-right: 8px;
}

.toggle-container label {
  display: block;
  font-size: 13px;
  float: left;
  line-height: 23px;
}

.file-input .file-input-cover {
  color: #3f3f3f;
  border: 1px solid #ededed;
  border-radius: 6px;
  padding: 15px;
}

body {
  background: #efefef !important;
}

.show-all-tags {
  display: block;
  font-size: 13px;
  padding: 3px 10px;
  float: left;
  cursor: pointer;
  color: #53626b;
  position: absolute;
  right: 0;
  bottom: 5px;
}

.show-all-tags svg {
  width: 10px;
}

.publish-date {
  display: block;
  overflow: hidden;
  font-weight: 600;
  font-size: 12px;
  color: #53626b;
  line-height: 20px;
}

.publish-date svg {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 5px;
}

.publish-date span {
  color: #334652;
  font-weight: 700;
}

#single-org-reports {
  padding: 0 !important;
}

.report-index-list .report-block, #single-org-reports .report-block {
  width: 50%;
  display: flex;
  float: left;
  border-radius: 0 !important;
  padding: 15px !important;
  margin: 0 !important;
  border: none;
  position: relative;
  height: auto !important;
  border-right: none;
}

.report-index-list-list-view .report-row {
  display: block !important;
  border: none !important;
}

.report-index-list-list-view .report-block {
  width: 100% !important;
  height: 170px !important;
  float: none !important;
  border-bottom: 1px solid #ededed;
  padding: 8px 0 !important;
}

.report-index-list-list-view .report-block .report-block-header-preview {
  display: none;
}

.report-index-list-list-view .report-block .featured-badge {
  top: 15px !important;
  bottom: auto !important;
  right: 15px !important;
  left: auto !important;
}

.report-index-list-list-view .report-block .report-block-header h3 {
  padding-right: 100px;
}

.report-index-list-list-view .report-block-footer-details {
  overflow: hidden;
}

.report-index-list-list-view .report-block-footer-details .by {
  display: block;
  float: left;
  margin-right: 8px;
  border-right: 1px solid #d2d2d2;
  padding-right: 8px;
}

.report-index-list-list-view .report-block-footer-details .publish-date {
  display: block;
  float: left;
}

.report-index-list .report-block-featured {
  position: relative;
  background: linear-gradient(45deg, rgba(74, 191, 149, 0.06), rgba(16, 149, 217, 0.06));
}

.report-index-list .report-block .report-block-header {
  margin-bottom: 5px !important;
}

.report-index-list .report-block .report-block-footer .by {
  padding-bottom: 0 !important;
}
.report-index-list .report-block .report-block-footer .by a {
  width: 100% !important;
}

.report-index-list .report-block:nth-child(2n+1) {
  margin-right: 0 !important;
  border-right: 1px solid #ededed;
}

.report-row {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #ededed;
  overflow: hidden;
}

.org-filter-item {
  font-size: 12px;
  line-height: 20px;
  display: block;
  padding: 7px 0;
  border-bottom: 1px dashed #e0e0e0;
  margin: 5px 0;
  margin-right: 4px;
  padding-right: 20px;
  position: relative;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.org-filter-item:last-child {
  border-bottom: none !important;
}

.org-filter-item img {
  border-radius: 4px;
  margin-right: 6px;
  display: block;
  float: left;
  width: 22px;
  height: 22px;
}

.org-filter-item input {
  position: absolute;
  right: 0;
  top: 8px;
  float: right;
  width: 16px !important;
  height: 16px !important;
}

.report-block-header {
  overflow: hidden;
}

.report-block-header-preview {
  width: 100px;
  padding-bottom: 5px;
}

.report-block-header-preview img {
  border-radius: 7px;
  border: 1px solid #ededed;
  width: 100%;
  aspect-ratio: 594/841;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.report-block-header-details {
  float: left;
  padding-top: 10px;
  width: calc(100% - 100px);
  padding-left: 10px;
}

.report-block .featured-badge {
  position: absolute;
  left: 15px;
  bottom: 20px;
  font-size: 13px;
  background: linear-gradient(45deg, #20b37f, #2ea1db);
  color: #fff;
  padding: 3px 7px;
  line-height: 16px;
  font-size: 11px;
  border-radius: 12px;
  font-weight: 700;
}

.report-block .featured-badge svg {
  float: left;
  width: 13px;
  height: 13px;
  margin-top: 2px;
  margin-right: 4px;
}

.report-preview-placeholder {
  border: 1px solid #ededed;
  border-radius: 7px;
  aspect-ratio: 594/841;
  position: relative;
}

.report-preview-placeholder svg:first-child {
  width: 40px;
  height: 40px;
  display: block;
  opacity: 0.25;
  cursor: default;
  margin: 49px auto;
}

.white-cover {
  height: 90px;
  overflow: hidden;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.03);
  background: #fff;
}

.white-cover h3 {
  font-weight: 700;
  font-size: 20px;
  display: block;
  margin-top: 28px;
  color: #3a444b;
}

.my-reports-table {
  overflow-x: scroll;
}

.my-reports-table-row {
  padding: 3px 4px;
  color: #3f4a50;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100%;
}

.my-reports-table-row ul {
  margin-left: 0;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  display: flex;
  flex-wrap: nowrap;
  overflow: visible;
  min-width: 100%;
}

.my-reports-table-row ul li.clear {
  float: none;
  clear: both;
  width: 0;
  padding: 0;
}

.my-reports-table-head {
  font-size: 13px;
  padding: 10px 0px;
  color: #2e363b !important;
  text-transform: uppercase;
  background: #f7f7f7;
  border-bottom: 1px solid #ededed;
  width: -moz-fit-content;
  width: fit-content;
}

.my-reports-table-row li {
  display: block;
  float: left;
  padding: 15px;
  font-size: 15px;
  font-weight: 650;
  flex: 1;
  max-width: 100%;
}

.my-reports-table-row:nth-child(odd) {
  background: rgba(114, 141, 162, 0.07);
}

.my-reports-table-row li:first-child {
  width: 40%;
  min-width: 300px;
}

.my-reports-table-row li:nth-child(2), .my-reports-table-row li:nth-child(3), .my-reports-table-row li:nth-child(4) {
  width: 20%;
  min-width: 180px;
}

.my-reports-table-head li {
  display: block;
  float: left;
  font-weight: 700;
  font-size: 11px !important;
  padding: 3px 15px;
}

.my-reports-table-row li.date-column {
  text-align: center !important;
  font-size: 13px !important;
}

.report-row-action-item {
  line-height: 10px;
  display: block;
  float: left;
  margin-right: 10px;
  color: rgba(83, 98, 107, 0.8);
  transition: 0.3s;
  background: transparent;
  border: none;
  cursor: pointer;
}

.report-row-action-item svg {
  width: 20px;
}

.flash-message {
  position: fixed;
  min-width: 300px;
  height: 50px;
  z-index: 100000000;
  bottom: 40px;
  right: 40px;
  background: #2a353d;
  color: #fff;
  border-radius: 10px;
  padding: 0 15px;
  cursor: pointer;
  line-height: 50px;
}

.flash-message-info {
  background: #0a66c2 !important;
}

.flash-message-success {
  background: #0ca670 !important;
}

.flash-message-warning {
  background: #e86500 !important;
}

.flash-message .flash-message-icon {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  margin-top: 13px;
  float: left;
}

.flash-message p {
  float: left;
  font-size: 14px;
  font-weight: 600;
}

.report-private .report-actions {
  position: relative !important;
}

@keyframes flashing {
  0% {
    opacity: 0.2;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
.flashing {
  animation-name: flashing;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.spinning {
  animation-name: spin;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

.report-edit-block .enable-replace-file {
  margin-top: 20px;
}

.index-sort {
  display: flex;
  justify-content: flex-start;
  position: relative;
}

.index-sort label {
  font-size: 11px;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  white-space: nowrap;
  text-wrap: nowrap;
  margin-right: 5px;
  line-height: 32px;
  height: 32px;
}

.index-sort select {
  line-height: 31px;
  font-size: 11px;
  height: 32px;
  display: block;
  margin-left: 3px;
  min-width: 50px;
  -webkit-appearance: none;
  padding: 0 20px 0 10px;
  overflow: hidden;
}

.index-sort select:focus {
  outline: none;
  border: 1px solid #436880;
}

.news-details__tag-list {
  overflow: hidden;
}

.index-sort svg {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 9px;
  right: 29px;
}

#report-org-filter .reports-count {
  color: #989da1;
  margin-left: 5px;
}

.publish-finished h3 {
  font-weight: 500;
}

.toggle-button {
  height: 24px;
  width: 40px;
  background: #fafafa;
  border: 1px solid #e1e1e1;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
}

.toggle-button input {
  display: none;
}

.toggle-button:before {
  content: "";
  display: block;
  position: absolute;
  height: 20px;
  top: 1px;
  left: 1px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid rgba(205, 205, 205, 0.7);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  transition: 0.4s;
}

.toggle-button-active {
  background: #0ca670;
  border-color: #0da470;
}

.toggle-button-active:before {
  margin-left: 16px;
  border-color: #0da470;
  box-shadow: none;
}

.enable-published-at {
  padding: 10px 0;
  position: relative;
}
.enable-published-at .pop {
  background: rgb(12, 166, 112);
  color: #fff;
  visibility: visible;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 3px 10px;
  opacity: 1;
  border-radius: 4px;
  font-size: 12px;
  line-height: 20px;
  transition: 0.3s;
}
.enable-published-at .pop:before {
  visibility: visible;
  opacity: 1;
  content: "\a";
  border-style: solid;
  border-width: 6px 4px 6px 0;
  position: absolute;
  left: 15px;
  transform: rotate(90deg);
  top: -8px;
  transition: 0.3s;
  border-color: transparent rgb(12, 166, 112) transparent transparent;
}

#enable-published-at-toggle {
  float: right;
  margin-right: 8px;
}

.enable-published-at label {
  display: block;
  font-size: 13px;
  float: left;
  line-height: 23px;
}

.publish-time-inputs {
  margin-top: 5px;
  overflow: hidden;
  padding-top: 15px;
  border-top: 1px solid #ededed;
}
.publish-time-inputs .validation-error {
  margin-top: 10px;
}

.publish-time-inputs .input-block {
  float: left;
}

.publish-time-inputs .input-block#embargo-input-block {
  width: 60%;
}
.publish-time-inputs .input-block#embargo-input-block input {
  font-size: 13px;
}

.publish-time-inputs .input-block#report-timezone-input-block {
  width: 40%;
  padding-left: 4px;
}
.publish-time-inputs .input-block#report-timezone-input-block select {
  font-size: 12px;
}

.finished {
  padding-top: 10px;
  border-top: 1px solid #ededed;
  margin-top: 20px;
}

#add_report .finished-icon {
  width: 30px;
  margin: 10px auto;
  display: block;
  color: #0ca670;
}

#add_report .finished-title {
  color: #0ca670;
  font-weight: 700;
  display: block;
  text-align: center;
}

#add_report .add-tags-description {
  font-size: 13px;
  display: block;
  margin-top: 30px;
  color: #53626b;
  margin-bottom: 14px;
  font-weight: 600;
}

.tag {
  font-size: 11px !important;
  transition: 0.3s;
  background: rgba(12, 166, 112, 0.15);
  font-weight: 650;
  border-radius: 4px;
  color: rgba(0, 96, 64, 0.7);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 18px;
  line-height: 18px;
  display: block;
  margin: 0 !important;
}

.tag:hover {
  background: rgb(9, 150, 100);
  color: #fff;
}

.tag-search-results {
  margin-top: 10px;
  border: 1px solid #ededed;
  padding: 8px;
  border-radius: 7px;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0196078431);
}

.tag-search-results {
  margin-top: 0;
  border: 1px solid #ededed;
  padding: 8px;
  border-radius: 0 0 7px 7px;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0196078431);
}

.tag-search-results .result-tag {
  border: 1px solid #ededed;
  font-size: 11px;
  padding: 4px;
  display: inline-block;
  margin: 2px 0;
  border-radius: 4px;
  color: #606060;
  cursor: pointer;
}

.tag-search-results .result-tag:hover {
  background: #fafafa;
  color: #1c1c1c;
  transition: 0.2s;
}

.form-input input:focus {
  border: 1px solid #ededed !important;
}

.form-input input.focused-search {
  font-size: 13px !important;
  border: 1px solid #ededed;
  border-radius: 7px 7px 0 0 !important;
  border-bottom: none !important;
}

.affiliation-search-input, .tag-search-input input {
  font-size: 13px !important;
}

.affiliation-search-input, .tag-search-input input:focus {
  outline: none;
  border-color: #ededed;
}

#tags_form .form-input input.focused-search:focus {
  border: 1px solid #ededed !important;
  border-bottom: none !important;
}

.added-tags {
  margin-top: 10px;
}

.added-tags .tag {
  position: relative;
}

.added-tags .tag:hover {
  background: #ffe0dc;
  color: #8c2f28;
  transition: 0.2s;
}

.added-tags .tag svg {
  display: block;
  height: 13px;
  margin-right: 2px;
  margin-top: 2px;
  float: left;
}

.tag-search-results .no-result {
  font-size: 12px;
  padding: 5px;
  display: block;
  color: #949292;
}

.added-tags-title {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: 670;
  color: #4d4d4d;
}

#add_report .finish-button {
  background: #0ca670;
  text-align: center;
  color: #fff;
  border: none;
  line-height: 20px;
  padding: 7px 10px;
  margin: 20px 20px 0;
  font-size: 14px;
  width: calc(100% - 40px);
  display: block;
  border-radius: 18px;
}

#add_report .feature-request-button {
  background: #fafafa;
  border: 1px solid #ededed;
  text-align: center;
  color: #363636;
  line-height: 20px;
  padding: 7px 10px;
  margin: 10px 20px 0;
  font-size: 13px;
  font-weight: 600;
  width: calc(100% - 40px);
  display: block;
  border-radius: 18px;
}

.feature-request-sent {
  font-size: 13px;
  padding: 10px;
  margin-top: 10px;
  display: block;
  text-align: center;
  color: #0ca670;
}

.alert {
  overflow: hidden;
  padding: 13px;
}

.alert:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 20%;
  height: 60%;
  width: 3px;
  border-radius: 5px;
}

.alert-warning {
  background: rgba(248, 172, 8, 0.34);
  margin: 10px 0;
  border-radius: 9px;
  color: #c08706;
  line-height: 18px;
  position: relative;
}

.alert-success {
  background: rgba(35, 159, 0, 0.2);
  margin: 10px 0;
  border-radius: 9px;
  color: #239f00;
  line-height: 18px;
  position: relative;
}

.alert-warning:before {
  background: #eaa508;
}

.alert-success:before {
  background: #239f00;
}

.alert-warning, .alert-success p {
  font-size: 13px;
  font-weight: 650;
}

.alert .alert-icon {
  position: absolute;
  right: -8px;
  bottom: -8px;
  font-size: 28px;
  display: block;
  opacity: 0.3;
  width: 45px;
  height: 45px;
}

.small-form-container {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  width: 600px;
  max-width: calc(100% - 20px);
  border: 1px solid #ededed;
  border-radius: 10px;
  margin: 120px auto;
  background: #fff;
}

.small-form-container-header {
  padding: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ededed;
}

.small-form-container-header h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0b9664;
  display: block;
  margin: 0;
  padding: 0;
}

.small-form-container-content {
  padding: 0 20px;
  padding-bottom: 40px;
}

.small-form-container-content .form-description {
  font-size: 14px;
  padding: 5px 0 !important;
  margin: 0 !important;
}

.small-form-container-content .input-block {
  padding: 10px 0;
}

.org-profile-block-head-button, .resource-section-header-button {
  padding: 2px 6px;
  font-size: 11px;
  overflow: hidden;
  text-decoration: none;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  float: right;
  background: rgba(10, 151, 217, 0.08);
  color: #0372a6;
  line-height: 15px;
  margin-top: 2px;
  margin-left: 4px;
  cursor: pointer;
  border-radius: 10px;
}
.org-profile-block-head-button svg, .resource-section-header-button svg {
  width: 10px;
  transition: margin-right 0.4s;
  float: left;
  margin-top: 3px;
  margin-right: 2px;
}

.resource-section-block-header-dropdown {
  float: right;
  position: relative;
}

.org-profile-block-head-button:hover, .resource-section-header-button:hover {
  transition: 0.4s;
  background: #53626b;
  color: #fff;
}

.org-profile-block-head-button:hover svg {
  margin-right: 6px;
}

.large-tags-list .org-tag {
  font-size: 13px !important;
  padding: 4px 10px;
  border-radius: 5px;
  line-height: 17px;
  margin-right: 2px;
}

.dropdown-block {
  background: #fff;
  position: absolute;
  border: 1px solid #e5e5e5;
  width: 230px;
  z-index: 100;
  top: 100%;
  margin-top: 8px;
  border-radius: 7px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  right: 0;
}
.dropdown-block .dropdown-block-header {
  padding: 8px;
  line-height: 15px;
  border-bottom: 1px solid #ededed;
}
.dropdown-block .dropdown-block-header .dropdown-block-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #296891;
}
.dropdown-block .dropdown-block-content:last-child {
  border-bottom: none !important;
}
.dropdown-block .dropdown-block-content {
  padding: 8px;
  border-top: none;
  border-bottom: 1px solid #ededed;
}
.dropdown-block .dropdown-block-content .checkbox-group .checkbox-option {
  padding: 5px;
}
.dropdown-block .dropdown-block-content .checkbox-group .checkbox-option input[type=checkbox], .dropdown-block .dropdown-block-content .checkbox-group .checkbox-option input[type=radio] {
  display: inline-block;
  width: 10px;
  height: 10px;
}
.dropdown-block .dropdown-block-content .checkbox-group .checkbox-option input[type=checkbox]:checked, .dropdown-block .dropdown-block-content .checkbox-group .checkbox-option input[type=radio]:checked {
  background: #0a5fa5;
  border-color: #0a5fa5;
}
.dropdown-block .dropdown-block-content .checkbox-group .checkbox-option label {
  margin-left: 4px;
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  line-height: 10px;
  margin-bottom: 0;
}
.dropdown-block .dropdown-block-content .input-block {
  margin-bottom: 10px;
}
.dropdown-block .dropdown-block-content .input-block label {
  font-size: 11px;
  margin-bottom: 4px;
}
.dropdown-block .dropdown-block-content .input-block input {
  line-height: 15px;
  padding: 7px;
  border-radius: 5px;
  font-size: 12px;
}
.dropdown-block .dropdown-block-content .input-block select {
  line-height: 15px;
  font-size: 12px;
  border: 1px solid #ededed;
  padding: 8px;
  height: auto;
}

.describe_match {
  background: #fff;
  font-size: 11px;
  padding: 4px;
  border-radius: 5px;
  color: #4d5459;
  line-height: 14px;
}
.describe_match svg {
  width: 15px;
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
}

.match_count {
  position: absolute;
  background: #ef710c;
  color: #fff;
  right: 10px;
  top: 10px;
  z-index: 20;
  font-size: 10px;
  padding: 1px 5px;
  border-radius: 5px;
}
.match_count svg {
  width: 16px;
  vertical-align: top;
}

.match_count:hover .match_details {
  visibility: visible;
  opacity: 1;
}

.match_details {
  transition: opacity 0.3s;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  display: block;
  right: 0;
  top: 20px;
  min-width: 180px;
  background: rgba(0, 0, 0, 0.9215686275);
  border-radius: 5px;
}
.match_details ul {
  margin-left: 0;
  margin-right: 0;
  padding: 2px 0;
  display: block;
  width: 100%;
}
.match_details ul li {
  display: block;
  line-height: 10px;
  list-style: none;
  border-bottom: 1px solid rgba(237, 237, 237, 0.16);
  --ck-color-widget-hover-border: 100%;
  padding: 8px;
  overflow: hidden;
}
.match_details ul li span.field {
  font-weight: 700;
}
.match_details ul li svg {
  height: 13px;
  vertical-align: top;
  margin-top: -2px;
  opacity: 0.7;
}
.match_details ul li:last-child {
  border-bottom: none;
}

mark {
  transition: background-color 0.2s;
}

#home_primary {
  width: 1200px;
  overflow: hidden;
  margin: auto;
}
#home_primary .primary-insight {
  width: 380px;
  float: left;
}
#home_primary .primary-insight .insight-card {
  width: 100% !important;
}
#home_primary .primary-right {
  margin-left: 30px;
  float: left;
  width: 650px;
}
#home_primary .primary-right .primary-report {
  overflow: hidden;
  width: 100%;
}
#home_primary .primary-right .primary-report .report-block {
  width: 100% !important;
}
#home_primary .primary-right .primary-organisation {
  overflow: hidden;
  width: 100%;
}
#home_primary .primary-right .primary-organisation .org {
  border-radius: 10px;
  width: 100% !important;
  border: 1px solid #ededed !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.031372549);
}

#impersonating {
  position: fixed;
  top: -5px;
  height: 35px;
  left: 0;
  right: 0;
  width: 300px;
  margin: auto;
  background: linear-gradient(85deg, #20b37f, #2ea1db);
  border-radius: 10px;
  z-index: 12;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.18);
}

#report-pdf embed {
  display: block;
  width: 100%;
  height: calc(100vh - 30px);
  background: #fff;
}

.report-access-request {
  margin-top: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.report-access-request .two-parts {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  width: 100%;
}
.report-access-request .request-access-cover-container {
  width: 300px;
}
.report-access-request .request-access-cover-container img {
  border-radius: 10px;
}
.report-access-request .request-access-form-container {
  display: flex;
  width: calc(100% - 300px);
  flex-direction: column;
}
.report-access-request .success {
  margin-top: 0;
  padding: 20px 10px;
  border: 1px solid #ededed;
  border-radius: 8px;
  background: #fff;
}
.report-access-request .success svg {
  width: 30px;
  display: block;
  margin: auto;
  color: #239f00;
}
.report-access-request .success .thanks {
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
  display: block;
  color: #343d42;
  text-align: center;
}
.report-access-request .success .done {
  font-size: 16px;
  font-weight: 750;
  margin-top: 8px;
  display: block;
  color: #239f00;
  text-align: center;
}
.report-access-request .success .spam {
  font-size: 13px;
  display: block;
  text-align: center;
  margin-top: 10px;
  color: #747f86;
}
.report-access-request .validation-error {
  background: rgba(255, 176, 0, 0.1411764706);
  border-left: none !important;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 15px;
  margin-top: -5px;
}
.report-access-request .intro {
  margin-bottom: 10px;
  border-radius: 6px;
  padding: 8px;
}
.report-access-request .intro p {
  color: #1c618c;
  font-weight: 700;
  font-size: 24px;
  text-align: left;
  margin: auto;
  line-height: 30px;
  margin-top: -10px;
  margin-bottom: 10px;
}
.report-access-request .input-block {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.report-access-request .submit-btn {
  display: block;
  background: linear-gradient(85deg, #20b37f, #2ea1db);
  border: none;
  color: #fff;
  width: 100%;
  border-radius: 6px;
  line-height: 20px;
  cursor: pointer;
  padding: 9px;
  font-weight: 700;
  font-size: 14px;
  transition: 0.2s;
}
.report-access-request .submit-btn:hover {
  background: linear-gradient(85deg, #06be80, #07a6f6);
}

.r-star {
  color: #e51c1c;
}

#report-show {
  overflow: hidden;
  background: #fff;
  position: relative;
}
#report-show .report-details {
  width: 380px;
  padding: 20px 40px;
  float: left;
  border-right: 1px solid #ededed;
}
#report-show .report-wrapper {
  position: relative;
  width: calc(100% - 380px);
  float: right;
  min-height: 620px;
}
#report-show .report-wrapper .pdf-viewer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#report-show .report-wrapper .report-download-popup-container {
  z-index: 3;
  animation-name: fadeIn;
  animation-duration: 0.8s;
  padding-top: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  min-height: 900px;
}

.red-text {
  color: #de1818;
}

.auth-block {
  width: 1000px;
  margin: auto;
  background: #fff;
  margin-bottom: 20px;
  border: 1px solid #ededed;
  margin-top: 30px !important;
  margin-bottom: 150px;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  overflow: hidden;
}
.auth-block .auth-extra {
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(85deg, #20b37f, #2ea1db);
  width: 500px;
  height: 100%;
  border-radius: 10px 0 0 10px;
  padding: 40px;
}
.auth-block .auth-extra h3 {
  color: #fff;
  padding: 4px 10px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 30px;
}
.auth-block .auth-extra .points {
  color: #fff;
  padding: 0 10px;
  margin-top: 40px;
}
.auth-block .auth-extra .points h4 {
  background: rgba(255, 255, 255, 0.15);
  padding: 2px 10px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: 550;
  margin-bottom: 10px;
  display: block;
  border-radius: 4px;
}
.auth-block .auth-extra .points ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.auth-block .auth-extra .points ul li {
  padding: 12px 0;
  line-height: 22px;
  font-size: 15px;
  font-weight: 650;
}
.auth-block .auth-extra .points ul li svg {
  margin-top: -4px;
  margin-right: 2px;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
}
.auth-block .auth-extra .tip {
  margin-top: 90px;
  background: rgba(255, 255, 255, 0.07);
  padding: 15px;
  border-radius: 10px;
  position: relative;
}
.auth-block .auth-extra .tip svg {
  width: 24px;
  height: 24px;
  color: rgba(255, 255, 255, 0.5);
}
.auth-block .auth-extra .tip p {
  color: rgba(255, 255, 255, 0.9);
  line-height: 22px;
  margin-bottom: 10px;
  font-size: 14px;
}
.auth-block .auth-extra .tip a {
  margin: 10px 0;
  background: #fff;
  color: #0ca670;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 14px;
  padding: 8px 16px;
  font-size: 13px;
  border-radius: 8px;
}
.auth-block .auth-extra .tip:before {
  position: absolute;
  left: -1px;
  border-radius: 10px;
  top: 30px;
  height: calc(100% - 60px);
  background: rgba(255, 255, 255, 0.3);
  width: 2px;
  content: "";
  display: block;
}
.auth-block .auth-extra:before {
  content: "";
  position: absolute;
  background: url("/img/ESG-logo-bg.svg");
  display: block;
  width: 400px;
  filter: brightness(0) invert(1);
  opacity: 0.3;
  left: 0;
  bottom: 0px;
  height: 100px;
  background-size: cover;
}
.auth-block .content-container {
  width: calc(100% - 500px);
  float: right;
  padding: 50px 30px;
}
.auth-block .content-container h1 {
  font-weight: 700;
  font-size: 28px;
  color: #006fb2;
}
.auth-block .content-container h1 svg {
  width: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  background: rgba(0, 111, 178, 0.1);
  padding: 3px;
  height: 22px;
  border-radius: 5px;
}
.auth-block .content-container .other-option {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 50px;
}
.auth-block .content-container .other-option p {
  font-size: 13px;
  color: #53626b;
  font-weight: 500;
}
.auth-block .content-container .other-option p a {
  color: #006fb2;
  font-weight: 550;
}
.auth-block .content-container .other-option p:hover a {
  text-decoration: underline;
}
.auth-block .content-container .auth_form {
  margin-top: 20px;
}
.auth-block .content-container .auth_form .validation-alert {
  background: rgba(248, 172, 8, 0.15);
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 8px;
  color: #8a6514;
}
.auth-block .content-container .auth_form .validation-alert p {
  line-height: 20px;
  font-size: 13px;
  font-weight: 700;
}
.auth-block .content-container .auth_form .validation-alert p svg {
  vertical-align: middle;
  margin-top: 1px;
  margin-right: 3px;
  display: inline-block;
  height: 22px;
}
.auth-block .content-container .auth_form .primary-button {
  padding: 10px;
  font-weight: 700;
  font-size: 14px;
  border-radius: 10px;
  background: linear-gradient(85deg, #20b37f, #2ea1db);
}

.auth-block.forgot-pass {
  width: 450px;
}
.auth-block.forgot-pass .content-container {
  padding: 10px;
  width: 100% !important;
  float: none !important;
}
.auth-block.forgot-pass .content-container h1 {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}
.auth-block.forgot-pass .content-container .input-block {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.auth-block.forgot-pass .content-container .primary-button {
  margin-top: 0 !important;
}
.auth-block.forgot-pass .content-container .guide {
  margin-top: 20px;
  font-size: 13px;
  color: #53626b;
  line-height: 20px;
}

.position-relative {
  position: relative;
}

.form-instance .form-btn-primary {
  background: #0b9664;
  color: #fff;
  border: none;
  font-weight: 650;
  padding: 10px 20px;
  border-radius: 8px;
  transition: outline-color 0.3s;
  font-size: 14px;
}
.form-instance .form-btn-primary svg {
  display: inline-block;
  width: 18px;
  margin-left: -6px;
}
.form-instance .form-btn-primary:focus {
  outline: 2px solid #4abf95;
  outline-offset: 2px;
}

.form-control {
  border-bottom: none !important;
}
.form-control .form-input.select-box {
  position: relative;
}
.form-control .form-input.select-box .chevron {
  position: absolute;
  right: 10px;
  top: 13px;
  width: 14px;
}
.form-control select {
  -webkit-appearance: none;
}
.form-control .error {
  line-height: 14px;
  font-size: 11px;
  text-align: right;
}
.form-control .error svg {
  width: 14px;
  height: 14px;
}

.tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2px;
  margin: 0;
}

.footer-new {
  margin-top: 20px;
  background: #fff;
  border-top: 1px solid #ededed;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.footer-new .footer-content-container {
  width: 1310px;
  padding: 0 5px;
  margin: auto;
}
.footer-new .footer-end {
  margin-top: auto;
  background: linear-gradient(85deg, #20b37f, #2ea1db);
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer-new .copyright {
  color: #fff !important;
  font-size: 13px;
  font-weight: 500;
}
.footer-new .footer-content {
  padding: 40px 0;
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.footer-new .footer-menus {
  display: flex;
  flex-direction: row;
  gap: 150px;
}
.footer-new .main-footer {
  display: flex;
  flex-direction: row;
}
.footer-new .footer-right {
  margin-left: auto;
  width: 350px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-new .footer-right .footer-right-title {
  font-size: 13px;
  color: #53626b;
}
.footer-new .footer-partners {
  width: 100%;
  display: flex;
  padding-top: 20px;
  border-top: 1px solid #ededed;
  gap: 40px;
  align-items: center;
  margin-bottom: -20px;
}
.footer-new .footer-partners span {
  color: #53626b;
  font-size: 13px;
}
.footer-new .footer-partner {
  padding: 10px;
  height: 70pxpx;
}
.footer-new .footer-partner img {
  max-width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  height: 50px;
  display: block;
  width: auto !important;
}
.footer-new .footer-partner svg {
  max-width: 150px !important;
  height: 50px !important;
}
.footer-new .footer-partner svg.efunddata {
  height: 30px;
}
.footer-new .footer-menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-new .footer-menu .footer-menu-label {
  font-size: 13px;
  color: #53626b;
}
.footer-new .footer-menu ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.footer-new .footer-menu li {
  font-size: 15px;
  font-weight: 650;
  color: #0e2633;
}
.footer-new .socials {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.resource-section {
  position: relative;
}
.resource-section .back-button {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 13px;
  position: absolute;
  left: -150px;
}
.resource-section .back-button svg {
  width: 14px;
}

.gap-0 {
  gap: 0;
}

.block-back-btn {
  position: absolute;
  left: -154px;
  top: 20px;
  font-size: 13px;
  align-items: center;
  display: flex;
  gap: 8px;
  transition: 0.3s;
}
.block-back-btn svg {
  width: 17px;
}

.block-back-btn:hover {
  color: #06568a;
}

.logo-placeholder-small {
  width: 20px;
  height: 20px;
  border-radius: 4px;
}

.logo-placeholder-medium {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  padding: 5px;
}

.logo-placeholder {
  background: #e3e9ef;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-placeholder svg {
  color: #0a66c2;
}

.org-is-private-banner {
  display: flex;
  flex-direction: row;
  padding: 10px;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background: #1f3442;
  font-size: 13px;
  color: #fff;
}
.org-is-private-banner a {
  background: rgba(255, 255, 255, 0.11);
  padding: 2px 12px;
  border-radius: 12px;
}
.org-is-private-banner a:hover {
  background: #0ca670;
  color: #fff;
}

#index-body main {
  margin-bottom: -20px;
}

.make-white {
  filter: brightness(0) invert(1);
}

.small-toggle-button {
  margin-right: 4px;
  height: 18px;
  width: 26px;
}

.small-toggle-button:before {
  width: 14px !important;
  height: 14px !important;
}

.small-toggle-button.toggle-button-active:before {
  margin-left: 8px !important;
}

.invert-rounded-top-right {
  --r: 20px; /* radius */
  --s: 40px; /* size of the inner curve */
  --x: 25px; /* horizontal offset (no percentange) */
  --y: 5px; /* vertical offset (no percentange) */
  --_m: /calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%);
  --_g: conic-gradient(at calc(100% - var(--r)) var(--r), #0000 25%, #000 0);
  --_d: (var(--s) + var(--r));
  -webkit-mask: calc(100% - var(--_d) - var(--x)) 0 var(--_m), 100% calc(var(--_d) + var(--y)) var(--_m), radial-gradient(var(--s) at 100% 0, rgba(0, 0, 0, 0) 99%, #000 calc(100% + 1px)) calc(-1 * var(--r) - var(--x)) calc(var(--r) + var(--y)), var(--_g) calc(-1 * var(--_d) - var(--x)) 0, var(--_g) 0 calc(var(--_d) + var(--y));
          mask: calc(100% - var(--_d) - var(--x)) 0 var(--_m), 100% calc(var(--_d) + var(--y)) var(--_m), radial-gradient(var(--s) at 100% 0, rgba(0, 0, 0, 0) 99%, #000 calc(100% + 1px)) calc(-1 * var(--r) - var(--x)) calc(var(--r) + var(--y)), var(--_g) calc(-1 * var(--_d) - var(--x)) 0, var(--_g) 0 calc(var(--_d) + var(--y));
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.invert-rounded-top-left {
  --r: 20px; /* radius */
  --s: 40px; /* size of the inner curve */
  --x: 25px; /* horizontal offset (no percentange) */
  --y: 5px; /* vertical offset (no percentange) */
  --_m: /calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%);
  --_g: conic-gradient(at calc(100% - var(--r)) var(--r), #0000 25%, #000 0);
  --_d: (var(--s) + var(--r));
  -webkit-mask: calc(100% - var(--_d) - var(--x)) 0 var(--_m), 100% calc(var(--_d) + var(--y)) var(--_m), radial-gradient(var(--s) at 100% 0, rgba(0, 0, 0, 0) 99%, #000 calc(100% + 1px)) calc(-1 * var(--r) - var(--x)) calc(var(--r) + var(--y)), var(--_g) calc(-1 * var(--_d) - var(--x)) 0, var(--_g) 0 calc(var(--_d) + var(--y));
          mask: calc(100% - var(--_d) - var(--x)) 0 var(--_m), 100% calc(var(--_d) + var(--y)) var(--_m), radial-gradient(var(--s) at 100% 0, rgba(0, 0, 0, 0) 99%, #000 calc(100% + 1px)) calc(-1 * var(--r) - var(--x)) calc(var(--r) + var(--y)), var(--_g) calc(-1 * var(--_d) - var(--x)) 0, var(--_g) 0 calc(var(--_d) + var(--y));
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

@media (min-width: 768px) {
  .invert-rounded-top-left {
    --r: 20px; /* radius */
    --s: 40px; /* size of the inner curve */
    --x: 25px; /* horizontal offset (no percentange) */
    --y: 5px; /* vertical offset (no percentange) */
    --_m: / calc(2 * var(--r)) calc(2 * var(--r)) radial-gradient(#000 70%, #0000 72%);
    --_g: conic-gradient(at var(--r) var(--r), #000 75%, #0000 0);
    --_d: (var(--s) + var(--r));
    -webkit-mask: calc(var(--_d) + var(--x)) 0 var(--_m), 0 calc(var(--_d) + var(--y)) var(--_m), radial-gradient(var(--s) at 0 0, rgba(0, 0, 0, 0) 99%, #000 calc(100% + 1px)) calc(var(--r) + var(--x)) calc(var(--r) + var(--y)), var(--_g) calc(var(--_d) + var(--x)) 0, var(--_g) 0 calc(var(--_d) + var(--y));
            mask: calc(var(--_d) + var(--x)) 0 var(--_m), 0 calc(var(--_d) + var(--y)) var(--_m), radial-gradient(var(--s) at 0 0, rgba(0, 0, 0, 0) 99%, #000 calc(100% + 1px)) calc(var(--r) + var(--x)) calc(var(--r) + var(--y)), var(--_g) calc(var(--_d) + var(--x)) 0, var(--_g) 0 calc(var(--_d) + var(--y));
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
  }
}
