/* ARBETSFÖRMEDLINGEN PLAY - SHARE - CSS - By: Consid AB -----*/

/*--------------------------------------------------------
SHARE BUTTON & FEEDBACK BUTTON
------------------------------------------------------- */

.afplay-share-button,
.afplay-feedback-button {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	align-items: center;

	margin-top: 1.6rem;
	background-color: #000;
	-webkit-border-radius: 0.375rem;
	-moz-border-radius: 0.375rem;
	border-radius: 0.375rem;
	padding: 0.5rem 1.25rem;
	border: none;
	cursor: pointer;

	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	font-family: Open Sans, sans-serif;
}

.afplay-share-button i,
.afplay-feedback-button i {
	color: #fff;
	font-size: 1rem;
	margin-right: 0.8rem;
}

.afplay-share-button:hover,
.afplay-feedback-button:hover {
	text-decoration: underline;
}

.afplay-share-button:hover i:before {
	text-decoration: none !important;
}

@media screen and (max-width: 767px) {
	.afplay-share-button,
	.afplay-feedback-button {
		margin-top: 0;
	}
}

/*--------------------------------------------------------
SHARE POP UP
------------------------------------------------------- */

.afplay-share-pop-up {
	background-color: #fff;
	padding: 2.188rem 2.188rem 2.688rem 2.188rem;
	margin: 0;
	position: relative;
}

.afplay-share-pop-up__header {
	font-size: 1.375rem;
	color: #333333;
	text-align: center;
	padding-bottom: 0.8rem;
	margin-top: 0;
	font-weight: 600;
}

@media screen and (max-width: 900px) {
	.afplay-share .env-modal-dialog__dialog {
		margin: 10% auto;
		max-width: 300px;
	}
}

/*--------------------------------------------------------
CLOSE BUTTON
------------------------------------------------------- */

.afplay-share-pop-up .afplay-share-close {
	color: #757575;
	position: absolute;
	right: 0.2rem;
	top: 0.35rem;
}

.afplay-share-pop-up i {
	font-size: 1.3rem;
}

/*--------------------------------------------------------
DIRECT LINK
------------------------------------------------------- */

.afplay-modal__linklabel {
	padding-bottom: 0.7rem;
	font-weight: 600;
	padding-top: 1.6rem;
}

.afplay__inputcontainer {
	position: relative;
}

.afplay-share-pop-copybtn {
	background-color: transparent;
	border: 0;
	position: absolute;
	cursor: pointer;
	left: 0.4rem;
	top: 0.78rem;
	z-index: 1;
	height: 1.7em;
}

.afplay-modal__linkurl {
	background: transparent;
	border: 1px solid #999999;
	border-radius: 2px;
	color: #333333;
	padding: 0.8rem 3% 0.8rem 17%;
	font-size: 0.938rem;
	width: 79.5%;
}

@media screen and (max-width: 767px) {
	.afplay-inputicon {
		top: 0.83rem;
	}
}

/*--------------------------------------------------------
SHARE ICONS
------------------------------------------------------- */

.afplay-share-icons {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: space-between;
}

.afplay-share-icons a {
	width: 2.9rem;
	height: 2.9rem;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}

.afplay-share-icons i {
	font-size: 1.45rem;
	color: #fff;
}

.afplay-share-icons .icon-linkedin-square {
	background-color: #0077b7;
}

.afplay-share-icons .icon-facebook-square {
	background-color: #3b5998;
}

.afplay-share-icons .icon-twitter-square {
	background-color: #0e9af1;
}

.afplay-share-icons .icon-envelope-square {
	background-color: #333333;
}

.afplay-share-icons .icon-linkedin-square:hover {
	background-color: #006399;
}

.afplay-share-icons .icon-facebook-square:hover {
	background-color: #334d84;
}

.afplay-share-icons .icon-twitter-square:hover {
	background-color: #0b7bc1;
}

.afplay-share-icons .icon-envelope-square:hover {
	background-color: #000;
}

.afplay-share-icon-text {
	font-size: 16px;
}
