@charset "utf-8";
body {
	background: #f9fbfc;
}
::selection {
	background: #f9636c;
	color: #fff;
}

::-moz-selection {
 background: #f9636c;
 color: #fff;
}

::-webkit-selection {
 background: #f9636c;
 color: #fff;
}

::-o-selection {
 background: #f9636c;
 color: #fff;
}

::-ms-selection {
 background: #f9636c;
 color: #fff;
}
a:focus {
	color: #f8646d;
	text-decoration: none;
}
/*Common Styles*/

.padding-top50 {
	padding-top: 50px;
}
.padding-bottom50 {
	padding-bottom: 50px;
}
.padding-top100 {
	padding-top: 100px;
}
.padding-bottom100 {
	padding-bottom: 100px;
}
.side-padding {
	padding-left: 3%;
	padding-right: 3%;
}
.border-radius15 {
	border-radius: 25px;
}
.border-radius6 {
	border-radius: 6px;
}
/*Header Section*/

canvas {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
header {
	/*background: rgb(28, 34, 63);
	background: linear-gradient(90deg, rgba(28, 34, 63, 1) 0%, rgba(36, 47, 110, 1) 100%);*/
	padding-bottom: 50px;
	position: relative;
	/*border-top: #1b213c solid 4px;*/
}
@media (max-width:  767px){
	header{
		padding-bottom: 0px;
	}
}
/*header:after {

    width: 100%;

    height: 90px;

    content: "";

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0;

    background: url(../images/Bottom-Curve.svg);

    background-repeat: no-repeat;

    background-size: 100%;

    background-position: bottom center;

}*/

.curved-block {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
}
.banner-section {
	/*background: url(../images/promo-bg.png);*/

	background-size: 48%;
	background-repeat: no-repeat;
	background-position: 20% bottom;
}
.banner-section h2 span {
	background: -webkit-linear-gradient(left, #f9636c, #d17e3b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 5px;
	color: red;
}
a.radium-logo {
	display: block;
	padding: 20px 0;
}
a.radium-logo img {
	width: 25%;
}
nav {
	display: block;
	/*border-bottom: #444446 solid 1px;*/
	padding: 15px 0;
}
ul.navigation-menu, ul.social-media-menu {
	margin: 0;
	padding: 0;
}
ul.navigation-menu li {
	list-style: none;
	display: inline-block;
	padding-right: 25px;
}
ul.social-media-menu li {
	list-style: none;
	display: inline-block;
	text-align: center;
}
ul.navigation-menu li a {
	color: #fff;
	transition: .2s ease-in-out;
}
ul.navigation-menu li a:hover {
	color: #f8646d;
	text-decoration: none;
}
ul.social-media-menu li a {
	display: block;
	border: #8fa2cf solid 1px;
	padding: 0px 4px;
	border-radius: 5px;
	width: 26px;
	color: #8fa2cf;
	transition: .2s ease-in-out;
}
/*ul.social-media-menu li a:hover {
	border: #f8646d solid 1px;
	background: #f8646d;
	color: #fff;
}*/
.banner-section .col-lg-4 img {
	max-width: 100%;
}
.banner-section h2 {
	font-size: 20px;
	display: block;
	padding-top: 0;
	font-weight: 400;
	margin: 0;
	font-style: italic;
}
.banner-section .col-lg-8 img {
	width: 70%;
}
/*Page*/

/*section.page {
	background: url(../images/video-bg.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top center;
}*/
.scroll-bottom {
	width: 32px;
	height: 32px;
	position: absolute;
	text-align: center;
	line-height: 32px;
	background: #1a2033;
	border-radius: 50%;
	left: 50%;
	margin-left: -15px;
	bottom: -12px;
	z-index: 2;
	transform: scale(1);
	transition: .2s ease-in-out;
}
.scroll-bottom:hover {
	transform: scale(1.3);
	background: rgb(249, 99, 108);
	background: linear-gradient(90deg, rgba(249, 99, 108, 1) 0%, rgba(209, 126, 59, 1) 100%);
}
.scroll-bottom a {
	display: block;
	color: #fff;
	font-size: 18px;
}
/*Polkadex Block*/

.polkadex-copy-inner {
	display: block;
}
.polkadex-copy-inner a {
	background: -webkit-linear-gradient(left, #f9636c, #d17e3b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 0px 20px;
	line-height: 34px;
	display: inline-block;
	border-radius: 5px;
	border-color: #f9636c;
	border-width: 1px;
	border-style: solid;
	transition: .2s ease-in-out;
	margin-right: 8px;
}
.validator-btn.active {
	border: #666 solid 1px;
	color: #666;
	background: -webkit-linear-gradient(left, #666, #666);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-decoration: none !important
}
.polkadex-copy-inner p, .polkadot-copy-inner p, .kusama-copy-inner p, .sora-copy-inner p {
	margin-bottom: 25px;
}
.large-cta {
	display: block;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 40px;
	background: rgb(249, 99, 108);
	background: linear-gradient(90deg, rgba(249, 99, 108, 1) 0%, rgba(209, 126, 59, 1) 100%);
	padding: 0;
	color: #fff;
	font-weight: 700;
	line-height: 50px;
	text-decoration: none;
	text-transform: uppercase;
	transition: .2s ease-in-out;
	font-size: 22px;
}
/*.large-cta a {

    background: rgb(249,99,108);

    background: linear-gradient( 90deg, rgba(249,99,108,1) 0%, rgba(209,126,59,1) 100%);

    display: block;

    padding: 0;

    color: #fff;

    font-weight: 700;

    line-height: 50px;

    border-radius: 6px;

    text-decoration: none;

    text-transform: uppercase;

    transition: .2s ease-in-out;

}

.large-cta a:hover {

    background: linear-gradient( 90deg, rgb(218 71 80) 0%, rgb(159 91 35) 100%);

}*/

.large-cta span {
	text-transform: capitalize;
}
.polkadex-block-right {
	background: #343d60;
	padding: 50px 15px;
	text-align: center;
}
.polkadex-block-right img {
	width: auto;
	display: block;
	text-align: center;
	margin: 0px auto;
	max-width: 100%;
}
.polkadex-block-right a {
	background: rgb(249, 99, 108);
	background: linear-gradient(90deg, rgba(249, 99, 108, 1) 0%, rgba(209, 126, 59, 1) 100%);
	display: inline-block;
	padding: 0px 20px;
	margin: 25px auto;
	line-height: 34px;
	border-radius: 6px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	transition: .2s ease-in-out;
	width: 180px;
}
.polkadex-block-right a:hover {
	background: #263238;
}
span.tiny-text {
	display: block;
	font-size: 15px;
	line-height: 16px;
}
span.large-text {
	display: block;
	font-size: 20px;
	line-height: 40px;
	text-transform: uppercase;
}
.mainnet-block {
	width: 180px;
	display: block;
	margin: 0 auto;
}
.circle-block {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: rgb(249, 99, 108);
	background: linear-gradient(90deg, rgba(249, 99, 108, 1) 0%, rgba(209, 126, 59, 1) 100%);
}
span.mainnet-span {
	display: block;
	padding: 0;
	line-height: 30px;
	background: #3f729b;
	border-radius: 5px;
	font-weight: 700;
}
/*Why Radius Block*/

section.why-radius-block {
	background: url(../images/data-bg.png);
	background-size: 75%;
	background-repeat: no-repeat;
	background-position: top center;
}
.why-copy-block {
	background: #343d60;
	padding: 30px;
	min-height: 200px;
}
.why-copy-block h3 {
	margin-top: 0;
}
.why-copy-block ol {
	padding: 0 15px;
}
.why-copy-block ol li a, .why-copy-block ul li a {
	color: #fff;
	transition: .2s ease-in-out;
}
.why-copy-block ol li a:hover, .why-copy-block ul li a:hover {
	color: #f8646d;
	text-decoration: none;
}
.why-copy-block ul {
	margin: 0;
	padding: 0;
}
.why-copy-block ul li {
	list-style: none;
	display: block;
	padding-left: 20px;
	line-height: 24px;
	position: relative;
}
.why-copy-block ul li:before {
	content: "\f105";
	display: inline-block;
	margin-left: 4px;
	position: absolute;
	left: 0;
	font-family: 'FontAwesome';
}
/*Subscribe Styles*/

/*section.subscribe-newsletter {
	position: relative;
	background: url(../images/facts-bg.png);
	background-size: contain;
	background-repeat: no-repeat;
}*/
.subscribe-outer-spacing {
	display: block;
	padding-right: 30%;
	padding-top: 30px;
}
.subscribe-outer-block h3 {
	margin: 0 0 10px;
	font-size: 40px;
	font-weight: 600;
	line-height: 40px;
}
.subscribe-outer-block img {
	width: 100%;
}
.subscribe-outer-block {
	/*background: rgb(249, 99, 108);
	background: linear-gradient(90deg, rgba(249, 99, 108, 1) 0%, rgba(209, 126, 59, 1) 100%);*/
	padding: 50px;
}
.subscribe-submit-block {
	display: block;
}
.subscribe-submit-block input[type="text"] {
	width: 100%;
	background: #fe91aa url(../images/Envelope.svg);
	padding: 8px 10px 8px 30px;
	border: #fff solid 1px;
	border-radius: 5px;
	color: #000101;
	background-size: 8%;
	background-repeat: no-repeat;
	outline: none;
	background-position: 5px center;
}
.subscribe-submit-block button.submit-scubscribe {
	background: #263238;
	width: 100%;
	padding: 9px;
	border: none;
	border-radius: 5px;
	transition: .2s ease-in-out;
}
.subscribe-newsletter h3 {
	margin: 0;
	padding: 15px 15px 15px 0px;
	text-transform: none;
}
.subscribe-submit-block button.submit-scubscribe:hover {
	background: #182227;
}
.subscribe-submit-block iframe {
	width: 100%;
	height: 100%;
	border: none;
}
.modal-body {
	position: relative;
	padding: 0;
	height: 500px;
}
.modal-content {
	margin-top: 20%
}
.close {
	position: absolute;
	background: #e96d58 !important;
	width: 40px;
	height: 40px;
	right: 0px;
	z-index: 999;
	opacity: 1;
	color: #FFF;
	font-size: 50px !important;
	font-weight: 100 !important;
	line-height: 0px !important;
}
.close:focus, .close:hover {
	opacity: 1 !important;
	color: #fff !important
}
.btn:focus {
	outline: 0px !important;
}
/*Subscribe Styles ends*/

/*Footer Styles*/

footer ul {
	margin: 0 0 0px;
	padding: 0;
}
footer ul li {
	list-style: none;
}
footer ul li a {
	color: #fff;
	transition: .2s ease-in-out;
}
footer ul li a:hover {
	color: #f8646d;
	text-decoration: none;
}
/*.disclaimer-block {
	border-top: #444446 solid 1px;
	border-bottom: #444446 solid 1px;
	padding: 20px 0;
}*/
p.copyright-text {
	text-align: center;
	margin: 0;
	line-height: 70px;
}
/*Preloader*/

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url("../images/creative.gif") center no-repeat #fff;
}
 @-webkit-keyframes animate-preloader {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
 @keyframes animate-preloader {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
/*Calculator Section*/

.side-calculator {
	background: #343d60;
	padding-top: 30px;
}
.side-calculator-inner {
	padding: 0px 40px 5px;
}
.calculator-input-outer {
	position: relative;
}
.calculator-tiny-head {
	display: block;
	margin-top: 15px;
	font-size: 14px;
	line-height: 20px;
}
.calculator-input-outer input[type="text"] {
	width: 100%;
	background: no-repeat;
	border: none;
	color: #eb7c2e;
	font-size: 38px;
	outline: none;
	margin-bottom: 15px;
	margin-top: 0;
}
.calculator-tiny-head {
	display: inline-block;
	margin-top: 15px;
	font-size: 14px;
	line-height: 20px;
	position: relative;
}
.caclulator-tiny-blocks {
	display: block;
	padding: 15px 0;
	color: #9f9f9f;
}
.caclulator-tiny-blocks-border {
	border-bottom: #606062 solid 1px;
}
.ui-widget.ui-widget-content {
	border: none;
	cursor: pointer;
}
.ui-slider-horizontal {
	height: 2px;
	background: #1b213c;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	border: none;
	background: rgb(249, 99, 108);
	background: linear-gradient(90deg, rgba(249, 99, 108, 1) 0%, rgba(209, 126, 59, 1) 100%);
	font-weight: normal;
	color: #454545;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 10px;
	height: 10px;
	cursor: pointer;
	-ms-touch-action: none;
	touch-action: none;
	border-radius: 50%;
	outline: none;
	margin-left: 0px;
}
.side-calculator h3 {
	margin: 0;
	font-size: 20px;
	padding: 10px 0;
	font-weight: 700;
}
.ui-slider-horizontal .ui-slider-range-min {
	background: rgb(249, 99, 108);
	background: linear-gradient(90deg, rgba(249, 99, 108, 1) 0%, rgba(209, 126, 59, 1) 100%);
}
span.earn-count {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	padding: 0px 6px;
}
.caclulator-range-outer {
	position: relative;
	display: block;
}
.range-value-percentage {
	display: inline-block;
	background: #48527a;
	padding: 4px 10px;
	border-radius: 8px;
	color: #fff;
	font-weight: 600;
	margin-top: 8px;
	border: #48527a solid 1px;
	width: 55px;
	text-align: center;
	outline: none;
}
.range-value-percentage:focus {
	border: #eb7c2e solid 1px;
}
.side-calculator-inner span img {
	width: 18px;
}
.calculator-input-outer span {
	position: absolute;
	top: 16px;
	right: 0;
}
 .calculator-input-outer input:focus-visible {
 outline-color: #666;
 outline-style: solid;
 outline-width: 1px;
}
#calc-expand {
	transition: all 250ms ease-out;
	/*overflow: hidden;*/

	display: block;
	opacity: 0;
}
.hide-content {
	height: 0;
}
.show-content {
	height: 205px;
	opacity: 1 !important;
}
button#mode {
	background: transparent;
	border: none;
	color: #FFF;
	font-size: 13px;
	font-weight: 100;
}
.side-calculator h3 img {
	width: 25px;
	margin-right: 5px;
}
div#view-hide-arrows {
	text-align: center;
	padding-top: 20px;
}
.show-arrow.hide-arrow:before {
	content: "\f102";
}
.show-arrow:before {
	content: "\f103";
}
.hide-arrow:before, .show-arrow:before {
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	bottom: -25px;
	background: #343d60;
	color: #fff;
	font-size: 32px;
	border-radius: 0 0 30px 30px;
	padding: 0 10px 0;
	margin: 0 auto;
	display: block;
	transform: translate(-50%, 0);
	left: 50%;
}
.icon-box {
	position: absolute;
	right: -28px;
	top: 0;
}
.icon {
	height: 24px;
	width: 24px;
	position: relative;
	cursor: pointer;
}
.icon svg {
	transition: 0.3s ease;
}
.icon:hover .tool-tip {
	display: block;
}
/*.icon__danger:hover svg {

  fill: #D30423;

}*/



.tool-tip {
	align-content: normal;
	padding: 0;
	position: absolute;
	width: auto;
	white-space: nowrap;
	word-wrap: no-wrap;
	border-radius: 5px;
	top: -110px;
	right: -210px;
	transform: translate(-50%);
	transform-style: preserve-3d;
	z-index: 200;
	font-size: 0.9em;
	display: none;
}
.tool-tip.tooltip__dang img {
	width: 500px;
	max-width: none;
}
.calculator-input-outer span, .caclulator-range-outer span {
	display: inline-block;
	cursor: pointer;
}
.side-calculator-inner input {
	margin-left: 2px;
}
table#main {
	border-radius: 8px;
	/*background: rgb(249,99,108);

    background: linear-gradient(90deg, rgba(36,47,110,1) 0%, rgba(36,47,110,1) 100%);*/

	background: #28304f;
	overflow: hidden;
}
table#main td {
	/*padding: 5px 0px;*/

	line-height: normal;
	font-size: 13px;
	font-weight: bold;
}
table#main td.valueLargeFont {
	font-size: 18px;
	color: #d17e3f;
}
table.tableHeadValue td {
	padding: 5px 15px;
}
table#main table#mainhead {
	background: #28304f;
	color: #FFF;
	border-top: #50598b solid 1px;/*border-right: #50598b solid 1px;*/
}
.right-border {
	border-right: #50598b solid 1px;
}
table#main > tbody > tr > td {
	padding: 0;
}
#mainbody thead {
	background: #f86427;
	color: #FFF;
}
#mainbody thead td {
	font-weight: 600;
	background: #666e9a;
	color: #242f6e;
	padding: 5px 15px;
}
/*#mainbody tbody tr:nth-child(2n+1) {

    background: rgba(255, 255, 255, 0.2);

}*/

#mainbody tbody td {
	text-align: right;
}
#mainbody tbody td:first-child {
	text-align: left;
}
#main a {
	text-decoration: underline;
	color: #FFF;
}
table#main table.noBorederRight {
	border-right: none;
}
table#main h3 {
	margin: 0;
	font-size: 18px;
	padding: 10px 0;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
}
table#mainbodyInner td, table#mainbody td {
	padding: 0px 15px;
}
table#mainbodyInner thead td, table#mainbody thead td {
	color: #242f6e;
	font-weight: bold;
	padding: 5px 15px;
	border: none;
	background: #666e9a;
	line-height: 16px;
}
table#mainbodyInner thead {
	background: #666e9a;
}
table#mainbodyInner tbody td, table#mainbody tbody td {
	font-weight: normal;
	line-height: 26px;
	color: #8690c8;
}
table.footerLinkCopy {
	border-top: #50598b solid 1px;
	text-align: center;
	width: 100%;
}
table.footerLinkCopy td {
	padding: 5px 15px;
	font-weight: normal !important;
	font-size: 12px !important;
	color: #919bd4;
}
table.footerLinkCopy td a {
	color: #919bd4 !important;
}
tr.youShare td {
	color: #fff !important;
	border-top: #50598b solid 1px;
	border-bottom: #50598b solid 1px;
}
tr.totalPDEX td {
	color: #fff !important;
	font-weight: bold !important;
	font-size: 14px !important;
}
tr.youShare td span {
	border: #d17e3f solid 2px;
	padding: 3px 5px;
	margin: 5px 0;
	display: inline-block;
	line-height: 16px;
}
tr.totalPDEX {
	background: #1b223e;
}
.tool-tip:before {
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	transform-origin: 50% 50%;
	transform: rotate(45deg) translateX(-50%) translateZ(-1px);
	background-color: none;
	top: 45%;
	right: -8px;
	z-index: -1;
	box-shadow: 1px 1px 20px rgb(0 0 0 / 10%);
}
.tool-tip:after {
	content: "";
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	transform-origin: 50% 50%;
	transform: rotate(45deg) translateX(-50%);
	background-color: #28304f;
	top: 45%;
	right: -8px;
	z-index: 400;
}
span.network-rewards {
	font-size: 12px;
	margin-right: 8px;
	color: #9f9f9f;
	font-style: italic;
}
/*=======status box style start=========*/


.board .nav-tabs {
	position: relative;
	margin: 0px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #d17e3b;
}
p.narrow {
	margin: 0px auto;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #555555;
	cursor: default;
	border: 0;
	border-bottom-color: transparent;
	background: none !important
}
span.round-tabs {
	width: 60px;
	height: 60px;
	display: inline-block;
	border-radius: 100px;
	z-index: 2;
	text-align: center;
	font-size: 25px;
	background: #fff;
	border: 4px solid #ffffff;
}
span.round-tabs img {
	width: 50px;
	height: 50px;
	display: inline-block;
	border-radius: 100px;
}
li.active span.round-tabs.one, li.active span.round-tabs.two {
	border: 4px solid #f7646a
}
span.round-tabs.three {
	color: #3e5e9a;
	border: 2px solid #3e5e9a;
}
li.active span.round-tabs.three {
	border: 2px solid #ddd;
	color: #3e5e9a;
}
span.round-tabs.four {
	color: #f1685e;
	border: 2px solid #f1685e;
}
li.active span.round-tabs.four {
	border: 2px solid #ddd;
	color: #f1685e;
}
span.round-tabs.five {
	color: #999;
	border: 2px solid #999;
}
li.active span.round-tabs.five {
	background: #fff !important;
	border: 2px solid #ddd;
	color: #999;
}
.nav-tabs > li.active > a span.round-tabs {
	background: #fafafa;
}
.nav-tabs > li {
	width: 12%;
}
.nav-tabs > li.active:after {
	content: " ";
	position: absolute;
	left: 38%;
	opacity: 1;
	margin: 0 auto;
	bottom: 0px;
	border: 10px solid transparent;
	border-bottom-color: #fff;
}
.nav-tabs > li a {
	width: 70px;
	height: 70px;
	margin: 20px auto;
	border-radius: 100%;
	padding: 0;
	border: none;
}
.nav-tabs > li a:focus {
	background-color: transparent;
	outline: none;
}
.nav-tabs > li a:hover {
	background: transparent;
	border: none;
}
.tab-pane {
	position: relative;
	text-transform: none;
	font-weight: normal;
	font-size: 13px;
}
.tab-pane ul {
	padding-left: 0;
	list-style-type: none;
	text-align: left;
}
.tab-pane ul li {
	border-bottom: 1px solid #fff;
}
.tab-pane ul li .code {
	width: 90%;
}
.tab-pane .alert.status-box a {
	color: #fff;
	padding-right: 10px;
	display: flex;
}
.tab-pane .alert.status-box a:hover {
	color: #fff;
	text-decoration: none;
}
.tab-pane ul li .copy {
	width: 10%;
	text-align: right;
}
.alert.status-box button {
	background: #f8646a;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 30px
}
.tab-content .head {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.btn-outline-rounded {
	padding: 10px 40px;
	margin: 20px 0;
	border: 2px solid transparent;
	border-radius: 25px;
}
.btn.green {
	background-color: #5cb85c;
	color: #ffffff;
}
.tab-pane .alert.status-box:last-child {
	border: none;
}
.alert.status-box {
	border-bottom: 1px solid #fff;
	border-radius: 0;
	box-shadow: none;
	line-height: 24px;
	padding: 8px 0;
}
.status-box .outer-wrapper {
	display: table;
	height: auto;
	float: left;
}
.status-box .outer-wrapper .inner-wrapper {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
}
.status-box .outer-wrapper .inner-wrapper span {
	margin: 0 auto;
	margin-top: 12px;
}
.uk-text-primary {
	color: #3bd671 !important;
}
.dot {
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 50%;
	color: #3bd671;
	background: #3bd671;
	position: relative;
	-ms-transform: none;
	transform: none;
}
.dot:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: #3bd671;
	animation: pulse 2s infinite;
	opacity: 1;
	border-radius: 50%;
	top: 0;
	left: 0;
}
 @keyframes pulse {
 0% {
 opacity: 0.5
}
 70% {
 opacity: 0;
 transform: scale(2.5)
}
 100% {
 opacity: 0
}
}

@media(min-width : 1200px) {
.tab-pane ul li {
	border-bottom: 1px solid #fff;
	display: flex;
}
}

@media(min-width : 992px) {
.board {
	margin-top: 0px;
}
.tab-pane .alert.status-box p {
	width: 100%;
}
.tab-pane .alert.status-box a {
	float: left;
	width: 28%;
}
.tab-content .content-outer {
	display: table;
	height: auto;
	float: left;
	min-height: 250px;
	padding-right: 30px;
}
.tab-content .content-inner {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}
}

@media(min-width : 768px) {
.board-inner,  .tab-content {
	padding: 0 0px;
	margin-bottom: 30px;
}
.polkadex-copy-inner a:hover,  .polkadot-copy-inner a:hover,  .kusama-copy-inner a:hover,  .sura-copy-inner a:hover {
	border: #666 solid 1px;
	color: #666;
	background: -webkit-linear-gradient(left, #666, #666);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-decoration: none !important
}
}

@media(max-width : 991px) {
.subscribe-newsletter h3 {
	font-size: 20px;
}
.polkadex-block-right {
	margin-top: 30px;
}
}

@media(max-width : 767px) {
.alert.status-box {
	font-size: 14px;
}
.alert.status-box button {
	width: 20px;
	height: 20px;
	line-height: 23px;
}
/*    .board-inner,
    .tab-content,
    .alert.status-box {
        padding: 0 !important;
    }
*/
.subscribe-newsletter h3 {
	text-align: left;
	font-size: 18px;
}
.subscribe-submit-block {
	text-align: center;
	padding: 0 0 15px;
}
.subscribe-submit-block button.submit-scubscribe {
	max-width: 200px;
}
.subscribe-newsletter h3 {
	margin: 0;
	padding: 0px !important;
	text-transform: none;
	font-size: 37px !important;
}
body .subscribe-newsletter p {
	text-align: center !important
}
}

@media(max-width : 585px) {
.nav-tabs > li {
	width: 50%;
}
.board {
	height: auto !important;
}
span.round-tabs {
	font-size: 16px;
	width: 50px;
	height: 50px;
	line-height: 50px;
}
span.round-tabs img {
	width: 40px;
	height: 40px;
	position: relative;
	top: -5px;
}
.tab-content .head {
	font-size: 20px;
}
.nav-tabs > li a {
	width: 50px;
	height: 50px;
	line-height: 50px;
}
.nav-tabs > li.active:after {
	content: " ";
	position: absolute;
	left: 40%;
}
.btn-outline-rounded {
	padding: 12px 20px;
}
.alert.status-box {
	font-size: 12px;
}
.polkadot-copy-inner,  .kusama-copy-inner, .sora-copy-inner {
	padding: 0 !important;
}
.polkadot-copy-inner a,  .kusama-copy-inner a, .sora-copy-inner a {
	margin-bottom: 20px;
}
}
/*=======Status box style End=========*/



/*Subscribe popup Styles starts*/

/*section.subscribe-newsletter {
	position: relative;
	background: url(../images/facts-bg.png);
	background-size: contain;
	background-repeat: no-repeat;
}*/
.subscribe-outer-spacing {
	display: block;
	padding-right: 30%;
}
.subscribe-outer-block h3 {
	margin: 0 0 0px;
	font-size: 40px;
	font-weight: 600;
	line-height: 40px;
}
.subscribe-outer-block img {
	width: 100%;
}
.subscribe-outer-block {
	/*background: rgb(249, 99, 108);
	background: linear-gradient(90deg, rgba(249, 99, 108, 1) 0%, rgba(209, 126, 59, 1) 100%);*/
	padding: 50px;
}
.subscribe-submit-block {
	display: block;
	margin-top: 15px;
}
.subscribe-submit-block input[type="text"] {
	width: 100%;
	background: #fe91aa url(../images/Envelope.svg);
	padding: 8px 10px 8px 30px;
	border: #fff solid 1px;
	border-radius: 5px;
	color: #000101;
	background-size: 8%;
	background-repeat: no-repeat;
	outline: none;
	background-position: 5px center;
}
.subscribe-submit-block button.submit-scubscribe:hover {
	background: #182227;
}
.subscribe-submit-block iframe {
	width: 100%;
	height: 100%;
	border: none;
}
.modal-body {
	position: relative;
	padding: 0;
	height: 500px;
}
.modal-content {
	margin-top: 20%;
	background: transparent !important
}
.close {
	position: absolute;
	background: #e96d58 !important;
	width: 40px;
	height: 40px;
	right: 0px;
	z-index: 999;
	opacity: 1;
	color: #FFF;
	font-size: 50px !important;
	font-weight: 100 !important;
	line-height: 0px !important;
}
.close:focus, .close:hover {
	opacity: 1 !important;
	color: #fff !important
}
.btn:focus {
	outline: 0px !important;
}
/*Subscribe popup Styles ends*/



/*privacy-policy*/

.privacy-policy ol, .terms-services ol {
	counter-reset: item;
}
.privacy-policy ol li, .terms-services ol li {
	display: block;
	position: relative;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 14px
}
.privacy-policy ol li ol li, .privacy-policy ol li ol li ol li, .privacy-policy p, .terms-services ol li ol li, .terms-services ol li ol li ol li, .terms-services p {
	font-weight: 100;
	font-size: 13px;
	margin-bottom: 3px
}
.privacy-policy ol li:before, .terms-services ol li:before {
	content: counters(item, ".")".";
	counter-increment: item;
	position: absolute;
	margin-right: 100%;
	right: 10px;/* space between number and text */
}
.privacy-policy a, .terms-services a, .cookies-policy a {
	color: #7eb7e7;
	text-decoration: none
}
.privacy-policy a:hover, .terms-services a:hover, .cookies-policy a:hover {
	color: #f8646d
}
.inner-pages header {
	padding-bottom: 60px
}
.inner-pages .curved-block img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	max-width: 100%;
	min-width: 100%;
	width: 100%;
}

@media(max-width:999px) {
.large-cta1 span {
	display: block;
}
}
.large-cta1 {
	padding: 0px 20px;
}
.large-cta1 span a {
	color: #fff !important;
	text-decoration: none;
}
.large-cta1 span a:hover {
	opacity: .6;
}
.titletip {
	position: relative;
	display: inline-block;
}
.titletip .textTop {
	visibility: hidden;
	min-width: 200px;
	max-width: 200px;
	background-color: #353c58;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 5px;
	position: absolute;
	z-index: 1;
	bottom: 80%;
	left: 50%;
	margin-left: -100px;
	opacity: 0;
	transition: opacity 0.3s;
	font-size: 13px;
	line-height: 25px;
}
.titletip .textTop::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}
.titletip:hover .textTop, .titletip:hover .textBottom {
	visibility: visible;
	opacity: 1;
}
/*index-alert-box */
.alert {
	margin: 0px;
	padding: 8px 12px;
}
.alert .close {
	top: 6px;
	height: 20px;
	background: none !important;
	font-size: 25px !important;
	right: -25px !important;
}
.alert p {
	word-wrap: break-word;
}
.alert div {
	align-items: center;
}
.polka-icon, .status-table-icon {
	width: 9%;
	float: left
}
.polka-code, .status-table-code {
	width: 90%;
	float: left
}
.polka-copy, .status-table-copy {
	width: 10%;
	float: left;
	text-align: right
}
.alert.status-box .status-code .inner-wrapper, .alert.status-box .status-site .inner-wrapper {
	text-align: left;
}

@media (max-width:480px) {
.mainnet-block,  .polkadex-block-right a,  .copy-bottom-block {
	width: 150px;
}
.copy-bottom-block {
	margin: 0 auto;
}
span.large-text {
	font-size: 16px;
	line-height: 24px;
}
.validator-status-table {
	max-height: 202px !important;
}
}

@media (max-width:320px) {
header .polka-icon, header.status-table-icon {
	width: 7% !important;
	float: left;
	display: block;
}
header .polka-code, header .status-table-code {
	width: 90% !important;
	float: left;
	display: flex;
	align-items: center;
}
.polka-icon, .status-table-icon {
	width: 17% !important;
	float: left;
	display: block;
}
.polka-code, .status-table-code {
	width: 62% !important;
	float: left;
	display: flex;
	align-items: center;
}
}

@media (min-width:999px) {
.alert.status-box {
	display: flex;
}
.status-site {
	width: 20%;
	float: left
}
.status-icon {
	width: 10%;
	float: left
}
.status-code {
	width: 60%;
	float: left
}
.status-copy {
	width: 10%;
	float: left;
	text-align: right
}
.polka-code, .status-table-code {
	width: 90%;
	float: left;
	display: flex;
	align-items: center;
}
/*
	#polkadex-validator-table  .status-box-even #copied_tip,
	#polkadot-validator-table .status-box #copied_tip,
	#kusama-validator-table .status-box #copied_tip,
	#polkadex-validator-table  .status-box:last-child #copied_tip
	{    bottom: 10px !important;
	}
	#polkadex-validator-table .status-box-odd #copied_tip
	
	{  bottom: 60px !important; 
	   right: 210px;
	}
	
	#polkadex-validator-table .status-box:nth-last-child(2) #copied_tip

	{  bottom: 60px !important; 
	   right: 210px;
	}
*/



.mob-space-p0 {
	padding: 0px
}
}

@media (max-width:998px) {
header .polka-icon,  header .status-icon, header.status-table-icon {
	width: 7%;
	float: left;
	display: block;
	margin: 0 5px
}
header .polka-code,  header .mob-div, header .status-table-code {
	width: 100%;
	float: left;
	display: flex;
}
.polka-icon,  .status-icon, .status-table-icon {
	width: 12%;
	float: left;
	display: block;
	margin: 0 5px
}
.polka-code,  .mob-div, .status-table-code {
	width: 70%;
	float: left;
	display: block;
}
.polka-copy,  .status-copy, .status-table-copy {
	width: 10%;
	float: left;
	display: block;
}
.board-inner {
	margin-bottom: 50px
}
.subscribe-newsletter h3 {
	margin: 0;
	padding: 0px !important;
	text-transform: none;
	font-size: 37px !important;
}
body .subscribe-newsletter p {
	text-align: center !important
}
}
.why-copy-block ul li a:hover, .why-copy-block ol li a:hover {
	font-weight: 600 !important
}
.copy-button:hover {
	color: #d7ecf7;
	text-decoration: none;
}
.copy-button:active {
	background: #3bd671 !important
}
.tip {
	background-color: #263646;
	padding: 0px 60px 0px 20px;
	line-height: 27px;
	position: absolute;
	border-radius: 4px;
	z-index: 100;
	color: #fff;
	font-size: 12px;
	animation-name: tip;
	animation-duration: .6s;
	animation-fill-mode: both
}
.tip:before {
	content: "";
	background-color: #263646;
	height: 10px;
	width: 10px;
	display: block;
	position: absolute;
	transform: rotate(45deg);
	top: -4px;
	left: 5px;
}
#copied_tip {
	animation-name: come_and_leave;
	animation-duration: 1s;
	animation-fill-mode: both;
	bottom: -15px;
	right: 100px;
	position: absolute;
	width: 80px
}
.validator-status-table .tip:before {
	content: "";
	background-color: #263646;
	height: 10px;
	width: 10px;
	display: block;
	position: absolute;
	transform: rotate(45deg);
	top: 6px;
	left: -4px;
}
.validator-status-table #copied_tip {
	animation-name: come_and_leave;
	animation-duration: 1s;
	animation-fill-mode: both;
	bottom: 25px;
	right: 130px;
	position: relative;
	width: 75px;
}
.alert button {
	background: #7fa4b7;
	border: 0px;
	border-radius: 50px;
	width: 35px;
	height: 35px;
	font-size: 13px;
	color: #FFF;
	min-width: 35px !important;
	min-height: 35px !important;
	line-height: 25px
}

@media(max-width:999px) {
#copied_tip {
	animation-name: come_and_leave;
	animation-duration: 1s;
	animation-fill-mode: both;
	bottom: -20px;
}
.validator-status-table .alert.status-box {
	padding: 9px 25px;
}
}
.disclaimer-block p {
	text-align: justify
}

@media(max-width:320px) {
.subscribe-outer-block {
	padding: 20px;
}
.subscribe-outer-block h3 {
	font-size: 35px;
	font-weight: 600;
	line-height: 36px;
}
body .alert p span {
	line-height: 17px !important;
	font-size: 12px !important;
}
body .alert button {
	margin-left: 5px !important
}
.polkadex-copy-inner {
	display: block;
	padding: 60px 20px 0 0;
}
a.radium-logo img {
	width: 95%;
}
.social-media-menu,  .navigation-menu {
	text-align: center !important
}
ul.navigation-menu li {
	list-style: none;
	display: inline-block;
	padding: 10px;
	text-align: center;
}
body p.copyright-text {
	line-height: 21px !important;
	margin-top: 40px !important;
}
.polkadex-copy-inner a {
	padding: 0px 15px;
	margin-bottom: 30px;
}
}



/*validator*/

/* width */
.validator-status-table::-webkit-scrollbar {
 width: 10px;
}

/* Track */
.validator-status-table::-webkit-scrollbar-track {
 box-shadow: inset 0 0 3px #1f2641;
 border-radius: 5px;
}

/* Handle */
.validator-status-table::-webkit-scrollbar-thumb {
 background: #111520;
 border-top-right-radius: 20px;
 border-bottom-right-radius: 20px;
}

/* Handle on hover */
.validator-status-table::-webkit-scrollbar-thumb:hover {
 background: #f9636c;
}
#polkadex-validator-tabl, #polkadot-validator-table, #kusama-validator-table {
	display: none;
}
.clear-spacing {
	margin: 0px !important;
	padding: 0px !important
}
.validator-btn {
	background: -webkit-linear-gradient(left, #f9636c, #d17e3b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 0px 20px;
	line-height: 34px;
	display: inline-block;
	border-radius: 5px;
	border-color: #f9636c;
	border-width: 1px;
	border-style: solid;
	transition: .2s ease-in-out;
	margin-right: 8px;
}
.board .nav-tabs > li.active:after {
	bottom: -20px;
	border: 10px solid transparent;
	border-top-color: rgba(209, 126, 59, 1) !important;
}
.validator-status-table {
	background: #3e466e94 !important;
	line-height: 21px;
	overflow: auto;
	max-height: 102px;
	min-height: 50px;
	height: auto;
	display: none;
	border-radius: 20px !important;
	margin-top: 30px;
}
.polkadot-copy-inner, .kusama-copy-inner, .sora-copy-inner {
	display: block;
}
.polkadot-copy-inner a, .kusama-copy-inner a, .sora-copy-inner a {
	background: -webkit-linear-gradient(left, #f9636c, #d17e3b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 0px 20px;
	line-height: 34px;
	display: inline-block;
	border-radius: 5px;
	border-color: #f9636c;
	border-width: 1px;
	border-style: solid;
	transition: .2s ease-in-out;
	margin-right: 8px;
}
header .alert {
}
header .polka-code {
	display: block;
	width: 100%
}
.validator-status-table .alert.status-box {
	border: 0px;
	padding: 5px 5px 5px 20px
}
.validator-status-table .alert.status-box:nth-child(even) {
	background: #3b4774a1 !important;
}
.polkadex-space {
	padding: 25px 60px 0px 0px;
}
.polkadot-space {
	padding: 55px 60px 0 0;
}
.kusama-space {
	padding: 55px 60px 0 0;
}
.marquee {
	width: 100%;
}
ul.marquee li {
	display: inline-block;
	margin: 0px 20px
}
.logo-set img {
	width: 60px!important;
	margin: 10px 0px
}
.logo-set {
	margin: 50px 0px
}
/*NAAS STYLES*/
.inner-pages.naas header {
	padding-bottom: 0;
}
.inner-pages.naas h3 {
	text-align: center;
	padding-bottom: 25px;
}
.inner-pages.naas header img {
	max-width: 90%;
}
.naas-banner {
	text-align: center;
}
.naas-description {
	font-size: 13px;
	line-height: 150%;
}
.naas-description ul {
	font-size: 13px;
	line-height: 200%;
}
.naas-description ul li {
	text-align: left
}
.whocanuse {
}
.whocanuse h3 {
	margin: 0;
	padding: 0;
}
.subscribe-submit-block.naas-contact input {
	background-image: none;
	padding-left: 10px;
}
.subscribe-submit-block.naas-contact td {
	padding: 10px;
}
.subscribe-submit-block.naas-contact td:first-child {
	text-align: right;
}
.subscribe-submit-block select, .subscribe-submit-block input[type='email'] {
	width: 100%;
	padding: 8px 10px 8px 10px;
	border: #fff solid 1px;
	border-radius: 5px;
	color: #000101;
	background: #fe91aa;
	outline: none;
}
.subscribe-submit-block input[type="submit"] {
	background: #263238;
	width: 100%;
	padding: 9px;
	border: none;
	border-radius: 5px;
	transition: .2s ease-in-out;
}
.comingsoon {
	text-align: center;
}
.comingsoon img {
	max-width: 100%;
	margin: 0px 0;
}
.comingsoon h2 {
	color: #49b8e3;
}
footer h4 {
	line-height: 150%;
}

@media(max-width:767px) {
form#contactform td {
	display: block;
	text-align: left;
	padding: 5px 0 0;
}
.subscribe-submit-block.naas-contact input, .subscribe-submit-block.naas-contact select {
	padding-left: 10px;
	margin-bottom: 20px!Important;
	height: 45px;
}
form#contactform {
	margin: 0 -15px;
}
.inner-pages.naas h3 {
	font-size: 20px
}
}
#captcha {
	min-height: 60px;
}
#captcha .title {
	text-align: center;
	border-bottom: 2px solid #eee;
	margin-bottom: 30px;
	padding: 30px 0;
}
#captcha .captcha-from {
	max-width: 70%;
	margin: 0 auto;
}
#captcha .captcha-from label {
	font-weight: normal;
}
#captcha .form-control {
	border-radius: 0;
}
#captcha .input-group-addon {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
#captcha .captcha-group div {
	display: inline-block;
}
#captcha .captcha-code .code {
	width: 65%;
	height: 50px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	border: 1px solid #CCC;
	float: left
}
#captcha .captcha-code {
	float: left;
	width: 60%
}
#captcha .captcha-input {
	float: left
}
#captcha .captcha-code .code .dynamic-code {
	text-shadow: 4px 4px 5px rgba(150, 150, 150, 1);
	color: #2d2d2d;
	text-align: center;
	font-size: 28px;
	font-weight: 900;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;           /* Non-prefixed version, currently */
	cursor: help;
	padding: 13px;
	background: white;
	display: grid;
}
#captcha table td {
	padding: 0px
}
#captcha .captcha-code .code .dynamic-code:first-letter {
	font-size: 48px;
}
#captcha .captcha-code .captcha-reload {
	cursor: pointer;
	font-size: 36px;
	font-weight: bold;
	margin: 10px 25px;
	max-width: 36px;
	float: left;
}
#captcha .captcha-code .captcha-reload {
	color: #000000;
}
#captcha .captcha-code .captcha-reload:hover {
	color: #fffb83;
}
#captcha #captcha-input {
	max-width: 166px;
	height: 50px;
	border-radius: 5px;
	float: left;
}
#captcha .btn {
	border-radius: 0;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #141414 !important;
 opacity:0.8;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #141414!important;
 opacity:0.8;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #141414 !important;
 opacity:0.8;
}

@media(max-width:768px) {
#captcha .captcha-code {
	float: left;
	width: 100%;
}
#captcha .captcha-input {
	max-width: 100%;
	height: 50px;
	border-radius: 5px;
	float: left;
	margin: 10px 0px;
	width: 100%
}
#captcha #captcha-input {
	max-width: 100%
}
}

@media(min-width:767px) {
.inner-pages.naas .subscribe-outer-block img {
	width: 100%;
	margin-top: 25%;
}
}
/*NAAS STYLES*/




/*snapshots*/
.snapshots .white-btn {
  background: #fff;
  display: inline-block;
  padding: 0px 20px;
  margin: 15px auto 10px;
  line-height: 34px;
  border-radius: 5px;
  color: #444 !important;
  font-weight: 700;
  text-decoration: none;
  transition: .2s ease-in-out;
  width: 180px;
}
.snapshots .card {
  background: #fff;
  border-radius: 30px;
  padding: 15px;
  line-height: 20px;
  margin: 10px;
}
snapshots .card img {
  width: 100px
}
.snapshots .card a {
  color: #444;
  text-decoration: underline;
  font-weight: 800;
  text-decoration: none;
}
.snapshots h3 {
  font-weight: 800;
  margin-top: 10px
}
.snapshots .terms-services p {
  font-weight: 600;
  font-size: 15px
}
.padding-top25 {
  padding-top: 10px
}
.box {
  position: relative;
}
.ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 93px;
  height: 93px;
  text-align: right;
}
.ribbon span {
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 32px;
  transform: rotate(45deg);
  width: 125px;
  display: block;
  background: #79a70a;
  background: linear-gradient(#9bc90d 0%, #79a70a 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 17px;
  // change this, if no border right: -29px;
  // change this, if no border
}
.ribbon span::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.ribbon span::after {
  content: '';
  position: absolute;
  right: 0%;
  top: 100%;
  z-index: -1;
  border-right: 3px solid #79A70A;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.red span {
  background: linear-gradient(#f70505 0%, #8f0808 100%);
}
.red span::before {
  border-left-color: #8f0808;
  border-top-color: #8f0808;
}
.red span::after {
  border-right-color: #8f0808;
  border-top-color: #8f0808;
}

/*nodes*/
.nodes .table {
	width: 100%;
	text-align: left;
	font-size: 1em;
	margin: 0 0 1.25rem 0;
	border-radius: 20px;
	background-color: white !important;
	box-shadow: rgb(0 0 0 / 3%) 0 0 54px;
}
.nodes .table, .nodes .table tr, .nodes .table td {
	color: #333;
	padding-left: 30px !important;
	font-weight: 700;
	word-wrap: break-word;
	table-layout: fixed;
}
.first {
	border-top-left-radius: 20px;
}
.last {
	border-bottom-left-radius: 20px;
}
.nodes .table tr:last-child{
	border-bottom-color: #fff;
}
.nodes .table tr td:first-child {
	/*background: #EBEBEB;*/
	background: #fff;
	border-right: 1px solid #dee2e6;
}
/*.nodes .table tr:first-child td {
	border: 0px
}*/
.nodes .highlighter-rouge p.highlight {
    background: #212733;
    color: #f8f8f2;
    padding: 1.5625rem;
    height: 140px;
}
.nodes .snapshots-inner .table a {
	color: #57ace3 !important;
	text-decoration: underline !important;
}
.nodes .snapshots-inner .highlighter-rouge p {
	overflow: auto;
	border-left: 8px solid #3c4654;
	margin: 0 0 1.25rem 0;
	-webkit-overflow-scrolling: touch;
	width: 75% !important;
}
.nodes .snapshots-inner .copy-button {
float: right;
    background: #f8646a;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 30px;
    position: relative;
    right: 30%;
    bottom: 0%;
    top: 10%;
}
.nodes .highlighter-rouge p code {
    white-space: inherit;
    display: block;
    height: 80px;
    width: 140%;
    background: none!important;
    color: #fff;

}
.nodes .snapshots-inner a {
	color: #fff
}
.nodes .snapshots-inner h3, .nodes .snapshots-inner h1 {
	font-weight: 800
}
.nodes .snapshots-inner p {
	font-weight: 600;
	font-size: 15px
}
.nodes .snapshots-inner #p3 {
	height: 40px
}
.nodes .snapshots-inner #p3 button {
	top: -100%
}

@media(max-width:768px) {
.nodes .snapshots-inner .highlighter-rouge p {
width: 100% !important;
    height: 130px !important;
}
.nodes .snapshots-inner .copy-button {
position: relative;
    left: 0%;
    top: 20%;
    float: left;
}
.nodes .snapshots-inner #p3 {
	height: 60px;
}
.nodes .snapshots-inner #p3 button {
	top: -25%;
}
.nodes .snapshots-inner .highlighter-rouge p code {
white-space: inherit !important;
    display: block;
    height: 130px;
    width: 300%;
}
}



.toggle-button {
  -webkit-appearance: none;
  outline: none;
  width: 200px;
  height: 100px;
  background-color: #212121;
  border-radius: 50px;
  position: relative;
  -webkit-transition: .4s;
          transition: .4s;
}

.toggle-button:before {
  content: "";
  position: absolute;
  height: 100px;
  width: 100px;
  border-radius: 50px;
  top: 0;
  bottom: 0;
  background-color: #bdbdbd;
  -webkit-transition: .4s;
          transition: .4s;
}

.toggle-button:checked {
  background-color: #bdbdbd;
}

.toggle-button:checked:before {
  -webkit-transform: translate(100%);
      -ms-transform: translate(100%);
          transform: translate(100%);
  background-color: #212121;
  -webkit-transition: .4s;
          transition: .4s;
}

.se-pre-con {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
}

.se-pre-con img {
  width: 400px;
}

.se-pre-con .load {
  position: absolute;
  right: 50%;
  top: 50%;
  width: 14.4px;
  height: 14.4px;
  -webkit-animation: spinner-z355kx 1.4s infinite linear;
          animation: spinner-z355kx 1.4s infinite linear;
  border-radius: 14.4px;
  box-shadow: 36px 0px 0 0 #f77179, 22.3px 28.1px 0 0 #f77179, -7.9px 34.9px 0 0 #f77179, -32.4px 15.5px 0 0 #f77179, -32.4px -15.5px 0 0 #f77179, -7.9px -34.9px 0 0 #f77179, 22.3px -28.1px 0 0 #f77179;
}

@-webkit-keyframes spinner-z355kx {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-z355kx {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.show {
  position: fixed;
  left: auto;
  right: 60px;
  top: auto;
  bottom: 70px;
  outline: 0;
  overflow: hidden;
  color: #000;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  height: 60px;
  width: 60px;
  line-height: 60px;
  font-size: 14px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
          transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  z-index: 99;
  opacity: 1;
}

.show:hover {
  background: rgba(0, 0, 0, 0.5);
}

.menu-toggler {
  position: fixed;
  top: 108px;
  right: 7rem;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  z-index: 1000;
  -webkit-transition: all 650ms ease-out;
          transition: all 650ms ease-out;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 54px;
  border-radius: 50%;
  padding: 20px;
}

.menu-toggler .bar {
  background-color: #000;
  width: 100%;
  height: 2px;
  border-radius: 0.8rem;
}

.menu-toggler .bar.top {
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 650ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
          transition: transform 650ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
}

.menu-toggler .bar.bottom {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 650ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
          transition: transform 650ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
}

.menu-toggler.open {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-toggler.open .bar.top {
  -webkit-transform: rotate(-450deg) translateX(0.1rem);
  -ms-transform: rotate(-450deg) translateX(0.1rem);
  transform: rotate(-450deg) translateX(0.1rem);
  width: 50%;
}

.menu-toggler.open .bar.bottom {
  -webkit-transform: rotate(-450deg) translateX(-0.1rem);
  -ms-transform: rotate(-450deg) translateX(-0.1rem);
  transform: rotate(-450deg) translateX(-0.1rem);
  width: 50%;
}

@media (max-width: 991px) {
  .menu-toggler {
    right: 2rem;
  }
}

@media (max-width: 1199px) {
  .menu-toggler {
    right: 3rem;
  }
}

@media (max-width: 767px) {
  .menu-toggler {
    right: 1rem;
  }
}

nav {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: -200vh;
  z-index: -1;
  left: 0;
  background-color: #fff;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  -webkit-transition: all 650ms cubic-bezier(1, 0, 0, 1);
          transition: all 650ms cubic-bezier(1, 0, 0, 1);
}

nav .nav-list {
  width: 100%;
  list-style: none;
  height: 100%;
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  top: 20%;
  position: relative;
  left: 10%;
}

nav .nav-list a.nav-link {
  font-size: 34px;
  padding: 0;
  margin: 1rem;
  line-height: 62px;
  font-weight: 700;
  display: inline-block;
  color: #000;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

nav .nav-list a.nav-link:before {
  content: '';
  position: absolute;
  bottom: 8px;
  width: 0;
  height: 3px;
  background: #f77179;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

nav .nav-list a.nav-link:hover:before {
  width: 100%;
}

nav.open {
  top: 0;
  border-radius: initial;
  z-index: 999;
}

.top_section {
  display: block;
  position: relative;
  height: auto;
  background: url(../images/bg-pattern.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 40%;
}

.top_section:before {
  position: absolute;
  width: 824px;
  height: 382px;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  background: url(../images/top-pattern-svg.svg);
  top: 0;
  left: 0;
}

@media (max-width: 991px) {
  .top_section:before {
    width: 100%;
  }
}

.top_section .top_bar p {
  background: #e1e6f3;
  padding: 8px 30px;
  border-radius: 10px;
  margin: 30px 0;
  font-weight: 700;
  position: relative;
  font-size: 14px;
  text-align: center;
}

.top_section .header {
  position: relative;
  z-index: 1;
}

.top_section .header .logo img {
  width: 314px;
  height: 85px;
}

.top_section .header .social_icons {
  height: 100%;
}

.top_section .header .social_icons .social-media-menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 115px;
}

.top_section .header .social_icons .social-media-menu li {
  margin-right: 12px;
}

.top_section .header .social_icons .social-media-menu li a {
  font-size: 22px;
  color: #f77179;
  border: none;
}

.top_section .banner {
  position: relative;
  padding-bottom: 125px;
}

.top_section .banner .banner_cont h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 100px;
  color: #333;
  margin: 0;
}

.top_section .banner .banner_cont h1 span {
  color: #f77179;
}

@media (max-width: 767px) {
  .top_section .banner .banner_cont h1 {
    line-height: 40px;
    margin-bottom: 25px;
  }
}

.top_section .banner .banner_cont h3 {
  font-size: 25px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .top_section .banner .banner_cont h3 {
    font-size: 20px;
  }
}

.top_section .banner .banner_cont p {
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 30px;
  color: #333;
  padding-right: 110px;
}

.top_section .banner .banner_cont p span {
  color: #f77179;
  font-weight: 700;
}

.top_section .banner .banner_cont.naas-banner {
  padding-top: 100px;
}

.top_section .banner .curved-block {
  position: absolute;
  width: 100%;
  bottom: 125px;
}

.top_section .banner .curved-block svg {
  fill: #f77179;
}

.show {
    position: fixed;
    left: auto;
    right: 10px;
    top: auto;
    bottom: 10px;
    outline: 0;
    overflow: hidden;
    color: #000;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 14px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    z-index: 99;
    opacity: 1;
}



li.dropdown.open ul.dropdown-menu {
    display: block !important;
    position: static !important;
    border: 0;
    padding-left: 36px;
    padding-top: 0;
}
li.dropdown.open ul.dropdown-menu li a
{
    font-size: 24px;
    padding: 0;
    margin: 1rem;
    line-height: normal;
    font-weight: 700;
    display: inline-block;
    color: #000;
}
a.dropdown-toggle.nav-link {
    margin-bottom: 0 !important;
}

li.dropdown.open ul.dropdown-menu li a
{
    position:relative;
}
li.dropdown.open ul.dropdown-menu li a:before {
    content: "";
    position: absolute;
    bottom: -7px;
    width: 0;
    height: 3px;
    background: #f77179;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

li.dropdown.open ul.dropdown-menu li a:hover:before {
    width: 100%;
}

@font-face {
    font-family: 'icomoon';
    src:  url('/fonts/icomoon.eot?f18t1u');
    src:  url('/fonts/icomoon.eot?f18t1u#iefix') format('embedded-opentype'),
      url('/fonts/icomoon.ttf?f18t1u') format('truetype'),
      url('/fonts/icomoon.woff?f18t1u') format('woff'),
      url('/fonts/icomoon.svg?f18t1u#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  .fa-twitter {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .fa-twitter:before {
    content: "\e900" !important;
    color: #f77179;
    font-size: 21px;
  }
  .marquee {
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
}

.marquee span {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 12s linear infinite;
}

.marquee2 span {
  animation-delay: 2.5s;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

.marquee span:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}
@media (max-width:768px)
{
.top_bar {
    margin: 0px 10px;
}
}
