.uc-social-embedding {
  background: #ececec;
  border: 1px solid #dadada;
  padding: 6px 22px;
  border-radius: 6px;
  color: #909090;
  margin: 10px;
  font-weight: 200;
  font-size: 14px;
  cursor: pointer;
}

.not-existing-service {
  display: none;
}

.uc-social-embedding .description-text {
  margin: 0;
  margin-bottom: 12px;
  line-height: 1.5;
  font-family:
    BlinkMacSystemFont,
    -apple-system,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif,
    BlinkMacSystemFont,
    -apple-system,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 14px;
}

.consent-not-exists .description-text {
  display: none;
  color: #595959;
}

.consent-not-exists .not-existing-service {
  display: inline;
}

.consent-not-exists .uc-embedding-buttons {
  display: none;
}

.uc-embedding-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.uc-embedding-container-rtl {
  direction: rtl;
}

.uc-embedding-container {
  min-height: 320px;
  max-height: 500px;
  max-width: 100%;
  width: 100%;
  height: 100%;
  font-size: 0;
  position: relative;
  overflow: hidden;
  background: transparent;
  white-space: normal;
}

.uc-embedding-wrapper {
  width: 372px;
  max-width: calc(100% - 70px);
  max-height: calc(100% - 35px);
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  position: absolute;
  padding: 12px 24px;
  top: 50%;
  left: 50%;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  transform: translateX(-50%) translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  overflow: auto;
  font-family:
    BlinkMacSystemFont,
    -apple-system,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif,
    BlinkMacSystemFont,
    -apple-system,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
}

.uc-embedding-wrapper h3 {
  line-height: 1.33;
  font-size: 18px;
  font-weight: bold;
  margin: 12px auto;
  color: #303030;
}

.uc-embedding-more-info {
  cursor: pointer;
  border: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  height: 40px;
  border-radius: 4px;
  padding: 0;
  background: #f5f5f5;
  width: 174px;
  margin: 6px 12px 6px 0;
}

.uc-embedding-more-info.uc-button-primary {
  background: #0045a5;
  color: #fff;
}

.uc-embedding-accept {
  cursor: pointer;
  border: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  height: 40px;
  padding: 0;
  border-radius: 4px;
  background: #0045a5;
  color: #fff;
  width: 174px;
  margin: 6px 12px 6px 0;
}

.uc-text-embedding {
  font-family:
    BlinkMacSystemFont,
    -apple-system,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif,
    BlinkMacSystemFont,
    -apple-system,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 14px;
}

.uc-text-embedding-inline-button {
  text-decoration: underline;
  cursor: pointer;
  display: inline-block;
  padding: 0;
  margin: 0;
  background: inherit;
  font-family:
    BlinkMacSystemFont,
    -apple-system,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif,
    BlinkMacSystemFont,
    -apple-system,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 14px;
  color: #0045a5;
  border: 0;
}

a.uc-embedding-powered-by {
  color: #333;
}
