.feedback-container {
    position: fixed;
}

.feedback-container.feedback-position-inline {
	position: unset;
}

.feedback-container a {
    padding: 10px;
    display: block;
}

.feedback-container.feedback-position-left {
    top: 50%;
    left: 0;
    transform: rotate(90deg) translate(-50%,-100%);
    transform-origin: left top;
}

.feedback-container.feedback-position-right {
    top: 50%;
    right: 0;
    transform: rotate(-90deg) translate(50%,-100%);
    transform-origin: right top;
}

.feedback-container.feedback-position-top,
.feedback-container.feedback-position-bottom {
    left: 50%;
    transform: translateX(-50%);
}

.feedback-container.feedback-position-top {
    top: 0;
}

.feedback-container.feedback-position-bottom {
    bottom: 0;
}

.rsform-simple-js-modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	transform: scale(1.1);
	transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
	z-index: 9999;
}
.rsform-simple-js-modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	padding: 1rem 1.5rem;
	width: 60%;
	overflow: auto;
	height: 75%;
}
.rsform-simple-js-modal-close-button {
	float: right;
	width: 1.5rem;
	line-height: 1.5rem;
	text-align: center;
	cursor: pointer;
	border-radius: 0.25rem;
	background-color: lightgray;
}
.rsform-simple-js-modal-close-button:hover {
	background-color: darkgray;
}
.rsform-simple-js-modal-close-button::after{
	clear: both;
	display: block;
	content: "";
}
.rsform-simple-js-modal-show-modal {
	opacity: 1;
	visibility: visible;
	transform: scale(1.0);
	transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.rsform-simple-js-modal-open-modal {
	overflow: hidden;
}

@media only screen and (max-width: 700px){
	.rsform-simple-js-modal-content {
		height: 85%;
		width: 85%;
	}
}
/*
     FILE ARCHIVED ON 17:39:19 Jul 17, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:42:45 Jul 06, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.994
  exclusion.robots: 0.145
  exclusion.robots.policy: 0.126
  esindex: 0.015
  cdx.remote: 20.007
  LoadShardBlock: 102.742 (3)
  PetaboxLoader3.datanode: 108.452 (4)
  load_resource: 96.412
  PetaboxLoader3.resolve: 33.787
*/