@charset "utf-8";
/* CSS Document */

/* ==========================================================================
   MAIN STYLES
   ========================================================================== */

body {
	font-family: Helvetica, 'Helvetica Neue', Arial, 'sans-serif';
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
	color: #c30079;
	font-size: 12px;
	background-color: #f2f2f2;
}

@media (min-width: 576px) {
	body {
		font-size: 15px;
	}
}

@media (min-width: 992px) {
	body.overflow-hidden {
		overflow: auto !important;
	}
}

/*
body.navbar-open,
body.popup-open {
	overflow: hidden;
}
*/

body.navbar-open {
	overflow: hidden;
}

main {
	position: relative;
	overflow: hidden;
	background-color: #FFF;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #c30079;
	margin: 0;
}

@media (min-width: 576px) {
	h1 {
		font-size: 32px;
	}
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

@media (min-width: 576px) {
	h3 {
		font-size: 18px;
	}
}

a {
	color: #c30079;
}

a:hover {
	color: #c30079;
	text-decoration: none;
}

small {
	font-size: 84%;
}

.mt-30 {
	margin-top: 30px;
}

.cover {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.repeat {
	background-size: auto 100% !important;
	background-repeat: repeat-x!important;
	background-position: center !important;
}

.purple {
	color: #c30079;
}

/* ==========================================================================
   CONTAINER
   ========================================================================== */

@media (min-width: 768px) {
	.container {
		max-width: 680px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

/* ==========================================================================
   PRELOADER
   ========================================================================== */

#preloader {
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 10000;
	background: #FFF;
	opacity: 1;
	transition: opacity 0.6s ease-out;
	pointer-events: none;
}

#preloader.loaded {
	opacity: 0;
}

/* ==========================================================================
   SCROLLBAR
   ========================================================================== */

.scrollbar::-webkit-scrollbar-track {
	/* border: 1px solid 222221; */
	background-color: transparent;
}

.scrollbar::-webkit-scrollbar {
	width: 5px;
	height: 10px;
	background-color: #ffcde6;
}

.scrollbar::-webkit-scrollbar-thumb {
	background-color: #c30079;
}

/* ==========================================================================
   HEADER & NAV
   ========================================================================== */

.header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100;
	padding: 12px 10px;
}

@media (min-width: 576px) {
	.header {
		padding: 40px 35px;
	}
}

@media (min-width: 992px) {
	.header {
		padding: 35px 0;
	}
}

.navbar-open .header {
	position: fixed;
	height: 100vh;
	overflow-y: auto;
	background: rgb(195,0,121);
	background: -moz-linear-gradient(180deg, rgba(195,0,121,1) 0%, rgba(102,45,145,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(195,0,121,1) 0%, rgba(102,45,145,1) 100%);
	background: linear-gradient(180deg, rgba(195,0,121,1) 0%, rgba(102,45,145,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c30079",endColorstr="#662d91",GradientType=1);
}

.popup-open .header {
	overflow: hidden;
}

@media (min-width: 992px) {
	.navbar-open .header {
		position: absolute;
		height: auto;
		overflow: auto;
		background: transparent;
		filter: none !important;
	}
}

.navbar-brand img {
	width: 120px;
	height: auto;
	display: block;
}

@media (min-width: 576px) {
	.navbar-brand img {
		width: 200px;
	}
}

@media (min-width: 992px) {
	.navbar-brand img {
		width: 220px;
	}
}

.navbar-nav {
	padding: 48px 0;
}

@media (min-width: 576px) {
	.navbar-nav {
		padding: 80px 0;
	}
}

@media (min-width: 992px) {
	.navbar-nav {
		padding: 0;
	}
}

.navbar-nav .nav-item {
	margin: 0;
}

@media (min-width: 992px) {
	.navbar-nav .nav-item {
		margin: 0 22px;
	}
}

@media (min-width: 992px) {
	.navbar-nav .nav-item:last-child {
		margin-right: 0 !important;
		margin-left: 32px !important;
	}
}

.navbar-nav .nav-link {
	color: #FFF;
	font-weight: 700;
	font-size: 12px;
	border-top: 1px solid #FFF;
	padding: 14px 0;
}

@media (min-width: 576px) {
	.navbar-nav .nav-link {
		font-size: 16px;
		padding: 20px 0;
	}
}

@media (min-width: 992px) {
	.navbar-nav .nav-link {
		border-top: none;
		padding: .5rem 1rem;
	}
}

.navbar-nav .nav-item:last-child .nav-link {
	border-bottom: 1px solid #FFF;
}

@media (min-width: 992px) {
	.navbar-nav .nav-item:last-child .nav-link {
		border-bottom: 2px solid #FFF;
	}
}

@media (min-width: 992px) {
	.navbar-nav .btn-free-trial {
		min-width: 150px;
		white-space: nowrap;
		border: 2px solid #FFF;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-bottomleft: 10px;
		border-bottom-left-radius: 10px;
		padding-right: 16px !important;
		padding-left: 24px !important;
	}
}

/* @media (min-width: 992px) {
	.navbar-nav .btn-free-trial {
		min-width: 10px;
		white-space: nowrap;
		border: none;
		border-radius: 0;
		padding-right: 16px !important;
		padding-left: 24px !important;
		
	}
} */

.navbar-nav .btn-free-trial img {
	width: 17px;
	height: auto;
	display: block;
	margin-left: 18px;
}

@media (min-width: 576px) {
	.navbar-nav .btn-free-trial img {
		width: 22px;
	}
}

.navbar-toggler {
	border: none;
	outline: none !important;
	border-radius: 0;
	padding: 0;
	margin: 0 0 0 0;
}

@media (min-width: 576px) {
	.navbar-toggler {
		margin: -40px 0 0 0;
	}
}

.navbar-toggler .menu-toggle {
	position: relative;
	height: 25px;
	width: 30px;
	cursor: pointer;
}

.navbar-toggler .menu-toggle > div {
	width: 30px;
	height: 3px;
	background-color: #FFF;
	display: block;
	position: absolute;
	transition: all .15s ease-in-out;
}

.navbar-toggler.collapsed .menu-toggle .first {
	top: 0;
}

.navbar-toggler.collapsed .menu-toggle .second {
	top: 11px;
	opacity: 1;
}

.navbar-toggler.collapsed .menu-toggle .third {
	bottom: 0;
}

.navbar-toggler:not(.collapsed) .menu-toggle .first {
	top: 11px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.navbar-toggler:not(.collapsed) .menu-toggle .second {
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.navbar-toggler:not(.collapsed) .menu-toggle .third {
	bottom: 11px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* ==========================================================================
   LANGUAGES & CURRENCY
   ========================================================================== */

.languages,
.currency {
	margin: 28px 0 0;
	font-size: 15px; 
}

@media (min-width: 576px) {
.languages,
.currency {
		margin: 10px 0;
	}
}

.languages img,
.currency img {
	width: 30px;
	height: auto;
	float: right;
}

.languages .selected,
.currency .selected {
	border-top: 1px solid #c30079;
	border-bottom: 1px solid #c30079;
	padding: 14px 10px 14px 12px;
	cursor: pointer;
	font-size: 12px;
}

@media (min-width: 992px) {
	.languages .selected,
	.currency .selected {
		padding: 14px 10px 14px 12px;
		font-size: 15px;
	}
}

.languages .dropdown,
.currency .dropdown,
.account .price .dropdown {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	padding: 0;
	overflow: hidden;
	background-color: #FFF;
	z-index: 100;
	display: none;
	font-size: 12px;
	text-align: left !important;
	line-height: 2.6;
}

@media (min-width: 992px) {
	.languages .dropdown,
	.currency .dropdown {
		position: absolute;
		right: 0;
		left: 0;
		top: auto;
		bottom: auto;
		margin-top: -1px;
		border: 1px solid #c30079;
		padding: 6px 10px 6px 24px;
		background-color: #FFF;
		z-index: 100;
		display: none;
		font-size: 15px;
		line-height: normal;
	}
}

.languages .dropdown .inner,
.currency .dropdown .inner,
.account .price .dropdown .inner {
	border: 2px solid #c30079;
	margin: 20px 20px;
	padding: 15px 27px;
	height: calc(100% - 40px);
	overflow-x: hidden;
	overflow-y: auto;
}

@media (min-width: 992px) {
	.languages .dropdown .inner,
	.currency .dropdown .inner {
		border: none;
		margin: 0;
		padding: 0;
		height: auto;
		max-height: 235px;
	}
	.account .price .dropdown .inner {
		border: none;
		margin: 0;
		padding: 0;
		height: auto;
	}
}

.languages .dropdown.visible,
.currency .dropdown.visible,
.account .price .dropdown.visible {
	display: block;
}

@-webkit-keyframes heightAnim {
	from {
		height: 0;
	}
	to {
		height: 100%;
	}
}
@keyframes heightAnim {
	from {
		height: 0;
	}
	to {
		height: 100%;
	}
}

@media (max-width: 991px) {
	.languages .dropdown.visible,
	.currency .dropdown.visible,
	.account .price .dropdown.visible{
		-webkit-animation: heightAnim 0.3s ease-out;
		-moz-animation: heightAnim 0.3s ease-out;
		-ms-animation: heightAnim 0.3s ease-out;
		-o-animation: heightAnim 0.3s ease-out;
		animation: heightAnim 0.3s ease-out;
	}
}

.languages .item,
.currency .item,
.account .price .item {
	margin: 8px 0;
}

.languages .selected,
.currency .selected {
	color: #c30079;
}

.account .price .selected {
	color: #FFF;
}

@media (min-width: 992px) {
	.account .price .selected {
		color: #FFF;
	}
}

.languages .close-btn,
.currency .close-btn,
.account .price .close-btn {
	position: absolute;
	right: 35px;
	top: 35px;
}

@media (min-width: 992px) {
	.languages .close-btn,
	.currency .close-btn,
	.account .price .close-btn {
		display: none;
	}
}

.languages .close-btn img,
.currency .close-btn img,
.account .price .close-btn img {
	width: 20px;
	height: 20px;
}

/* ==========================================================================
   HOW TO PRINT
   ========================================================================== */

.how-to-print {
	color: #FFF;
	padding: 115px 0 0;
	margin: 0 25px;
}

@media (min-width: 576px) {
	.how-to-print {
		padding: 215px 0 0;
		margin: 0;
	}
}

.how-to-print .container {
	background-color: #662d91;
	padding: 23px 24px 17px 24px;
}

@media (min-width: 576px) {
	.how-to-print .container {
		background-color: #662d91;
		padding: 35px 50px 20px 50px;
	}
}

.how-to-print .stages {
	border-top: 1px solid #FFF;
	padding: 27px 0 0;
	margin: 23px 0 0;
}

@media (min-width: 576px) {
	.how-to-print .stages {
		padding: 34px 0 0;
		margin: 30px 0 0;
	}
}

.how-to-print .stages > div {
	margin-bottom: 18px;
}

@media (min-width: 576px) {
	.how-to-print .stages > div {
		margin-bottom: 20px;
	}
}

.how-to-print .order {
	font-size: 20px;
	font-weight: bold;
	border: 2px solid #FFF;
	border-radius: 50%;
	min-width: 39px;
	min-height: 39px;
	text-align: center;
	padding: 3px 0;
	margin-right: 22px;
}

@media (min-width: 576px) {
	.how-to-print .order {
		font-size: 24px;
		border: 3px solid #FFF;
		min-width: 49px;
		min-height: 49px;
	}

}

@media (min-width: 992px) {
	.how-to-print .first {
		margin-left: 0;
	}
	.how-to-print .second {
		margin-left: 10px;
	}

	.how-to-print .third {
		margin-left: 15px;
	}

	.how-to-print .fourth {
		margin-left: 25px;
	}
}

/* ==========================================================================
   PAGES LEFT
   ========================================================================== */

.pages-left {
	margin: 25px;
}

@media (min-width: 576px) {
	.pages-left {
		margin: 30px 0;
	}
}

.pages-left .container {
	padding: 23px 0 16px;
}

@media (min-width: 576px) {
	.pages-left .container {
		padding: 27px 0 30px;
		border-bottom: 2px solid #c30079;
	}
}

.pages-left .title {
	border-bottom: 1px solid #c30079;
	padding-bottom: 21px;
	margin-bottom: 25px;
}

@media (min-width: 768px) {
	.pages-left .title {
		padding-bottom: 35px;
		margin-bottom: 33px;
	}
}

@media (min-width: 992px) {
	.pages-left .icon {
		margin-left: 50px;
	}
	.pages-left .title {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
}

.pages-left .icon img {
	width: 37px;
	height: auto;
}

.pages-left .icon span {
	margin-left: 12px;
}

.pages-left .colors {
	font-size: 12px;
	font-weight: bold;
	margin: 2px 0 12px 0;
	max-width: 130px;
}

@media (min-width: 576px) {
	.pages-left .colors {
		font-size: 18px;
		margin: 2px 40px 2px 0;
		max-width: none;
	}
}

@media (min-width: 992px) {
	.pages-left .colors {
		margin: 2px 0;
	}
}

.pages-left .amount {
	color: #222221;
}

/* ==========================================================================
   DOCUMENT TO PRINT
   ========================================================================== */

.document-to-print {
	margin: 25px 25px 0;
}

@media (min-width: 576px) {
	.document-to-print {
		margin: 0;
		/* margin: 30px 0; */
	}
}

.document-to-print.single {
	padding: 100px 0 0 0;
	margin: 0 25px;
}

@media (min-width: 576px) {
	.document-to-print.single {
		padding: 185px 0 20px 0;
		margin: 0 50px;
	}
}

@media (min-width: 992px) {
	.document-to-print.single {
		padding: 225px 0 60px 0;
		margin: 0;
	}
}

@media (max-width: 575px) {
	.document-to-print.single .title h1 {
		font-size: 20px;
	}
}

.document-to-print .row {
	position: relative;
}

.document-to-print .container {
	padding: 10px 0 40px;
}

@media (min-width: 576px) {
	.document-to-print .container {
		padding: 35px 0 50px;
	}
}

.document-to-print .title {
	margin-bottom: 23px;
}

@media (min-width: 576px) {
	.document-to-print .title {
		margin-bottom: 30px;
	}
}

.document-to-print .collapse-wrap {
	border-top: 1px solid #c30079;
	border-bottom: 1px solid #c30079;
	margin: -1px 0 0 0;
	padding: 0;
	overflow: hidden;
}

.document-to-print .collapse-toggle.hidden {
	visibility: hidden;
	opacity: 0;
}

.document-to-print .collapse-toggle {
	margin: 15px 6px 17px 3px;
	min-height: 40px;
	opacity: 1;
	transition: opacity 0.3s ease-out;
}

@media (min-width: 576px) {
	.document-to-print .collapse-toggle {
		min-height: 50px;
	}
}

.document-to-print .collapse-toggle .btn-eye,
.document-to-print .collapse-toggle .btn-eye-2 {
	margin: 0 7px 0 0;
}

@media (min-width: 576px) {
	.document-to-print .collapse-toggle .btn-eye,
	.document-to-print .collapse-toggle .btn-eye-2 {
		margin: 0 15px 0 0;
	}
}

.document-to-print .collapse-toggle .btn-eye img,
.document-to-print .collapse-toggle .btn-eye-2 img {
	width: 20px;
	/* height: 11px; */
}

@media (min-width: 576px) {
	.document-to-print .collapse-toggle .btn-eye img,
	.document-to-print .collapse-toggle .btn-eye-2 img {
		width: 30px;
		/* height: 16px; */
	}
}

.document-to-print .collapse-toggle .btn-delete {
	margin: 0;
}

.document-to-print .collapse-toggle .btn-delete img {
	width: 12px;
	height: 18px;
}

@media (min-width: 576px) {
	.document-to-print .collapse-toggle .btn-delete img {
		width: 21px;
		height: 31px;
	}
}

.document-to-print .collapse-toggle .btn-check {
	margin: 0 7px 0 0;
}

@media (min-width: 576px) {
	.document-to-print .collapse-toggle .btn-check {
		margin: 0 15px 0 0;
	}
}

.document-to-print .collapse-toggle .btn-check img {
	width: 20px;
	height: 11px;
}

@media (min-width: 576px) {
	.document-to-print .collapse-toggle .btn-check img {
		width: 30px;
		height: 16px;
	}
}

.document-to-print .collapse-toggle .btn-menu {
	margin: 0 7px 0 0;
}

@media (min-width: 576px) {
	.document-to-print .collapse-toggle .btn-menu {
		margin: 0 15px 0 0;
	}
}

.document-to-print .collapse-toggle .btn-menu img {
	width: 20px;
	height: 11px;
}

@media (min-width: 576px) {
	.document-to-print .collapse-toggle .btn-menu img {
		width: 30px;
		height: 16px;
	}
}

.document-to-print .collapse-toggle .btn-add {
	margin: 0 7px 0 2px;
	cursor: pointer;
	opacity: 1;
	transition: opacity 0.3s ease-out;
}

.document-to-print .collapse-toggle .btn-add:hover {
	opacity: 0.75;
}

@media (min-width: 576px) {
	.document-to-print .collapse-toggle .btn-add {
		margin: 0 18px 0 2px;
	}
}

.document-to-print .collapse-toggle .btn-add img {
	width: 18px;
	height: 18px;
}

@media (min-width: 576px) {
	.document-to-print .collapse-toggle .btn-add img {
		width: 25px;
		height: 25px;
	}
}

.document-to-print .collapse-inner {
	border: none;
	margin: 0;
	overflow-y: hidden;
	overflow-x: auto;
}

@media (min-width: 576px) {
	.document-to-print .collapse-inner.scrollbar {
		margin-bottom: 35px;
	}
}

.document-to-print .documents {
	margin: 10px 0 30px;
	padding: 0 25px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

@media (min-width: 576px) {
	.document-to-print .documents.portrait {
		padding: 0 60px;
	}
	.document-to-print .documents.landscape {
		padding: 0 80px;
	}
}

@media (min-width: 992px) {
	.document-to-print .documents {
		padding: 0 27px !important;
	}
}

@media (max-width: 991px) {
	.document-to-print .documents {
		width: 100% !important;
	}
}

.document-to-print .documents .item {
	margin: 0 5px;
	/* float: left; */
}

.document-to-print .documents.portrait .item {
	margin: 0 5px;
	float: left;
}

.document-to-print .documents.portrait .item {
	width: calc(50% - 10px);
}

@media (max-width: 575px) {
	.document-to-print .documents.landscape .item {
		margin-left: auto;
		margin-right: auto;
		max-width: 200px;
	}
}

@media (min-width: 576px) {
	.document-to-print .documents.portrait .item {
		width: auto;
	}
	.document-to-print .documents.landscape .item {
		float: left;
	}
}

.document-to-print.single .collapse-inner {
	overflow-y: auto;
	overflow-x: hidden;
}

.document-to-print .documents.grid {
	padding: 0 !important;
	margin: 20px -10px 20px;
	width: calc(100% + 20px) !important;
}

@media (min-width: 992px) {
	.document-to-print .documents.grid {
		margin: 30px -10px 30px;
	}
}

.document-to-print .documents.grid .item {
	float: left;
	margin: 0 10px !important;
}

.document-to-print .documents.grid img.portrait {
	max-width: 120px;
}

@media (min-width: 576px) {
	.document-to-print .documents.grid img.portrait {
		max-width: 145px;
	}
}

@media (min-width: 992px) {
	.document-to-print .documents.grid img.portrait {
		max-width: 150px;
	}
}

.document-to-print .documents.grid img.landscape {
	max-width: 170px;
}

@media (min-width: 576px) {
	.document-to-print .documents.grid img.landscape {
		max-width: 200px;
	}
}

@media (min-width: 992px) {
	.document-to-print .documents.grid img.landscape {
		max-width: 210px;
	}
}

.document-to-print .documents.grid .description {
	font-size: 13px;
	margin-bottom: 20px;
}

@media (min-width: 576px) {
	.document-to-print .documents.grid .description {
		font-size: 15px;
		margin-bottom: 30px;
	}
}

@media (min-width: 576px) {
	.document-to-print .documents .item {
		margin: 0 15px !important;
	}
}

.document-to-print .documents .preview {
	border: 1px solid #c30079;
	display: block;
	position: relative;
}

.document-to-print .documents .description {
	text-align: center;
	color: #000;
	margin-top: 3px;
	margin-bottom: 12px;
	font-size: 9px;
}

@media (min-width: 576px) {
	.document-to-print .documents .description {
		text-align: center;
		color: #000;
		margin-top: 10px;
		font-size: 12px;
	}
}

.document-to-print .documents img {
	width: 100%;
	height: auto;
}

@media (min-width: 576px) {
	.document-to-print .documents.portrait img {
		width: 130px;
		height: 184px;
	}
}

.document-to-print .preview .preloader-dots {
	position: absolute;
	width: 20px;
	height: 11px;
	z-index: 30;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -10px;
}

@media (min-width: 576px) {
	.document-to-print .preview .preloader-dots {
		width: 30px;
		height: 16px;
		margin: -8px 0 0 -15px;
	}
}

.document-to-print .preview .preloader-docs {
	position: absolute;
	width: 23px;
	height: 28px;
	z-index: 30;
	top: 50%;
	left: 50%;
	margin: -14px 0 0 -11px;
}

@media (min-width: 576px) {
	.document-to-print .preview .preloader-docs {
		width: 39px;
		height: 50px;
		margin: -25px 0 0 -19px;
	}
}

.document-to-print .preview .preloader-dots img,
.document-to-print .preview .preloader-docs img {
	vertical-align: top;
	width: 100%;
	height: auto;
}

.document-to-print .preview .btn-confirm {
	width: 24px;
	height: 24px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 10;
}

@media (min-width: 576px) {
	.document-to-print .preview .btn-confirm {
		width: 34px;
		height: 34px;
		right: 10px;
		bottom: 8px;
	}
}

.document-to-print .preview .btn-confirm img {
	width: 25px;
	height: 25px;
}

@media (min-width: 576px) {
	.document-to-print .preview .btn-confirm img {
		width: 34px;
		height: 34px;
	}
}

.document-to-print .preview.disabled::before {
	content: '';
	display: block;
	background-color: rgba(255,255,255,0.7);
	position: absolute;
	left: -1px;
	right: -1px;
	top: -1px;
	bottom: -1px;
	z-index: 20;
}

.document-to-print .documents span {
	color: #222221;
	margin-left: 12px;
	font-size: 12px;
}

@media (min-width: 576px) {
	.document-to-print .documents span {
		font-size: 15px;
	}
}

.document-to-print .documents-pagination {
	position: absolute;
	top: 50%;
	margin-top: -22px;
	left: 0;
	right: 0;
}

@media (min-width: 576px) {
	.document-to-print .documents-pagination {
		margin-top: -37px;
	}
}

@media (min-width: 992px) {
	.document-to-print .documents-pagination {
		visibility: hidden;
	}
}

.document-to-print .pagination-btn {
	position: absolute;
}

.document-to-print .pagination-btn.right {
	right: 0;
}

.document-to-print .pagination-btn.left {
	left: 0;
}

.document-to-print .pagination-btn img {
	width: 9px;
	height: 22px;
}

@media (min-width: 576px) {
	.document-to-print .pagination-btn img {
		width: 15px;
		height: 37px;
	}
}

.document-to-print .options {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 12px;
	position: relative;
}

@media (min-width: 576px) {
	.document-to-print .options {
		font-size: 18px;
		margin-bottom: 6px;
	}
}

.document-to-print .options > div:nth-child(1),
.document-to-print .options > div:nth-child(2),
.document-to-print .options > div:nth-child(3) {
	max-width: none;
}

@media (min-width: 768px) {
	.document-to-print .options > div:nth-child(1) {
		max-width: 130px;
	}
	.document-to-print .options > div:nth-child(2) {
		max-width: 230px;
	}
	.document-to-print .options > div:nth-child(3) {
		max-width: 230px;
	}
}

.document-to-print .options  span {
	display: inline-block;
	margin: 4px 0;
}

@media (min-width: 576px) {
	.document-to-print .options  span {
		margin: 14px 0;
	}
}

.document-to-print .row.disabled::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255,255,255,0.8);
}

.document-to-print .option {
	margin: 9px 0;
}

@media (min-width: 576px) {
	.document-to-print .option {
		margin: 10px 0;
	}
}

.document-to-print label {
	color: #222221;
}

button[type="submit"] {
	font-family: Helvetica, 'Helvetica Neue', Arial, 'sans-serif';
	background-color: #666;
	border: none;
	outline: none;
	color: #FFF;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	position: relative;
	width: 100%;
	height: 55px;
}

@media (min-width: 576px) {
	button[type="submit"] {
		background-color: #666;
		border: none;
		outline: none;
		color: #FFF;
		font-size: 30px;
		font-weight: bold;
		text-align: center;
		margin: 0;
		position: relative;
		width: 252px;
		height: 65px;
		letter-spacing: 2px;
	}
}

button[type="submit"] img {
	max-width: 7px;
	margin: 0 0 5px 9px;
}

@media (min-width: 576px) {
	button[type="submit"] img {
		max-width: 8px;
		margin: 0 0 6px 14px;
	}
}

button.loading::after {
	content: "";
	display: block;
	position: absolute;
	width: 34px;
	height: 34px;
	left: 50%;
	top: 50%;
	margin-left: -17px;
	margin-top: -17px;
	background-image: url(../img/icon-loader.svg);
	-webkit-animation: rotating 2s linear infinite;
	-moz-animation: rotating 2s linear infinite;
	-ms-animation: rotating 2s linear infinite;
	-o-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite;
}

@-webkit-keyframes rotating {
	from {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
	to {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
@keyframes rotating {
	from {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
	to {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.document-to-print .get-bin {
	margin-top: 14px;
}

@media (min-width: 576px) {
	.document-to-print .get-bin {
		margin-top: 22px;
	}
}

.document-to-print .back {
	font-size: 12px;
	font-weight: bold;
	margin: 18px auto;
	position: relative;
	text-align: center;
}

@media (min-width: 576px) {
	.document-to-print .back {
		font-size: 18px;
		font-weight: bold;
		margin: 0 30px;
		position: relative;
		text-align: left;
	}
}

.document-to-print .back img {
	width: 6px;
	height: auto;
	top: -1px;
	position: relative;
}

@media (min-width: 576px) {
	.document-to-print .back img {
		width: 10px;
		height: auto;
		top: -2px;
		position: relative;
	}
}

.document-to-print .back span {
	margin-left: 10px;
}

input[type="radio"] {
	position: absolute; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height: 1px; 
	width: 1px; 
	margin: -1px; 
	padding: 0;
	border: 0;
}

input[type="radio"] + label {
	padding-left: 42px;
	font-weight: bold;
	font-size: 12px;
	height: auto;
	margin: 0;
	display: inline-block;
	line-height: 23px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 23px 23px;
	background-image: url(../img/checkbox-default.svg);
}

input[type="radio"]:checked + label {
	background-image: url(../img/checkbox-selected.svg);
}

@media (min-width: 576px) {
	input[type="radio"] + label {
		padding-left: 55px;
		font-weight: bold;
		font-size: 18px;
		height: auto;
		margin: 0;
		display: inline-block;
		line-height: 35px;
		vertical-align: middle;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 35px 35px;
		background-image: url(../img/checkbox-default.svg);
	}
}

input[type="checkbox"] {
	position: absolute; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height: 1px; 
	width: 1px; 
	margin: -1px; 
	padding: 0;
	border: 0;
}

input[type="checkbox"] + label {
	padding-left: 35px;
	font-weight: normal;
	color: #000;
	font-size: 12px;
	height: auto;
	margin: 0;
	display: inline-block;
	line-height: 18px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 18px 18px;
	background-image: url(../img/checkbox-default-2.svg);
}

input[type="checkbox"]:checked + label {
	background-image: url(../img/checkbox-selected-2.svg);
}

@media (min-width: 576px) {
	input[type="checkbox"] + label {
		padding-left: 50px;
		font-weight: normal;
		font-size: 18px;
		height: auto;
		margin: 0;
		display: inline-block;
		line-height: 27px;
		vertical-align: middle;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 27px 27px;
		background-image: url(../img/checkbox-default-2.svg);
	}
}

.document-to-print input.add-files {
	display: none;
}

.document-to-print .preloading {
	padding: 16px 3px 16px 0;
	position: absolute;
	width: 100%;
}

@media (min-width: 576px) {
	.document-to-print .preloading {
		padding: 19px 0;
	}
}

@media (min-width: 576px) {
	.document-to-print .preloading .dot {
		margin-right: 3px;
	}
}

.document-to-print .preloading img.max {
	display: none;
}

.document-to-print .preloading img.min {
	display: block;
}

@media (min-width: 576px) {
	.document-to-print .preloading img.max {
		display: block;
	}

	.document-to-print .preloading img.min {
		display: none;
	}
}

/* ==========================================================================
   ALTERNATIVES TO PRINT
   ========================================================================== */

.alternatives {
	color: #000;
	font-size: 12px;
	font-weight: 700;
	/* margin: 25px 0; */
	background-color: #f2f2f2;
}

@media (min-width: 576px) {
	.alternatives {
		font-weight: 400;
		font-size: 18px;
		/* margin: 30px 0; */
	}
}

.alternatives .container {
	padding: 40px 25px 28px;
}

@media (min-width: 576px) {
	.alternatives .container {
		padding: 55px 0 40px;
	}
}

.alternatives .title {
	border-bottom: 1px solid #c30079;
	padding-bottom: 22px;
	margin-bottom: 24px;
}

@media (min-width: 576px) {
	.alternatives .title {
		padding-bottom: 28px;
		margin-bottom: 28px;
	}
}

.alternatives .collapse-wrap {
	padding-bottom: 18px;
}

.alternatives .collapse-btn {
	font-size: 14px;
	font-weight: 700;
}

@media (min-width: 576px) {
	.alternatives .collapse-btn {
		font-size: 22px;
		font-weight: 700;
	}
}

.alternatives .collapse-btn img {
	width: 8px;
	height: auto;
	margin-left: 12px;
	position: relative;
	top: -1px;
}

.alternatives .collapse-btn[aria-expanded="true"] img {
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.alternatives .options {
	border-bottom: 1px solid #c30079;
	border-top: 1px solid #c30079;
}

.alternatives input[type="radio"] + label {
	font-size: 12px;
	font-weight: 400;
}

@media (min-width: 576px) {
	.alternatives input[type="radio"] + label {
		font-size: 15px;
		font-weight: 400;
	}
}

.alternatives .languages {
	margin: 22px 0;
	max-width: 460px;
	position: relative;
	font-weight: 400 !important;
	font-size: 12px;
}

@media (min-width: 576px) {
	.alternatives .languages {
		margin: 34px 0;
		font-size: 15px;
	}
}

.alternatives .languages .selected img {
	width: 6px;
	height: auto;
	margin-top: 4px;
}

.alternatives .languages .selected.visible img {
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.alternatives .collapse-inner {
	padding: 0;
	border-bottom: 1px solid #c30079;
	margin-bottom: 25px;
}

@media (min-width: 576px) {
	.alternatives .collapse-inner {
		padding: 20px 0;
		margin-bottom: 25px;
	}
}

.alternatives .options {
	padding: 25px 0 12px;
	margin: 28px 0;
}

.alternatives .options > div {
	margin-bottom: 20px;
}

/* ==========================================================================
   ACCOUNT
   ========================================================================== */

.account {
	font-size: 12px;
	color: #000;
	background-color: #e6e6e6;
}

@media (min-width: 576px) {
	.account {
		font-size: 18px;
		color: #000;
	}
}

.account .container {
	padding: 40px 25px 40px;
}

@media (min-width: 576px) {
	.account .container {
		padding: 50px 0 50px;
	}
}

.account .title {
	/* border-bottom: 1px solid #c30079; */
	padding-bottom: 18px;
	/* margin-bottom: 65px; */
}

@media (min-width: 576px) {
	.account .title {
		border-bottom: 1px solid #c30079;
		padding-bottom: 26px;
		margin-bottom: 100px;
	}
}

@media (min-width: 992px) {
	.account .title {
		border-bottom: 1px solid #c30079;
		padding-bottom: 22px;
		margin-bottom: 22px;
	}
}

.account .title h1 {
	float: left;
}

.account .currency {
	/* position: absolute; */
	/* top: 81px; */
	float: right;
	margin: 24px 0 0 0;
	width: 100%;
	z-index: 10;
	font-size: 12px;
}

@media (min-width: 576px) {
	.account .currency {
		position: absolute;
		margin: -3px 0 0 0;
		font-size: 18px;
		width: 270px;
		top: 100px;
	}
}

@media (min-width: 992px) {
	.account .currency {
		top: auto;
		float: right;
		position: relative;
	}
}

.account .currency .selected,
.account .currency .dropdown {
	text-align: left;
}

@media (min-width: 576px) {
	.account .currency .selected {
		text-align: right;
	}
}

.account .currency .selected img {
	width: 6px;
	height: auto;
	margin-top: 4px;
	margin-left: 15px;
}

.account .currency .selected.visible img {
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.account .price {
	position: relative;
	/* z-index: 10; */
	white-space: nowrap;
	background: #666;
	color: #FFF;
	padding: 12px 20px;
	margin: -40px 0 0 0;
}

@media (min-width: 576px) {
.account .price {
	padding: 10px 20px;
	margin: -10px 0;
}
}

.account .price .selected img {
	width: 6px;
	height: auto;
	margin: -4px 0 0 15px;
}

@media (min-width: 992px) {
	.account .price .dropdown {
		background: #666;
		position: absolute;
		left: 0;
		top: 43px;
		padding: 4px 18px 4px 30px;
		line-height: 1.75;
		white-space: nowrap;
		text-align: right !important;
		display: none;
		z-index: 100;
	}
}

@media (min-width: 992px) {
	.account .price .dropdown {
		padding: 4px 18px 4px 35px;
		left: 0;
		/*
		top: 48px;
		bottom: auto;
		*/
		top: auto;
		bottom: 48px;
	}
}

.account .price .dropdown.visible {
	display: block;
}

.account .price .dropdown a {
	color: #c30079;
	font-size: 12px;
	text-align: right;
}

@media (min-width: 992px) {
	.account .price .dropdown a {
		font-size: 15px;
		color: #FFF;
	}
}

.account .price .selected.visible img {
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.account input.promocode {
	width: 100%;
	border: none;
	line-height: 48px;
	height: 48px;
	margin: -16px 0;
	background: transparent;
	outline: none;
	font-size: 12px;
}

@media (min-width: 576px) {
	.account input.promocode {
		line-height: 56px;
		height: 56px;
		font-size: 18px;
	}
}

.account .table {
	margin-bottom: 0;
}

.account .table:last-child {
	margin-bottom: 30px;
}


@media (min-width: 992px) {
	.account .table {
		margin-bottom: 30px;
	}
}

/*
.account .table.col {
	max-width: 490px;
}
*/

@media (min-width: 992px) {
	.account .table.col {
		max-width: 490px;
	}
}

.account .table .purple {
	margin-left: 0;
}

@media (min-width: 576px) {

	.account .table .purple {
		margin-left: 20px;
	}

}

.account .collapse-btn {
	font-size: 14px;
	font-weight: 700;
}

@media (min-width: 576px) {
	.account .collapse-btn {
		font-size: 22px;
		font-weight: 700;
	}
}

.account .collapse-btn img {
	width: 8px;
	height: auto;
	margin-left: 12px;
	position: relative;
	top: -1px;
}

.account .collapse-btn[aria-expanded="true"] img {
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

/* ==========================================================================
   accountStatement
   ========================================================================== */

.period {
	/* line-height: 42px; */
	margin: 25px 0 10px 0;
}

@media (min-width: 576px) {
	.period {
		/* line-height: 42px; */
		margin: 25px 0 30px 0;
	}
}

.period .date {
	margin-right: 0;
	margin-bottom: 18px;
}

@media (min-width: 576px) {
	.period .date {
		margin-right: 40px;
		margin-bottom: 0;
	}
}

.account .period .dropdown {
	text-align: left !important;
	padding: 0;
}

@media (min-width: 992px) {
	.account .period .dropdown {
		text-align: center !important;
		padding: 4px 35px;
	}
}

.account .period .price {
	margin: -5px 0 10px 0;
}

@media (min-width: 576px) {
	.account .period .price {
		margin: -10px 0;
	}
}

.period input {
	border-left: none;
	border-right: none;
	border-top: 1px solid #999;
	border-bottom:  1px solid #999;
	max-width: 110px;
	background-color: transparent;
}

.period label {
	font-weight: 700;
	margin: 0 15px 0 0;
	min-width: 32px;
}

#accountStatement .collapse-inner {
	border-bottom: none;
	margin: 0;
	padding: 13px 0 0;
}

@media (min-width: 576px) {
	#accountStatement .collapse-inner {
		border-bottom: none;
		margin: 0;
		padding: 17px 0 0;
	}
}

section.paypal .container {
	background-color: #fdfdfd;
	padding: 40px 25px 30px;
	border-top: none !important;
}

@media (min-width: 576px) {
	section.paypal .container {
		padding: 60px 0 30px;
	}
}

section.paypal img.placeholder {
	width: 100%;
	max-width: 565px;
}

/* ==========================================================================
   TABLE
   ========================================================================== */

.table .d-table-header .d-table-cell {
	border-bottom: 1px solid #c30079;
}

.table .d-table-cell {
	border-bottom: 1px solid #999;
	padding: 15px 0;
}

.table .d-table-cell.border-purple {
	border-bottom: 1px solid #c30079;
}

@media (min-width: 992px) {
	.table .d-table-cell {
		white-space: nowrap;
	}
}


.table .d-table-footer .d-table-cell {
	border-bottom: none;
	padding: 15px 0 5px;
}

.table .d-table-header {
	font-weight: 700;
	color: #c30079;
}

.table .d-table-cell {
	text-align: right;
}

.table .d-table-row > div:first-child {
	text-align: left;
}

.table > div {
	border-bottom: 1px solid #999;
	padding: 15px 0;
}

/* .table > div:last-child {
	border-bottom: none;
} */

@media (min-width: 992px) {
	.table > div:last-child {
		border-bottom: none;
	}
}

.table .d-table-footer:last-child {
	padding: 10px 0;
}

/* ==========================================================================
   MOBILE TABLE
   ========================================================================== */

.toggle-btn {
	position: relative;
	display: block;
}

.toggle-btn img {
	width: 6px;
	height: auto;
	float: right;
	position: absolute;
	right: 0;
	top: 10px;
}

.toggle-btn[aria-expanded="true"] img {
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.toggle-btn > div {
	color: #000;
}

.toggle-btn > div > span {
	color: #999;
}

.toggle-wrap {
	border-bottom: 1px solid #999;
	padding: 10px 0px;
}

.mobile-table {
	border-top: 1px solid #c30079;
}

.mobile-table .inner {
	padding-top: 14px;
}

.mobile-table .inner > div {
	margin-bottom: 10px;
}

.mobile-table .totals {
	border-top: 1px solid #c30079;
	padding: 22px 0;
}

.mobile-table .totals > div {
	margin-bottom: 10px;
}

/* ==========================================================================
   TOOLTIP
   ========================================================================== */

.tooltip {
	top: 13px !important;
	left: 20px !important;
}

@media (min-width: 576px) {
	.tooltip {
		top: 13px !important;
		left: 90px !important;
	}
}

.tooltip-inner {
	background-color: #c30079;
	border-radius: 0;
	max-width: 280px;
	padding: 16px 22px 22px;
	color: #fff;
	text-align: left;
	line-height: 1.6;
}

@media (min-width: 576px) {
	.tooltip-inner {
		max-width: 316px;
	}
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
	border-bottom-color: #c30079;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
	left: 20px !important;
}

.tooltip.show {
	opacity: 1 !important;
}

/* ==========================================================================
   TERMS & SERVISES
   ========================================================================== */

.terms-services .container {
	border-top: 2px solid #c30079;
	padding: 35px 0 75px;
	margin: 0 25px;
	width: calc(100% - 50px);
}

@media (min-width: 576px) {
	.terms-services .container {
		border-top: 2px solid #c30079;
		padding: 45px 0 65px;
		margin: 0 auto;
		width: 100%;
	}
}

.terms-services .options > div {
	margin-bottom: 18px;
}

@media (min-width: 576px) {
	.terms-services .options > div {
		margin-bottom: 30px;
	}
}

.terms-services .pay-now {
	margin: 30px 0;
}

@media (min-width: 576px) {
	.terms-services .pay-now {
		margin: 35px 0;
	}
}

/* ==========================================================================
   OTP
   ========================================================================== */

section.otp {
	padding: 40px 25px 0;
}

@media (min-width: 576px) {
	section.otp {
		padding: 60px 0 0;
	}
}

section.otp label {
	font-size: 12px;
	color: #999999;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: 10px;
	z-index: 10;
	pointer-events: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

@media (min-width: 576px) {
	section.otp label {
		font-size: 16px;
		top: 0;
	}
}

section.otp .is-focus label {
	top: -10px;
	font-size: 10px;
	color: #999999;
}

@media (min-width: 576px) {
	section.otp .is-focus label {
		top: -12px;
	}
}

section.otp .form-group {
	position: relative;
}

section.otp .form-control {
	border-left: none;
	border-right: none;
	border-top: none;
	border-radius: 0;
	border-bottom: 1px solid #662d91;
	color: #000;
	padding-left: 0;
	font-size: 15px;
	box-shadow: none !important;
}

@media (min-width: 576px) {
	section.otp .form-control {
		font-size: 16px;
	}
}

section.otp button[type="submit"] {
	width: 100%;
	font-size: 12px;
	font-weight: 700;
	background-color: #c30079;
	opacity: 1;
	height: 35px;
	letter-spacing: 0;
	color: #FFF;
}

@media (min-width: 576px) {
	section.otp button[type="submit"] {
		font-size: 16px;
		height: 50px;
	}
}

section.otp button[type="submit"] img {
	max-width: 7px;
	margin: 0 0 3px 7px;
}

@media (min-width: 576px) {
	section.otp button[type="submit"] img {
		max-width: 8px;
		margin: 0px 0 1px 10px;
	}
}

section.otp button[type="submit"]:disabled {
	background-color: #cccccc;
}

section.otp button[type="submit"]:disabled img {
	max-width: 8px;
	margin: 0px 0 1px 10px;
}

section.otp .otp-info {
	color: #000;
	font-size: 11px;
	line-height: 1.4;
	padding: 0 0 10px;
}

@media (min-width: 576px) {
	section.otp .otp-info {
		font-size: 13px;
		padding: 5px 0 10px;
	}
}

@media (min-width: 992px) {
	section.otp .otp-info {
		font-size: 16px;
	}
}

section.otp .captcha img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

section.otp .resend-otp {
	padding-top: 0;
	margin: 0 auto;
	padding-bottom: 10px;
}

@media (min-width: 768px) {
	section.otp .resend-otp {
		padding-top: 38px;
		margin: 0;
		padding-bottom: 0;
	}
}

section.otp .renew-captcha {
	font-size: 13px;
	margin-left: auto;
	margin-bottom: 10px;
	margin-right: auto;
}

@media (min-width: 576px) {
	section.otp .renew-captcha {
		margin-right: 0;
		margin-bottom: -26px;
	}
}

@media (min-width: 992px) {
	section.otp .renew-captcha {
		font-size: 16px;
		margin-left: 0;
		margin-bottom: -16px;
	}
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

.footer {
	background-color: #f2f2f2;
	color: #e3007c;
	font-size: 13px;
	padding: 25px 10px 20px 10px;
	position: relative;
}

@media (min-width: 576px) {
	.footer {
		font-size: 16px;
		padding: 25px 35px 50px 35px;
	}
}

@media (min-width: 992px) {
	.footer {
		padding: 25px 0 50px 0;
	}
}

.footer .copyright {
	margin-bottom: 25px;
}

@media (min-width: 576px) {
	.footer .copyright {
		padding: 0;
		margin-left: -15px;
		margin-bottom: 0
	}
}

.footer .nav {
	margin-left: -.6rem;
}

@media (min-width: 576px) {
	.footer .nav {
		margin-left: 0;
		margin-right: -30px;
	}
}

.footer .nav-link {
	padding: .5rem .6rem;
}

@media (min-width: 576px) {
	.footer .nav-link {
		padding: .5rem 1rem;
	}
}

/*.footer .nav-link.disabled {
	color: #e3007c;
}*/

.footer .nav-link {
	color: #e3007c;
  }

.footer .scrolltop {
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	right: 25px;
	top: -65px;
	z-index: 10;
	cursor: pointer;
}

@media (min-width: 576px) {
	.footer .scrolltop {
		right: 20px;
	}
}


/* ==========================================================================
   POPUP
   ========================================================================== */

section.popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100vh;
	z-index: 500;
	overflow-y: auto;
}

/* 
.popup-open section.popup {
	background: rgb(195,0,121);
	background: -moz-linear-gradient(180deg, rgba(195,0,121,1) 0%, rgba(102,45,145,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(195,0,121,1) 0%, rgba(102,45,145,1) 100%);
	background: linear-gradient(180deg, rgba(195,0,121,1) 0%, rgba(102,45,145,1) 100%);
}

@media (min-width: 576px) {
	.popup-open section.popup {
		background: none;
	}
}
 */

section.popup .popup-inner {
	margin: 25px;
	border: 1px solid #e3007c;
	background: #FFF url(../img/background-popup.png) repeat-x bottom left;
	font-size: 13px;
	padding: 60px 0 40px;
	position: relative;
}

@media (min-height: 576px) {
	section.popup .popup-inner {
		top: 50%;
		transform: translateY(-50%);
		margin: 0 25px;
	}
}

@media (min-width: 576px) {
	section.popup .popup-inner {
		padding: 70px 0 100px;
		margin: 25px auto;
		max-width: 600px;
		width: calc(100% - 50px);
		font-size: 16px;
	}
}

section.popup .close {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 18px;
	right: 20px;
	z-index: 50;
	opacity: 1;
}

section.popup h1 {
	color: #e3007c;
	margin-bottom: 26px;
}

@media (min-width: 576px) {
	section.popup h1 {
		margin-bottom: 32px;
	}
}

section.popup h1.padded {
	margin-bottom: 25px;
}

@media (min-width: 576px) {
	section.popup h1.padded {
		margin-bottom: 65px;
	}
}

section.popup h2 {
	color: #e3007c;
	font-weight: 700;
	font-size: 20px;
}

@media (min-width: 576px) {
	section.popup h2 {
		font-size: 28px;
	}
}

section.popup p {
	line-height: 1.7;
	color: #000;
}

@media (min-width: 576px) {
	section.popup p {
		line-height: 1.5;
	}
}

section.popup ul.list {
	font-weight: 700;
	list-style-type: none;
	padding: 0;
	line-height: 3;
	margin: 4px 0;
	color: #000;
}

@media (min-width: 576px) {
	section.popup ul.list {
		line-height: 2.9;
		margin: 17px 0;
	}
}

section.popup ul.list img {
	width: 18px;
	height: auto;
	display: inline-block;
	margin-right: 8px;
	margin-top: -4px;
}

@media (min-width: 576px) {
	section.popup ul.list img {
		width: 22px;
		margin-right: 10px;
	}
}

section.popup .actions {
	padding: 17px 0 0;
}

@media (min-width: 576px) {
	section.popup .actions {
		padding: 30px 0 0;
	}
}

section.popup .pricing {
	padding: 65px 0 70px;
}

@media (min-width: 576px) {
	section.popup .pricing {
		padding: 55px 0 70px;
	}
}

#popup-pricing .actions {
	max-width: 150px;
	margin: 0 auto;
}

section.popup .form-group {
	margin-bottom: 10px;
}

@media (min-width: 576px) {
	section.popup .form-group {
		margin-bottom: 20px;
	}
}

section.popup .form-control {
	background-color: transparent;
	color: #999999;
	border: 1px solid #999999;
	outline: none;
	box-shadow: none;
	text-align: left;
	line-height: 1.42857;
	padding: 8px 10px;
	font-size: 12px;
	vertical-align: middle;
	height: auto;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}

@media (min-width: 576px) {
	section.popup .form-control {
		font-size: 16px;
		padding: 15px 18px;
	}
}

section.popup button[type="submit"] {
	width: 100%;
	font-size: 12px;
	font-weight: 700;
	background-color: #c30079;
	opacity: 1;
	height: 35px;
	letter-spacing: 0;
	color: #FFF;
	text-align: center;
	white-space: nowrap;
}

@media (min-width: 576px) {
	section.popup button[type="submit"] {
		font-size: 16px;
		height: 50px;
	}
}

section.popup button[type="submit"] img {
	max-width: 6px;
	margin: 0 0 0 6px;
}

@media (min-width: 576px) {
	section.popup button[type="submit"] img {
		max-width: 9px;
		margin: 0 0 4px 12px;
	}
}

section.popup select {
	-webkit-appearance: none;
	appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	background: #fff url(../img/icon-arrow-down.svg) 96% 49%/22px 9px no-repeat;
	/* text-indent: 0.01em; */
	border-radius: 0;
	padding-right: 25px;
}

section.popup form {
	padding: 0 10px 0;
}

@media (min-width: 576px) {
	section.popup form {
		padding: 30px 30px 0;
	}
}

section.popup form img {
	width: 100%;
	height: auto;
}

@media (max-width: 575px) {
	#popup-pricing .btn {
		font-size: 16px;
		padding: 15px 20px;
		white-space: nowrap;
	}
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */

.btn {
	border-radius: 0;
	font-size: 13px;
	font-weight: 700;
	padding: 6px 16px;
	text-align: left;
}

@media (min-width: 576px) {
	.btn {
		font-size: 16px;
		padding: 12px 24px;
	}
}

.btn img.icon {
	width: 22px;
	height: auto;
	display: inline-block;
	margin-right: -5px;
}

.btn img.icon.arrow {
	width: 9px;
	height: auto;
	display: inline-block;
	margin-right: -5px;
	margin-left: 12px;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
	background-color: #e3007c !important;
	border-color:  #e3007c !important;
	color: #FFF !important;
}



/* ==========================================================================
   DOCUMENTS CHANGES REMOVING FRAMES AROUND ICONS
   ========================================================================== */

.collapse-btn {
  background: none;      /* Remove background */
  border: none;          /* Remove border */
  padding: 0;            /* Remove padding */
  margin: 0;             /* Remove margin */
  cursor: pointer;       /* Ensure the pointer is a hand */
}

.collapse-btn:focus {
  outline: none;         /* Remove the focus outline */
}

.btn-delete {
  background: none;      /* Remove background */
  border: none;          /* Remove border */
  padding: 0;            /* Remove padding */
  margin: 0;             /* Remove margin */
  cursor: pointer;       /* Ensure the pointer is a hand */
}

.btn-delete:focus {
  outline: none;         /* Remove the focus outline */
}


/* ==========================================================================
   PAGE PRELOADER
   ========================================================================== */


   .preloader {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh; /* Full screen height */
  }  

.spinner {
  border: 4px solid rgba(0, 0, 0, 0.1); /* Light border for spinner */
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border-left-color: #c30079; /* Pink spinner color */
  animation: spin 1s ease infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}


/* ==========================================================================
   FIXING ACCOUNT AMOUNTS BACKROUND AND BUTTON ISSUE
   ========================================================================== */

   .d-flex .ml-auto b {
    background-color: transparent;
}

/* Ensure the background is transparent for b tags within the .price .selected class */
.price .selected b {
    background-color: transparent !important;
}


.price .selected {
    background: #666;  /* or the specific background color you want */
    color: #FFF;  /* Assuming white text color */
    padding: 10px 20px;  /* Adjust padding as needed */
    margin: -10px 0;  /* Adjust margin as needed */
}

/* Ensure the background is transparent for b tags within the .purple class */
.purple a b {
    background: transparent !important;
}

/* Account statement header and data cells */
.d-table-cell span, .d-table-cell {
    background-color: transparent !important;
}




/* ==========================================================================
   ADDED EXTRA SPACE FOR LOGIN AND PWD RESET PAGES
   ========================================================================== */

.extra-space {
	margin-bottom: 100px;  /* Adjust this value as needed */
  }
  

/* ==========================================================================
   SPACE ABOVE DOCUMENTS
   ========================================================================== */
   
   .space-above-documents {
	margin-top: -100px; /* Default for smaller screens */
  }
  
  @media (min-width: 768px) { /* Adjusts for tablets and larger screens */
	.space-above-documents {
	  margin-top: -50px;
	}
  }
  
  @media (min-width: 1024px) { /* Adjusts for desktops */
	.space-above-documents {
	  margin-top: -200px;
	}
  }


  /* ==========================================================================
   SPACE ABOVE PRINT SIDES AND COLOR
   ========================================================================== */
   
   .space-above-preferences {
	margin-top: -100px; /* Default for smaller screens */
  }
  
  @media (min-width: 768px) { /* Adjusts for tablets and larger screens */
	.space-above-preferences {
	  margin-top: -100px;
	}
  }
  
  @media (min-width: 1024px) { /* Adjusts for desktops */
	.space-above-preferences {
	  margin-top: -100px;
	}
  }

  /* ==========================================================================
   LONG FILE NAME ISSUE FIX
   ========================================================================== */

  .document-to-print .collapse-toggle span {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #000;
	}

	/* ==========================================================================
   	ADJUST SPACE BETWEEN CODE DIGITS
   	========================================================================== */
	   .code-spacing {
		letter-spacing: 5px;
	  }

/* ==========================================================================
   TERMS AND PRIVACY PAGE (ALSO FOR HELP CENTER)
   ========================================================================== */

   .padded {
    color: #000 !important; /* Ensures .padded text is black */
}

/* Ensures all <p> elements inside .terms-of-use section are black */
.terms-of-use p {
    color: #000 !important;
}

/* Ensures all <p> elements inside .user-privacy-statement section are black */
.user-privacy-statement p {
    color: #000 !important;
}

/* Ensures all <ul> and <li> elements inside .terms-of-use section are black */
.terms-of-use ul, 
.terms-of-use li {
    color: #000 !important;
}

/* Ensures all <a> elements inside .terms-of-use section are black and underlined */
.terms-of-use a {
    color: #000 !important;
    text-decoration: underline;
}



