body {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    background: url(../image/bg-black.jpg) no-repeat;
    background-size: cover;
    height: 100%;
}

#preloader {
    background-color: rgb(0 0 0 / 90%);
    padding: 0;
    margin: 0;
    height: 100%;
    position: fixed;
    z-index: 99999;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    -webkit-perspective: 700px;
    perspective: 700px;
}

.loader>span {
    font-size: 60px;
    color: #fff;
    font-family: "franklin gothic medium", sans-serif;
    display: inline-block;
    animation: flip 2.6s infinite linear;
    transform-origin: 0 70%;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.loader>span:nth-child(1) {
    animation-delay: 0.0s;
}

.loader>span:nth-child(2) {
    animation-delay: 0.3s;
    color: #fff;
}

.loader>span:nth-child(3) {
    animation-delay: 0.6s;
}

.loader>span:nth-child(4) {
    animation-delay: 0.9s;
    color: #fff;
}

.loader>span:nth-child(5) {
    animation-delay: 1.2s;
}

.loader>span:nth-child(6) {
    animation-delay: 1.5s;
    color: #fff;
}

.loader>span:nth-child(7) {
    animation-delay: 1.8s;
    color: #fff;
}

@keyframes flip {
    35% {
        transform: rotateX(360deg);
    }
    100% {
        transform: rotatex(360deg);
    }
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.logo {
    margin-bottom: 20px;
    text-align: center;
}

.logo img {
    height: 80px;
}

.login-warpper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
}

.login-box {
    width: 500px;
    margin: 30px auto;
    /* margin:0  auto;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  transform: translate(-50%, -50%); 
  overflow: hidden; */
}

.registration-box {
    width: 500px;
    margin: 30px auto;
}

.login-body {
    padding: 30px;
    background: rgb(0 0 0 / 1%);
    border-radius: 30px;
    color: #fff;
    position: relative;
}

.login-body:after {
    content: "";
    position: absolute;
    inset: 0;
    border: 4px solid transparent;
    background: linear-gradient(100.72deg, #ff8a00, #d449f7);
    border-radius: 20px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.login-container {
    position: relative;
    z-index: 1;
}

.text-yellow {
    color: #FFEB3B !important;
}

.relativeBox {
    position: relative;
}

.relativeBox input {
    padding-right: 50px;
}

a {
    color: #fff;
}

a:hover {
    color: #FFEB3B;
}

.btn {
    border-radius: 30px;
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    padding: 0 10px;
}

.btn-primary {
    color: #fff;
    background: linear-gradient(100.72deg, #0727dd, #dc1792);
    border-color: #fff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #051e66;
    border-color: #fff;
}

.input-wrapper {
    position: relative;
}

.inputIcon {
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(100.72deg, #0727dd, #dc1792);
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
}

.input-wrapper .form-control {
    padding-left: 50px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0 0.75rem;
    font-size: 1rem;
    height: 40px;
    font-weight: 400;
    line-height: 40px;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    border-radius: 50px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: none;
}

.form-group {
    margin-bottom: 15px;
}

.btn-danger {
    background: linear-gradient(160deg, #424242, #32acaf);
    border-color: #fff;
    border-radius: 50px;
}

.form-group label {
    margin-bottom: 5px;
    font-weight: 500;
}

.area {
    height: 100vh;
}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}

.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }
    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

.web3-wrapper {
    text-align: center;
    font-size: 24px;
}

.web3-wrapper h3 {
    font-size: 42px;
}

.web3-wrapper h4 {
    font-size: 32px;
}

.web3Icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.web3Icon li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    animation: animate 25s linear infinite;
    bottom: -150px;
}

.web3Icon li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}

.web3Icon li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.web3Icon li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.web3Icon li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.web3Icon li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.web3Icon li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.web3Icon li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.web3Icon li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.web3Icon li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.web3Icon li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

.loginType {
    text-align: center;
    background: hsla(0, 0%, 100%, .15);
    border: 1px solid hsla(0, 0%, 100%, .25);
    border-radius: 25px;
    cursor: pointer;
    display: table;
    margin: 20px auto;
}

.loginType a {
    color: #fff;
    border-radius: 25px;
    padding: 5px 20px;
    width: 50%;
    display: table-cell;
    text-decoration: none;
}

.loginType a.current {
    background: #fff;
    color: #000;
}

.signUp-form-header {
    gap: 5px;
    text-align: center;
    font-size: .9em;
}

.signUp-form-header .stepIndicator {
    position: relative;
    flex: 1;
    padding-bottom: 30px;
}

.signUp-form-header .stepIndicator.active {
    font-weight: 600;
}

.signUp-form-header .stepIndicator.completed {
    font-weight: 600;
    /* color: #17a909; */
}

.signUp-form-header .stepIndicator::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 9;
    width: 20px;
    height: 20px;
    background-color: #616161;
    border-radius: 50%;
    border: 3px solid #efefef;
}

.signUp-form-header .stepIndicator.active::before {
    background-color: #ff8d00;
    border: 3px solid rgb(0 0 0 / 43%);
}

.signUp-form-header .stepIndicator.completed::before {
    background-color: #17a909;
    border: 3px solid #aef1a7;
}

.signUp-form-header .stepIndicator::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 8px;
    width: 100%;
    height: 3px;
    background-color: #dacad2;
}

.signUp-form-header .stepIndicator.active::after {
    background-color: #ff8d00;
}

.signUp-form-header .stepIndicator.completed::after {
    background-color: #17a909;
}

.signUp-form-header .stepIndicator:last-child:after {
    display: none;
}

input[type=checkbox].css-checkbox {
    display: none;
}

input[type=checkbox].css-checkbox+label.css-label {
    padding-left: 22px;
    height: 17px;
    display: inline-block;
    line-height: 17px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 12px;
    vertical-align: middle;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
}

input[type=checkbox].css-checkbox:checked+label.css-label {
    background-position: 0 -17px;
}

label.css-label {
    background-image: url(../image/checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tree-position {
    border: 1px solid #fff;
    padding: 6px 12px;
    border-radius: 30px;
    background: #fff;
}

.tree-position input[type=radio].css-radiobox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.tree-position input[type=radio].css-radiobox+label.css-label {
    padding-left: 25px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 2px;
}

.tree-position input[type=radio].css-radiobox:checked+label.css-label {
    background-position: 0 -20px;
}

.tree-position label.css-label {
    background-image: url(../image/radio.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select-item {
    background: linear-gradient(-135deg, #9f75bc, #792378) !important;
    padding: 15px;
    border-radius: 15px;
    text-align: center;
    margin-top: 40px;
    border: 2px solid #fff;
    cursor: pointer;
    text-decoration: none;
    display: block;
}

.select-item-icon {
    margin-bottom: 10px;
    margin-top: -50px;
}

.select-item-icon img {
    height: 60px;
    transform: scale(1);
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.select-item-body {
    color: #fff;
}

.select-item-body h3 {
    font-size: 22px;
}

.select-item-body h3 .small {
    font-size: 14px;
    margin-bottom: 0px;
    display: block;
    text-transform: uppercase;
}

.select-item:hover {
    border-color: #00ff03;
}

.select-item:hover .select-item-icon img {
    transform: scale(1.1)
}

.lager-font {
    font-size: 24px;
    letter-spacing: 5px;
    font-weight: 600;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.checkbox-btn,
.radio-btn {
    position: relative;
    padding-left: 20px
}

.checkbox-btn input[type="checkbox"],
.checkbox-btn input[type="radio"],
.radio-btn input[type="checkbox"],
.radio-btn input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: 1
}

.checkbox-btn label,
.radio-btn label {
    display: inline-block;
    line-height: initial;
    position: relative;
    padding-left: 12px;
    cursor: pointer;
    user-select: none;
    color: #b5b2b2;
    margin: 0;
}

.checkbox-btn label::after,
.radio-btn label::after {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    left: 0;
    top: -2px;
    margin-left: -18px;
    background-color: white;
    border: 3px solid #424242;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    cursor: pointer
}

.checkbox-btn label::before,
.radio-btn label::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 5px;
    top: 6px;
    left: 6px;
    margin-left: -18px;
    border: 3px solid #000;
    border-top: none;
    border-right: none;
    background: transparent;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    z-index: 1
}

.checkbox-btn label:active::before,
.radio-btn label:active::before {
    opacity: 0.3
}

.checkbox-btn input[type="checkbox"]:checked+label,
.checkbox-btn input[type="radio"]:checked+label,
.radio-btn input[type="checkbox"]:checked+label,
.radio-btn input[type="radio"]:checked+label {
    color: #0c8a00;
}

.checkbox-btn input[type="checkbox"]:checked+label::after,
.checkbox-btn input[type="radio"]:checked+label::after,
.radio-btn input[type="checkbox"]:checked+label::after,
.radio-btn input[type="radio"]:checked+label::after {
    border: 2px solid #0c8a00;
}

.checkbox-btn input[type="checkbox"]:checked+label::before,
.checkbox-btn input[type="radio"]:checked+label::before,
.radio-btn input[type="checkbox"]:checked+label::before,
.radio-btn input[type="radio"]:checked+label::before {
    opacity: 1;
}

.checkbox-btn input[type="checkbox"]:disabled+label,
.checkbox-btn input[type="radio"]:disabled+label,
.radio-btn input[type="checkbox"]:disabled+label,
.radio-btn input[type="radio"]:disabled+label {
    color: #787878;
    cursor: default
}

.checkbox-btn input[type="checkbox"]:disabled+label::after,
.checkbox-btn input[type="radio"]:disabled+label::after,
.radio-btn input[type="checkbox"]:disabled+label::after,
.radio-btn input[type="radio"]:disabled+label::after {
    border: 2px solid #787878;
    background-color: #ffffff
}

.checkbox-btn input[type="checkbox"]:disabled+label::before,
.checkbox-btn input[type="radio"]:disabled+label::before,
.radio-btn input[type="checkbox"]:disabled+label::before,
.radio-btn input[type="radio"]:disabled+label::before {
    display: none
}

.radio-btn label::after {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box
}

.radio-btn label::before {
    width: 11px;
    height: 11px;
    border: none;
    top: 4px;
    left: 6px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    background-color: #0c8a00;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

@media (max-width:767px) {
    .logo img {
        height: 60px;
    }
    .login-box {
        width: 90%;
    }
    .login-body {
        padding: 15px;
    }
    .registration-box {
        width: 95%;
    }
    .tree-position {
        padding: 6px;
    }
    .checkbox-btn label,
    .radio-btn label {
        padding-left: 8px;
    }
}

.Verify-status {
    position: relative;
    text-align: center;
}

.Verify-status img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin-bottom: 10px;
}

.Verify-status h1 {
    font-size: 28px;
    color: #00ffc4;
}

.Verify-status h2 {
    font-size: 24px;
}

.details-wrapper {
    border: 2px solid #fff;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(to right, #ab0a69, #3e0588);
}

.details-head {
    background: linear-gradient(to right, #0a89ab, #1e7d24);
    color: #fff;
    padding: 8px 0;
}

.details-wrapper ul {
    margin: 0;
    padding: 0;
}

.details-wrapper ul li {
    list-style-type: none;
    padding: 5px 10px;
    border-bottom: 1px solid #898989;
}

.details-wrapper ul li:last-child {
    border: 0;
}

.details-body {
    padding: 12px 0;
}

.splitBox {
    position: relative;
}

.splitBox input {
    padding-right: 130px;
}

.enrollerDetails-wrapper {
    text-align: center;
    position: absolute;
    top: 0;
    right: 15px;
    line-height: 40px;
}

.enrollerName {
    color: #109303;
    font-size: 14px;
}

.enrollerName.invailed {
    color: #ff0000;
}

.btn-sm {
    font-size: 12px;
    height: 25px;
    line-height: 25px;
}