div#rpSenderBox:before {
    content: '\f0b2';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 2em;
    padding: .5em;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    cursor: grab;
}

#temp-rp {
    position: fixed;
    left: 0;
    bottom: 1em;
    color: #fff;
    background: #23282d;
    padding: 1em;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    cursor: pointer;
    border: 1px solid #fff;
    border-left: none;
	z-index: 99999;
    transition: background .2s linear;
}
#temp-rp.active {
    background: red;
}

#wp-admin-bar-rp-sender a:before {
	content: '\f305';
	font-family: 'Font Awesome 5 Free' !important;
	font-weight: 600 !important;
	font-size: 115% !important;
    float: none !important;
}
#wp-admin-bar-rp-sender a.active:before {
	color: red !important;
}
#rpSenderBox:not(.active),
#rpSenderBox .tab:not(.active) {
	display: none;
}
#rpSenderBox {
	/* overflow: hidden; */
    display: inline-block;
    background: #fff;
    position: fixed;
    right: 1em;
    bottom: 1em;
	height: auto;
    font-size: 13px;
	max-width: 33.33333vw;
	width: 100%;
	cursor: grab;
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.33);
	z-index: 9999;
	color: #848c8f;
	border: 3px solid;
	border-radius: 4px;
}
#rpSenderBox > .tab {
	/* padding-bottom: 90%; */
	position: relative;
	width: 100%;
}
#rpSenderBox iframe {
	width: 100%;
}

#rpSenderBox[style*="top"] {
	bottom: initial;
}

body.rp-dragging > *:not(#rpSenderBox) {
	pointer-events: none;
}

@media all and (max-width: 1300px) {
	#rpSenderBox {
		top: 4em;
		bottom: initial;
	}
}
@media all and (max-width: 1024px) and (min-width: 768px) {
	#temp-rp {
		bottom: 60vh;
	}
	div#rpSenderBox {
		max-width: 50vw;
	}
}
@media all and (max-width: 1024px) {
	#rpSenderBox {
		max-height: 90vh;
		overflow-y: scroll;
	}
}
@media all and (max-width: 767px) {
	#rpSenderBox {
		max-width: 95%;
		left: 2.5%;
		top: 10px;
		z-index: 999999999;
	}
	div#rpSenderBox:before {
		display: none;
	}
}
