@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;400;700;800&display=swap');

@font-face {
	font-family: "flaticon";
	src: url("../fonts/flaticon.ttf?d16f6fe2efd324d72d930da8f6e557ca") format("truetype"),
	url("../fonts/flaticon.woff?d16f6fe2efd324d72d930da8f6e557ca") format("woff"),
	url("../fonts/flaticon.woff2?d16f6fe2efd324d72d930da8f6e557ca") format("woff2"),
	url("../fonts/flaticon.eot?d16f6fe2efd324d72d930da8f6e557ca#iefix") format("embedded-opentype"),
	url("../fonts/flaticon.svg?d16f6fe2efd324d72d930da8f6e557ca#flaticon") format("svg");
}
[class^="flaticon-"]:before, 
[class*=" flaticon-"]:before {
	font-family: flaticon !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.flaticon-check:before {
	content: "\f101";
}
.flaticon-design:before {
	content: "\f102";
}
.flaticon-coding:before {
	content: "\f103";
}
.flaticon-users:before {
	content: "\f104";
}
.flaticon-idea:before {
	content: "\f105";
}
.flaticon-star-1:before {
	content: "\f106";
}
.flaticon-star-0:before {
	content: "\f107";
}
.flaticon-soc-fb:before {
	content: "\f108";
}
.flaticon-soc-tw:before {
	content: "\f109";
}
.flaticon-soc-yt:before {
	content: "\f10a";
}
.flaticon-soc-ig:before {
	content: "\f10b";
}
.flaticon-soc-tg:before {
	content: "\f10c";
}
.flaticon-user:before {
	content: "\f10d";
}
.flaticon-arr-right:before {
	content: "\f10e";
}
.flaticon-arr-down:before {
	content: "\f10f";
}
.flaticon-arr-left:before {
	content: "\f110";
}
.flaticon-arr-up:before {
	content: "\f111";
}
.flaticon-close:before {
	content: "\f112";
}
.flaticon-solution-app:before {
	content: "\f113";
}
.flaticon-solution-site:before {
	content: "\f114";
}
.flaticon-lock:before {
	content: "\f115";
}
.flaticon-menu:before {
	content: "\f116";
}
.flaticon-check-2:before {
	content: "\f117";
}
.flaticon-logout:before {
	content: "\f118";
}



/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html {
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	line-height: 1;
	font: 16px/24px 'Inter', sans-serif;
	-webkit-backface-visibility: hidden;
	color: #FFF;
	font-weight: normal;
	background: #060606;
	overflow-x: hidden;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
.color-blue 		{ color: #429DF8; }
.color-white 		{ color: #fff; }
.color-white-06 	{ color: rgba(255, 255, 255, 0.6); }
.color-black		{ color: #252525; }
.color-green		{ color: #2bcb36; }
.text-small {
	font-size: 12px;
}
.color-gradient		{
	background: linear-gradient(90deg, #059DFF 0%, #6549D5 37.98%, #E33FA1 68.19%, #FB5343 100%);
	box-shadow: 0px 5px 25px rgba(187, 111, 42, 0.4);
}
.wrapper {
	width: 100%;
	min-width: 320px;
	position: relative;
	overflow: hidden;
}
.wrapper-inner {
	
}
.inner {
	padding: 0 30px;
	max-width: 1440px;
	width: 100%;
	min-width: 320px;
	position: relative;
	margin: 0 auto;
}
img {
	max-width: 100%;
	max-height: 100%;
}
b, strong {
	font-weight: bold;
}
u {
	text-decoration: underline;
}
i, em {
	font-style: italic;
}
.table, table { 
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}
.table tr { 
	border-bottom: 1px dotted rgb(255, 255, 255, 0.1);
}
.table tr:nth-of-type(odd) { 
}
.table th { 
	color: #a5b5ca; 
	background: rgba(15, 15, 17, 1);
	font-size: 14px;
}
.table td, .table th { 
	padding: 6px; 
	text-align: left; 
}
.table td.text-center,
.table th.text-center {
	text-align: center !important;
}
.table .date {
	font-size: 12px;
	color: #9facbd;
}
.text-left 			{ text-align: left; }
.text-right 		{ text-align: right; }
.text-center 		{ text-align: center; }
.text-light			{ font-weight: 100; }
.text-normal 		{ font-weight: 400; }
.text-bold 			{ font-weight: 700; }
.text-extrabold 	{ font-weight: 800; }
.text-uppercase 	{ text-transform: uppercase; }

.eas:hover {
	-webkit-transition: all ease-in 0.1s;
	   -moz-transition: all ease-in 0.1s;
		-ms-transition: all ease-in 0.1s;
		 -o-transition: all ease-in 0.1s;
			transition: all ease-in 0.1s;
}
.eas {
	-webkit-transition: all ease-out 0.2s;
	   -moz-transition: all ease-out 0.2s;
		-ms-transition: all ease-out 0.2s;
		 -o-transition: all ease-out 0.2s;
			transition: all ease-out 0.2s;
}
.pointer:hover {
	cursor: pointer;
}
::selection {
  color: #fff;
  background: rgba(253, 230, 26, 1);
  text-shadow: none;
}
::-moz-selection {
  color: #fff;
  background: rgba(253, 140, 26, 1);
  text-shadow: none;
}
::-webkit-input-placeholder {
	color: #fff;
	opacity: 0.5;
	-webkit-transition: opacity 0.35s ease-in-out;
	transition: opacity 0.35s ease-in-out;
}
:-moz-placeholder {
	color: #fff;
	opacity: 0.5;
	-moz-transition: opacity 0.35s ease-in-out;
	transition: opacity 0.35s ease-in-out;
}
::-moz-placeholder {
	color: #fff;
	opacity: 0.5;
	-moz-transition: opacity 0.35s ease-in-out;
	transition: opacity 0.35s ease-in-out;
}
:-ms-input-placeholder {  
	color: #fff !important;
	-ms-transition: opacity 0.35s ease-in-out;
	transition: opacity 0.35s ease-in-out;
}
:hover::-webkit-input-placeholder {
	opacity: 0.5;
	-webkit-transition: opacity 0.35s ease-in-out;
	transition: opacity 0.35s ease-in-out;
}
:hover:-moz-placeholder {
	opacity: 0.5;
	-moz-transition: opacity 0.35s ease-in-out;
	transition: opacity 0.35s ease-in-out;
}
:hover::-moz-placeholder {
	opacity: 0.5;
	-moz-transition: opacity 0.35s ease-in-out;
	transition: opacity 0.35s ease-in-out;
}
:hover:-ms-input-placeholder {
	-ms-transition: opacity 0.35s ease-in-out;
	transition: opacity 0.35s ease-in-out;
}
:focus::-webkit-input-placeholder {
	opacity: 0;
	-webkit-transition: opacity 0.35s ease-in-out;
	transition: opacity 0.35s ease-in-out;
}
:focus:-moz-placeholder {
	opacity: 0;
	-moz-transition: opacity 0.35s ease-in-out;
	transition: opacity 0.35s ease-in-out;
}
:focus::-moz-placeholder {
	opacity: 0;
	-moz-transition: opacity 0.35s ease-in-out;
	transition: opacity 0.35s ease-in-out;
}
:focus:-ms-input-placeholder {  
	opacity: 0;
	-ms-transition: opacity 0.35s ease-in-out;
	transition: opacity 0.35s ease-in-out;
}
::-ms-clear {
	display: none;
}
.left 	{ float: left; }
.right 	{ float: right; }

a {
	color: #429DF8;
}
a:hover {
	text-decoration: none;
}


/* Forms
-----------------------------------------------------------------------------*/
.radio, 
.checkbox { position: absolute; left: -999em; }
.label {
	position: relative;
	color: #36545e;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-right: 10px;
}
.label.small {
	color: #afb7cb;
}
.label:before { 
	display: inline-block; 
	position: relative; 
	top:0.35em; 
	left:-3px; 
	content:''; 
	width:25px; 
	height:25px;
	background-size: 50px;
	background-image: url(../images/checkbox.svg);
}
.label:hover {
	cursor: pointer !important;
}
.checkbox + .label:before { background-position: 0 -25px;}
.checkbox:checked + .label:before {background-position: 0 0 ; }
.radio + .label:before { background-position: -25px -25px;}	 	
.radio:checked + .label:before { background-position: -25px 0;}

.checkbox:checked + .label,
.radio:checked + .label {
	color: #fff;
}
.checkbox.small:checked + .label,
.radio.small:checked + .label {
	font-weight: normal;
}
.ie8 .label:before { 
	display:none; 
	content:none; 
}
.ie8 .checkbox,
.ie8 .radio,
.ie7 .checkbox,
.ie7 .radio{ 
	position: static; 
	left:0; 
}
.ie8 .checkbox,
.ie8 .radio { 
	position:relative;
	top:5px;
	margin-right:0.5em;
}	


/* Forms
-----------------------------------------------------------------------------*/
button, input, textarea {
	outline: none;
	resize: none;
	-webkit-appearance: none;
}
.btn {
	position: relative;
	text-align: center;
	font-size: 14px;
	display: inline-block;
	text-decoration: none;
	height: 48px;
	line-height: 46px;
	padding: 0 40px;
	min-width: 140px;
	outline: none;
	resize: none;
	border: none;
	overflow: hidden;
	-webkit-appearance: none;
	background: linear-gradient(90deg, #059DFF 0%, #6549D5 37.98%, #E33FA1 68.19%, #FB5343 100%);
	box-shadow: 0px 5px 25px rgba(187, 111, 42, 0.4);
	border-radius: 100px;
	text-decoration: none;
	color: #fff !important;
	transition: 0.4s;
}
.btn .icon {
	font-size: 13px;
}
.btn:hover {
	cursor: pointer;
	box-shadow: 0 0 20px 5px rgba(251,83,67,0.2);
	-webkit-filter: brightness(125%);
	filter: brightness(125%);
	color: #FFF;
	text-decoration: none;
}
.btn:active,
.btn:focus {
	cursor: pointer;
	transition: 0.05s;
	box-shadow: 0 0 20px 5px rgba(251,83,67,0);
	-webkit-filter: brightness(70%);
	filter: brightness(70%);
}
.btn.ghost,
.btn.ghost-2 {
	height: 50px;
	line-height: 46px;
	background: transparent;
	box-shadow: none;
	border: 2px solid rgba(253, 140, 26, 1);
}
.btn.ghost:hover,
.btn.ghost:hover-2 {
	background-color: rgba(253, 140, 26, 1);
	box-shadow: inset 0px 8px 15px 0px rgba(103, 116, 116, 0.3);
}
.btn.ghost-2 {
	border: 1px solid #363636;
	color: #fff;
}
.btn.ghost-2:hover {
	border: 1px solid #fff;
	color: #fff;
}
.btn.red {
	background: linear-gradient(90deg, #E33FA1 0%, #FB5343 100%);
}
.btn.blue {
	background: linear-gradient(90deg, #6549D5 0%, #E33FA1 100%);
}

.inp,
.textarea {
	height: 46px;
	padding: 15px 20px;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	width: 100%;
	position: relative;
	font-size: 16px;
	background: #fff;
	border: 1px solid #363636;
	background: transparent;
	color: #fff;
	-webkit-transition: all ease-out 0.1s;
	   -moz-transition: all ease-out 0.1s;
		-ms-transition: all ease-out 0.1s;
		 -o-transition: all ease-out 0.1s;
			transition: all ease-out 0.1s;	
}
.textarea {
	min-height: 100px;
	border-radius: 15px;
}
.inp:focus,
.textarea:focus {
	border: 1px solid #fff;
}
.inp:disabled,
.inp:read-only {
	color: #363636 !important;
	cursor: not-allowed;
}
.inp:focus:read-only,
.inp:focus:disabled {
	border: 1px solid #222020 !important;
	cursor: not-allowed;
}
.loader {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(6, 6, 6, 0.4) url(../images/loader.svg) no-repeat center center;
	background-size: 45px 45px;
	z-index: 9;
	cursor: wait;
	display: none;
}



/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 100vh;
	background: #090b16;
	position: relative;
	overflow: hidden;
}
.header:after {
	position: absolute;
	width: 100%;
	height: 300px;
	left: 0px;
	bottom: 0px;
	background: linear-gradient(180deg, rgba(6, 6, 6, 0) 0%, rgba(6, 6, 6, 1));
	content: '';
	z-index: 1;
}
.header .inner {
	position: relative;
	z-index: 2;
}
.header-top {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 20px 0 17px 0;
	z-index: 3;
	position: relative;
}
.header-top .inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}
.wrapper-inner .header {
	height: auto !important;
	background: red !important;
	overflow: visible;
}
.wrapper-inner .header-top {
	background: #090b16 url(../images/header-inner.jpg) no-repeat center center;
	background-size: cover;
}
.header-top .logo {
	padding: 3px 0 0 0;
}
.header-top .user-nav .btn .name {
	display: block;
}
.header-top .user-nav .btn .icon {
	display: none;
}
.header-top .nav {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.header-top .user-nav-logged {
	text-align: right;
	line-height: 18px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	padding-left: 30px;
	margin: 5px 0 0 0;
}
.header-top .user-nav-logged .icon {
	vertical-align: middle;
	font-size: 12px;
	position: relative;
	display: inline-block;
	margin: 3px 0 0 0;
}
.header-top .user-nav-logged a {
	display: block;
	font-size: 15px;
	font-weight: bold;
}
.header-top .nav-button {
	display: none;
	line-height: 12px;
	padding: 8px 12px 0 12px;
	font-size: 16px;
	text-align: center;
	border: 1px dotted rgba(255, 255, 255, 0.3);
	border-radius: 6px;
	margin: 0px 10px 0 0;
	height: 48px;
	position: absolute;
	left: 20px;
}
.header-top .nav-button b {
	font-weight: normal;
	font-size: 10px;
}
.header-top .nav-button:hover {
	cursor: pointer;
	color: #FFF;
	border: 1px solid rgba(255, 255, 255, 1);
}
.header-top .nav ul {
	display: block;
	margin-right: 20px;
}
.header-top .nav ul li {
	display: inline-block;
}
.header-top .nav ul li a {
	display: inline-block;
	position: relative;
	height: 50px;
	line-height: 50px;
	margin: 0 15px;
	text-decoration: none;
	color: rgba(255, 255, 255, 1);
	font-size: 16px;
	transition: 0.3s;
}
.header-top .nav ul li a:hover {
	color: #429DF8;
}
.header-top .nav ul li a:after {
	position: absolute;
	content: "";
	left: auto;
	bottom: 10px;
	background: currentColor;
	width: 0;
	height: 2px;
	transition: 0.3s;
	right: 0;
}
.header-top .nav ul li a:hover:after {
	width: 100%;
	left: 0;
	right: auto; 
}
.header-top .nav ul li a.active {
	color: rgba(255, 255, 255, 0.6);
}
.header-top .nav ul li a.active:hover {
	cursor: default;
}
.header-top .nav ul li a.active:hover:after {
	color: rgba(255, 255, 255, 0.6);
	display: none;
}
.header-top .nav ul li.close {
	position: absolute;
	right: 20px;
	top: 20px;
	color: rgba(255, 255, 255, 0.6);
	display: none;
	z-index: 9999;
}
.header-top .nav ul li.close:hover {
	color: #fff;
	cursor: pointer;
}
.header-middle {
	display: flex;
	align-items: center;
	text-align: center;
	height: calc(100% - 100px);
}
.header-middle .inner {
	width: 1024px;
	max-width: 100%;
}
.header-middle .subtitle {
	color: rgba(255, 255, 255, 1);
	font-size: 32px;
	line-height: 38px;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.header-middle .title {
	color: rgba(255, 255, 255, 1);
	font-size: 72px;
	line-height: 74px;
	font-weight: bold;
	padding-bottom: 10px;
}
.header-middle .desc {
	color: rgba(255, 255, 255, 0.6);
	font-size: 28px;
	line-height: 36px;
	padding-bottom: 10px;
}
.header-middle .buttons {
	padding-top: 10px;
}
.header-middle .buttons .btn {
	width: 240px;
}
.header-scroll {
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -20px;
	width: 50px;
	height: 50px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	text-align: center;
	line-height: 52px;
	z-index: 3;
}
.header-scroll:hover {
	cursor: pointer;
	border: 1px solid rgba(253, 140, 26, 1);
}
.header-middle .title span {
	display: inline-block;
	opacity: 0;
	transform: translate(0, -100px) rotate(360deg) scale(0);
	animation: headerH1 .3s forwards;
}
.header-middle .title span:nth-of-type(2) {
  animation-delay: .05s;
}
.header-middle .title span:nth-of-type(3) {
  animation-delay: .1s;
}
.header-middle .title span:nth-of-type(4) {
  animation-delay: .15s;
}
.header-middle .title span:nth-of-type(5) {
  animation-delay: .2s;
}
.header-middle .title span:nth-of-type(6) {
  animation-delay: .25s;
}
.header-middle .title span:nth-of-type(7) {
  animation-delay: .3s;
}
.header-middle .title span:nth-of-type(8) {
  animation-delay: .35s;
}
.header-middle .title span:nth-of-type(9) {
  animation-delay: .4s;
}
.header-middle .title span:nth-of-type(10) {
  animation-delay: .45s;
}
.header-middle .title span:nth-of-type(11) {
  animation-delay: .5s;
}
.header-middle .title span:nth-of-type(12) {
  animation-delay: .55s;
}
.header-middle .title span:nth-of-type(13) {
  animation-delay: .6s;
}
.header-middle .title span:nth-of-type(14) {
  animation-delay: .65s;
}
.header-middle .title span:nth-of-type(15) {
  animation-delay: .7s;
}
.header-middle .title span:nth-of-type(16) {
  animation-delay: .75s;
}
.header-middle .title span:nth-of-type(17) {
  animation-delay: .8s;
}
.header-middle .title span:nth-of-type(18) {
  animation-delay: .82s;
}
.header-middle .title span:nth-of-type(19) {
  animation-delay: .86s;
}
.header-middle .title span:nth-of-type(20) {
  animation-delay: .9s;
}
.header-middle .title span:nth-of-type(21) {
  animation-delay: .92s;
}
.header-middle .title span:nth-of-type(22) {
  animation-delay: .95s;
}
.header-middle .title span:nth-of-type(23) {
  animation-delay: .99s;
}
.header-middle .buttons {
	animation: headerButton 1.8s ease-in;
}
@keyframes headerH1 {
	30% {
		transform: translate(0, -50px) rotate(180deg) scale(1);
	}
	60% {
		transform: translate(0, 20px) scale(.8) rotate(0deg);
	}
	100% {
		transform: translate(0) scale(1) rotate(0deg);
		opacity: 1;
	}
}
@keyframes headerButton {
	0% {
		opacity: 0;
	}
	85% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.header .slideshow li {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	color: transparent;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: none;
	opacity: 0;
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-webkit-animation: imageAnimation 18s linear infinite 0s;
	-moz-animation: imageAnimation 18s linear infinite 0s;
	-o-animation: imageAnimation 18s linear infinite 0s;
	-ms-animation: imageAnimation 18s linear infinite 0s;
	animation: imageAnimation 18s linear infinite 0s;
	width: 100vw; 
	height: 100vh; 
}
.header .slideshow li:after {
	position: absolute;
	content: '';
	z-index: 1001;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/*background: rgba(13, 18, 29, 0.6);*/
}
.header .slideshow li:nth-child(1) {
	background-image: url(../images/main-bg-dark-1.jpg);
}
.header .slideshow li:nth-child(2) {
	background-image: url(../images/main-bg-dark-2.jpg);
	-webkit-animation-delay: 6s;
	-moz-animation-delay: 6s;
	-o-animation-delay: 6s;
	-ms-animation-delay: 6s;
	animation-delay: 6s;
}
.header .slideshow li:nth-child(3) {
	background-image: url(../images/main-bg-dark-3.jpg);
	-webkit-animation-delay: 12s;
	-moz-animation-delay: 12s;
	-o-animation-delay: 12s;
	-ms-animation-delay: 12s;
	animation-delay: 12s;
}
@-webkit-keyframes imageAnimation { 
	0% {
		opacity: 0;
		-webkit-animation-timing-function: ease-in;
	}
	8% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		-webkit-animation-timing-function: ease-out;
	}
	17% {
		opacity: 1;
		-webkit-transform: scale(1.1);
	}
	25% {
		opacity: 1;
		-webkit-transform: scale(1.1);
	}
	50% {
		opacity: 0;
		-webkit-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
	0% {
		opacity: 0;
		-moz-animation-timing-function: ease-in;
	}
	8% {
		opacity: 1;
		-moz-transform: scale(1.05);
		-moz-animation-timing-function: ease-out;
	}
	17% {
		opacity: 1;
		-moz-transform: scale(1.1);
	}
	25% {
		opacity: 1;
		-moz-transform: scale(1.1);
	}
	50% {
		opacity: 0;
		-webkit-transform: scale(1.1);
	}
	100% { opacity: 0 }
}

/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding: 150px 0;
	position: relative;
	z-index: 1;
}
.content .inner {
	position: relative;
	z-index: 3;
}
.content .block {
	padding: 120px 0;
}
.content .subheader {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 10px;
}
.content .subheader span {
	display: inline-block;
	position: relative;
	background: #0F0F11;
	background: #141417;
	border-radius: 6px;
	padding: 4px 10px;
	font-weight: bold;
}
.content .subheader span span {
	background: linear-gradient(95deg, #059DFF 15%, #6549D5 45%, #E33FA1 75%, #FB5343 100%) 98% / 200% 100%;
	text-transform: capitalize;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.content h3 {
	color: #fff;
	font-weight: bold;
	font-size: 42px;
	line-height: 48px;
	text-align: center;
	margin-bottom: 60px;
}
.content.content-reviews {
	padding-top: 0;
	padding-bottom: 0;
}
.content.content-reviews .block {
	padding-top: 30px;
	padding-bottom: 30px;
}
.content.content-reviews .block .subheader span {
	padding: 1px 5px;
	border-radius: 6px;
	font-size: 14px;
}
.content.content-reviews .empty {
	text-align: center;
	background: rgba(15, 15, 17, 1);
	padding: 20px 25px;
	border-radius: 6px;
	width: 560px;
	max-width: 100%;
	margin: 0 auto;
}
.content.content-reviews .reviews {
	background: rgba(15, 15, 17, 1);
	padding: 20px 25px;
	border-radius: 6px;
	margin-bottom: 40px;
	font-size: 15px;
}




/* Block: Deposit
-----------------------------------------------------------------------------*/
.content.content-deposit {
	padding-top: 0;
	padding-bottom: 0;
}
.content.content-deposit .block {
	padding-top: 30px;
	padding-bottom: 30px;
}
.form-deposit {
	width: 540px;
	max-width: 100%;
	margin: 0 auto;
	background: rgba(66, 66, 66, 0.1);
	border-radius: 10px;
	padding: 25px;
	margin-bottom: 50px;
}
.form-deposit .line {
	padding: 10px 0;
}
.form-deposit .line label {
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
}
.content-deposit .notice,
.content-deposit .redirect {
	padding: 200px 0;
	text-align: center;
}
.content-deposit .notice h3 {
	margin: 0px;
	padding-bottom: 10px;
	color: #4fe75a;
}
.content-deposit .notice.fail h3 {
	color: rgb(205, 31, 31);
}
.select { 
	display: block; 
	font-family: sans-serif; 
	color: #444; 
	width: 100%; 
	max-width: 100%; 
	box-sizing: border-box; 
	 -moz-appearance: none;
	 -webkit-appearance: none;
	background: transparent url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDQ1MS44IDQ1MS44IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NTEuOCA0NTEuODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNGRkZGRkY7fQo8L3N0eWxlPgo8Zz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yMjUuOSwzNTQuN2MtOC4xLDAtMTYuMi0zLjEtMjIuNC05LjNMOS4zLDE1MS4yYy0xMi40LTEyLjQtMTIuNC0zMi40LDAtNDQuOGMxMi40LTEyLjQsMzIuNC0xMi40LDQ0LjcsMAoJCWwxNzEuOSwxNzEuOWwxNzEuOS0xNzEuOWMxMi40LTEyLjQsMzIuNC0xMi40LDQ0LjcsMGMxMi40LDEyLjQsMTIuNCwzMi40LDAsNDQuOEwyNDguMywzNDUuNEMyNDIuMSwzNTEuNiwyMzQsMzU0LjcsMjI1LjksMzU0Ljd6IgoJCS8+CjwvZz4KPC9zdmc+Cg==');
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: right 1.3em top 50%, 0 0;
	background-size: .65em auto, 100%; 
	
	
	height: 46px;
	padding: 15px 20px;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	width: 100%;
	position: relative;
	font-size: 16px;
	border: 1px solid #363636;
	color: #fff;
	outline: none;
	resize: none;
	-webkit-appearance: none;
} 
.select::-ms-expand { display: none; } 
.select:hover { border-color: #888; } 
.select:focus { border-color: #aaa; 
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring; 
	outline: none; 
} 
.select option { font-weight:normal; } 
*[dir="rtl"] .select, :root:lang(ar) .select, :root:lang(iw) .select { 
	background-position: left .7em top 50%, 0 0; 
}


/* Block 1: Solutions
-----------------------------------------------------------------------------*/
.content .block-1 {
	padding: 0 0 120px 0;
}
.content .block-1 .column {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	position: relative;
	padding: 20px 0;
}
.content .block-1 .column .row:nth-child(1) {
	padding-right: 30px;
}
.content .block-1 .column .row:nth-child(2) {
	padding-left: 30px;
}
.content .block-1 .column .row {
	width: 50%;
	position: relative;
}
.content .block-1 .column .row h5 {
	font-size: 32px;
	line-height: 42px;
	padding-bottom: 40px;
}
.content .block-1 .column .row h5 .icon {
	vertical-align: middle;
	font-size: 28px;
	padding: 0 3px 0 0;
}
.content .block-1 .column .row .line {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	padding: 13px 0;
}
.content .block-1 .column .row img {
	border-radius: 10px;
}
.content .block-1 .column .row .line .icon {
	color: #429DF8;
	padding-right: 12px;
	font-size: 24px;
}
.content .block-1 .column .row .line .context {
	color: rgba(255, 255, 255, 0.6);
	font-size: 16px;
	line-height: 26px;
}
.content .block-1 .column .row .line .context h6 {
	color: rgba(255, 255, 255, 1);
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 10px;
}
.content .block-1 .column .row .line-footer {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	padding: 40px 0 0 0;
}
.content .block-1 .column .row .line-footer .b {
	width: 200px;
}
.content .block-1 .column .row .line-footer .b .btn {
	width: 100%;
}
.content .block-1 .column .row .line-footer .s {
	font-size: 12px;
	line-height: 16px;
	color: rgba(255, 255, 255, 0.6);
	padding: 8px 0 0 20px;
}
.content .block-1 .column .row .line-footer .stars {
	font-size: 15px;
	color: #EEE747;
}
.content .block-1 .column .row .form {
	width: 100%;
	background: #0F0F11;
	border-radius: 10px;
	contain: '';
	z-index: 3;
	padding: 20px 30px;
	display: none;
	position: relative;
}
.content .block-1 .column .row .form h5 {
	padding: 0;
}
.content .block-1 .column .row .form .desc {
	color: rgba(255, 255, 255, 0.6);
	font-size: 16px;
	line-height: 26px;
	padding: 10px 0;
}
.content .block-1 .column .row .form .line {
	padding: 5px 0px;
}
.content .block-1 .column .row .form .line .btn {
	width: 200px;
}
.content .block-1 .column .row .form .close {
	position: absolute;
	font-size: 12px;
	top: 25px;
	right: 25px;
	color: rgba(255, 255, 255, 0.4);
}
.content .block-1 .column .row .form .close:hover {
	color: #fff;
	cursor: pointer;
}
.content .block-1 .not-logged {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 9;
	background: rgba(6, 6, 6, 0.85);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}
.content .block-1 .not-logged div {
	width: 100%;
}
.content .block-1 .not-logged div .btn {
	margin: 10px 0 0 0;
}
.content .block-1 .message-sent {
	text-align: left;
	color: rgba(255, 255, 255, 0.6);
	background: #0F0F11;
	border-radius: 10px;
	padding: 20px 25px;
}
.content .block-1 .message-sent .ico {
	color: rgba(253, 140, 26, 1);
	font-size: 22px;
}
.content .block-1 .message-sent h3 {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	padding: 0 0 10px 0 !important;
	margin: 0px !important;
	text-align: left !important;
	color: #fff;
}


/* Block 2: About us
-----------------------------------------------------------------------------*/
.content .block-2 {
	position: relative;
	z-index: 3;
}
.content .block-2 .video {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-name: slide-in-up;
	animation-name: slide-in-up;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	display: inherit;
	width: 1100px;
	max-width: 100%;
	-webkit-transition: filter .5s ease-out;
	transition: filter .5s ease-out;
	will-change: filter transform;
	text-align: center;
	margin: 0 auto;
}
.content .block-2 .video video {
	max-width: 100%;
	margin: 0 auto;
}

.content .block-2 .stats {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 50px 0;
}
.content .block-2 .stats .row {
	width: 25%;
	text-align: center;
}
.content .block-2 .stats .row .number {
	color: #429DF8;
	font-weight: bold;
	font-size: 32px;
	line-height: 34px;
}
.content .block-2 .stats .row .name {
	color: #fff;
	font-size: 20px;
	line-height: 24px;
}

.content .block-2 .about {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 50px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.content .block-2 .about .row {
	width: 50%;
}
.content .block-2 .about .row-1 {
	font-size: 32px;
	line-height: 42px;
	font-weight: bold;
	color: #fff;
	padding-right: 30px;
}
.content .block-2 .about .row-2 {
	font-size: 18px;
	line-height: 30px;
	color: rgba(255, 255, 255, 0.6);
	padding-left: 30px;
}
.content .block-2 .flow {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 50px 0;
}
.content .block-2 .flow .row {
	width: 33%;
	text-align: center;
	padding: 0 30px;
}
.content .block-2 .flow .row .icon {
	width: 100px;
	height: 100px;
	line-height: 110px;
	text-align: center;
	background: rgba(66, 157, 248, 0.1);
	color: rgba(66, 157, 248, 1);
	margin: 0 auto;
	display: inline-block;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	font-size: 36px;
	margin-bottom: 10px;
}
.content .block-2 .flow .row-2 .icon {
	color: rgba(251, 83, 67, 1);
	background: rgba(251, 83, 67, 0.1);
}
.content .block-2 .flow .row-3 .icon {
	color: rgba(227, 63, 161, 1);
	background: rgba(227, 63, 161, 0.1);
}
.content .block-2 .flow .row .title {
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	padding-bottom: 10px;
	color: rgba(255, 255, 255, 1);
}
.content .block-2 .flow .row .desc {
	font-size: 16px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.6);
}



/* Block 3: Referral Program
-----------------------------------------------------------------------------*/
.content .block-3 {
	position: relative;
	z-index: 3;
}
.content .block-3 .referrals {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
}
.content .block-3 .referrals .row {
	width: 50%;
}
.content .block-3 .referrals .row-1 {
	background: rgba(30, 30, 30, 1);
	border-radius: 10px 0px 0px 10px;
	padding: 40px 50px;
}
.content .block-3 .referrals .row-2 {
	background: rgba(15, 15, 17, 1);
	border-radius: 0px 10px 10px 0px;
	padding: 0 30px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.content .block-3 .referrals .row-2 .lines {
	width: 100%;
}
.content .block-3 .referrals .row-1 .title {
	font-size: 42px;
	line-height: 42px;
	color: #fff;
	font-weight: bold;
}
.content .block-3 .referrals .row-1 .subtitle {
	font-size: 24px;
	line-height: 24px;
	color: #fff;
}
.content .block-3 .referrals .row-1 .desc {
	font-size: 16px;
	line-height: 28px;
	color: rgba(255, 255, 255, 0.6);
	padding: 20px 0;
}
.content .block-3 .referrals .row-1 .buttons {
	
}
.content .block-3 .referrals .row-1 .buttons .btn {
	width: 48%;
	margin-right: 1%;
}
.content .block-3 .referrals .row-2 .line {
	padding: 10px 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
}
.content .block-3 .referrals .row-2 .line .name {
	font-size: 14px;
	color: #fff;
	text-align: left;
	width: 80%;
}
.content .block-3 .referrals .row-2 .line .number {
	font-size: 14px;
	color: #fff;
	text-align: right;
	width: 20%;
}
.content .block-3 .referrals .row-2 .line .progress {
	width: 100%;
	height: 6px;
	background: #1E1E23;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin: 5px 0 0 0;
}
.content .block-3 .referrals .row-2 .line .progress .complete {
	width: 0%;
	height: 6px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #429DF8;
	transition: 2.4s;
}
.content .block-3 .referrals .row-2 .line-1 .progress .complete { background: #429DF8; transition: 3.2s; }
.content .block-3 .referrals .row-2 .line-2 .progress .complete { background: #E95F4D; transition: 2.4s; }
.content .block-3 .referrals .row-2 .line-3 .progress .complete { background: #D24F9E; transition: 3s; }
.content .block-3 .referrals .row-2 .line-4 .progress .complete { background: #5F4FCD; transition: 4s; }




/* Block 4: Contacts
-----------------------------------------------------------------------------*/
.content .block-4 {
	position: relative;
	z-index: 3;
}
.content .block-4 .contacts {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
}
.content .block-4 .contacts .row {
	width: 50%;
}
.content .block-4 .contacts .row-1 {
	background: #0F0F11;
	border-radius: 10px 0px 0px 10px;
	padding: 40px 50px;
}
.content .block-4 .contacts .row-2 {
	background: #060606;
	border-radius: 0px 10px 10px 0px;
	padding: 0 30px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.content .block-4 .contacts .row-1 .title {
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	font-weight: bold;
}
.content .block-4 .contacts .row-1 .subtitle {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}
.content .block-4 .contacts .row-1 .desc {
	font-size: 16px;
	line-height: 28px;
	color: rgba(255, 255, 255, 0.6);
	padding: 20px 0;
}
.content .block-4 .contacts .row-1 .social {
	
}
.content .block-4 .contacts .row-1 .social a {
	width: 50px;
	height: 50px;
	background: #1E1E1E;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	text-align: center;
	line-height: 56px;
	color: #fff;
	font-size: 22px;
	margin-right: 5px;
	text-decoration: none;
	display: inline-block;
}
.content .block-4 .contacts .row-1 .social a.fb:hover { background: #3B5998; }
.content .block-4 .contacts .row-1 .social a.tw:hover { background: #00ACEE; }
.content .block-4 .contacts .row-1 .social a.yt:hover { background: #C2302B; }
.content .block-4 .contacts .row-1 .social a.ig:hover { background: #C32AA3; }

.content .block-4 .contacts .row-2 {
	
}
.content .block-4 .contacts .row-2 .lines {
	width: 100%;
	position: relative;
}
.content .block-4 .contacts .row-2 .lines .line {
	margin-bottom: 10px;
}
.content .block-4 .contacts .row-2 .btn {
	width: 200px;
}
.content .block-4 .message-sent {
	text-align: left;
	color: rgba(255, 255, 255, 0.6);
	background: #0F0F11;
	border-radius: 10px;
	padding: 20px 25px;
}
.content .block-4 .message-sent .ico {
	color: rgba(253, 140, 26, 1);
	font-size: 22px;
}
.content .block-4 .message-sent h3 {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	padding: 0 0 10px 0 !important;
	margin: 0px !important;
	text-align: left !important;
	color: #fff;
}

.pages {
	text-align: right;
	margin: 20px 0;
}
.pages a {
	text-align: center;
	width: 38px;
	height: 38px;
	line-height: 38px;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	text-decoration: none;
	color: #9eacbd;
	border: 1px solid transparent;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	margin: 0 1px;
	-webkit-transition: all ease-out 0.2s;
	   -moz-transition: all ease-out 0.2s;
		-ms-transition: all ease-out 0.2s;
		 -o-transition: all ease-out 0.2s;
			transition: all ease-out 0.2s;
}
.pages .dot {
	width: 20px;
	height: 38px;
	line-height: 38px;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	display: inline-block;
	color: #969bab; 
}
.pages a:hover {
	border-color: #ced8e4;
	color: yellow;
	-webkit-transition: all ease-in 0.1s;
	   -moz-transition: all ease-in 0.1s;
		-ms-transition: all ease-in 0.1s;
		 -o-transition: all ease-in 0.1s;
			transition: all ease-in 0.1s;
}
.pages .active_sp {
	border-color: #304550;
	background: #304550;
	color: #fff;
	text-align: center;
	width: 38px;
	height: 38px;
	line-height: 38px;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	display: inline-block;
}
.pages a.arr {
	border-color: #ced8e4;
	color: #0facf3;
	font-size: 10px;
}
.pages a.arr span {
	line-height: 20px;
}

/* Ellipses
-----------------------------------------------------------------------------*/
.ellipse-blue,
.ellipse-red {
	content: '';
	position: absolute;
	z-index: 1;
	background: url(../images/ellipse-blue.svg) no-repeat center center;
	background-size: 800px 800px;
	width: 800px;
	height: 800px;
}
.ellipse-red {
	background: url(../images/ellipse-red.svg) no-repeat center center;
}

.block-1 .ellipse-blue {
	left: -500px;
	top: 200px;
}
.block-1 .ellipse-red {
	right: -500px;
	top: 600px;
}
.block-2 .ellipse-blue {
	left: -400px;
	top: -100px;
}
.block-2 .ellipse-red {
	right: -500px;
	top: 500px;
}
.block-3 .ellipse-red {
	left: -200px;
	top: -300px;
}
.block-3 .ellipse-blue {
	right: -600px;
	top: 200px;
}
.block-4 .ellipse-blue {
	left: -500px;
	bottom: -500px;
}



/* Block: Reviews
-----------------------------------------------------------------------------*/
.form-reviews {
	width: 860px;
	max-width: 100%;
	margin: 0 auto;
	background: rgba(15, 15, 17, 0.5);
	padding: 20px 30px;
	border-radius: 10px;
}
.form-reviews .column {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}
.form-reviews .column .row {
	width: 50%;
}
.form-reviews .column .row:nth-child(1) {
	padding-right: 10px;
}
.form-reviews .column .row:nth-child(2) {
	padding-left: 10px;
}
.form-reviews .column label {
	font-weight: bold;
	margin: 15px 0 3px 0;
	display: block;
}
.form-reviews .column-full {
	display: block;
}
.form-reviews .column-full .row {
	width: 100%;
	padding: 0px !important;
}
.form-reviews .column-full .row .btn {
	margin-top: -30px;
}
.form-reviews .success .title {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #2bcb36;
}
.reviews .title {
	font-weight: bold;
	font-size: 18px;
}
.reviews .title .icon {
	font-size: 14px;
	vertical-align: middle;
	margin: 0 5px 0 0;
	display: inline-block;
	top: -2px;
	color: #2bcb36;
}
.reviews .title .stars {
	font-size: 14px;
	margin: 0 0 0 10px;
	color: color(srgb 0.854 0.854 0.247);
}
.reviews .title .stars span {
	margin: 0 2px 0 0;
}
.reviews .contacts {
	font-style: italic;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 13px;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
}
.reviews .message {
	padding-bottom: 5px;
}



/* Block: Account
-----------------------------------------------------------------------------*/
.content-account {
	padding: 50px 0;
}
.block.block-account {
	padding: 0;
}
.block.block-account h3 {
	text-align: left;
}
.block.block-account .subheader {
	text-align: left;
	font-size: 14px;
}
.block.block-account .subheader span {
	border-radius: 6px;
	padding: 1px 5px;
}
.block.block-account .orders-history-icon {
	height: 15px;
	vertical-align: middle;
	margin: 0 5px 0 0;
}
.block.block-account .orders-history-message {
	font-size: 12px;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.6);
}
.block.block-account .orders-history-buy {
	height: 40px;
	line-height: 40px;
	min-width: 100px;
	padding: 0 20px;
	vertical-align: middle;
	margin: 3px 0 0 0;
}
.block.block-account .empty {
	text-align: center;
	background: rgba(15, 15, 17, 1);
	padding: 20px 25px;
	border-radius: 6px;
	width: 560px;
	max-width: 100%;
	margin: 0 auto;
}
.block.block-account .column {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}
.block.block-account .column .row {
	width: 50%;
}
.block.block-account .column .row:nth-child(1) {
	padding-right: 15px;
}
.block.block-account .column .row:nth-child(2) {
	padding-left: 15px;
}
.block.block-account .referral-code {
	padding: 20px 25px;
	border-radius: 10px;
	background: rgba(30, 30, 30, 0.7);
	background:  linear-gradient(90deg, #059DFF 0%, #6549D5 37.98%, #E33FA1 68.19%, #FB5343 100%);
}
.block.block-account .referral-code .title {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
.block.block-account .referral-code .subtitle {
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 15px;
}
.block.block-account .referral-code .desc {
	color: rgba(255, 255, 255, 0.6);
	margin-top: 15px;
	font-size: 13px;
	line-height: 20px;
}
.block.block-account .referral-code .inp {
	background: #fff !important;
	border-color: #fff !important;
	color: #333 !important;
	font-weight: bold !important;
	cursor: pointer !important;
}
.my-balances {
	background: rgba(25, 25, 27, 1);
	padding: 15px 20px;
	border-radius: 10px;
	position: relative;
	margin-bottom: 10px;
}
.my-balances .title {
	font-size: 16px;
	padding-bottom: 5px;
}
.my-balances .amount {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
}
.my-balances .amount span {
	color: rgba(255, 255, 255, 0.6);
	font-weight: normal;
	font-size: 16px;
}
.my-balances .action {
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -24px;
}
.my-balances .action .btn {
	width: 100px;
	padding: 0;
}
.block.block-account .column .row .line {
}
.block.block-account .column .row .line label {
	font-weight: bold;
	margin: 15px 0 3px 0;
	display: block;
}
.block.block-account .type-icon {
	color: #429DF8;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	margin: 2px 7px 0 0;
}

.content-account h5 {
	color: rgba(255, 200, 255, 0.15);
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 15px;
}
.content-account .account-nav {
	margin-bottom: 30px;
}
.content-account .account-nav li {
}
.content-account .account-nav li a {
	display: block;
	line-height: 46px;
	height: 46px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 18px;
}
.content-account .account-nav li a .icon {
	font-size: 16px;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
.content-account .account-nav li:last-child a {
	border-bottom: 0px;
}
.content-account .account-nav li a:hover {
	color: #429DF8;
}
.content-account .account-nav li a.active {
	color: rgba(255, 255, 255, 0.3);
	cursor: default !important;
}



.content-account .inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}
.content-account .inner .sidebar {
	width: 25%;
}
.content-account .inner .acontent {
	width: 75%;
	padding-left: 5%;
}


/* Error pages
-----------------------------------------------------------------------------*/
.error-page {
	text-align: center;
	color: rgba(255, 255, 255, 0.6);
	padding: 100px 0;
}
.error-page h1 {
	font-size: 64px;
	font-weight: bold;
	line-height: 86px;
	padding-bottom: 10px;
	color: #fff;
}
.error-page span {
	font-weight: bold;
	color: #fff;
}
.error-page .buttons {
	text-align: center;
	padding: 20px 0 0 0;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	width: 100%;
	box-shadow: 0px -20px 100px rgba(38, 72, 93, 0.3);
	position: relative;
	z-index: 3;
}
.footer .inner {
	position: relative;
	z-index: 3;
}
.footer .footer-top {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	padding: 30px 0 20px 0;
}
.footer .footer-top .logo {
	text-align: left;
}
.footer .footer-top .nav {
	text-align: right;
}
.footer .footer-top .nav ul {
	display: block;
	margin-left: 20px;
}
.footer .footer-top .nav ul li {
	display: inline-block;
}
.footer .footer-top .nav ul li a {
	display: inline-block;
	position: relative;
	height: 50px;
	line-height: 50px;
	margin: 0 0 0 30px;
	text-decoration: none;
	color: rgba(255, 255, 255, 1);
	font-size: 16px;
	transition: 0.3s;
}
.footer .footer-top .nav ul li a:hover {
	color: #429DF8;
}
.footer .footer-top .nav ul li a:after {
	position: absolute;
	content: "";
	left: auto;
	bottom: 10px;
	background: currentColor;
	width: 0;
	height: 2px;
	transition: 0.3s;
	right: 0;
}
.footer .footer-top .nav ul li a:hover:after {
	width: 100%;
	left: 0;
	right: auto; 
}
.footer .footer-top .nav ul li a.active {
	color: rgba(255, 255, 255, 0.6);
}
.footer .footer-top .nav ul li a.active:hover {
	cursor: default;
}
.footer .footer-top .nav ul li a.active:hover:after {
	color: rgba(255, 255, 255, 0.6);
	display: none;
}
.footer .footer-bottom {
	color: rgba(94, 94, 94, 1);
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	border-top: 1px solid rgb(255, 255, 255, 0.2);
	padding: 30px 0;
	width: 100%;
	display: block;
}
.footer .footer-bottom a {
	color: #9E9E9E;
}
.footer .footer-bottom a:hover {
	color: #FFF;
}



/* Popups
-----------------------------------------------------------------------------*/
.popup {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(6, 6, 6, 0.9);
	z-index: 9999;
	display: none;
}
.popup .container {
	background: #fff;
	width: 480px;
	max-width: 100%;
	border-radius: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -240px;
	margin-top: -200px;
	padding: 25px 30px;
	background: rgba(0,0,0, 1);
	box-shadow: 0px 20px 100px rgba(187, 111, 42, 0.4);
	box-shadow: 0px 20px 100px rgba(66, 157, 248, 0.5);
}
.popup .close {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.4);
	padding: 10px;
}
.popup .close:hover {
	color: rgba(255, 255, 255, 1);
	cursor: pointer;
}
.popup .title {
	font-weight: bold;
	font-size: 32px;
	line-height: 42px;
	padding-bottom: 0px;
}
.popup .desc {
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 20px;
}
.popup .line {
	padding: 0 0 15px 0;
}
.popup .line .btn {
	width: 100%;
}
.popup .buttons {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.popup .buttons .btn:first-child {
	margin-right: 5px;
}
.popup .buttons .btn:last-child {
	margin-left: 5px;
}


/* Responsive
-----------------------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
	
}


@media screen and (max-width: 1024px) {
	
	.content-account {
		padding: 20px 0px;
	}
	.content-account .inner {
		display: block;
	}
	.content-account .inner .sidebar {
		width: 100%;
	}
	.content-account .inner .acontent {
		width: 100%;
		padding: 0px;
	}
	.content-account h5 {
		display: none;
	}
	.content-account .account-nav {
		margin-bottom: 0px;
	}
	.content-account .account-nav li {
		display: inline-block;
		padding: 0 20px 20px 0;
	}
	.content-account .account-nav li a {
		display: inline-block;
		line-height: 46px;
		height: 46px;
		text-decoration: none;
		font-size: 17px;
		border: none;
	}
	.content-account .column-balances {
		display: flex;
	}
	.content-account .column-balances .row {
		width: 50%;
	}
	.content-account .column-balances .row:nth-child(1) {
		padding-right: 10px;
	}
	.content-account .column-balances .row:nth-child(2) {
		padding-left: 10px;
	}
	.content-account .block {
		padding: 30px 0 !important;
	}
	.content-account .block.block-account .subheader {
		display: none;
	}
	.table table, .table thead, .table tbody, .table th, .table td, .table tr {
		display: block;
	}
	.table thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.table tr {
		margin-bottom: 50px;
	}
	.table tr:nth-child(odd) > td {
		background: rgb(255, 255, 255, 0.05);
	}
	.table td {
		border: none;
		border-bottom: 1px dotted rgb(255, 255, 255, 0.2);
		position: relative;
		padding-left: 36%;
		text-align: left !important;
		min-height: 38px;
	}
	.table td:before {
		position: absolute;
		top: 6px;
		left: 16px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		color: #909eb0 !important;
	}
	.header-middle .subtitle {
		font-size: 24px;
		line-height: 28px;
	}
	.header-middle .title {
		font-size: 56px;
		line-height: 64px;
	}
	.header-middle .desc {
		font-size: 22px;
		line-height: 28px;
	}
	.header-top .nav-button {
		display: block;
	}
	.header-top .user-nav {
		position: absolute;
		right: 20px;
	}
	.header-top .user-nav .btn {
		min-width: 48px;
		width: 48px;
		padding: 0px;
		line-height: 52px;
		background: linear-gradient(45deg, #6549D5 0%, #FB5343 100%);
	}
	.header-top .user-nav .btn .name {
		display: none;
	}
	.header-top .user-nav .btn .icon {
		display: block;
		font-size: 18px;
	}
	.header-top .logo {
		margin: 0 auto;
	}
	.header-top .nav ul {
		margin: 0px;
		display: none;
		flex-direction: inherit;
		justify-content: inherit;
		position: absolute;
		top: -20px;
		left: 0px;
		z-index: 999; 
		width: 100%;
		margin: 0px;
		padding: 0px;
		background: rgba(0, 0, 0, 1);
		box-shadow: 0px 20px 100px rgba(66, 157, 248, 0.5);
	}
	.header-top .nav ul.opened {
		display: block;
	}
	.header-top .nav ul li {
		display: block;
		margin: 0px;
	}
	.header-top .nav ul li a {
		display: block;
		position: relative;
		margin: 5px 20px;
		padding: 0 10px 5px 10px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		height: auto;
	}
	.header-top .nav ul li:last-child a {
		border-block: none;
	}
	.header-top .nav ul li a:after,
	.header-top .nav ul li a:hover:after {
		display: none;
	}
	.header-top .nav ul li.close {
		display: block;
	}
	.content .block {
		padding: 80px 0;
	}
	.content h3 {
		font-size: 36px;
		line-height: 42px;
		margin-bottom: 40px;
	}
	.content .block-1 .column {
		align-items: center;
		width: 100%;
		position: relative;
		padding: 20px 0;
	}
	.content .block-1 .column .row-image {
		padding: 0 0 20px 0 !important;
		width: 420px;
		max-width: 100%;
		margin: 0 auto;
		width: 100% !important;
	}
	.content .block-1 .column .row-image img {
		
	}
	.content .block-1 .column .row-content {
		padding: 0 !important;
		text-align: center;
		width: 100% !important;
		flex-wrap: wrap;
		padding: 0 20px !important;
	}
	.content .block-1 .column .row-content {
		width: 100%;
		width: 560px;
		max-width: 100%;
		margin: 0 auto;
	}
	.content .block-1 .column-2 {
		flex-direction: row-reverse;
	}
	.content .block-1 .column .row .line {
		display: block;
		flex-direction: inherit;
		justify-content: inherit;
		width: 100%;
		padding: 13px 0;
	}
	.content .block-1 .column .row img {
		border-radius: 10px;
	}
	.content .block-1 .column .row .line .icon {
		display: none;
	}
	.content .block-1 .column .row .line-footer {
		text-align: center;
		flex-direction: column;
		align-items: center;
		padding: 20px 0 0 0;
	}
	.content .block-1 .column .row .line-footer .s {
		padding: 8px 0 0 0;
	}
	.content .block-1 .column .row .line .context h6 {
		font-size: 18px;
		font-weight: bold;
		margin: 0px;
	}
	.content .block-1 .column .row h5 {
		padding: 20px 0 0 0;
	}
	.content .block-1 .column .row h5 br,
	.content .block-1 .column .row h5 .icon {
		display: none;
	}
	
	.content .block-2 .flow {
		display: block;
		flex-direction: inherit;
		justify-content: inherit;
		align-items: inherit;
		padding: 50px 0;
	}
	.content .block-2 .flow .row {
		width: 100%;
		text-align: center;
		background: rgba(255, 255, 255, 0.05);
		border-radius: 10px;
		padding: 15px 25px 25px 25px;
		margin-bottom: 20px;
	}
}


@media screen and (max-width: 860px) {
	
	.header-middle .subtitle {
		font-size: 18px;
		line-height: 24px;
	}
	.header-middle .title {
		font-size: 42px;
		line-height: 42px;
	}
	.header-middle .desc {
		font-size: 18px;
		line-height: 24px;
	}
	.content .block-3 .referrals {
		display: block;
		flex-direction: inherit;
		justify-content: inherit;
		align-items: inherit;
	}
	.content .block-3 .referrals .row {
		width: 100%;
		border-radius: 10px;
		margin-bottom: 10px;
		padding: 25px 30px;
	}
	.content .block-4 .contacts {
		display: block;
		flex-direction: inherit;
		justify-content: inherit;
		align-items: inherit;
	}
	.content .block-4 .contacts .row {
		width: 100%;
		margin-bottom: 20px;
	}
	.content {
		padding: 50px 0;
	}
}


@media screen and (max-width: 740px) {
	
	.header-middle .subtitle {
		font-size: 16px;
		line-height: 22px;
	}
	.header-middle .title {
		font-size: 32px;
		line-height: 32px;
	}
	.header-middle .desc {
		font-size: 16px;
		line-height: 22px;
	}
	.content .block {
		padding: 40px 0;
	}
	.content .block-1 .column .row-image img {
		display: none;
	}
	.content .block-1 .column {
		display: block;
	}
	.content .block-1 .column .row-content {
		width: 100%;
		padding:0 0 40px 0 !important;
		background: rgba(255, 255, 255, 0.05);
		border-radius: 10px;
		padding: 15px 25px 25px 25px !important;
	}
	.content .block-1 .column .row h5 {
		font-size: 24px;
		font-weight: bold !important;
		padding: 0 0 10px 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.content .block-1 .column .row .line {
	}
	.content .block-1 .column .row .line .context h6 {
		color: rgba(255, 255, 255, 1);
	}
	.content .block-2 .stats {
		flex-wrap: wrap;
	}
	.content .block-2 .stats .row .number {
		font-size: 24px;
		line-height: 28px;
	}
	.content .block-2 .stats .row .name {
		font-size: 16px;
		line-height: 20px;
	}
	.content .block-2 .stats .row {
		width: 50%;
		padding: 15px;
	}
	
	.content .block-2 .about {
		display: block;
		flex-direction: inherit;
		justify-content: inherit;
		align-items: left;
		padding: 50px 0;
	}
	.content .block-2 .about .row {
		width: 100%;
	}
	.content .block-2 .about .row-1 {
		font-size: 24px;
		line-height: 32px;
		padding: 0 0 10px 0;
	}
	.content .block-2 .about .row-2 {
		font-size: 16px;
		line-height: 24px;
		padding: 0;
	}
	
	.content .block-3 .referrals .row-1 .title {
		font-size: 28px;
		line-height: 28px;
	}
	.content .block-3 .referrals .row-1 .subtitle {
		font-size: 18px;
		line-height: 18px;
		color: #fff;
	}
	.content .block-3 .referrals .row-1 .desc {
		font-size: 14px;
		line-height: 22px;
	}
	.content .block-3 .referrals .row-1 .buttons .btn {
		width: 100%;
	}
	.content .block-3 .referrals .row-1 .buttons .ghost-2 {
		display: none;
	}
	.content .block-3 .referrals .row-2 .line .name {
		width: 70%;
	}
	.content .block-3 .referrals .row-2 .line .number {
		width: 30%;
	}
}


@media screen and (max-width: 560px) {
	.content h3 {
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 30px;
	}
	.content .subheader {
		font-size: 14px;
		line-height: 22px;
	}
	.content .block-2 .stats .row .number {
		font-size: 20px;
		line-height: 24px;
	}
	.content .block-2 .stats .row .name {
		font-size: 14px;
		line-height: 18px;
	}
	.content .block-2 .stats .row {
		text-align: center;
		padding: 15px;
	}
	.content .inner {
		padding-left: 15px;
		padding-right: 15px;
	}
	.error-page {
		text-align: center;
		color: rgba(255, 255, 255, 0.6);
		padding: 0;
	}
	.content-account .column-balances {
		display: block;
	}
	.content-account .column-balances .row {
		width: 100%;
	}
	.content-account .column-balances .row:nth-child(1) {
		padding-right: 0px;
	}
	.content-account .column-balances .row:nth-child(2) {
		padding-left: 0px;
	}
	.content-account {
		padding: 20px 0px !important;
	}
	.content-account .account-nav {
		margin-bottom: 10px;
	}
	.content-account .account-nav li a {
		height: auto;
		min-height: auto;
		line-height: 20px;
		display: block;
		font-size: 16px;
	}
	.header-top .logo {
		height: 30px;
	}
	.wrapper-inner .header-top {
		padding: 15px 0;
	}
	.header-top .user-nav-logged {
		border-left: 0px;
	}
	.header-top .nav-button {
		line-height: 12px;
		padding: 6px 8px 0 6px;
		font-size: 12px;
		border-radius: 6px;
		margin: 0px 10px 0 0;
		height: 36px;
		width: 36px;
		left: 15px;
		text-align: center;
	}
	.header-top .nav-button b {
		font-size: 8px;
		line-height: 8px;
	}
	.header {
		
	}
	.popup .container {
		width: 100%;
		max-width: 100%;
		border-radius: 0px;
		top: 0%;
		left: 0%;
		margin-left: 0px;
		margin-top: 0px;
		padding: 25px 30px;
	}
	.content-deposit .notice,
	.content-deposit .redirect {
		padding: 100px 0;
		text-align: center;
	}
}


@media screen and (max-width: 480px) {
	
	.content-deposit .notice,
	.content-deposit .redirect {
		padding: 50px 0;
		text-align: center;
		font-size: 14px;
	}
	.content-deposit .notice h3,
	.content-deposit .redirect h3 {
		font-size: 24px;
		padding-bottom: 10px !important;
		margin: 0px !important;
	}
	.header {
		height: auto;
	}
	.header-middle {
		padding: 50px 0 0 0;
	}
	.header-top .user-nav {
		right: 15px;
		top: -7px;
		font-size: 12px;
	}
	.header-top .user-nav-logged {
		font-size: 12px;
	}
	.header-top .user-nav-logged a {
		font-size: 14px;
	}
	.header-scroll {
		display: none;
	}
	.my-balances .action .btn {
		height: 42px;
		line-height: 42px;
		min-width: 100px;
		width: auto;
		padding: 0 20px;
		font-size: 13px;
	}
	.my-balances .title {
		font-size: 14px;
	}
	.block.block-account .referral-code {
		margin-left: -15px;
		margin-right: -15px;
		border-radius: 0px;
		padding: 20px 20px 25px 20px;
	}
	.block.block-account .referral-code .subtitle {
		font-size: 14px;
	}
	.block.block-account .referral-code .desc {
		display: none;
	}
	.block.block-account .column {
		display: block;
	}
	.block.block-account .column .row {
		width: 100%;
		padding: 0px !important;
	}
	.content {
		padding: 50px 0;
	}
	.content .block-2 .flow .row .title {
		font-size: 20px;
		line-height: 28px;
	}
	.content .block-2 .flow .row .desc {
		font-size: 14px;
		line-height: 20px;
	}
	.content .block-3 .referrals {
		margin-left: -15px;
		margin-right: -15px;
	}
	.content .block-3 .referrals .row {
		border-radius: 0px;
		margin: 0px;
	}
	.content .subheader span {
		padding: 2px 5px;
	}
	.content h3 {
		font-size: 36px;
		line-height: 40px;
	}
	.content .block-1 .column .row-image {
		display: none;
	}
	.content .block-1 .column .row h5 {
		line-height: 26px;
	}
	.content .block-1 .column .row .form {
		padding: 20px;
		width: 100%;		
	}
	.content .block-2 {
		margin-left: -15px;
		margin-right: -15px;
	}
	.content .block-2 .stats {
		padding: 20px 0;
	}
	.content .block-2 .about {
		padding-left: 25px;
		padding-right: 25px;
	}
	.content .block-4 .contacts {
		margin-left: -15px;
		margin-right: -15px;
	}
	.content .block-4 .contacts .row {
		padding: 25px;
	}
	.content .block-4 .contacts .row-1 .desc {
		font-size: 14px;
		line-height: 22px;
	}
	.content .block-4 .contacts .row-1 .subtitle {
		font-size: 15px;
		line-height: 20px;
		padding: 10px 0 0 0;
	}
	.footer .footer-top {
		display: block;
	}
	.footer .footer-top .logo {
		height: 24px;
	}
	.footer .footer-top .nav {
		text-align: left;
		margin: 10px 0 0 0;
	}
	.footer .footer-top .nav ul {
		margin-left: 0px !important;
	}
	.footer .footer-top .nav ul li {
		display: block;
	}
	.footer .footer-top .nav ul li a {
		display: block;
		height: 42px;
		line-height: 42px;
		margin: 0 !important;
	}
	.reviews {
		margin-left: -15px;
		margin-right: -15px;
		border-radius: 0px;
	}
	.reviews .title {
		font-size: 16px;
	}
	.reviews .message {
		font-size: 14px;
	}
	.form-reviews .column {
		display: block;
	}
	.form-reviews .column .row {
		width: 100%;
		padding: 0px !important;
	}
}


@media screen and (max-width: 360px) {
	.header-top {
		padding: 12px 0 10px 0px;
	}
	.header-top .logo img {
		height: 36px;
	}
	.header-top .nav-button {
		line-height: 12px;
		padding: 6px 10px 0 10px;
		font-size: 14px;
		margin: 0;
		height: 42px;
		left: 15px;
	}
	.header-top .user-nav .btn {
		min-width: 42px;
		width: 42px;
		height: 42px;
		line-height: 45px;
	}
	.content .block-2 .stats .row {
		padding: 5px;
	}
	.content .block-2 .stats .row .number {
		font-size: 18px;
		line-height: 20px;
	}
	.content .block-2 .stats .row .name {
		font-size: 13px;
		line-height: 16px;
	}
}

/* jquery-confirm v3.3.0
-----------------------------------------------------------------------------*/
@-webkit-keyframes jconfirm-spin {
  from {
	-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
  }
  to {
	-webkit-transform: rotate(360deg);
			transform: rotate(360deg);
  }
}
@keyframes jconfirm-spin {
  from {
	-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
  }
  to {
	-webkit-transform: rotate(360deg);
			transform: rotate(360deg);
  }
}
body[class*=jconfirm-no-scroll-] {
  overflow: hidden !important;
}
.jconfirm {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  font-family: inherit;
  overflow: hidden;
}
.jconfirm .jconfirm-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}
.jconfirm .jconfirm-bg.jconfirm-bg-h {
  opacity: 0 !important;
}
.jconfirm .jconfirm-scrollpane {
  -webkit-perspective: 500px;
		  perspective: 500px;
  -webkit-perspective-origin: center;
		  perspective-origin: center;
  display: table;
  width: 100%;
  height: 100%;
}
.jconfirm .jconfirm-row {
  display: table-row;
  width: 100%;
}
.jconfirm .jconfirm-cell {
  display: table-cell;
  vertical-align: middle;
}
.jconfirm .jconfirm-holder {
  max-height: 100%;
  padding: 50px 0;
}
.jconfirm .jconfirm-box-container {
  -webkit-transition: -webkit-transform;
  transition: -webkit-transform;
  transition: transform;
  transition: transform, -webkit-transform;
}
.jconfirm .jconfirm-box-container.jconfirm-no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}
.jconfirm .jconfirm-box {
  background: white;
  border-radius: 4px;
  position: relative;
  outline: none;
  padding: 15px 15px 0;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
@-webkit-keyframes type-blue {
  1%,
  100% {
	border-color: #3498db;
  }
  50% {
	border-color: #5faee3;
  }
}
@keyframes type-blue {
  1%,
  100% {
	border-color: #3498db;
  }
  50% {
	border-color: #5faee3;
  }
}
@-webkit-keyframes type-green {
  1%,
  100% {
	border-color: #2ecc71;
  }
  50% {
	border-color: #54d98c;
  }
}
@keyframes type-green {
  1%,
  100% {
	border-color: #2ecc71;
  }
  50% {
	border-color: #54d98c;
  }
}
@-webkit-keyframes type-red {
  1%,
  100% {
	border-color: #e74c3c;
  }
  50% {
	border-color: #ed7669;
  }
}
@keyframes type-red {
  1%,
  100% {
	border-color: #e74c3c;
  }
  50% {
	border-color: #ed7669;
  }
}
@-webkit-keyframes type-orange {
  1%,
  100% {
	border-color: #f1c40f;
  }
  50% {
	border-color: #f4d03f;
  }
}
@keyframes type-orange {
  1%,
  100% {
	border-color: #f1c40f;
  }
  50% {
	border-color: #f4d03f;
  }
}
@-webkit-keyframes type-purple {
  1%,
  100% {
	border-color: #9b59b6;
  }
  50% {
	border-color: #b07cc6;
  }
}
@keyframes type-purple {
  1%,
  100% {
	border-color: #9b59b6;
  }
  50% {
	border-color: #b07cc6;
  }
}
@-webkit-keyframes type-dark {
  1%,
  100% {
	border-color: #34495e;
  }
  50% {
	border-color: #46627f;
  }
}
@keyframes type-dark {
  1%,
  100% {
	border-color: #34495e;
  }
  50% {
	border-color: #46627f;
  }
}
.jconfirm .jconfirm-box.jconfirm-type-animated {
  -webkit-animation-duration: 2s;
		  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
		  animation-iteration-count: infinite;
}
.jconfirm .jconfirm-box.jconfirm-type-blue {
  border-top: solid 7px #3498db;
  -webkit-animation-name: type-blue;
		  animation-name: type-blue;
}
.jconfirm .jconfirm-box.jconfirm-type-green {
  border-top: solid 7px #2ecc71;
  -webkit-animation-name: type-green;
		  animation-name: type-green;
}
.jconfirm .jconfirm-box.jconfirm-type-red {
  border-top: solid 7px #e74c3c;
  -webkit-animation-name: type-red;
		  animation-name: type-red;
}
.jconfirm .jconfirm-box.jconfirm-type-orange {
  border-top: solid 7px #f1c40f;
  -webkit-animation-name: type-orange;
		  animation-name: type-orange;
}
.jconfirm .jconfirm-box.jconfirm-type-purple {
  border-top: solid 7px #9b59b6;
  -webkit-animation-name: type-purple;
		  animation-name: type-purple;
}
.jconfirm .jconfirm-box.jconfirm-type-dark {
  border-top: solid 7px #34495e;
  -webkit-animation-name: type-dark;
		  animation-name: type-dark;
}
.jconfirm .jconfirm-box.loading {
  height: 120px;
}
.jconfirm .jconfirm-box.loading:before {
  content: '';
  position: absolute;
  left: 0;
  background: white;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
  z-index: 1;
}
.jconfirm .jconfirm-box.loading:after {
  opacity: 0.6;
  content: '';
  height: 30px;
  width: 30px;
  border: solid 3px transparent;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  border-radius: 50%;
  -webkit-animation: jconfirm-spin 1s infinite linear;
		  animation: jconfirm-spin 1s infinite linear;
  border-bottom-color: dodgerblue;
  top: 50%;
  margin-top: -15px;
  z-index: 2;
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  opacity: .6;
  text-align: center;
  font-size: 27px !important;
  line-height: 14px !important;
  display: none;
  z-index: 1;
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon:empty {
  display: none;
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon .fa {
  font-size: 16px;
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon .glyphicon {
  font-size: 16px;
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon .zmdi {
  font-size: 16px;
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon:hover {
  opacity: 1;
}
.jconfirm .jconfirm-box div.jconfirm-title-c {
  display: block;
  font-size: 22px;
  line-height: 20px;
  -webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
		  user-select: none;
  cursor: default;
  padding-bottom: 15px;
}
.jconfirm .jconfirm-box div.jconfirm-title-c.jconfirm-hand {
  cursor: move;
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  font-size: inherit;
  display: inline-block;
  vertical-align: middle;
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i {
  vertical-align: middle;
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c:empty {
  display: none;
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
  -webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
		  user-select: none;
  font-size: inherit;
  font-family: inherit;
  display: inline-block;
  vertical-align: middle;
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title:empty {
  display: none;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane {
  margin-bottom: 15px;
  height: auto;
  -webkit-transition: height 0.4s ease-in;
  transition: height 0.4s ease-in;
  display: inline-block;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll {
  overflow-y: hidden;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar {
  width: 3px;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 3px;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
  overflow: auto;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content img {
  max-width: 100%;
  height: auto;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content:empty {
  display: none;
}
.jconfirm .jconfirm-box .jconfirm-buttons {
  padding-bottom: 11px;
}
.jconfirm .jconfirm-box .jconfirm-buttons > button {
  margin-bottom: 4px;
  margin-left: 2px;
  margin-right: 2px;
}
.jconfirm .jconfirm-box .jconfirm-buttons button {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 4px;
  min-height: 1em;
  -webkit-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  -webkit-tap-highlight-color: transparent;
  border: none;
  background-image: none;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue {
  background-color: #3498db;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background .2s;
  transition: background .2s;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue:hover {
  background-color: #2980b9;
  color: #FFF;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green {
  background-color: #2ecc71;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background .2s;
  transition: background .2s;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:hover {
  background-color: #27ae60;
  color: #FFF;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red {
  background-color: #e74c3c;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background .2s;
  transition: background .2s;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:hover {
  background-color: #c0392b;
  color: #FFF;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange {
  background-color: #f1c40f;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background .2s;
  transition: background .2s;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange:hover {
  background-color: #f39c12;
  color: #FFF;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
  background-color: #ecf0f1;
  color: #000;
  text-shadow: none;
  -webkit-transition: background .2s;
  transition: background .2s;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background-color: #bdc3c7;
  color: #000;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple {
  background-color: #9b59b6;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background .2s;
  transition: background .2s;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple:hover {
  background-color: #8e44ad;
  color: #FFF;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark {
  background-color: #34495e;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background .2s;
  transition: background .2s;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark:hover {
  background-color: #2c3e50;
  color: #FFF;
}
.jconfirm .jconfirm-box.jconfirm-type-red .jconfirm-title-c .jconfirm-icon-c {
  color: #e74c3c !important;
}
.jconfirm .jconfirm-box.jconfirm-type-blue .jconfirm-title-c .jconfirm-icon-c {
  color: #3498db !important;
}
.jconfirm .jconfirm-box.jconfirm-type-green .jconfirm-title-c .jconfirm-icon-c {
  color: #2ecc71 !important;
}
.jconfirm .jconfirm-box.jconfirm-type-purple .jconfirm-title-c .jconfirm-icon-c {
  color: #9b59b6 !important;
}
.jconfirm .jconfirm-box.jconfirm-type-orange .jconfirm-title-c .jconfirm-icon-c {
  color: #f1c40f !important;
}
.jconfirm .jconfirm-box.jconfirm-type-dark .jconfirm-title-c .jconfirm-icon-c {
  color: #34495e !important;
}
.jconfirm .jconfirm-clear {
  clear: both;
}
.jconfirm.jconfirm-rtl {
  direction: rtl;
}
.jconfirm.jconfirm-rtl div.jconfirm-closeIcon {
  left: 5px;
  right: auto;
}
.jconfirm.jconfirm-white .jconfirm-bg,
.jconfirm.jconfirm-light .jconfirm-bg {
  background-color: #444;
  opacity: .2;
}
.jconfirm.jconfirm-white .jconfirm-box,
.jconfirm.jconfirm-light .jconfirm-box {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
		  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0px;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
  float: right;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-shadow: none;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {
  -webkit-box-shadow: none;
		  box-shadow: none;
  color: #333;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background: #ddd;
}
.jconfirm.jconfirm-white.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-light.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0px;
}
.jconfirm.jconfirm-black .jconfirm-bg,
.jconfirm.jconfirm-dark .jconfirm-bg {
  background-color: darkslategray;
  opacity: .4;
}
.jconfirm.jconfirm-black .jconfirm-box,
.jconfirm.jconfirm-dark .jconfirm-box {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
		  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  background: #444;
  border-radius: 5px;
  color: white;
}
.jconfirm.jconfirm-black .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0px;
}
.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons {
  float: right;
}
.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button {
  border: none;
  background-image: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-shadow: none;
  -webkit-transition: background .1s;
  transition: background .1s;
  color: white;
}
.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default {
  -webkit-box-shadow: none;
		  box-shadow: none;
  color: #fff;
  background: none;
}
.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default:hover,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background: #666;
}
.jconfirm.jconfirm-black.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-dark.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0px;
}
.jconfirm .jconfirm-box.hilight.jconfirm-hilight-shake {
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
		  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
		  transform: translate3d(0, 0, 0);
}
.jconfirm .jconfirm-box.hilight.jconfirm-hilight-glow {
  -webkit-animation: glow 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
		  animation: glow 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
		  transform: translate3d(0, 0, 0);
}
@-webkit-keyframes shake {
  10%,
  90% {
	-webkit-transform: translate3d(-2px, 0, 0);
			transform: translate3d(-2px, 0, 0);
  }
  20%,
  80% {
	-webkit-transform: translate3d(4px, 0, 0);
			transform: translate3d(4px, 0, 0);
  }
  30%,
  50%,
  70% {
	-webkit-transform: translate3d(-8px, 0, 0);
			transform: translate3d(-8px, 0, 0);
  }
  40%,
  60% {
	-webkit-transform: translate3d(8px, 0, 0);
			transform: translate3d(8px, 0, 0);
  }
}
@keyframes shake {
  10%,
  90% {
	-webkit-transform: translate3d(-2px, 0, 0);
			transform: translate3d(-2px, 0, 0);
  }
  20%,
  80% {
	-webkit-transform: translate3d(4px, 0, 0);
			transform: translate3d(4px, 0, 0);
  }
  30%,
  50%,
  70% {
	-webkit-transform: translate3d(-8px, 0, 0);
			transform: translate3d(-8px, 0, 0);
  }
  40%,
  60% {
	-webkit-transform: translate3d(8px, 0, 0);
			transform: translate3d(8px, 0, 0);
  }
}
@-webkit-keyframes glow {
  0%,
  100% {
	-webkit-box-shadow: 0 0 0px red;
			box-shadow: 0 0 0px red;
  }
  50% {
	-webkit-box-shadow: 0 0 30px red;
			box-shadow: 0 0 30px red;
  }
}
@keyframes glow {
  0%,
  100% {
	-webkit-box-shadow: 0 0 0px red;
			box-shadow: 0 0 0px red;
  }
  50% {
	-webkit-box-shadow: 0 0 30px red;
			box-shadow: 0 0 30px red;
  }
}
/*Transition rules*/
.jconfirm {
  -webkit-perspective: 400px;
		  perspective: 400px;
}
.jconfirm .jconfirm-box {
  opacity: 1;
  -webkit-transition-property: all;
  transition-property: all;
}
.jconfirm .jconfirm-box.jconfirm-animation-top,
.jconfirm .jconfirm-box.jconfirm-animation-left,
.jconfirm .jconfirm-box.jconfirm-animation-right,
.jconfirm .jconfirm-box.jconfirm-animation-bottom,
.jconfirm .jconfirm-box.jconfirm-animation-opacity,
.jconfirm .jconfirm-box.jconfirm-animation-zoom,
.jconfirm .jconfirm-box.jconfirm-animation-scale,
.jconfirm .jconfirm-box.jconfirm-animation-none,
.jconfirm .jconfirm-box.jconfirm-animation-rotate,
.jconfirm .jconfirm-box.jconfirm-animation-rotatex,
.jconfirm .jconfirm-box.jconfirm-animation-rotatey,
.jconfirm .jconfirm-box.jconfirm-animation-scaley,
.jconfirm .jconfirm-box.jconfirm-animation-scalex {
  opacity: 0;
}
.jconfirm .jconfirm-box.jconfirm-animation-rotate {
  -webkit-transform: rotate(90deg);
		  transform: rotate(90deg);
}
.jconfirm .jconfirm-box.jconfirm-animation-rotatex {
  -webkit-transform: rotateX(90deg);
		  transform: rotateX(90deg);
  -webkit-transform-origin: center;
		  transform-origin: center;
}
.jconfirm .jconfirm-box.jconfirm-animation-rotatexr {
  -webkit-transform: rotateX(-90deg);
		  transform: rotateX(-90deg);
  -webkit-transform-origin: center;
		  transform-origin: center;
}
.jconfirm .jconfirm-box.jconfirm-animation-rotatey {
  -webkit-transform: rotatey(90deg);
		  transform: rotatey(90deg);
  -webkit-transform-origin: center;
		  transform-origin: center;
}
.jconfirm .jconfirm-box.jconfirm-animation-rotateyr {
  -webkit-transform: rotatey(-90deg);
		  transform: rotatey(-90deg);
  -webkit-transform-origin: center;
		  transform-origin: center;
}
.jconfirm .jconfirm-box.jconfirm-animation-scaley {
  -webkit-transform: scaley(1.5);
		  transform: scaley(1.5);
  -webkit-transform-origin: center;
		  transform-origin: center;
}
.jconfirm .jconfirm-box.jconfirm-animation-scalex {
  -webkit-transform: scalex(1.5);
		  transform: scalex(1.5);
  -webkit-transform-origin: center;
		  transform-origin: center;
}
.jconfirm .jconfirm-box.jconfirm-animation-top {
  -webkit-transform: translate(0px, -100px);
		  transform: translate(0px, -100px);
}
.jconfirm .jconfirm-box.jconfirm-animation-left {
  -webkit-transform: translate(-100px, 0px);
		  transform: translate(-100px, 0px);
}
.jconfirm .jconfirm-box.jconfirm-animation-right {
  -webkit-transform: translate(100px, 0px);
		  transform: translate(100px, 0px);
}
.jconfirm .jconfirm-box.jconfirm-animation-bottom {
  -webkit-transform: translate(0px, 100px);
		  transform: translate(0px, 100px);
}
.jconfirm .jconfirm-box.jconfirm-animation-zoom {
  -webkit-transform: scale(1.2);
		  transform: scale(1.2);
}
.jconfirm .jconfirm-box.jconfirm-animation-scale {
  -webkit-transform: scale(0.5);
		  transform: scale(0.5);
}
.jconfirm .jconfirm-box.jconfirm-animation-none {
  visibility: hidden;
}
.jconfirm.jconfirm-supervan .jconfirm-bg {
  background-color: rgba(54, 70, 93, 0.95);
  background-color: rgba(6, 6, 6, 0.95);
}
.jconfirm.jconfirm-supervan .jconfirm-box {
  background-color: transparent;
}
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-blue {
  border: none;
}
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-green {
  border: none;
}
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-red {
  border: none;
}
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-orange {
  border: none;
}
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-purple {
  border: none;
}
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-dark {
  border: none;
}
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-closeIcon {
  color: white;
}
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c {
  text-align: center;
  color: white;
  font-size: 28px;
  font-weight: normal;
}
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c > * {
  padding-bottom: 25px;
}
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0px;
}
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content-pane {
  margin-bottom: 25px;
}
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content {
  text-align: center;
  color: white;
  font-size: 15px;
  line-height: 24px;
}
.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons {
  text-align: center;
}
.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons button {
  font-size: 16px;
  border-radius: 2px;
  background: #303f53;
  background: linear-gradient(90deg, #059DFF 0%, #FB5343 100%);
  box-shadow: none;
  color: #fff;
  border-radius: 100px;
  text-shadow: none;
  border: none;
  color: white;
  padding: 10px;
min-width: 140px;
}
.jconfirm.jconfirm-supervan.jconfirm-rtl .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0px;
}
.jconfirm.jconfirm-material .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.67);
}
.jconfirm.jconfirm-material .jconfirm-box {
  background-color: white;
  -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
		  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  padding: 30px 25px 10px 25px;
}
.jconfirm.jconfirm-material .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0px;
}
.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-closeIcon {
  color: rgba(0, 0, 0, 0.87);
}
.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-title-c {
  color: rgba(0, 0, 0, 0.87);
  font-size: 22px;
  font-weight: bold;
}
.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-content {
  color: rgba(0, 0, 0, 0.87);
}
.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons {
  text-align: right;
}
.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button {
  text-transform: uppercase;
  font-weight: 500;
}
.jconfirm.jconfirm-material.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0px;
}
.jconfirm.jconfirm-bootstrap .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.21);
}
.jconfirm.jconfirm-bootstrap .jconfirm-box {
  background-color: white;
  -webkit-box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.2);
		  box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.2);
  border: solid 1px rgba(0, 0, 0, 0.4);
  padding: 15px 0 0;
}
.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0px;
}
.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-closeIcon {
  color: rgba(0, 0, 0, 0.87);
}
.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-title-c {
  color: rgba(0, 0, 0, 0.87);
  font-size: 22px;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
}
.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-content {
  color: rgba(0, 0, 0, 0.87);
  padding: 0px 15px;
}
.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons {
  text-align: right;
  padding: 10px;
  margin: -5px 0 0px;
  border-top: solid 1px #ddd;
  overflow: hidden;
  border-radius: 0 0 4px 4px;
}
.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons button {
  font-weight: 500;
}
.jconfirm.jconfirm-bootstrap.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0px;
}
.jconfirm.jconfirm-modern .jconfirm-bg {
  background-color: slategray;
  opacity: .6;
}
.jconfirm.jconfirm-modern .jconfirm-box {
  background-color: white;
  -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
		  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  padding: 30px 30px 15px;
}
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-closeIcon {
  color: rgba(0, 0, 0, 0.87);
  top: 15px;
  right: 15px;
}
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c {
  color: rgba(0, 0, 0, 0.87);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: scale(0);
		  transform: scale(0);
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
  font-size: 69px;
  color: #aaa;
}
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content {
  text-align: center;
  font-size: 15px;
  color: #777;
  margin-bottom: 25px;
}
.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons {
  text-align: center;
}
.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button {
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: background .1s;
  transition: background .1s;
  padding: 10px 20px;
}
.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button + button {
  margin-left: 4px;
}
.jconfirm.jconfirm-modern.jconfirm-open .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  -webkit-transform: scale(1);
		  transform: scale(1);
}