.esri-share calcite-tabs calcite-tab {
  width: 100%;
}
.esri-share calcite-tabs calcite-tab .esri-share__main-header {
  font-size: 18px;
}

.copy-icon .esri-share__iframe-container,
.esri-share__iframe-preview {
  border: none;
  width: 100%;
  pointer-events: none;
  position: relative;
}

.esri-share__iframe-container {
  height: 30vh;
}

.esri-share__iframe-preview {
  height: 100%;
}

.esri-share__copy-icon {
  width: 15px;
}

.esri-share__embed-content-container {
  height: 100%;
}

.esri-share__url-input,
.esri-share__iframe-input {
  display: inline-block;
  width: 88%;
  margin: 0;
  padding: 5px;
  border: 1px solid #d3d3d3;
  vertical-align: top;
  font-size: 0.9375rem;
  color: #000;
}

.esri-share {
  box-sizing: border-box;
}
.esri-share .esri-share__share-button {
  border: 0;
  background-color: #fff;
  color: #6e6e6e;
  padding: 0.5rem;
}
.esri-share .esri-share__share-button:hover {
  cursor: pointer;
}
.esri-share .esri-share__share-item-container {
  display: flex;
}
.esri-share .esri-share__share-item-container .esri-share__share-icon {
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: none;
  padding: 0;
  margin-left: 10px;
  margin-right: 10px;
}
.esri-share .esri-share__share-item-container .esri-share__share-icon .esri-share__svg-icon {
  width: 24px;
  height: 24px;
}
.esri-share .esri-share__share-item-container .esri-share__share-icon:hover {
  cursor: pointer;
}
.esri-share .esri-share__share-item-container .icon-social-facebook {
  fill: #3b5998;
}
.esri-share .esri-share__share-item-container .icon-social-twitter {
  fill: #1da1f2;
}
.esri-share .esri-share__share-item-container .icon-social-linkedin {
  fill: #0072b1;
}
.esri-share .esri-share__share-item-container .icon-social-contact {
  stroke: #000;
  fill: transparent;
}
.esri-share .esri-share__share-item-container,
.esri-share .esri-share__copy-clipboard-container,
.esri-share .esri-share__iframe-input-container {
  margin-top: 3%;
  margin-bottom: 3%;
}
.esri-share .esri-share__copy-clipboard-container,
.esri-share .esri-share__iframe-input-container {
  display: flex;
  flex-direction: row;
}
.esri-share .esri-share__copy-button,
.esri-share .esri-share__copy-clipboard-url,
.esri-share .esri-share__copy-clipboard-iframe {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.45);
  color: #fff;
  height: 30px;
  vertical-align: top;
  box-sizing: border-box;
  padding-top: 2px;
  transition: background-color 200ms linear;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: linear;
  transition-delay: initial;
}
.esri-share .esri-share__copy-clipboard-url:hover,
.esri-share .esri-share__copy-clipboard-iframe:hover {
  background-color: gold;
  cursor: pointer;
}
.esri-share .esri-share__heading {
  margin: 0;
  font-size: 24px;
}
.esri-share .esri-share__close {
  position: absolute;
  top: 5px;
  right: 8px;
}
.esri-share .esri-share__close:hover {
  cursor: pointer;
}
.esri-share .esri-share__main-container .esri-share__main-header {
  margin: 0;
  font-size: 0.85em;
  font-style: italic;
  font-weight: normal;
}
.esri-share .esri-share__main-container .esri-share__copy-container .esri-share__copy-url-group .esri-share__copy-clipboard {
  width: 12%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.45);
  display: inline-block;
  height: 30px;
  vertical-align: top;
  transition: background-color 200ms linear;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: linear;
  transition-delay: initial;
}
.esri-share .esri-share__main-container .esri-share__copy-container .esri-share__copy-url-group .esri-share__copy-clipboard .esri-share__copy-icon-container {
  display: inline-block;
  width: 20px;
  padding: 2%;
  height: 30px;
}
.esri-share .esri-share__main-container .esri-share__hr {
  margin: 0.7rem 0;
}
.esri-share .esri-share__main-container .esri-share__share-container .esri-share__share-item {
  padding-top: 15px;
  width: 25%;
  text-align: center;
}
.esri-share .esri-share__main-container .esri-share__share-container .esri-share__share-item div:hover {
  cursor: pointer;
}
.esri-share .esri-share__main-container .esri-share__share-item-container {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 90%;
  margin-top: 0;
}

html[dir=ltr] .esri-share__generate,
html[dir=ltr] .esri-share__url-input,
html[dir=ltr] .esri-share__iframe-input {
  padding-left: 5px;
}
html[dir=ltr] .esri-share .esri-share__share-modal .esri-share__close {
  right: 8px;
}
html[dir=ltr] .esri-share .esri-share__share-modal .esri-share__main-container .esri-share__main-header {
  text-align: left;
}
html[dir=ltr] .esri-share .esri-share__share-modal .esri-share__main-container .esri-share__copy-container .esri-share__copy-url-group .esri-share__url-input {
  padding-left: 5px;
}

html[dir=rtl] .esri-share__generate,
html[dir=rtl] .esri-share__url-input,
html[dir=rtl] .esri-share__iframe-input {
  padding-right: 5px;
}
html[dir=rtl] .esri-share .esri-share__share-modal .esri-share__close {
  left: 0;
  right: auto;
}
html[dir=rtl] .esri-share .esri-share__share-modal .esri-share__main-container .esri-share__main-header {
  text-align: right;
}
html[dir=rtl] .esri-share .esri-share__share-modal .esri-share__main-container .esri-share__copy-container .esri-share__copy-url-group .esri-share__url-input {
  padding-right: 5px;
}

@media screen and (max-width: 415px), (max-width: 825px) and (orientation: landscape) {
  .esri-share__share-modal {
    width: 100%;
    height: 100%;
    max-height: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
}
@media screen and (max-height: 830px) {
  .esri-share__main-container {
    height: 95%;
  }
}
@media screen and (max-height: 830px) and (orientation: landscape) {
  .esri-share__iframe-container {
    height: 51vh;
  }
}
@media screen and (max-height: 568px) {
  .esri-share__iframe-container {
    height: 75%;
  }
}
@media screen and (max-height: 640px) {
  .esri-share__iframe-container {
    height: 85%;
  }
}
@media screen and (max-width: 824px) and (orientation: landscape) {
  .esri-share__iframe-tab-section-container {
    height: 65%;
  }

  .esri-share__embed-content-container {
    height: 100vh;
  }

  .esri-share__iframe-tab-section {
    height: 100vh;
  }

  .esri-share__iframe-container {
    height: 88%;
  }
}
@media screen and (max-height: 825px) {
  .esri-share__iframe-container {
    height: 92%;
  }
}
@media screen and (max-height: 667px) {
  .esri-share__iframe-container {
    height: 87%;
  }
}
@media screen and (max-height: 568px) {
  .esri-share__iframe-container {
    height: 83%;
  }
}
@media screen and (max-width: 415px), (max-width: 825px) and (orientation: landscape) {
  .esri-share__share-modal {
    width: 100vw;
    height: 100vh;
    max-height: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
}

/*# sourceMappingURL=Share.css.map */
