@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@500;600;700&display=swap');

.docketpay-inline-widget,.docketpay-inline-widget *,.docketpay-badge-widget,.docketpay-badge-widget *,.docketpay-overlay,.docketpay-overlay * {
	font-size: 16px;
	line-height: 1.2em
}

.survcart-inline-widget iframe,.docketpay-badge-widget iframe,.docketpay-overlay iframe {
	display: inline;
	width: 100%;
	height: 100%;
	border-radius: 0px;
	overflow: hidden;
}

.docketpay-popup-content {
	position: relative;
    animation: 0.25s 0.15s overlay-open forwards;
    box-shadow: 0px 0px 50px rgb(0 0 0 / 70%);
    background: white;
    border-radius: 0px;
	opacity: 0.0;
	overflow: hidden;
}

.docketpay-popup-content.docketpay-mobile {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto
}

.docketpay-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 999999999999;
	animation: fadein 0.25s forwards;
	background-color: rgba(10,10,10,0.85);
	display: none;
}

.docketpay-overlay.active {
	display: block;
}

@keyframes fadein {
	from {
		opacity: 0.0
	}

	to {
		opacity: 1.0
	}
}

.docketpay-overlay .docketpay-close-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.docketpay-overlay .docketpay-popup.stretched {
	max-height: 900px;
    max-width: 1350px;
}

.docketpay-overlay .docketpay-popup {
	box-sizing: border-box;
	position: absolute;
	width: 80%;
	max-height: 900px;
    max-width: 1350px;
	height: calc(100% - 100px);
	/* max-height: 680px; */
}

@keyframes overlay-open {
    from {
      opacity: 0.0;
      transform: translate3d(0, 50px, 0);
    }
  
    to {
      opacity: 1.0;
      transform: translate3d(0, 0px, 0);
    }
  }

@media (max-width: 800px), (max-height: 600px)  {
	.docketpay-overlay .docketpay-popup {
		position: fixed;
		/* top: 0;
		left: 0;
		right: 0;
		bottom: env(safe-area-inset-bottom); */
		-webkit-transform: none;
		transform: none;
		width: 100%;
		height: 100%;
		max-width: 100%;
		height: -webkit-fill-available;
		min-width: 0;
		max-height: none;
		border-radius: 0px;
	}
}

@media (min-width: 801px) and (min-height: 601px) {
	.docketpay-overlay .docketpay-popup {
		top: 50%;
		left: 50%;
		-webkit-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
	}
}

.docketpay-overlay .docketpay-popup .docketpay-popup-content {
	height: 100%
}

.docketpay-overlay .docketpay-popup-close {
	color: white;
    background: rgb(0,0,0,0.8);
    justify-content: center;
    align-items: center;
    right: 0px;
    top: -45px;
    width: 100px;
    display: flex;
    height: 36px;
    border-radius: 24px;
    position: absolute;
    margin-bottom: 5px;
    min-width: 0px;
    cursor: pointer;
	font-family: sans-serif;
    font-weight: 600;
	display: none;
	animation: close-button-hop 0.45s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.docketpay-overlay .docketpay-popup-close:hover {
	background: rgb(40,40,40,0.8);
}

@media (max-width: 800px) {
	.docketpay-overlay .docketpay-popup-close {
		top: 15px;
		right: 15px
	}
}

.docketpay-badge-widget {
	position: fixed;
	right: 20px;
	bottom: 15px;
	z-index: 9998
}

.docketpay-badge-widget .docketpay-badge-content {
	display: table-cell;
	width: auto;
	height: 45px;
	padding: 0 30px;
	border-radius: 25px;
	box-shadow: rgba(0,0,0,0.25) 0 2px 5px;
	font-family: sans-serif;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	cursor: pointer
}

.docketpay-popup-header {
	height: 36px;
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}

.docketpay-badge-widget .docketpay-badge-content.docketpay-white {
	color: #666a73
}

.docketpay-badge-widget .docketpay-badge-content span {
	display: block;
	font-size: 12px
}

.docketpay-spinner {
	position: absolute;
    top: 0;
    left: 0;
    display: flex;
    right: 0;
    bottom: 0;
    /* -webkit-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
    text-align: center;
    align-items: center;
	pointer-events: none;
    justify-content: center;
	background: rgb(255,255,255);
	opacity: 1.0;
	
	transition: transform 0.25s, opacity 0.25s;
}

.docketpay-spinner.exit {
	transform: scale3d(1.2,1.2,1.0);
	opacity: 0.0;
}

.docketpay-pulse-node {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: rgb(150,150,150);
	border-radius: 100%;
	vertical-align: middle;
	position: absolute;
	left: 50%;
	top: calc(50% - 48px);
	animation: dot-spin 0.5s linear infinite;
	transform-origin: 0px 48px;
	/* -webkit-animation: docketpay-bouncedelay 1.4s infinite ease-in-out;
	animation: docketpay-bouncedelay 1.4s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both */
}

@keyframes dot-spin {
	from {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(360deg)
	}
}

@keyframes dot-animation {
	0% {
		transform: translate3d(0px, 0px, 0);
	}

	25% {
		transform: translate3d(32px, -32px, 0);
	}

	50% {
		transform: translate3d(64px, 0px, 0);
	}

	75% {
		transform: translate3d(32px, 32px, 0);
	}

	100% {
		transform: translate3d(0px, 0px, 0);
	}
}

.docketpay-spinner .docketpay-bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s
}

.docketpay-spinner .docketpay-bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s
}

.survcart-trigger-button {
	border-radius: 5px;
	background: rgb(0,122,255);
	color: white;
	font-weight: 700;
	padding: 10px 15px;
	display: flex;
	align-items: center;
	border: none;
	box-shadow: none;
	outline: none;
	justify-content: center;
	font-family: 'Inter';
	font-weight: 700;
	animation: trigger-button-entrance 0.25s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.survcart-elem-replaced {
	position: absolute !important;
	animation: replace-animation 0.25s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.survcart-trigger-button:hover {
	cursor: pointer;
	background: rgb(0,100,230);
}

@keyframes trigger-button-entrance {
	from {
		transform: translate3d(0px, 30px, 0px);
		opacity: 0.0;
	}

	to {
		transform: translate3d(0px, 0px, 0px);
		opacity: 1.0;
	}
}

@keyframes replace-animation {
	from {
		transform: translate3d(0px, 0px, 0px);
	}

	to {
		opacity: 0.0;
		transform: translate3d(0px, -30px, 0px);
	}
}

@keyframes close-button-hop {
	from {
		transform: translate3d(0px, 50px, 0px);
		opacity: 0.0;
	}

	to {
		transform: translate3d(0px, 0px, 0px);
		opacity: 1.0;
	}
}

@-webkit-keyframes docketpay-bouncedelay {
	0%,80%,100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes docketpay-bouncedelay {
	0%,80%,100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}