/* ************ Sharing System ************ */

#shareIcon {
  background: transparent;
  border: 0;
}

.share-icons-container{
	position: absolute;
	bottom: 15%;
	right: 8%;
}

.share-icons-container ul{
	list-style-type: none;
	width: 100%;
  text-align: center;
  justify-content: center;
  padding: 0;
}

.share-icons-container ul li{
	position: relative;
}

.share-icons-container ul li i{
	color: #fff;
	font-size: 35px;
}

.share-icons-containerul li img{
	color: #fff;
	height: 36px;
}

.share-button{
	cursor: pointer;
}

#appShareList li .fa-code {
  background: #0e47cb;
  font-size: 1.11em;
  border-radius: 3px;
  padding: 1px;
  color: #fff;
}

.popover-header {
  margin-left: 0.7rem;
  margin-right: 0.7rem;
  margin-bottom: 0;
  background: #fff;
  font-weight: normal !important;
  text-align: center;
}

.popover-body {
  padding: 0 !important;
}

#appShareList {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#appShareList li {
  cursor: pointer;
  padding: 5px 10px 5px 10px;
  display: flex;
  gap: 5%;
  align-items: center;
  color: #0e47cb;
}

#appShareList li a {
  font: normal normal 400 1rem / 1.25rem arial, sans-serif;
  font-weight: 400;
  color: #0e47cb;
}

#appShareList li a:hover, #appShareList li a:focus {
  text-decoration: underline;
}

#appShareList li .dropdown-item {
  text-align: left;
}

#homeShareIcon #appShareList li:last-child {
  display: none;
}

.social-media-icon {
  height: 1.4em;
}

.social-media-icon.email {
  height: 1.7em;
}

#embedText {
  color: rgb(81, 85, 96);
}

#copyToClipboardBtn {
  top: 329px;
  left: 129px;
  width: 179px;
  height: 44px;
  background: #0E47CB 0% 0% no-repeat padding-box;
  border: 1px solid #0E47CB;
  border-radius: 4px;
  opacity: 1;
  color: #fff;
  font: normal normal normal 16px/24px Arial;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

#copyImage {
  height: 20px;
}