.external-content-logo-header {
  border-bottom: 1px solid #dddddd;
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  padding: 5px 0px 0px 0px;
  height: 60px;
  border-bottom: 0;
  box-shadow: -2px 1px 6px 2px rgba(181, 181, 181, 0.3);
  z-index: 12;
  left: 0;
}

.external_content_iframe_div {
  height: 100%;
  width: auto;
  margin-top: 100px;
}

.external_content_iframe_div {
	.web_loader {
		height: calc(100vh - 140px);
		width: 100%;
		max-height: 100%; 
        -webkit-overflow-scrolling: touch;
		overflow-y: scroll;
        @media #{$tablet-min} {
            height: calc(100vh - 40px);
        }
	}
}

.external-content-logo-header .sk__logo {
  display: flex;
}
.external-content-logo-header .sk__logo::before {
  content: '<';
  display: inline;
  margin-right: 10px;
}
.external-content-logo-header .col-1.dashboard--logo.mobile__view {
  min-width: 300px;
}

@media (max-width: 767px) {
  .external-content-logo-header .sk__logo__mobile__wrapper .community-logo__mark {
    fill: #169EB4;
  }
  .external-content-logo-header .sk__logo__mobile__wrapper .community-logo__icon {
      fill: #ffffff;
  }
}
