* {
    margin: 0;
    padding: 0
}
.container {
    width: 1170px!important
}
@font-face {
    font-family: bebas neue;
    src: url(../fonts/bebasneue_regular-webfont.eot);
    src: url(../fonts/bebasneue_regular-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/bebasneue_regular-webfont.woff2) format("woff2"), url(../fonts/bebasneue_regular-webfont.woff) format("woff"), url(../fonts/bebasneue_regular-webfont.ttf) format("truetype"), url(../fonts/bebasneue_regular-webfont.svg#bebas_neue_regularregular) format("svg");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: bebas neue bold;
    src: url(../fonts/bebasneue_bold-webfont.eot);
    src: url(../fonts/bebasneue_bold-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/bebasneue_bold-webfont.woff2) format("woff2"), url(../fonts/bebasneue_bold-webfont.woff) format("woff"), url(../fonts/bebasneue_bold-webfont.ttf) format("truetype"), url(../fonts/bebasneue_bold-webfont.svg#bebas_neuebold) format("svg");
    font-weight: 400;
    font-style: normal
}
html {
    min-height: 100%;
    background: #010b02
}
body {
    width: 100%;
    min-height: 100vh;
    background-color: #010b02;
    background-image: url(../images/bg13.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% auto;
    font-family: Bebas, sans-serif;
    padding: 0
}
body .logo {
    display: block;
    background: url(../images/logoacademy3.png) no-repeat;
    height: 200px; /* zmniejszona wysokość */
    background-size: contain; /* dopasuj rozmiar tła do kontenera */
    background-position: 45% center;
    background-repeat: no-repeat;
}
body .content {
    margin-top: 30px
}
body .content .container {
    position: relative
}
body .content .container .content-wrapper {
    position: center;
    background: url(../images/frame-top-left.png), url(../images/frame-top-right.png), url(../images/frame-bottom-left.png), url(../images/frame-bottom-right.png), url(../images/frame-top.png), url(../images/frame-left.png), url(../images/frame-right.png), url(../images/frame-bottom.png), #cfd7da;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-y, repeat-y, repeat-x;
    background-position: top left, top right, bottom left, bottom right, top, left, right, bottom;
    padding: 30px
}
body .content .container .corner-top-left {
    position: absolute;
    background: url(../images/corner.png) no-repeat;
    width: 169px;
    height: 112px;
    top: -10px;
    left: -16px
}
body .content .container .corner-top-right {
    position: absolute;
    background: url(../images/corner.png) no-repeat;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    width: 169px;
    height: 112px;
    top: -10px;
    right: -16px
}
body .content .container .borderfix {
    background: #cfd7da;
    width: 100%;
    height: 100%;
    display: table;
    box-sizing: border-box;
    border: 1px solid #e0e9ec;
    outline: 1px solid #b9c6cb
}
body .content .container .main-content {
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden
}
body .content .container .main-content .box {
    margin-bottom: 30px;
    overflow: hidden
}
body .content .container .main-content .box .box-wrapper {
    width: 330px
}
body .content .container .main-content .box .head {
    background: #bd1300;
    height: 40px;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-family: Bebas Neue Bold, sans-serif;
    font-size: 24px
}
body .content .container .main-content .box .box-content {
    background: #e7edef;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #fff;
    box-shadow: -1px 0 0 0 #bac6ca, 1px 1px 0 0 #bac6ca, -1px 1px 0 0 #bac6ca, 1px 0 0 0 #bac6ca;
    margin: 0 1px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}
body .content .container .main-content .box .box-content .item-wrapper .title {
    color: #4f595f;
    font-family: Bebas Neue, sans-serif;
    font-size: 16px
}
body .content .container .main-content .box .box-content .item-wrapper .value {
    color: #4f595f;
    font-family: Bebas Neue Bold, sans-serif;
    font-size: 16px
}
body .content .container .main-content .news {
    background: #e7edef;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #fff;
    box-shadow: -1px -1px 0 0 #bac6ca, 1px 1px 0 0 #bac6ca, -1px 1px 0 0 #bac6ca, 1px -1px 0 0 #bac6ca;
    padding: 20px;
    margin-bottom: 30px
}
body .content .container .main-content .news images {
    max-width: 100%
}
body .content .container .main-content .news h3 {
    font-size: 22px;
    color: #4f595f;
    font-family: Bebas Neue Bold, sans-serif;
    margin: 0
}
body .content .container .main-content .news .separator {
    width: 100%;
    height: 2px;
    background: #f7f9fa;
    border-top: 1px solid #c3cfd5;
    margin: 20px 0
}
body .content .container .main-content .news p {
    font-size: 14px;
    line-height: 24px;
    font-family: Georgia, serif
}
body .content .container .main-content .news .timestamp {
    font-family: Bebas Neue Bold, sans-serif;
    color: #4f595f;
    font-size: 14px
}
body .content .container .main-content .news .comments {
    margin-top: -10px
}
body .content .container .main-content .news .comments a {
    color: #49a9d4;
    font-family: Bebas Neue, sans-serif;
    font-size: 14px
}
body .content .container .main-content .news .comments a:hover {
    color: #49a9d4
}
body .content .container .main-content .news .author {
    font-family: Bebas Neue, sans-serif;
    font-size: 14px;
    color: #4f595f;
    margin-top: -10px
}
body .content .container .main-content .news .author strong {
    font-family: Bebas Neue Bold, sans-serif
}
body .content .container .right-panel {
    padding-top: 15px
}
body .content .container .right-panel .latest-posts ul {
    list-style-type: none
}
body .content .container .right-panel .latest-posts ul .item {
    padding-bottom: 2px!important;
    margin-bottom: 5px!important
}
body .content .container .right-panel .latest-posts ul .item .info {
    font-family: Bebas Neue, sans-serif;
    font-size: 16px;
    color: #8397a0
}
body .content .container .right-panel .latest-posts ul li a {
    font-family: Bebas Neue Bold, sans-serif;
    font-size: 18px;
    color: #607d8b
}
body .content .container .right-panel .box {
    margin-bottom: 30px;
    overflow: hidden
}
body .content .container .right-panel .box .box-wrapper {
    width: 330px
}
body .content .container .right-panel .box .head {
    background: #bd1300;
    height: 40px;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-family: Bebas Neue Bold, sans-serif;
    font-size: 24px
}
body .content .container .right-panel .box .box-content {
    background: #e7edef;
    padding: 0px;
    box-sizing: border-box;
    border: 1px solid #fff;
    box-shadow: -1px 0 0 0 #bac6ca, 1px 1px 0 0 #bac6ca, -1px 1px 0 0 #bac6ca, 1px 0 0 0 #bac6ca;
    margin: 0 1px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}
body .content .container .right-panel .box .box-content .item {
    border-bottom: 1px solid #c3cfd5;
    box-shadow: 0 1px 0 0 #f7f9fa;
    padding-bottom: 10px;
    margin-bottom: 20px;
    width: 100%
}
body .content .container .right-panel .box .box-content .item .item-head {
    color: #6a808d;
    font-family: Bebas Neue, sans-serif;
    font-size: 18px;
    padding-bottom: 0;
    margin-bottom: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #c3cfd5;
    box-shadow: 0 1px 0 0 #f7f9fa;
    display: table
}
body .content .container .right-panel .box .box-content .item .wrap {
    overflow: hidden;
    width: 100%
}
body .content .container .right-panel .box .box-content .item .wrap .left {
    float: left
}
body .content .container .right-panel .box .box-content .item .wrap .left images {
    max-width: 60px;
    max-height: 60px
}
body .content .container .right-panel .box .box-content .item .wrap .right {
    margin-left: 70px
}
body .content .container .right-panel .box .box-content .item .wrap .right .title {
    color: #4f595f;
    font-size: 24px;
    font-family: Bebas Neue Bold, sans-serif
}
body .content .container .right-panel .box .box-content .item .wrap .right .info {
    color: #4f595f;
    font-size: 18px;
    font-family: Bebas Neue, sans-serif
}
body .content .container .right-panel .box .box-content .item:last-child {
    border-bottom: none;
    box-shadow: none;
    padding-bottom: 0;
    margin-bottom: 0
}
body .content .container .right-panel .box .box-content .featured-item {
    padding: 0 20px;
    height: 80px
}
body .content .container .right-panel .box .box-content .featured-item .slick-list {
    width: 240px
}
body .content .container .right-panel .box .box-content .featured-item .wrap .left {
    height: 60px
}
body .content .container .right-panel .box .box-content .featured-item .wrap .left images {
    margin-top: 14px
}
body .content .container .right-panel .box .box-content .featured-item .wrap .left,
body .content .container .right-panel .box .box-content .featured-item .wrap .right {
    margin-top: 10px
}
body .content .container .right-panel .box .box-content .featured-item .wrap .item-tooltip {
    display: none;
    float: left;
    margin-left: 20px;
    font-family: Georgia, serif;
    font-size: 14px;
    max-width: 180px
}
body .content .container .right-panel .box .box-content .featured-item .wrap:hover .item-tooltip {
    display: block
}
body .content .container .right-panel .box .box-content .featured-item .wrap:hover .right {
    display: none
}
body .content .container .right-panel .box .box-content .featured-item .wrap:focus {
    outline: none
}
body .content .container .right-panel .teamspeak button {
    font-family: Bebas Neue Bold, sans-serif;
    height: 28px;
    line-height: 0;
    color: #fff;
    background: #000000;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #f10000));
    background: -webkit-linear-gradient(top, #000000 0%, #f10000 100%);
    background: -webkit-linear-gradient(top, #000000 0%, #f10000 100%);
    background: linear-gradient(to bottom, #000000 0%, #f10000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#f10000', GradientType=0);
    border-radius: 5px;
    margin: 0 5px
}
body .status-bar {
    width: 100%;
    background: #000;
    font-family: Bebas Neue, sans-serif;
    opacity: .75;
    font-size: 18px;
    border-bottom: 1px solid #1f1f1f
}
body .status-bar .container {
    overflow: hidden
}
body .status-bar .container .item {
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    color: #6f8390;
    float: left;
    border-left: 1px solid #1f1f1f
}
body .status-bar .container .item .value {
    color: #b8ccd8;
    font-family: Bebas Neue Bold
}
body .status-bar .container .item .online {
    font-family: Bebas Neue Bold;
    color: #6cd94b
}
body .menu nav {
    border-radius: 5px;
    height: 60px;
    background: #000000;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #f10000));
    background: -webkit-linear-gradient(top, #000000 0%, #f10000 100%);
    background: -webkit-linear-gradient(top, #000000 0%, #f10000 100%);
    background: linear-gradient(to bottom, #000000 0%, #f10000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#f10000', GradientType=0);
    border: none;
    box-shadow: inset 0 1px 0 0 #590000, 0 4px 0 0 #6f0000;
    font-family: Bebas Neue;
    font-size: 24px
}
body .menu nav .dropdown-menu li a:hover {
    color: #b69c10!important
}
body .menu nav .navbar-form {
    margin-top: 12px
}
body .menu nav .navbar-form .form-group {
    margin-right: -4px
}
body .menu nav .navbar-form .form-group input {
    height: 36px;
    background: #c90000;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c90000), color-stop(100%, #250000));
    background: -webkit-linear-gradient(top, #c90000 0%, #250000 100%);
    background: -webkit-linear-gradient(top, #c90000 0%, #250000 100%);
    background: linear-gradient(to bottom, #c90000 0%, #250000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c90000', endColorstr='#250000', GradientType=0);
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: none;
    box-shadow: inset 0 3px 0 0 #c90000, inset 0 -1px 0 0 #0c0c0c;
    color: #fff
	
}
body .menu nav .navbar-form .form-group::-webkit-input-placeholder {
    color: #9ac0d4
}
body .menu nav .navbar-form .btn {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #d7d7d7));
    background: -webkit-linear-gradient(top, #ffffff 0%, #d7d7d7 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #d7d7d7 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #d7d7d7 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7d7d7', GradientType=0);
    border: none;
    outline: none;
    height: 34px;
    color: #4e4c4c;
    font-size: 18px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
body .menu nav .navbar-nav .dropdown-menu {
    padding-top: 0;
    padding-bottom: 4px;
    background: #929292;
    border: none;
    border-radius: 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .175)
}
body .menu nav .navbar-nav .dropdown-menu li a {
    line-height: 34px;
    font-size: 18px
}
body .menu nav .navbar-nav li a {
    color: #fff;
    padding: 0;
    line-height: 60px;
    padding: 0 15px
}
body .menu nav .navbar-nav li.active a {
    background: url(../images/menu-active.png) no-repeat;
    background-size: 100% 44px;
    background-position: bottom;
    box-shadow: none;
    color: #fff
}
body .menu nav .navbar-nav li.open a,
body .menu nav .navbar-nav li.open a:focus,
body .menu nav .navbar-nav li.open a:hover,
body .menu nav .navbar-nav li.open a:active {
    background: #262f33;
    color: #fff
}
body header .container .slick-slider {
    margin-bottom: 0
}
body header .container .slider {
    height: 250px
}
body header .container .slider .slick-dots {
    bottom: -25px
}
body header .container .slider .item {
    position: relative;
    height: 250px
}
body header .container .slider .item images {
    position: absolute;
    z-index: 111;
    top: 0;
    height: 100%
}
body header .container .slider .item h2 {
    font-size: 60px;
    font-family: Georgia, serif;
    text-shadow: 0 3px 3px rgba(0, 0, 0, .9);
    color: #fff;
    font-weight: 700;
    position: relative;
    z-index: 222
}
body header .container .slider .item p {
    color: #fff;
    text-shadow: 0 3px 3px rgba(0, 0, 0, .9);
    font-size: 19px;
    font-family: Georgia, serif;
    font-weight: 700;
    line-height: 28px;
    position: relative;
    z-index: 222
}
body header .container .slider .item:focus {
    outline: none
}
body header .container #tabs {
    height: 40px
}
body header .container #tabs li {
    height: 40px;
    width: 50%;
    text-align: center
}
body header .container #tabs li a {
    height: 40px;
    line-height: 40px;
    padding: 0;
    border-radius: 0;
    color: #fff;
    font-size: 24px;
    background: #2b5972;
    border: none;
    margin: 0;
    font-family: Bebas Neue Bold, sans-serif
}
body header .container #tabs li.active a {
    background: #bd1300;
    box-sizing: border-box;
    border: 1px solid #76c3e6;
    border-bottom: 1px solid #bd1300;
    height: 41px
}
body header .container .tab-content {
    background: #bd1300;
    border: 1px solid #76c3e6;
    box-sizing: border-box
}
body header .container .tab-content .tab-pane form .form-group {
    margin: 10px 15px 0
}
body header .container .tab-content .tab-pane form .form-group input {
    height: 36px;
    font-family: Bebas Neue, sans-serif;
    background: #478bb1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #478bb1), color-stop(100%, #3c7999));
    background: -webkit-linear-gradient(top, #478bb1 0%, #3c7999 100%);
    background: -webkit-linear-gradient(top, #478bb1 0%, #3c7999 100%);
    background: linear-gradient(to bottom, #478bb1 0%, #3c7999 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#478bb1', endColorstr='#3c7999', GradientType=0);
    border-radius: 5px;
    border: none;
    box-shadow: inset 0 3px 0 0 #3c80a6, inset 0 -1px 0 0 #5faad3;
    color: #fff
}
body header .container .tab-content .tab-pane form .form-group::-webkit-input-placeholder {
    color: #9ac0d4
}
body header .container .tab-content .tab-pane form .btn {
    margin: 10px auto;
    font-family: Bebas Neue, sans-serif;
    display: block;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #d7d7d7));
    background: -webkit-linear-gradient(top, #ffffff 0%, #d7d7d7 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #d7d7d7 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #d7d7d7 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7d7d7', GradientType=0);
    border: none;
    outline: none;
    height: 34px;
    color: #4e4c4c;
    font-size: 18px
}
body .logged-account .tab-content {
    background: rgba(16, 16, 16, .48)!important
}
body .logged-account .center-block {
    display: table;
    margin-top: 15px
}
body .logged-account .tab-pane {
    box-sizing: border-box;
    padding: 20px
}
body .logged-account .tab-pane span {
    font-family: Bebas Neue, sans-serif;
    color: #fff;
    text-shadow: 0 1px 0 #2c546b;
    font-size: 18px
}
body .logged-account .tab-pane span.value {
    font-family: Bebas Neue Bold, sans-serif
}
body .btn-blue {
    font-family: Bebas Neue Bold, sans-serif;
    height: 28px;
    line-height: 14px;
    color: #fff;
    background: #000000;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #f10000));
    background: -webkit-linear-gradient(top, #000000 0%, #f10000 100%);
    background: -webkit-linear-gradient(top, #000000 0%, #f10000 100%);
    background: linear-gradient(to bottom, #000000 0%, #f10000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#f10000', GradientType=0);
    border-radius: 5px;
    margin: 0 5px
}
body .btn-silver {
    font-family: Bebas Neue Bold, sans-serif;
    height: 28px;
    line-height: 14px;
    color: #464646;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #d7d7d7));
    background: -webkit-linear-gradient(top, #ffffff 0%, #d7d7d7 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #d7d7d7 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #d7d7d7 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7d7d7', GradientType=0);
    border-radius: 5px;
    margin: 0 5px
}
.who-is-online .country {
    width: 10%
}
.who-is-online .name {
    width: 30%
}
.who-is-online .guild {
    width: 30%
}
.who-is-online .level {
    width: 10%
}
.who-is-online .vocation {
    width: 20%
}
.who-is-online tr {
    height: 30px
}
.who-is-online tr:nth-child(2n) {
    background: #dbe2e4
}
.table-heading-separator {
    border-bottom: 1px solid #c3cfd5;
    box-shadow: 0 1px 0 0 #f7f9fa;
    margin-bottom: 10px;
    display: block
}
.Table3,
.Table5 {
    width: 100%
}
.BigButton {
    height: 25px
}
.TableContentAndRightShadow {
    background-image: none!important
}
.main-content table images {
    max-width: 450px
}
.buypoints .box-content {
    overflow: hidden
}
.buypoints a {
    margin-bottom: 30px;
    display: block;
    width: 30%;
    margin-right: 5%;
    float: left
}
.buypoints a images {
    width: 100%
}
.buypoints a:nth-child(3) {
    margin-right: 0%
}
.countdown {
    font-family: Bebas Neue, sans-serif;
    font-size: 18px;
    color: #556873
}
.countdownspecial {
    font-family: Bebas Neue, sans-serif;
    font-size: 18px;
    position: relative;
    top: 0;
    color: #556873
}
.countdown #cntdwn {
    font-family: Bebas Neue Bold, sans-serif;
    font-size: 24px;
    color: #556873
}
.countdownspecial #cntdwnspecial {
    font-family: Bebas Neue, sans-serif;
    font-size: 18px;
    color: #556873;
    padding-top: 0;
    font-family: Bebas Neue Bold, sans-serif;
    font-size: 24px;
    color: green
}
buypoints a {
    margin-bottom: 30px
}
.error {
    font-style: normal;
    color: red;
    font-weight: 700
}
.record {
    margin-bottom: 20px;
    font-family: Bebas Neue Bold, sans-serif
}
.record .title {
    color: #b69c10;
    font-size: 14px;
    text-transform: uppercase
}
.record .value {
    color: #556873;
    font-family: Bebas Neue, sans-serif;
    font-size: 20px
}
.record .input-value {
    display: block;
    background: #fff;
    width: 100%;
    border: none!important;
    height: 32px;
    border-radius: 3px
}
.record .radio-value {
    color: #556873;
    font-family: Bebas Neue, sans-serif;
    line-height: 24px
}
.no-padding {
    padding: 0!important
}
.negative {
    color: #e74c3c!important
}
.positive {
    color: #2ecc71!important
}
.btn.btn-positive {
    font-family: Bebas Neue Bold, sans-serif;
    color: #fff;
    background: #000000;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #f10000));
    background: -webkit-linear-gradient(top, #000000 0%, #f10000 100%);
    background: -webkit-linear-gradient(top, #000000 0%, #f10000 100%);
    background: linear-gradient(to bottom, #000000 0%, #f10000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#f10000', GradientType=0)
}
.aac-management td,
.aac-management th {
    border-top: none!important;
    border-bottom: none!important;
    font-family: Bebas Neue, sans-serif;
    color: #556873
}
.aac-management th {
    font-family: Bebas Neue Bold, sans-serif;
    color: #b69c10
}
.aac-management td {
    vertical-align: middle!important
}
.green-notification {
    color: green;
    font-size: 20px;
    text-align: center
}
.red-notification {
    color: red;
    font-size: 20px;
    text-align: center
}
.centered {
    text-align: center
}
.font-big {
    font-weight: 700;
    font-size: 30px
}
.guild-list {
    border: 1px
}
.guild-list th {
    background-color: #bd1300
}
.guild-list .table-heading {
    height: 30px
}
.guild-list .guild-logo {
    width: 10%;
    text-align: center;
    padding: 5px
}
.guild-list .name {
    width: 55%
}
.guild-list .view {
    text-align: center;
    padding: 5px;
    width: 15%
}
.guild-list tr:nth-child(2n) {
    background: #dbe2e4
}
.guild-list tr:nth-child(2n-1) {
    background: #c5d0d3
}
.guild-list td {
    height: 25px
}
.guild-list {
    border: 1px
}
.guild-list th {
    background-color: #bd1300
}
.guild-show-list .table-heading {
    height: 30px
}
.guild-show-list .guild-logo {
    width: 10%;
    text-align: center;
    padding: 5px
}
.guild-show-list .name {
    width: 55%
}
.guild-show-list .view {
    text-align: center;
    padding: 5px;
    width: 15%
}
.guild-show-list td {
    height: 25px
}
.guild-show-list {
    border: 1px
}
.guild-show-list th {
    background-color: #bd1300
}
.guild-show-list .even {
    background: #dbe2e4
}
.guild-show-list .odd {
    background: #c5d0d3
}
.death-list,
th,
td {
    padding-left: 5px
}
.create-guild th {
    background-color: #bd1300
}
.create-guild td {
    height: 30px;
    padding: 7px
}
.create-guild th {
    padding: 6px
}
.create-guild tr .header {
    height: 20px
}
.create-guild tr:nth-child(2n) {
    background: #dbe2e4
}
.guild-information .guild-name {
    font-size: 25px;
    font-weight: 700
}
.guild-information {
    padding-left: 30px
}
#comment {
    max-width: 80%;
    width: 80%
}
.help-block {
    color: red
}
.gunz-table {
    border-collapse: collapse
}
.gunz-table,
th,
td {
    border-collapse: collapse;
    border: 1px solid #efedef;
    padding-left: 5px
}
.gunz-table td {
    height: 30px
}
.gunz-table tr:nth-child(2n) {
    background: #dbe2e4
}
.gunz-table tr:nth-child(2n-1) {
    background: #c5d0d3
}
.gunz-table th {
    background-color: #bd1300;
    border: none
}
.gunz-table .gunz-table-head td {
    font-weight: 700;
    text-align: center
}
.gunz-table .gunz-table-centered {
    text-align: center
}
.forum-table {
    border-collapse: collapse
}
.forum-table,
th,
td {
    border-collapse: collapse;
    border: 1px solid #efedef;
    padding-left: 5px
}
.forum-table td {
    height: 30px
}
.forum-table .even {
    background: #dbe2e4
}
.forum-table .odd {
    background: #c5d0d3
}
.forum-table th {
    background-color: #bd1300;
    border: none
}
.forum-table .forum-post {
    height: 150px
}
.forum-table .post-author {
    vertical-align: top;
    width: 30%
}
.forum-table .post-text {
    vertical-align: top;
    width: 70%
}
.forum-table .post-info {
    vertical-align: top;
    height: 50px
}
.forum-pages {
    text-align: center;
    font-size: 15px
}
.borderless td,
.borderless th {
    border: none
}
.btn-margin {
    margin-top: 5px!important;
    margin-left: 5px!important;
    margin-bottom: 5px!important
}

.outfitter-container {
  width: 64px;
  height: 64px;
  position: relative;
  margin-left: -24px;
  margin-top: -23px;
}

.Table30 {
  padding: 2px;
  background: #e7edef;
  border-spacing: 0;
  margin: 0 6px 6px 0;
  border: 1px solid #cfd7da !important;
  -webkit-box-shadow: 2px 2px 5px 0 rgb(74, 151, 228);
  -moz-box-shadow: 2px 2px 5px 0 rgb(74, 151, 228);
  box-shadow: 2px 2px 5px 0 rgb(74, 151, 228);
  float: left;
}

.Table30 td {
  padding: 4px;
}

.progress-bar {
  font-size: 11px;
  line-height: 16px;
}

.progress {
  height: 18px;
  margin-bottom: 0;
  border: 1px solid;
}

.SkillIcon {
  width: 40px;
  border: 2px solid #cfd7da !important;
  border-radius: 5px;
  overflow: hidden;
}

.CharItems {
  width: 32px;
  margin: 3px;
}

/* Google Fonts */

@import url('https://fonts.googleapis.com/css?family=Arapey|Cantarell|Comfortaa|Khand|Russo+One|Ubuntu');

/* Tooltip Box */
.con-tooltip {
    color: #444;
    font-family: 'Comfortaa', cursive;
    text-align: center;
    font-size: 11px;
    position: relative;
    background: #bc9326;
    border-radius: 9px;
    padding: 0 15px;
    margin: 10px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    cursor: default;
    z-index: 1;
  }
  
.con-tooltip img {
    padding-top: 5px;
}

  /* Tooltip */
  .tooltip {
    visibility: hidden;
    z-index: 999999;
    opacity: 0.40;
    width: 370%;
    padding: 0px 20px;
    background: #333;
    color: #bc9326;
    position: absolute; /* Ensure positioning is set to absolute */
    top: -140%;
    left: -25%;
    border-radius: 9px;
    font-size: 11px;
    transform: translateY(9px);
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 3px rgba(56, 54, 54, 0.86);
  }
  
  .tooltip::after {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12.5px 0 12.5px;
    border-color: #333 transparent transparent transparent;
    position: absolute;
    left: 40%;
  }
  
  .con-tooltip:hover {
    z-index: 999999;
  }
  
  .con-tooltip:hover .tooltip {
    visibility: visible;
    transform: translateY(-10px);
    opacity: 1;
    transition: .3s linear;
    animation: anim 1s ease-in-out infinite alternate;
  }
  
  @keyframes anim {
    0% {
      transform: translateY(6px);
    }
    100% {
      transform: translateY(1px);
    }
  }
  
  

.left:hover {transform: translateX(-6px); z-index: 9999;}
.top:hover {transform: translateY(-6px);  }
.bottom:hover {transform: translateY(6px);}
.right:hover {transform: translateX(6px); }



.left .tooltip{ top:-20%; left:-170%; }

.left .tooltip::after{
  top:40%;
  left:90%;
  transform: rotate(-90deg);
}

.bottom .tooltip { top:115%; left:-20%; }

.bottom .tooltip::after{
  top:-17%;
  left:40%;
  transform: rotate(180deg);
}

.right .tooltip { top:-20%; left:115%; }

.right .tooltip::after{
  top:40%;
  left:-12%;
  transform: rotate(90deg);
}

.btn-danger {
    font-family: 'Bebas Neue', sans-serif;
    color: #fff !important;
    background: linear-gradient(to bottom, #bd1300 0%, #8a0f00 100%) !important;
    border: none !important;
    border-radius: 5px;
    padding: 6px 15px;
    text-transform: uppercase;
    text-shadow: none !important;
    box-shadow: none !important;
}


.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
    background: linear-gradient(to bottom, #a80f00 0%, #5c0500 100%) !important;
    color: #fff !important;
    box-shadow: none !important;
}


.btn-danger:disabled,
.btn-danger[disabled] {
    background: #bd1300 !important;
    opacity: 0.65;
    cursor: not-allowed;
}

.btn-link {
    font-family: 'Bebas Neue', sans-serif;
    color: #cd2121;
    font-size: 16px;
    text-decoration: none;
}

.btn-link:hover,
.btn-link:focus {
    color: #a40000;
    text-decoration: underline;
}

.btn-giveria {
    font-family: 'Bebas Neue Bold', sans-serif;
    font-size: 15px;
	margin: 0 auto;
    text-transform: uppercase;
    color: #fff;
    width: 90%;
    display: block;
    text-align: center;
    padding: 6px 0;
    border-radius: 5px;
	margin-top: 6px;
	margin-bottom: 8px;
    border: none;
    background: linear-gradient(to bottom, #f10000 0%, #000000 100%);
    box-shadow: inset 0 1px 0 #a70000, inset 0 -1px 0 #000;
    transition: background 0.2s ease-in-out;
}

.btn-giveria:hover {
    background: linear-gradient(to bottom, #c30000 0%, #000000 100%);
    color: #fff;
}

.account-box form .form-control {
	margin: 10px auto 0 auto;
	height: 30px;
	font-size: 14px;
	padding: 4px 10px;
	border-radius: 4px;
	width: 90%;
}

.login-input {
    border-radius: 4px;
    padding: 6px 10px;
}

.recaptcha-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.discord-embed {
    display: flex;
    justify-content: center;
    align-items: center;
}

.discord-embed iframe {
    max-width: 320px;
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.giveria-welcome-panel {
    position: relative;
    overflow: hidden;
    margin: 0 0 22px;
    padding: 16px 24px 18px;
    text-align: center;
    border: 1px solid rgba(151, 119, 47, .42);
    border-radius: 6px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.70) 0%, rgba(232,238,240,.88) 100%),
        radial-gradient(circle at 50% 0%, rgba(189,19,0,.10) 0%, rgba(189,19,0,0) 42%);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.85),
        inset 0 -1px 0 rgba(117,86,27,.16),
        0 10px 24px rgba(0,0,0,.10);
}

.giveria-welcome-panel:before {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    top: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, #bd1300 22%, #d6a72f 50%, #bd1300 78%, transparent 100%);
}

.giveria-welcome-glow {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(255,255,255,.40), transparent 24%, transparent 76%, rgba(255,255,255,.34)),
        radial-gradient(circle at 50% 16%, rgba(214,167,47,.16), transparent 34%);
}

.giveria-welcome-title {
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.giveria-welcome-title:after {
    content: "";
    position: absolute;
    left: 16%;
    right: 16%;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(151,119,47,.55), transparent);
}

.giveria-welcome-title span {
    display: block;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: 700;
    color: #5d6266;
    text-shadow:
        0 1px 0 #ffffff,
        0 2px 2px rgba(0,0,0,.22);
}

.giveria-welcome-lines {
    position: relative;
    font-family: Arial, sans-serif;
    color: #101820;
    font-size: 14px;
    line-height: 1.55;
}

.giveria-welcome-line {
    margin-top: 2px;
}

.giveria-welcome-line.muted {
    color: #5f6468;
}

.giveria-welcome-panel strong,
.giveria-welcome-panel .welcome-player {
    font-weight: 700;
    color: #050505;
}

.giveria-welcome-panel .welcome-player {
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.65);
}

.giveria-welcome-panel .welcome-player:hover {
    color: #bd1300;
    text-decoration: none;
}

.giveria-welcome-panel .welcome-label {
    color: #4a555b;
}

.welcome-podium {
    position: relative;
    margin-top: 12px;
    padding-top: 11px;
}

.welcome-podium:before {
    content: "";
    position: absolute;
    left: 12%;
    right: 12%;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(150, 129, 82, .55), transparent);
}

.welcome-podium-heading {
    margin-bottom: 7px;
    font-family: "Bebas Neue Bold", Bebas, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: .3px;
    color: #7d2b05;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.75);
}

.welcome-podium-grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr 1fr;
    align-items: end;
    gap: 10px;
    max-width: 560px;
    margin: 0 auto;
}

.welcome-podium-card {
    position: relative;
    display: block;
    min-width: 0;
    padding: 7px 9px 9px;
    border: 1px solid rgba(168, 151, 116, .55);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.94), rgba(239, 235, 226, .9)),
        radial-gradient(circle at 50% 0, rgba(255,255,255,.9), transparent 62%);
    box-shadow: 0 8px 18px rgba(0,0,0,.13), inset 0 1px 0 rgba(255,255,255,.85);
    color: #2a160b;
    text-align: center;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease;
}

.welcome-podium-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.9);
    text-decoration: none;
}

.welcome-podium-card.gold {
    padding-top: 8px;
    transform: translateY(-6px);
    border-color: rgba(205, 151, 28, .85);
    background:
        linear-gradient(180deg, rgba(255, 251, 231, .98), rgba(239, 219, 166, .92)),
        radial-gradient(circle at 50% 0, rgba(255,255,255,.95), transparent 62%);
    box-shadow: 0 12px 24px rgba(111, 71, 9, .23), inset 0 1px 0 rgba(255,255,255,.9);
}

.welcome-podium-card.gold:hover {
    transform: translateY(-8px);
}

.welcome-podium-card.silver {
    border-color: rgba(159, 166, 174, .85);
}

.welcome-podium-card.bronze {
    border-color: rgba(174, 107, 50, .85);
}

.welcome-podium-rank {
    display: inline-block;
    min-width: 48px;
    margin-bottom: 2px;
    padding: 3px 7px;
    border-radius: 999px;
    font-family: "Bebas Neue Bold", Bebas, Arial, sans-serif;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    background: #9d1a10;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.25);
}

.welcome-podium-card.gold .welcome-podium-rank {
    background: linear-gradient(180deg, #dba52b, #9b6208);
}

.welcome-podium-card.silver .welcome-podium-rank {
    background: linear-gradient(180deg, #aeb7c1, #6f7780);
}

.welcome-podium-card.bronze .welcome-podium-rank {
    background: linear-gradient(180deg, #bf7740, #7d3d18);
}

.welcome-podium-outfit {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    margin: 0 0 3px;
}

.welcome-podium-card.gold .welcome-podium-outfit {
    height: 56px;
}

.welcome-podium-outfit img {
    max-width: 72px;
    max-height: 58px;
    object-fit: contain;
    transform: translate(-17px, -8px);
}

.welcome-podium-card.gold .welcome-podium-outfit img {
    max-width: 82px;
    max-height: 66px;
}

.welcome-podium-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
    font-weight: 700;
    color: #3b1705;
}

.welcome-podium-level {
    margin-top: 1px;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #715949;
}

@media (max-device-width: 767px) {
    body .logo {
        background-size: auto 140px;
        background-position: calc(45% + 10px) center
    }

    body {
        background-attachment: scroll;
        background-position: left top;
        background-size: 1170px auto
    }
}
