@font-face {
    font-family: RobotoRegular;
    src: url('./fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: RobotoMedium;
    src: url('./fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: RobotoBold;
    src: url('./fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body, html {
    min-width: 1120px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    background: url('../imgs/bg-top.jpg') no-repeat center top;
    background-color: #20100a;
    color: #20100a;
}

body, a, a:active, a:visited, a:link, input, textarea, select {
    font-family: RobotoRegular, Arial;
    font-size: 14px;
    text-decoration: none;
}

a, a:active, a:visited, a:link {
    cursor: pointer;
    font-weight: bold;
    font-family: RobotoBold, Arial;
}

a, input {
    outline: none;
}

p {
    margin: 0;
    padding: 0;
}

input[type="checkbox"], input[type="radio"] {
    cursor: pointer;
}

.pddInner {
    padding: 0 15px 30px;
}

a, a:active, a:visited, a:link {
    color: #144665;
}

a:hover {
    color: #7f4826;
}

a:active {
    color: #d56017;
}

#alerta {
    visibility: hidden;
    position: fixed;
    display: table;
    z-index: 1001;
    margin: 0 auto;
    padding: 25px 30px;
    color: #5a5a5a;
    font-size: 15px;
    background: #f7f7f7;
    border-radius: 6px;
}

#alerta .ok {
    display: table;
    width: 100%;
}

#alerta .ok > div {
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    display: table;
    float: right;
    margin: 15px 0 0 0;
    padding: 5px 0;
    text-align: center;
    width: 60px;
    text-transform: uppercase;
    color: #fff;
    background: #ac0f0f;
    border: 1px solid #ac0f0f;
    box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset;
    border-radius: 4px;
}

#alerta .ok > div:hover {
    background: #d21818;
    border-color: #d21818;
}

#alerta .ok.sucesso > div {
    background: #0dbb00;
    border: 1px solid #0dbb00;
}

#alerta .ok.sucesso > div:hover {
    background: #0a8c00;
    border: 1px solid #0a8c00;
}

#backblack {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.8;
    z-index: 1000;
}

a.default, span.default, input.default {
    transition: background-color 0.4s;
    cursor: pointer;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    padding: 8px 0 5px 0;
    width: 178px;
    margin: 0 0 1px;
    border-radius: 8px;
    box-shadow: 0px 1px 0px rgba(255,255,255,0.2) inset;
    font-family: RobotoMedium, Tahoma;
}

article .ucp a.default, .ucp a.default, .ucp span.default, .ucp input.default {
    padding: 9px 0 10px 0;
}

article a.default:active, a.default:active, input.default:active, span.default:active {
    opacity: 0.7;
}

a.default, span.default, input.default {
    background: #b3602e;
    background: -moz-linear-gradient(top, #45078a 0%, #3c0579 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3602e), color-stop(100%,#b3602e));
    color: rgba(255,255,255,0.8) !important;
    border: 1px solid #b3602e !important;
}

a.default.big, span.default.big, input.default.big {
    text-transform: uppercase;
    min-width: 140px;
    padding: 9px 24px;
    font-size: 15px;
}

a.default.superbig, span.default.superbig, input.default.superbig {
    text-transform: uppercase;
    min-width: 140px;
    padding: 10px 30px;
    font-size: 16px;
}

a.default:hover, input.default:hover, span.default:hover {
    background: #e76200;
    border-color: #e76200 !important;
    color: #fff !important;
}

a.default.sucesso, span.default.sucesso, input.default.sucesso {
    background: #0dbb00 !important;
    color: #fff !important;
}

body {
    padding-top: 219px;
}

section {
    width: 1119px;
    background: #360f10;
    margin: 0 auto;
    padding: 0 0 0 76px;
    box-sizing: border-box;
    border-radius: 0;
    position: relative;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    border-radius: 10px;
    overflow: hidden;
}

section > .main {
    width: 100%;
    display: table;
}

nav {
    position: absolute;
    left: 10px;
    top: 0;
    width: 56px;
    padding: 10px 0 0 0;
    box-sizing: border-box;
    z-index: 3;
}

nav > *, nav > * > i, nav .icon {
    box-sizing: border-box;
    display: block;
    width: 56px;
    overflow: hidden;
    text-align: center;
    transition: width 0.3s;
}

nav > *, nav .icon {
    height: 60px;
    line-height: 60px;
    padding: 0;
}

nav .icon {
    width: 56px;
    padding: 20px 0;
    float: left;
    color: #20100a !important;
    font-size: 22px !important;
}

nav .harea {
    box-sizing: border-box;
    padding: 0 0 0 10px;
    float: left;
    text-align: left;
    display: block;
    font-family: RobotoRegular, Arial;
    color: #fff;
    font-size: 16px;
}

nav > *.actived, nav > *:hover {
    background: #20100a;
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(0,0,0,0.7);
}

nav > *.actived, nav > *.actived > i, nav > *.actived .icon, nav > *:hover, nav > *:hover > i, nav > *:hover .icon {
    width: 76px;
}

nav > *:hover {
    width: 230px;
}

nav > *:hover .harea {
    display: block;
}

nav .dropdown {
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    transition: width 0.4s, opacity 0.4s;
    background: #282e36;
    position: absolute;
    left: 66px;
    top: 0;
    box-sizing: border-box;
    padding: 0;
}

nav .dropdown * {
    visibility: hidden;
}

nav .dropdown h1 {
    font-family: RobotoMedium, Arial !important;
    font-size: 22px;
    text-align: left;
    padding: 0 0 0 10px;
    margin: 0;
}

nav .dropdown a {
    font-family: RobotoRegular, Arial !important;
    font-weight: normal;
    font-size: 14px;
    color: #a0a4a7;
    display: block;
    width: 190px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    text-align: left;
    box-sizing: border-box;
    border-radius: 4px;
}

nav .dropdown a:hover {
    color: #fff;
    background: rgba(255,255,255,0.1);
}

nav > *:hover .dropdown {
    opacity: 1;
    width: 230px;
    padding: 20px;
}

nav > *:hover .dropdown * {
    visibility: visible;
}

.ctt {
    float: left;
    width: 1044px;
    background: #360f10 url(../imgs/whiteglow.png) no-repeat 809px top;
    display: table;
}
article {
    float: left;
    width: 810px;
    background: #fff;
    min-height: 600px;
    padding: 40px;
    box-sizing: border-box;
}

aside {
    float: left;
    width: 234px;
}

aside .head {
    display: table;
    width: 100%;
    height: 68px;
    padding: 20px;
    box-sizing: border-box;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

aside .head .langs {
    z-index: 2;
    float: left;
    position: relative;
    cursor: pointer;
    width: 110px;
    text-align: center;
    font-size: 12px;
    font-family: RobotoRegular, Arial;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    background: rgba(0,0,0,0.2);
    border: 1px solid rgba(0,0,0,0.1);
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
}

aside .head .langs:hover {
    border-color: rgba(255,255,255,0.3);
    color: #fff;
}

aside .head .langs > div {
    width: 112px;
    box-sizing: border-box;
    display: none;
    position: absolute;
    left: -1px;
    top: 31px;
    background: #fff;
    padding: 5px 5px 4px;
    border-radius: 4px;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.3);
}

aside .head .langs:hover > div {
    display: table;
}

aside .head .langs > div a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-family: RobotoMedium, Arial !important;
    font-weight: bold;
    font-size: 11px;
    display: block;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 4px;
    background: rgba(0,0,0,0.1);
    margin: 0 0 2px 0;
}

aside .head .langs > div a:hover {
    background: #20100a;
    color: #fff;
}

aside .head .langs > div a:active {
    background: #762bc8;
    color: #fff;
}

aside .head > a {
    float: left;
    font-size: 22px;
    color: rgba(255,255,255,0.5);
    margin: 5px 0 0 20px;
}

aside .head > a:hover {
    color: #fff;
}

aside .head > a:active {
    color: #fdffbf;
}

aside > .loggedInfo {
    width: 100%;
    position: relative;
    padding: 25px 0;
    border: 0;
    border-top: 1px solid rgba(0,0,0,0.3);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

aside > .loggedInfo .avatar {
    width: 100px;
    height: 100px;
    border-radius: 60px;
    padding: 5px;
    background: #130000;
    margin: 0 auto 6px;
    border: 2px solid rgba(255,255,255,0.3);
}

aside > .loggedInfo .avatar > div {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    overflow: hidden;
}

aside > .loggedInfo .avatar > div > img {
    width: 100px;
    height: 100px;
}

aside > .loggedInfo .acc {
    width: 100%;
    text-align: center;
    font-weight: normal;
    font-family: RobotoRegular, Arial;
    color: #fff;
    font-size: 17px;
}

aside > .loggedInfo .acc > span {
    display: block;
    opacity: 0.6;
    font-size: 14px;
}

aside > .saldo {
    width: 100%;
    border-top: 1px solid rgba(0,0,0,0.3);
    box-sizing: border-box;
    padding: 15px 15px 0 15px;
    margin: 0;
}
nav > *, nav .icon {
    height: 60px;
    line-height: 60px;
    padding: 0;
}

nav .icon {
    width: 56px;
    padding: 20px 0;
    float: left;
    color: #ffffff !important;
    font-size: 22px !important;
}

aside > .saldo .total {
    display: table;
    width: 100%;
    background: rgba(0,0,0,0.2);
    box-sizing: border-box;
    padding: 10px 22px;
    font-family: RobotoRegular, Arial;
    font-size: 20px;
    color: rgba(255,255,255,0.7);
}
nav > *.actived, nav > *:hover {
        background: #360f10;
        border-radius: 6px;
        box-shadow: 0 0 5px rgba(0,0,0,0.7);
    }

    nav > *.actived, nav > *.actived > i, nav > *.actived .icon, nav > *:hover, nav > *:hover > i, nav > *:hover .icon {
        width: 76px;
    }

    nav > *:hover {
        width: 230px;
    }

    nav > *:hover .harea {
        display: block;
    }
aside > .saldo .total > div {
    float: left;
    padding: 4px 0 0;
}

aside > .saldo .total > span {
    float: right;
    color: #3ebe16;
}

aside > .saldo .total > span > span {
    font-size: 20px;
}

aside > .saldo .total > span > span {
    font-size: 20px;
}

aside > .donateButtons {
    display: table;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
}

.donateButtons a {
    display: flex;
    align-items: center; /* Alinea verticalmente */
    width: 100%;
    text-align: left;
    height: 32px;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 0 0 0 10px; /* Reduje el padding para que el icono estÃ© mÃ¡s cerca del texto */
    margin: 0 0 10px 0;
    background: rgba(255,255,255,0.1);
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-family: RobotoRegular, Arial;
    font-weight: normal;
}

.donateButtons a .icon {
    margin-right: 10px; /* AÃ±ade espacio entre el icono y el texto */
}

aside > .donateButtons a:hover {
    background: rgba(255,255,255,0.2);
    color: #fff;
}

aside > .donateButtons a span {
    position: absolute;
    left: 10px;
    top: 9px;
    font-size: 15px;
    display: block;
    height: 32px;
    line-height: 32px;
}

.formpadrao, .formpadrao > div, .formpadrao .camp input, .formpadrao .camp select {
    border-radius: 8px;
}

.formpadrao {
    display: table;
    margin: 0 auto 2px auto;
    padding: 2px;
}

.formpadrao > div {
    display: table;
    background: rgba(0,0,0,0.1);
}

.formpadrao > div:hover {
    background: rgba(0,0,0,0.2);
}

.formpadrao .desc {
    color: #000;
    width: 140px;
    padding: 0 10px;
    font-weight: bold;
    text-align: right;
}

.formpadrao .desc, .formpadrao .camp, .formpadrao .camp2 {
    float: left;
    height: 40px;
    line-height: 40px;
}

.formpadrao .camp input[type="text"], .formpadrao .camp input[type="password"], .formpadrao .camp input[type="file"] {
    border: 0;
    width: 200px;
    margin: 5px 5px 0 0;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
}

.formpadrao .camp select {
    border: 0;
    width: 210px;
    margin: 5px 5px 0 0;
    padding: 6px 5px 5px;
}

.formpadrao textarea {
    border: 0;
    resize: vertical;
    height: 300px;
    width: 200px;
    margin: 0 4px 10px 0;
    padding: 5px;
}

.formpadrao.tdate .camp input {
    text-align: center;
    padding: 0 9px;
}

.formpadrao.errorc > div {
    background: #c70000;
}

.formpadrao.errorc .desc {
    color: #000;
}

.formpadrao .camp input[type="text"], .formpadrao .camp input[type="password"], .formpadrao .camp input[type="file"], .formpadrao .camp select, .formpadrao textarea {
    background: #fff;
}

.formpadrao .camp input[type="text"]:focus, .formpadrao .camp input[type="password"]:focus, .formpadrao .camp select:hover, .formpadrao textarea:focus {
    background: #fffbd5;
}

label.captcha {
    position: relative;
}

label.captcha img.captchaImage {
    position: absolute;
    left: 8px;
    top: 3px;
    opacity: 0.8;
    border-radius: 3px;
}

label.captcha a {
    position: absolute;
    right: 11px;
    top: 11px;
}

label.captcha a, label.captcha a img {
    width: 23px;
    height: 23px;
}

label.captcha a:hover {
    opacity: 0.7;
}

label.captcha a:active {
    opacity: 1;
}

footer {
    color: rgba(255,255,255,0.6);
    font-size: 13px;
    width: 1000px;
    padding: 30px 0 35px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    position: relative;
    font-weight: bold;
}

footer span {
    font-size: 11px;
    font-weight: normal;
}

footer a.atualstudio {
    top: 40px;
    right: 50px;
    position: absolute;
    opacity: 0.4;
    display: block;
    width: 120px;
    height: 18px;
    background: transparent url('../imgs/nm/atualstudio.png');
}

footer a.atualstudio:hover {
    opacity: 1;
}

ul.breadcrumb {
    display: table;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    list-style: none;
}

ul.breadcrumb, ul.breadcrumb a, ul.breadcrumb b {
    font-family: RobotoRegular, Arial;
    font-weight: normal;
    color: #696969;
    font-size: 20px;
}

ul.breadcrumb li {
    display: inline-block;
    float: left;
}

ul.breadcrumb li + li:before {
    padding: 8px;
    color: black;
    content: "â€º";
}

ul.breadcrumb b, ul.breadcrumb a {
    color: #000 !important;
}

ul.breadcrumb li a:hover {
    color: #7622d2 !important;
}

ul.breadcrumb li a:active {
    color: #bf86ff !important;
}

ul.breadcrumb i {
    display: none;
}

article h1, article h2, article h3 {
    font-family: RobotoRegular, Arial;
    font-weight: normal;
    color: #696969;
}

article h1 {
    font-size: 20px;
    margin: 0 0 15px 15px;
}

article h1 i {
    margin-right: 7px;
}

article h2 {
    font-size: 17px;
    margin: 0 0 15px 15px;
}

.box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    border: 1px solid #ececec;
    margin: 0;
    border-radius: 2px;
    padding: 0 0 15px 0;
}

.twoBox {
    width: 100%;
    display: table;
}

.twoBox .box {
    float: left;
    width: calc(50% - 10px);
    margin: 0 0 20px 20px;
}

.twoBox .box:first-child {
    margin-left: 0;
}

.box h1 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    font-size: 16px;
    background: #130000;
    color: #fff;
    margin: 0 0 10px 0;
    padding: 0 0 0 15px;
    border-radius: 2px;
}

.lines {
    padding: 0 15px;
    border-radius: 5px;
    overflow: hidden;
}

.lines > div {
    padding: 0 10px;
    box-sizing: border-box;
    display: table;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-family: RobotoRegular, Arial;
    font-size: 14px;
    border-top: 1px solid rgba(0,0,0,0.2);
}

.lines > div.two {
    background: rgba(0,0,0,0.05);
}

.lines > div:first-child {
    border: 0;
}

.lines > div span {
    float: right;
    font-family: RobotoBold, Arial;
    font-weight: bold;
}

.lines.logs > div {
    border-color: rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.1);
}

.lines.logs > div.two {
    background: rgba(0,0,0,0.05);
}

.mult {
    display: table;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
}

.mult .selec {
    box-sizing: border-box;
    display: table;
    margin: 5px auto 0 auto;
}

.mult .selec > * {
    float: left;
    transition: background-color 0.4s;
    position: relative;
    width: 80px;
    height: 80px;
    padding: 10px;
    overflow: hidden;
    background: #d9d9d9;
    margin: 0 1px 0 0;
    border-radius: 6px 6px 0 0;
}

.mult .selec > div {
    cursor: pointer;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
}

.mult .selec > div:hover {
    background: rgba(0,0,0,0.3);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}

.mult .selec > span:hover {
    background: rgba(0,0,0,0.2);
}

.mult .selec > div.actived {
    cursor: default;
    background: #f9f9f9;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}

.mult .selec > div > img {
    width: 80px;
    height: 80px;
    border-radius: 4px;
}

.mult .selec > div > div {
    width: 72px;
    height: 22px;
    line-height: 22px;
    position: absolute;
    bottom: 11px;
    right: 15px;
    font-family: Arial;
    font-size: 9px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 2px #000;
    text-align: center;
    overflow: hidden;
}

.mult .infos, .mult .opts {
    display: none;
    width: calc(100% - 15px);
    min-height: 200px;
    padding: 15px 0 0;
    background: rgba(255,255,255,0.3);
}

.mult .infos.actived, .mult .opts {
    display: table !important;
}

.mult .lines {
    float: left;
    width: calc(50% - 15px);
    padding: 0;
    margin: 0 0 0 15px;
}

.mult .lines > div {
    width: 100%;
    padding: 0 10px;
    margin: 0;
    box-sizing: border-box;
}

.mult .charSelectedTxt, .service {
    box-sizing: border-box;
    width: calc(100% - 25px);
    background: #fffb99;
    margin: 0 0 0 20px;
    padding: 12px 18px;
    font-size: 15px;
    border-radius: 8px;
}

.service {
    font-size: 14px;
    background: rgba(0,0,0,0.1);
    margin-top: 20px;
    padding: 20px 20px 25px;
}

.service > .title {
    font-size: 18px;
    margin: 0 0 10px 0;
    position: relative;
}

.service > .title .costs {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 15px;
    font-size: 14px;
    background: #258b05;
    color: #fff;
    border-radius: 6px;
}

.service > .desc {
    margin: 0 0 10px 0;
}

.service > .work {
    margin: 0 0 15px 0;
}

.service > input.default {
    width: auto !important;
    display: table !important;
    margin: 0 auto;
    padding: 10px 15px;
    font-size: 14px;
}

.service .confirmChar {
    box-sizing: border-box;
    min-width: 381px;
    padding: 10px 15px;
    display: table;
    text-align: center;
    margin: 10px auto 0;
    background: #fffb99;
    border-radius: 4px;
}

.service .confirmChar.invis {
    display: none !important;
}

.service .confirmChar a.default {
    width: 120px;
    display: inline-block;
    margin: 0 0 0 10px;
    background: #b70000;
    background: -moz-linear-gradient(top, #e50000 0%, #b70000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e50000), color-stop(100%,#b70000));
    border: 1px solid #b70000;
    color: #fff;
}

.service .confirmChar a.default:hover {
    background: #6c0d0d;
    border-color: #6c0d0d;
}

.rulesbox {
    box-sizing: border-box;
    width: 100%;
    height: 280px;
    border: 2px solid rgba(0,0,0,0.5);
    background: rgba(0,0,0,0.1);
    overflow: auto;
    margin: 0 auto 20px;
    padding: 20px;
    border-radius: 4px;
}

.rulesbox h1 {
    padding: 0 0 10px;
    font-size: 17px;
}

table.donateBox {
    box-sizing: border-box;
    width: 100%;
    border: 2px solid rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.05);
    border-radius: 4px;
}

table.donateBox th, table.donateBox td {
    box-sizing: border-box;
    padding: 8px;
    border: 1px solid rgba(0,0,0,0.1);
    border-right: 0;
    border-bottom: 0;
    text-align: left;
}

table.donateBox th {
    border-top: 0;
    background: rgba(0,0,0,0.1);
}

table.donateBox th:first-child, table.donateBox td:first-child {
    border-left: 0;
}

table.donateBox select {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    margin: 0;
    padding: 5px;
    border-radius: 4px;
}

table.donateBox select:hover {
    background: #fffdd4;
}

table.donateBox .bonus {
    display: none;
    background: #fffb99;
    text-align: center;
    width: 100%;
    margin: 5px auto 0;
    padding: 5px 0;
    box-sizing: border-box;
    border-radius: 4px;
}

table.default {
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    width: 100%;
    background: 0;
    overflow: hidden;
}

table.default tr td:first-child {
    border: 0;
}

table.default tr td {
    text-align: center;
    font-size: 14px;
    padding: 6px 8px;
    border-left: 1px solid rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.1);
}

table.default tr.two td {
    background: rgba(0,0,0,0.03);
}

table.default tr td.foco {
    font-weight: bold;
    color: #000;
    background: rgba(0,0,0,0.15);
}

table.default tr.two td.foco {
    background: rgba(0,0,0,0.06);
}

table.default tr th {
    font-weight: bold;
    text-align: center;
    background: #130000;
    color: #fff;
    padding: 10px 0;
}

table.default tr.ctype2, table.default tr.ctype2 td {
    padding: 0;
    margin: 0;
    height: 2px;
    background: rgba(0,0,0,0.1);
}

table.default .pos {
    width: 25px;
    text-align: center;
}

table.default tr.pin td {
    background: #fffde5 !important;
}

span#confirm {
    background: #fffb99;
    box-sizing: border-box;
    display: table;
    width: 100%;
    margin: 10px 0;
    padding: 30px 0;
    text-align: center;
    font-size: 15px;
}

span#confirm.invis {
    display: none !important;
}

.wSelectBg {
    background: rgba(0,0,0,0.1);
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0 20px 40px;
    margin: 0 0 20px 0;
    border-radius: 4px;
}

.wSelectBg select {
    border: 0;
    width: 570px;
    box-sizing: border-box;
    background: #fff;
    margin: 0 0 0 10px;
    padding: 5px;
}

.shopPacks {
    box-sizing: border-box;
    width: 100%;
    padding: 0 0 30px 15px;
    display: table;
}

.shopPacks > a {
    opacity: 1;
    transition: opacity 0.3s;
    position: relative;
    float: left;
    width: 136px;
    height: 136px;
    display: block;
    margin: 0 10px 10px 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center top;
    border-radius: 3px;
}

.shopPacks > a > div {
    overflow: hidden;
    box-sizing: border-box;
    width: 136px;
    height: 50px;
    padding: 30px 0 0 0;
    position: absolute;
    left: 0;
    bottom: 0;
    background: transparent url('../imgs/nm/degrade_black_transp.png');
    color: #fff;
    font-size: 10px;
    text-align: center;
    border-radius: 0 0 3px 3px;
}

.shopPacks > a:hover {
    opacity: 0.7;
}

.shopItemList {
    padding: 0 20px 20px;
}

.shopItemList table td, .shopItemList table th {
    text-align: left !important;
}

.shopItemList table td {
    font-size: 13px !important;
}

.shopItemList table td:hover {
}

#buyItemForm {
    position: relative;
}

.shopItemList .packImg {
    position: absolute;
    top: -40px;
    right: 20px;
    padding: 6px;
    border-radius: 4px;
    background: rgba(0,0,0,0.2);
}

.shopItemList .packImg, .shopItemList .packImg img {
    width: 80px;
    height: 80px;
}

#buyTrigger {
    width: 120px;
}

.horMenu {
    display: table;
    margin: 20px auto;
}

.horMenu a {
    float: left;
    padding: 10px 15px;
    border-bottom: 2px solid rgba(0,0,0,0.5);
    margin: 0 0 0 10px;
    text-transform: uppercase;
    font-size: 12px;
    color: rgba(0,0,0,0.6) !important;
}

.horMenu a:first-child {
    margin: 0;
}

.horMenu a:hover {
    border-color: rgba(0,0,0,0.9) !important;
}

.horMenu a.act {
    cursor: default;
    border-color: #000 !important;
    color: #000 !important;
    text-shadow: 0 0 5px rgba(255,255,255,0.6);
}

.horMenu a:active {
    opacity: 0.6;
}

.castled {
    float: left;
    width: 355px;
    margin: 0;
}

.castled, .castled > div {
    display: table;
}

.castled .ct {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0 10px 30px;
}

.castled .imgc {
    width: 175px;
    height: 99px;
    border: 1px solid rgba(0,0,0,0.4);
    float: left;
    border-radius: 6px;
}

.castled .imgc span {
    display: block;
    width: 175px;
    height: 99px;
    background: rgba(0,0,0,0.6) url('../imgs/nm/castles.jpg') no-repeat;
    border-radius: 5px;
}

.castled .ci {
    float: left;
    width: 168px;
    padding: 2px 0 0 10px;
}

.castled .ci .co {
    font-weight: bold;
}

.castled .ci .cc {
    margin-bottom: 8px;
}

.castled .nwar {
    padding: 5px 0 10px 0;
}

.castled .imgc.aden span {
    background-position: left top;
}

.castled .imgc.goddard span {
    background-position: -175px top;
}

.castled .imgc.giran span {
    background-position: -350px top;
}

.castled .imgc.oren span {
    background-position: -525px top;
}

.castled .imgc.dion span {
    background-position: -700px top;
}

.castled .imgc.gludio span {
    background-position: -875px top;
}

.castled .imgc.innadril span {
    background-position: -1050px top;
}

.castled .imgc.rune span {
    background-position: -1225px top;
}

.castled .imgc.schuttgart span {
    background-position: -1400px top;
}

.rmsg {
    display: table;
    width: 360px;
    margin: 0 auto 20px auto;
    padding: 10px;
    background: #108c00;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.rmsg.error {
    background-color: #b30000 !important;
}

.rmsg.warn {
    background-color: #fffca1 !important;
    color: #000 !important;
}

.fullGallery {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 15px 0 0 0;
}

.fullGallery > div {
    width: calc(100% + 20px);
    display: table;
}

.fullGallery a, .fullGallery a div, .fullGallery a img {
    width: 88px;
    height: 88px;
}

.fullGallery a {
    border: 1px solid rgba(0,0,0,0.4);
    background: rgba(255,255,255,0.5);
    display: block;
    position: relative;
    float: left;
    padding: 1px;
    margin: 0 10px 10px 0;
    border-radius: 3px;
}

.fullGallery a div {
    border-radius: 5px;
    position: absolute;
    top: 1px;
    left: 1px;
    transition: border-color 0.3s, background 0.3s, box-shadow 0.3s;
}

.fullGallery a img {
    border-radius: 5px;
}

.fullGallery a span {
    display: block;
    width: 46px;
    height: 46px;
    position: absolute;
    left: 23px;
    top: 23px;
    background: transparent url('../imgs/nm/play2.png') no-repeat;
    border-radius: 5px;
}

.fullGallery a:hover {
    border-color: rgba(0,0,0,0.7);
    background: rgba(255,255,255,0.4);
}

.fullGallery a:hover div {
    box-shadow: 0 0 10px rgba(255,255,255,1) inset;
}

.fullGallery a mark {
    display: block;
    position: absolute;
    width: calc(100% - 2px);
    height: 24px;
    line-height: 24px;
    background: rgba(0,0,0,0.7);
    bottom: 1px;
    right: 1px;
    color: #fffeb4;
    font-size: 10px;
    text-align: center;
    font-family: Arial;
    font-weight: bold;
}

.fullGallery i {
    cursor: pointer;
    display: block;
    position: absolute;
    top: -6px;
    right: -6px;
    background: #ba0000;
    color: rgba(255,255,255,0.7);
    width: 22px;
    height: 22px;
    padding: 4px;
    box-sizing: border-box;
    border-radius: 11px;
    text-align: center;
}

.fullGallery i:hover {
    background: #ff0000;
    color: #fff;
}

.paginate {
    display: table;
    margin: 30px auto;
}

.paginate a {
    display: block;
    padding: 5px 8px;
    font-weight: bold;
    box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset;
    float: left;
    margin: 0 1px 0 0;
    border-radius: 3px;
}

.paginate a.atual, .paginate a.desatived {
    cursor: default;
    box-shadow: none;
}

.paginate a {
    background: rgba(0,0,0,0.7);
    border: 1px solid rgba(0,0,0,0.7);
    color: rgba(255,255,255,0.7) !important;
}

.paginate a:hover {
    background: rgba(0,0,0,0.9) !important;
    border-color: rgba(0,0,0,0.9) !important;
    color: #fff !important;
}

.paginate a:active, .paginate a.atual {
    background: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

.paginate a:active {
    opacity: 0.5;
}

.paginate a.desatived {
    background: rgba(0,0,0,0.1) !important;
    border-color: rgba(0,0,0,0.1) !important;
    color: rgba(0,0,0,0.3) !important;
}

.atualEnd {
    padding: 0 0 20px 0;
}

.atualEnd.invis {
    display: none;
}

.inventory {
    width: 100%;
    max-width: 722px;
    margin: 0 auto;
    padding: 10px 10px 4px 4px;
    border: 2px solid #d9d9d9;
    box-sizing: border-box;
    background: #f5f5f5;
}

.inventory.loading {
    min-height: 106px;
    background: #f5f5f5 url('../imgs/nm/loader.gif') no-repeat center center;
}

.inventory > div {
    display: table;
    width: 100%;
}

.inventory > div > span {
    display: block;
    cursor: pointer;
    float: left;
    width: 32px;
    height: 32px;
    padding: 1px;
    margin: 0 0 6px 6px;
    border: 2px solid #ccc;
    border-radius: 2px;
}

.inventory > div > span img {
    border-radius: 2px;
}

.inventory > div > span:hover {
    border-color: #00b40d;
}

.inventory > div > span.actived {
    border-color: #fffb99 !important;
    box-shadow: 0 0 10px #00b40d;
}

.inventory.passive > div > span > img {
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.9 !important;
}

.inventory.passive > div > span.actived > img, .inventory > div > span:hover > img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1 !important;
}

#enchItemSelected {
    position: relative;
    display: table;
    margin: 40px auto 50px;
    background: #fffb99;
    padding: 30px;
    border-radius: 8px;
}

#enchItemSelected.invis {
    display: none !important;
}

#enchItemSelected > * {
    float: left;
}

#enchItemSelected > img {
    border-radius: 4px;
}

#enchItemSelected > .n {
    height: 32px;
    line-height: 32px;
    padding: 0 15px 0 10px;
}

#enchItemSelected > span {
    display: block;
    height: 32px;
    line-height: 32px;
    font-weight: bold;
}

#enchItemSelected > span > input {
    background: #fff !important;
    text-align: center;
    width: 50px;
    box-sizing: border-box;
    margin: 0;
    padding: 0 5px;
    height: 32px;
    line-height: 32px;
    border: 2px solid rgba(0,0,0,0.3);
    border-radius: 4px;
    margin: 0 10px 0 0;
}

#enchItemSelected > span > input:hover, #enchItemSelected > span > input:focus {
    border-color: rgba(0,0,0,0.8);
}

#enchItemSelected > .c {
    position: absolute;
    top: -15px;
    right: 30px;
    width: 200px;
    background: #0da500;
    text-align: center;
    box-sizing: border-box;
    padding: 6px;
    border-radius: 6px;
    color: #fff;
}

#enchItemSelected > .m {
    position: absolute;
    top: -15px;
    left: 30px;
    background: #b30000;
    padding: 6px;
    border-radius: 6px;
    color: #fff;
}

#enchItemSelected > a {
    font-size: 13px !important;
    box-sizing: border-box !important;
    width: 200px !important;
    height: 32px !important;
    line-height: 30px !important;
    padding: 0 15px 0 !important;
    margin: 0 !important;
}

.indexTitle {
    font-size: 30px;
    width: 100%;
    text-align: center;
    padding: 60px 0 0;
    font-family: RobotoMedium;
}

.smallCenter {
    text-align: center;
    position: relative;
    display: table;
    width: 382px;
    margin: 0 auto 0;
    padding: 20px 0 50px 0;
}

.smallCenter .grayArea {
    width: 100%;
    margin: 10px 0;
    padding: 10px 0;
    text-align: center;
    background: rgba(0,0,0,0.03);
    color: #6e6e67;
    border-radius: 6px;
}

.smallCenter .accessButton {
    display: table;
    margin: 10px auto 20px;
}

hr.ls {
    width: 100%;
    height: 1px;
    background: #d4d4d4;
    border: 0;
    padding: 0;
    margin: 25px 0 30px 0;
}

.form-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 400px;
  margin: auto;
}

.input-group {
  display: flex;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.icon-box {
  background-color: #000000; /* amarelo */
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 1.2rem;
  min-width: 50px;
}

.input-group input {
  border: none;
  padding: 1rem;
  flex: 1;
  font-size: 1rem;
  outline: none;
  color: #333;
}

.input-group input::placeholder {
  color: #666;
}

.access-button {
  text-align: center;
  margin-top: 1rem;
}

.access-button button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #360f10; /* mesmo amarelo dos ícones */
  color: #FFF;
  border: none;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.access-button button i {
  font-size: 1.1rem;
}

.access-button button:hover {
  background-color: #e5b100;
  transform: translateY(-2px);
}
.effects-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}

.effects {
  position: absolute;
  z-index: 0;
  -webkit-animation: fly 10s infinite linear;
          animation: fly 10s infinite linear;
}

.effects2 {
  position: absolute;
  z-index: 0;
  -webkit-animation: fly 25s infinite linear;
          animation: fly 25s infinite linear;
}

@-webkit-keyframes fly {
  0% {
    top: 200px;
    left: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: -1000px;
    opacity: 1;
    left: -1000px;
  }
}

@keyframes fly {
  0% {
    top: 200px;
    left: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: -1000px;
    opacity: 1;
    left: -1000px;
  }
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}