html,
body {
    /* height: 100%; */
    margin: 0px;
    background: #161515;
    /* position: fixed; */
    align-items: flex-start;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 1;
    font-family: 'Poppins';
    overflow: auto;
    align-content: flex-start;
    background-image: url(../bg1.svg);
}

.box {
    width: 100%;
}

.box form {
    max-width: 280px;
    margin: auto;
    text-align: center;
    justify-content: center;
    /* background: #000; */
    /* border: 1px solid #ffffff42; */
    padding: 10px;
}

.box {
    display: flex;
    flex-direction: column;
    /* font-size: 24px; */
    background: #1e1e1e94;
    border-radius: 10px;
    backdrop-filter: blur(10px) saturate(1.5);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.24), 0 8px 16px rgba(0, 0, 0, 0.28);
}

.box label,
.box button {
    text-align: right;
    /* margin: 5px; */
    display: flex;
}

.box .alert {
    color: red
}

.box button {}

.box .logo {}

.box .logo img {
    padding: 20px;
    margin-left: 16px;
    max-width: 225px;
}

.box .btnBack,
.box .btnSecondary {
    /* background: #f5263e; */
    color: #ffff;
    text-decoration: none;
    font-size: 16px;
    padding: 6px;
    border: #f5263e47 2px solid;
    box-shadow: none;
    overflow: auto;
    display: inline-block;
    border-radius: 5px;
    /* width: 160px; */
    margin: 10px;
}

.box .btnCreateAccount,
.box .btnPrimary {
    border-radius: 5px;
    background: #15ff47;
    padding: 18px;
    /* width: 100%; */
    text-align: center;
    color: #000;
    border: none;
    font-weight: bold;
    justify-content: center;
    text-transform: uppercase;
    box-shadow: 0 0 30px 2px #04fd004d;
    transition: .5s all;
    text-decoration: none;
}

.box [type="file"] {}

.box [type="file"]::file-selector-button {
    border-radius: 5px;
    background: #15ff47;
    padding: 7px;
    /* width: 100%; */
    text-align: center;
    color: #000;
    border: none;
    font-weight: bold;
    justify-content: center;
    text-transform: uppercase;
    box-shadow: 0 0 30px 2px #04fd004d;
    transition: .5s all;
}

.box .btnCreateAccount[disabled],
.box .btnPrimary[disabled] {
    opacity: 0.5;
    box-shadow: 0 0 30px 2px #04fd0000;
    background-color: #ccc;
}

.box .inputs {
    display: flex;
    flex-direction: column;
    margin: 3px;
}

.box .inputs input {
    padding: 15px;
    margin: 0px;
    border: 1px solid #000;
    border-bottom: 0;
    background-color: #000;
    background-size: 18px 18px;
    /* padding-left: 33px; */
    color: #fff;
    font-family: 'Poppins';
    background-position-x: 7px;
    background-position-y: 15px;
}

.box .inputs input[name="name"],
.box .inputs input[type="password"] {
    background-repeat: no-repeat;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: scroll;
    background-origin: initial;
    background-clip: initial;
}

.box .inputs .input-icon {
    width: 16px;
    object-fit: scale-down;
    margin: 10px;
}

.box .inputs input[type="password"] {}

.box .inputs.input-group {
    flex-direction: row;
    background: #000;
    display: flex;
    align-items: stretch;
}

.box .inputs.input-group input {
    flex: 1;
}

.box .inputs input[name="email"] {
    background-repeat: no-repeat;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: scroll;
    background-origin: initial;
    background-clip: initial;
}

.box .inputs .label {
    text-align: left;
    font-size: 15px;
    display: none;
}

.box .div {
    font-size: 12px;
    position: relative;
    margin: 5px;
}

.box .div:before {
    background: #ffffff3b;
    content: "";
    height: 1px;
    position: absolute;
    top: 43%;
    width: 90px;
    left: 0px;
}

.box .div:after {
    background: #ffffff3b;
    content: "";
    height: 1px;
    position: absolute;
    width: 90px;
    right: 0px;
    top: 43%;
}

.box label span {
    flex: 1;
    margin-right: 10px;
}

.box label input {
    font-family: "D Day Stencil";
    border: 2px solid #fff;
    background: #ffffff85;
    color: #fff;
    padding-left: 10px;
    font-size: 18px;
}

.box label {}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

#bgV {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.stripes {
    background: repeating-linear-gradient(45deg, #000000, #000000 10px, #ffec00 10px, #ffec00 20px);
    height: 10px;
}

.info {
    font-size: 12px;
    text-align: left;
    margin: 10px;
    color: #a5a5a5;
}

.info a {
    color: #fff;
}

[data-type='direct'] .partner_description {
    display: none;
}

.info.partner_description {
    font-size: 12px;
    text-align: center;
    color: #51c164;
}

.error-loged {
    display: none;
    color: red;
    text-shadow: 1px 1px 15px;
}

.error-loged.show {
    display: block;
}

[data-type="direct"] .partner_box {
    display: none;
}

[data-type="partner"] .partner_box {}

.partner_box {}

.partner_box .partner_image {}

.partner_box .partner_image .partner_logo_src {
    max-width: 100%;
}

.center {
    display: block;
    height: fit-content;
    margin: auto;
    padding: 10px;
    z-index: 10;
}

#updateFrame {
    display: none !important;
}

.suppoters {}

.suppoters h5,
.suppoters h3 {
    margin: 5px;
}

.suppoters h5 {
    color: #808080;
    font-weight: normal;
}

.suppoters .users_earlys.list {
    display: flex;
    flex-direction: column;
    margin: 5px;
    padding: 5px;
    border: 1px solid #282828;
}

.suppoters .users_earlys.list .user {
    display: flex;
    flex-direction: row;
    flex: 1;
    align-items: center;
    text-align: left;
    margin: 3px;
    border-bottom: 2px dashed #3a3939;
    padding-bottom: 2px;
}

.suppoters .users_earlys.list .user .img {
    margin-right: 10px;
}

.suppoters .users_earlys.list .user .img img {
    width: 46px;
    display: block;
}

.suppoters .users_earlys.list .user .name {
    flex: 1;
    font-size: 14px;
}

.suppoters .btn_suppoters {
    color: #3e3eff;
}

.suppoters .communities_earlys.list .community {
    max-width: 74px;
    display: inline-block;
    margin: 4px;
}

.suppoters .communities_earlys.list .community img {
    width: 100%;
}

.suppoters .iloveYou {
    font-size: 14px;
    text-align: left;
    font-weight: inherit;
    color: #ccc;
}

.suppoters .iloveYou p {}

.box.boxSuppoters {}

.box.boxSuppoters form {
    max-width: 340px;
}

.box .loader {
    padding: 10px;
    margin: 10px;
}

.box .loader img {}

.box.loaded .loader {
    display: none;
}

.box .mainContent {
    display: none;
}

.box.loaded .mainContent {
    display: flex;
    /* box-shadow: 5px 5px 5px 5px #000; */
}

.box .mainContent .user-image-box {
    position: relative;
}

.box .mainContent .user-image-box .userImage {
    border-radius: 100%;
    width: 94px;
}

.box .mainContent .user-image-box .btn-change {
    position: absolute;
    right: 0;
    border-radius: 100%;
    border: none;
    background: #000;
    width: 32px;
    height: 32px;
    right: 5px;
    bottom: 5px;
}

.box .mainContent .user-image-box .btn-change img {
    width: 18px;
    /* height: 18px; */
    object-fit: scale-down;
}

.box .mainContent .loged_box {
    display: flex;
    flex-direction: column;
}

.box .row {
    display: flex;
    flex: 1;
    /* flex-direction: column; */
    margin: 10px;
}

.box .coll {
    flex-direction: column;
}

.box .mainContent .txt-name {
    font-weight: bolder;
    font-size: 25px;
}

.box .mainContent .txt-subtext {
    font-size: 17px;
    font-weight: lighter;
    color: #ffffff80;
}

.box .mainContent .txt-details {
    display: flex;
    justify-content: center;
}

.box .row.coll .btn-full {
    text-align: center;
    flex: 1;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000000s ease-in-out 0s;
}

#backgroundImagem {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(30px);
    background-image: url(../bg2.webp);
}