@import "../cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.html";@import "https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&amp;display=swap";@import "https://fonts.googleapis.com/css?family=Roboto%20Condensed:400,500,700&amp;display=swap";* {
    border: 0;
    font-family: roboto condensed;
    margin: 0;
    padding: 0
}

*:focus {
    outline: none
}

.clear {
    clear: both
}

.hidden {
    display: none
}

.bold {
    font-weight: 700
}

body {
    background-color: #000;
    background-attachment: fixed!important;
    background-size: cover!important
}

.container-outer {
    box-sizing: border-box;
    margin: 20px auto;
    width: 550px
}

.container-inner {
    box-sizing: border-box;
    margin: 20px
}

.container-content {
    background-color: rgba(22,22,22,.94);
    border: 2px solid
}

.centered {
    text-align: center
}

.header-logo {
    width: 20%;
    border-radius: 15px;
    margin-bottom: -25px
}

@media(max-width: 959px) {
    .container-outer {
        width:95%
    }

    .container-content {
        border-left: none;
        border-right: none;
        border-radius: 0
    }
}

.container-heading {
    background-image: url(https://imgur.com/a/Oy6mo9O);
    background-size: 2px;
    font-size: 20px;
    text-align: center;
    line-height: 48px;
    vertical-align: baseline;
    height: 48px;
    color: #fff;
    text-transform: uppercase
}

.container-heading2 {
    background-image: url(https://imgur.com/a/Oy6mo9O);
    background-size: 2px;
    font-size: 20px;
    text-align: center;
    line-height: 48px;
    vertical-align: baseline;
    height: 48px;
    color: #fff
}

.activity-row {
    display: inline-block;
    margin: 10px 0
}

.activity-text-block {
    height: 24px;
    padding: 0 0 0 4px;
    display: inline-block
}

.flag {
    vertical-align: middle;
    width: 20px;
    height: 11px;
}

.activity-text-country {
    float: left;
    height: 24px;
    width: 32px;
    padding: 0;
    margin: 0 10px 0 0;
    display: inline-block
}

.field-container {
    margin: 20px 0
}

.field-container1 {
    margin: 20px 0
}

.field-text-pre {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    vertical-align: baseline;
    padding: 0 0 11px 5px;
    font-weight: 700
}

.form-field {
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
    transition: all .15s linear;
    width: 100%
}

.form-field-focused {
    border: 2px solid #99f;
    box-shadow: 0 0 4px 2px #99f
}

.form-field-label {
    background-color: #fff;
    height: 42px;
    position: absolute;
    width: 42px
}

.form-field-label>img {
    height: 100%;
    width: 100%
}

.form-field-input {
    box-sizing: border-box;
    height: 42px;
    margin: 0 12px 0 32px;
    padding: 5px
}

.form-field-input>input {
    border: 0;
    font-size: 15px;
    height: 20px;
    margin: 0;
    padding: 6px;
    width: 100%
}

.form-field-select {
    background-color: #ddd;
    box-sizing: border-box;
    height: 42px
}

.form-field-select>select {
    border: 0;
    font-size: 15px;
    height: 42px;
    margin: 0;
    width: 100%
}

.form-field-select option {
    background-color: #fff;
    border: 0;
    font-size: 15px;
    height: 42px
}

.form-button-container {
    text-align: center
}

.form-button {
    background-color: orange;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    width: 200px;
    font-size: 20px;
    height: 52px;
    line-height: 52px;
    vertical-align: baseline;
    text-align: center;
    cursor: pointer
}

.form-button:hover {
    background-color: orange;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    width: 200px;
    font-size: 20px;
    height: 52px;
    line-height: 52px;
    vertical-align: baseline;
    text-align: center;
    cursor: pointer
}

.form-delimeter {
    width: 100%;
    border-top: 2px solid #ddd;
    margin: 10px 0
}

.form-error-list-row {
    background-color: #fdd;
    border-left: 3px solid #a00;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    color: #bf0000;
    font-size: 14px;
    margin: 0 0 15px;
    padding: 8px
}

.recent-activity {
    overflow: auto
}

.recent-activity-row {
    color: #fff;
    background-repeat: no-repeat;
    font-size: 13px;
    line-height: 20px;
    margin: 10px 0;
    overflow: auto;
    text-align: center;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box
}

.recent-activity-timer {
    font-weight: 700;
    white-space: nowrap
}

.generator-console {
    background-color: #111;
    color: orange;
    height: 160px;
    overflow-y: hidden;
    padding: 10px;
    vertical-align: base
}

.generator-console-row {
    font-size: 12px;
    line-height: 1.25;
    padding: 2px
}

.generator-console * {
    font-family: roboto condensed
}

@-moz-keyframes blue-circle-anim {
    0% {
        background-position-y: 0
    }

    100% {
        background-position-y: -3686px
    }
}

@-webkit-keyframes blue-circle-anim {
    0% {
        background-position-y: 0
    }

    100% {
        background-position-y: -3686px
    }
}

@keyframes blue-circle-anim {
    0% {
        background-position-y: 0
    }

    100% {
        background-position-y: -3686px
    }
}

@-moz-keyframes blue-circle-loading-anim {
    0% {
        background-position-y: 0
    }

    100% {
        background-position-y: -2844px
    }
}

@-webkit-keyframes blue-circle-loading-anim {
    0% {
        background-position-y: 0
    }

    100% {
        background-position-y: -2844px
    }
}

@keyframes blue-circle-loading-anim {
    0% {
        background-position-y: 0
    }

    100% {
        background-position-y: -2844px
    }
}

@-moz-keyframes green-checkmark-anim {
    0% {
        background-position-y: 0
    }

    100% {
        background-position-y: -630px
    }
}

@-webkit-keyframes green-checkmark-anim {
    0% {
        background-position-y: 0
    }

    100% {
        background-position-y: -630px
    }
}

@keyframes green-checkmark-anim {
    0% {
        background-position-y: 0
    }

    100% {
        background-position-y: -630px
    }
}

#recaptcha-container {
    background-color: #f9f9f9;
    border: 1px solid #d3d3d3;
    -moz-box-shadow: 0 0 4px 1px rgba(0,0,0,.08);
    -webkit-box-shadow: 0 0 4px 1px rgba(0,0,0,.08);
    box-shadow: 0 0 4px 1px rgba(0,0,0,.08);
    border-radius: 3px;
    color: #000;
    height: 74px;
    margin: 10px;
    max-width: 300px;
    min-width: 220px;
    position: relative
}

#recaptcha-wrapper-inner {
    float: left;
    height: 74px;
    position: relative;
    width: 52px
}

#recaptcha-checkbox {
    background-color: #fff;
    border: 2px solid #c1c1c1;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 1px;
    height: 24px;
    left: 12px;
    position: absolute;
    top: 22px;
    width: 24px
}

#recaptcha-checkbox:hover {
    border: 2px solid #b1b1b1
}

#recaptcha-maintext {
    cursor: pointer;
    font-family: roboto condensed,sans-serif;
    font-size: 14px;
    font-weight: 400;
    left: 52px;
    line-height: 17px;
    position: absolute;
    top: 29px;
    width: 100px
}

#recaptcha-spinfast {
    -moz-animation: blue-circle-anim .8s steps(97);
    -webkit-animation: blue-circle-anim .8s steps(97);
    animation: blue-circle-anim .8s steps(97);
    background-image: url(https://imgur.com/a/Oy6mo9O);
    background-repeat: no-repeat;
    border: none;
    display: none;
    height: 36px;
    left: 8px;
    outline: 0;
    position: absolute;
    top: 18px;
    width: 36px
}

#recaptcha-spinlong {
    -moz-animation: blue-circle-loading-anim 1.7s steps(79) infinite;
    -webkit-animation: blue-circle-loading-anim 1.7s steps(79) infinite;
    animation: blue-circle-loading-anim 1.7s steps(79) infinite;
    background-image: url(https://imgur.com/a/Oy6mo9O);
    background-repeat: no-repeat;
    border: none;
    display: none;
    height: 36px;
    left: 8px;
    outline: 0;
    position: absolute;
    top: 18px;
    width: 36px
}

#recaptcha-checkmark {
    -moz-animation: green-checkmark-anim .8s steps(21);
    -webkit-animation: green-checkmark-anim .8s steps(21);
    animation: green-checkmark-anim .8s steps(21);
    animation-fill-mode: both;
    background-image: url(https://imgur.com/a/Oy6mo9O);
    background-repeat: no-repeat;
    border: none;
    display: none;
    height: 30px;
    left: 7px;
    outline: 0;
    position: absolute;
    top: 24px;
    width: 38px
}

#recaptcha-logo {
    background-image: url(https://imgur.com/a/Oy6mo9O);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    height: 32px;
    position: absolute;
    right: 24px;
    top: 10px;
    width: 32px
}

#recaptcha-text {
    background-size: 32px 32px;
    color: #9b9b9b;
    cursor: default;
    font-family: roboto condensed,sans-serif;
    font-size: 10px;
    font-weight: 400;
    height: 32px;
    line-height: 10px;
    margin-top: 5px;
    position: absolute;
    right: 12px;
    text-align: center;
    top: 42px;
    width: 58px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    text-align: center
}

#recaptcha-footer {
    bottom: 0;
    margin: 4px 13px 0 0;
    padding-right: 2px;
    position: absolute;
    right: 0;
    text-align: right
}

#recaptcha-footer-text {
    color: #9b9b9b;
    font-family: roboto condensed,sans-serif;
    font-size: 8px;
    font-weight: 400
}

.fullscreen-wrapper {
    background-color: #000;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.fullscreen-wrapper-inner {
    position: relative;
    width: 100%;
    height: 100%
}

.mydialog-outer {
    box-sizing: content-box;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    min-width: 100%;
    overflow: auto;
    border-radius: 3px
}

.mydialog-inner {
    background-color: #fff;
    box-sizing: content-box;
    width: 100%
}

.mydialog-inner-header {
    background-image: url(../images/navbg.html);
    background-size: 2px;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.23;
    padding: 12px;
    text-align: center
}

.mydialog-inner-body {
    font-size: 14px;
    line-height: 1.38;
    margin: 15px 10px 5px;
    text-align: center
}

.mydialog-inner-footer {
    margin: 0 auto;
    overflow: hidden
}

.recaptcha-done-outer {
    color: #333;
    font-size: 15px;
    height: 96px;
    line-height: 1.23;
    overflow: hidden;
    text-align: center;
    width: 100%
}

.recaptcha-done-inner {
    display: table-cell;
    padding: 0 10px;
    text-align: center;
    vertical-align: middle;
    width: 100%
}

.onoff {
    margin-left: 0;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom:1;*display: inline;
    position: relative;
    cursor: pointer;
    width: 55px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-family: roboto condensed,sans-serif
}

.onoff label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: #fc1f1f;
    font-weight: 700;
    color: #fff;
    -webkit-transition: background .3s,text-indent .3s;
    -moz-transition: background .3s,text-indent .3s;
    -o-transition: background .3s,text-indent .3s;
    transition: background .3s,text-indent .3s;
    text-indent: 27px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.4) inset;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.4) inset;
    box-shadow: 0 0 5px rgba(0,0,0,.4) inset
}

.onoff label:after {
    content: "NO";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 12px;
    color: #fc1f1f;
    color: #fff
}

.onoff label:before {
    content: "";
    width: 15px;
    height: 24px;
    background: #fff;
    position: absolute;
    top: 3px;
    left: 3px;
    display: block;
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -o-transition: left .3s;
    transition: left .3s;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.4);
    box-shadow: 0 0 5px rgba(0,0,0,.4)
}

.onoff input:checked+label {
    background: #28b815;
    text-indent: 8px
}

.onoff input:checked+label:after {
    content: "YES";
    color: #fff
}

.onoff input:checked+label:before {
    left: 37px
}

.wrapper {
    display: flex
}

.left {
    font-size: 17px;
    margin-left: 10px
}

.right {
    flex: 1
}

.version-text {
    font-size: 12px;
    line-height: 17px;
    text-align: right;
    color: orange;
    margin: 8px 8px 0 0
}

.typewriter-text {
    overflow: hidden;
    color: orange;
    animation: typing 3s steps(18,end),blink .3s step-end infinite;
    white-space: nowrap;
    border-right: 4px solid orange;
    line-height: 17px;
    margin-top: 15px
}

@keyframes typing {
    from {
        width: 0%
    }

    to {
        width: 100%
    }
}

@keyframes blink {
    from,to {
        border-color: transparent
    }

    50% {
        border-color: orange
    }
}

.rounded {
    border-radius: .5rem!important
}

.header-logo2 {
    height: auto;
    max-width: 90px;
    border-radius: 15px;
    filter: drop-shadow(0px 5px 3px #7e6565);
    animation: drop 1.5s ease
}

.text-white-title {
    color: #fff!important;
    margin: auto;
    text-align: center;
    animation: drop 1.5s ease
}

@keyframes drop {
    0% {
        opacity: 0;
        transform: translateY(-80px)
    }

    100% {
        opacity: 1;
        transform: translateY(0px)
    }
}

h1 {
    font-size: 1.5rem
}

.proof {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%
}

.prooftext {
    margin-top: 30px;
    margin-bottom: 15px
}

.verifytxt {
    margin-top: 30px;
    line-height: 1.3
}

{
    margin: 0;
    padding: 0;
    background: #262626
}
