.vjs-social-share {
  opacity: 1;
  position: absolute;
  text-align: center;
  transition: visibility 0.3s ease, opacity 0.3s ease;
  visibility: visible;
  z-index: 999;
  right: 35px;
  top: 4px;
  width: 30px;
  height: 25px;
  padding: 5px 0px;
  font-family: 'Roboto-Regular';
}

.vjs-social-share-link > svg {
  width: 100%;
  height: 100%;
}

.vjs-user-inactive .vjs-social-share {
  opacity: 0;
  visibility: hidden;
}
.vjs-user-inactive.vjs-paused .vjs-social-share {
  opacity: 1;
  visibility: visible;
}
.vjs-ad-playing .vjs-social-share {
  display: none;
}

.vjs-social-share-link {
  border: none;
  cursor: pointer;
  display: inline;
  height: 30px;
  margin-right: 10px;
  position: relative;
  width: 30px;
}
.vjs-social-share-link:last-of-type {
  margin-right: 0;
}
.vjs-social-share-svg {
  height: 30px;
  width: 30px;
}

.embed-window {
  background-color: rgb(0 0 0 / 70%);
  border: 1px solid #73859f66;
  color: #000;
  left: 10%;
  opacity: 1;
  padding: 10px;
  position: absolute;
  top: 64px;
  width: 80%;
  transition: visibility 0.3s ease,
    opacity 0.3s ease;
  visibility: visible;
}

.vjs-user-inactive .embed-window {
  opacity: 0;
  visibility: hidden;
}
.vjs-user-inactive.vjs-paused .embed-window {
  opacity: 1;
  visibility: visible;
}
.vjs-ad-playing .embed-window {
  display: none;
}

.embed-window .embed-window-title {
  font-family: 'Roboto-Bold';
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  margin-left: 1px;
  margin-top: 6px;
}

.embed-window input {
  font-family: 'Roboto-Regular';
  background-color: rgba(43, 51, 63, 0);
  border: 1px solid gray;
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
  padding: 6px 10px;
  width: 100%;
}

.embed-window .embed-window-close {
  background-color: rgba(43, 51, 63, 0);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-size: 1.5em;
  margin-bottom: 5px;
  padding: 3px;
}

.embed-window button#btn-copy {
  background-color: #73859f80;
  /* border: 1px solid #808080; */
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 16px;
  margin: 8px 0;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-family: 'Roboto-Regular';
  border: 1px solid #D3D3D3 !important;
  background: #EDEDEC !important;
  font-weight: 700;
  font-size: 14px;
  border-radius: 4px;
  color: #2B2E36;
  padding: 8px 16px;
}

.embed-window button#btn-copy:active {
  background-color: #808080;
  color: #3b4554;
}
