
@import url("https://prodes.me/fonts.googleapis.com/css_17480303.css.html");
.bg_overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #000000));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), #000000);
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), #000000);
    background-image: linear-gradient(rgba(255, 255, 255, 0), #000000)
}
.centered-img {
    text-align: center;
    margin: 0 auto
}
body {
    font-family: 'Lato', sans-serif
}
@media (max-width: 991px) {
    body {
        text-align: center
    }
}
header .top-logo {
    margin: 30px auto
}
section {
    color: #eee;
    margin: 0 auto 20px auto
}
section .inside-section {
    background-color: rgba(11, 12, 19, 0.89);
    -webkit-box-shadow: 0 0 3px rgba(255, 255, 255, 0.4), 0 0 10px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0 0 3px rgba(255, 255, 255, 0.4), 0 0 10px rgba(0, 0, 0, 0.43);
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.4), 0 0 10px rgba(0, 0, 0, 0.43);
    padding: 40px 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}
section .inside-section .section-heading {
    text-align: center
}
section .inside-section .section-heading h1 {
    margin: 0;
    padding: 0
}
@media (max-width: 991px) {
    section .inside-section .section-heading h1 {
        font-size: 1.7em
    }
}
section .inside-section .section-heading .divider {
    margin: 20px auto;
    height: 2px;
    background-color: rgba(248, 80, 50, 0);
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFD300F4', endColorstr='#FFD300F4');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4NTAzMiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzM0Mzc0NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y4NTAzMiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(248, 80, 50, 0)), color-stop(50%, #343744), color-stop(100%, rgba(248, 80, 50, 0)));
    background-image: -moz-linear-gradient(left, rgba(248, 80, 50, 0) 0%, #343744 50%, rgba(248, 80, 50, 0) 100%);
    background-image: -webkit-linear-gradient(left, rgba(248, 80, 50, 0) 0%, #343744 50%, rgba(248, 80, 50, 0) 100%);
    background-image: linear-gradient(to right, rgba(248, 80, 50, 0) 0%, #343744 50%, rgba(248, 80, 50, 0) 100%)
}
.gen-section .connect-btn-area .connect-button {
    -moz-box-shadow: inset 0px 1px 0px 0px #1aaf71;
    -webkit-box-shadow: inset 0px 1px 0px 0px #1aaf71;
    box-shadow: inset 0px 1px 0px 0px #1aaf71;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1aaf71), color-stop(1, #1aaf71));
    background: -moz-linear-gradient(top, #1aaf71 5%, #1aaf71 100%);
    background: -webkit-linear-gradient(top, #1aaf71 5%, #1aaf71 100%);
    background: -o-linear-gradient(top, #1aaf71 5%, #1aaf71 100%);
    background: -ms-linear-gradient(top, #1aaf71 5%, #1aaf71 100%);
    background: linear-gradient(to bottom, #1aaf71 5%, #1aaf71 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1aaf71', endColorstr='#1aaf71', GradientType=0);
    background-color: #1aaf71;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #1aaf71;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #1aaf71;
    outline: 0;
    width: 100%;
	font-family: "fifa";
}

.gen-section .connect-btn-area .connect-button:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1aaf71), color-stop(1, #1aaf71));
    background: -moz-linear-gradient(top, #1aaf71 5%, #1aaf71 100%);
    background: -webkit-linear-gradient(top, #1aaf71 5%, #1aaf71 100%);
    background: -o-linear-gradient(top, #1aaf71 5%, #1aaf71 100%);
    background: -ms-linear-gradient(top, #1aaf71 5%, #1aaf71 100%);
    background: linear-gradient(to bottom, #1aaf71 5%, #1aaf71 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1aaf71', endColorstr='#1aaf71', GradientType=0);
    background-color: #1aaf71
}
.gen-section .connect-btn-area .connect-button:active {
    position: relative;
    top: 1px
}
.copy-button {
    -moz-box-shadow: inset 0px 1px 0px 0px #1aaf71;
    -webkit-box-shadow: inset 0px 1px 0px 0px #1aaf71;
    box-shadow: inset 0px 1px 0px 0px #1aaf71;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1aaf71), color-stop(1, #1aaf71));
    background: -moz-linear-gradient(top, #1aaf71 5%, #1aaf71 100%);
    background: -webkit-linear-gradient(top, #1aaf71 5%, #1aaf71 100%);
    background: -o-linear-gradient(top, #1aaf71 5%, #1aaf71 100%);
    background: -ms-linear-gradient(top, #1aaf71 5%, #1aaf71 100%);
    background: linear-gradient(to bottom, #1aaf71 5%, #1aaf71 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1aaf71', endColorstr='#1aaf71', GradientType=0);
    background-color: #1aaf71;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #1aaf71;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #1aaf71;
    outline: 0;
    width: 100%;
	font-family: "fifa";
}
.copy-button:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1aaf71), color-stop(1, #1aaf71));
    background: -moz-linear-gradient(top, #1aaf71 5%, #1aaf71 100%);
    background: -webkit-linear-gradient(top, #1aaf71 5%, #1aaf71 100%);
    background: -o-linear-gradient(top, #1aaf71 5%, #1aaf71 100%);
    background: -ms-linear-gradient(top, #1aaf71 5%, #1aaf71 100%);
    background: linear-gradient(to bottom, #1aaf71 5%, #1aaf71 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1aaf71', endColorstr='#1aaf71', GradientType=0);
    background-color: #1aaf71
}
.copy-button:active {
    position: relative;
    top: 1px
}
.gen-section .gen-area .rp-list {
    list-style: none;
    margin: 15px 0 0 0;
    padding: 0
}
.gen-section .gen-area .rp-list li {
    margin: 5px;
    padding: 20px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e9e9e9));
    background-image: -moz-linear-gradient(#ffffff, #e9e9e9);
    background-image: -webkit-linear-gradient(#ffffff, #e9e9e9);
    background-image: linear-gradient(#ffffff, #e9e9e9);
    border: solid 1px #eee;
    width: 150px;
    color: #343434;
    text-align: center;
    display: inline-block
}
.gen-section .gen-area .rp-list li p {
    color: #343434;
    font-weight: 500;
    margin: 0
}
@media (max-width: 991px) {
    .gen-section .gen-area .rp-list li {
        margin: 10px auto
    }
}
.gen-section .gen-area .rp-list li:hover {
    cursor: pointer
}
.gen-section .gen-area .rp-list .activated {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA3ODY5NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFlYWZjMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1aaf71), color-stop(100%, #1aaf71));
    background-image: -moz-linear-gradient(#1aaf71, #1aaf71);
    background-image: -webkit-linear-gradient(#1aaf71, #1aaf71);
    background-image: linear-gradient(#1aaf71, #1aaf71);
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    border: solid 1px #1aaf71;
    color: #fff
}
.gen-section .gen-area .rp-list .activated p {
    color: #fff
}
.gen-section .gen-area .gen-btn-area .gen-button {
    -moz-box-shadow: inset 0px 1px 0px 0px #8ebcfa;
    -webkit-box-shadow: inset 0px 1px 0px 0px #8ebcfa;
    box-shadow: inset 0px 1px 0px 0px #8ebcfa;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFiNzFlNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE2NTZhYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1aaf71), color-stop(100%, #1aaf71));
    background-image: -moz-linear-gradient(#1aaf71, #1aaf71);
    background-image: -webkit-linear-gradient(#1aaf71, #1aaf71);
    background-image: linear-gradient(#1aaf71, #1aaf71);
    background-color: #1aaf71;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #1aaf71;
    display: inline-block;
    cursor: pointer;
    color: #eee;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #1aaf71;
    outline: 0;
    width: 100%;
    margin: 7px 0 0 0;
	font-family: "fifa";
}
.gen-section .gen-area .gen-btn-area .gen-button:hover {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE2NTZhYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFiNzFlNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1aaf71), color-stop(100%, #1aaf71));
    background-image: -moz-linear-gradient(#1aaf71, #1aaf71);
    background-image: -webkit-linear-gradient(#1aaf71, #1aaf71);
    background-image: linear-gradient(#1aaf71, #1aaf71);
    background-color: #1aaf71
}
.gen-section .gen-area .gen-btn-area .gen-button:active {
    position: relative;
    top: 1px
}
.gen-section .gen-area.area-disabled {
    opacity: 0.5
}
.gen-section .account-connet-area.area-disabled {
    opacity: 0.5
}
footer {
    margin: 0 auto 30px auto
}
footer p {
    color: #b5b5b5
}
#loading_modal {
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}
#loading_modal .loader {
    margin: 0em auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(0, 0, 0, 0.2);
    border-right: 1.1em solid rgba(0, 0, 0, 0.2);
    border-bottom: 1.1em solid rgba(0, 0, 0, 0.2);
    border-left: 1.1em solid #1aaf71;
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear
}
#loading_modal .loader,
#loading_modal .loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
#gen_modal {
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}
#gen_modal .loader {
    margin: 0em auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(0, 0, 0, 0.2);
    border-right: 1.1em solid rgba(0, 0, 0, 0.2);
    border-bottom: 1.1em solid rgba(0, 0, 0, 0.2);
    border-left: 1.1em solid #1aaf71;
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear
}
#gen_modal .loader,
#gen_modal .loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
#gen_modal .loader_gen {
    border-left: 1.1em solid #1aaf71
}
#gen_modal .gen-dev-console {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM5MzkzOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #393939), color-stop(100%, #000000));
    background-image: -moz-linear-gradient(#393939, #000000);
    background-image: -webkit-linear-gradient(#393939, #000000);
    background-image: linear-gradient(#393939, #000000);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Source Code Pro';
    margin: 15px auto;
    height: 310px;
    overflow: hidden;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    border: solid 1px #eee
}
#gen_modal .gen-dev-console .dev-console-text {
    margin: 0;
    padding: 0;
    list-style: none
}
#gen_modal .gen-dev-console .dev-console-text .console-green-text {
    color: #21c064
}
#gen_modal .gen-dev-console .dev-console-text .console-red-text {
    color: #c02121
}
#gen_modal .gen-dev-console .dev-console-text .console-yellow-text {
    color: #d3852a
}
#gen_modal .generator-loading {
    display: block
}
#gen_modal .generator-verification {
    display: none
}
#gen_modal .generator-verification .section_heading {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4MzMzMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E4MTgxOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1aaf71), color-stop(100%, #1aaf71));
    background-image: -moz-linear-gradient(#1aaf71, #1aaf71);
    background-image: -webkit-linear-gradient(#1aaf71, #1aaf71);
    background-image: linear-gradient(#1aaf71, #1aaf71);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px
}
#gen_modal .generator-verification .section_heading h1 {
    padding: 0;
    margin: 0;
    color: #eee;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.6em;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.21);
    text-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.21)
}
#gen_modal .generator-verification .submit-btn {
    -moz-box-shadow: inset 0px 1px 0px 0px #8ebcfa;
    -webkit-box-shadow: inset 0px 1px 0px 0px #8ebcfa;
    box-shadow: inset 0px 1px 0px 0px #8ebcfa;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFiNzFlNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE2NTZhYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1aaf71), color-stop(100%, #1aaf71));
    background-image: -moz-linear-gradient(#1aaf71, #1aaf71);
    background-image: -webkit-linear-gradient(#1aaf71, #1aaf71);
    background-image: linear-gradient(#1aaf71, #1aaf71);
    background-color: #1aaf71;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #1aaf71;
    display: inline-block;
    cursor: pointer;
    color: #eee;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #1aaf71;
    outline: 0;
    width: 100%;
    margin: 7px 0 0 0
}
#gen_modal .generator-verification .submit-btn:hover {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE2NTZhYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFiNzFlNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1aaf71), color-stop(100%, #1aaf71));
    background-image: -moz-linear-gradient(#1aaf71, #1aaf71);
    background-image: -webkit-linear-gradient(#1aaf71, #1aaf71);
    background-image: linear-gradient(#1aaf71, #1aaf71);
    background-color: #1aaf71
}
#gen_modal .generator-verification .submit-btn:active {
    position: relative;
    top: 1px
}
#gen_modal .generator-verification .gen-v-btn {
    -moz-box-shadow: inset 0px 1px 0px 0px #7fdebd Â§;
    -webkit-box-shadow: inset 0px 1px 0px 0px #7fdebd;
    box-shadow: inset 0px 1px 0px 0px #7fdebd;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlYWM4MCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBjNmQ0YyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1aaf71), color-stop(100%, #1aaf71));
    background-image: -moz-linear-gradient(#1aaf71, #1aaf71);
    background-image: -webkit-linear-gradient(#1aaf71, #1aaf71);
    background-image: linear-gradient(#1aaf71, #1aaf71);
    background-color: #1aaf71;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #1aaf71;
    display: inline-block;
    cursor: pointer;
    color: #eee;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #1aaf71;
    outline: 0;
    width: 100%;
    margin: 7px 0 0 0
}
#gen_modal .generator-verification .gen-v-btn:hover {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBjNmQ0YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJlYWM4MCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1aaf71), color-stop(100%, #1aaf71));
    background-image: -moz-linear-gradient(#1aaf71, #1aaf71);
    background-image: -webkit-linear-gradient(#1aaf71, #1aaf71);
    background-image: linear-gradient(#1aaf71, #1aaf71);
    background-color: #1aaf71
}
#gen_modal .generator-verification .gen-v-btn:active {
    position: relative;
    top: 1px
}
