.page-content {
    padding-top: 1rem;
}
.top-block .first {
    padding: 0;
    color: #ffe956;
    border: 1px solid #ffe956;
    font-weight: bold;
    text-align: center;
}
.table {
    position: relative;
    font-size: 13px;
}
table tr th,
table tr td {
    padding: 10px;
    text-align: center;
}
.top-block .second {
    padding: 0;
    color: #d3e3e4;
    border: 1px solid #d3e3e4;
    font-weight: bold;
    text-align: center;
}
.top-block .third {
    padding: 0;
    color: #8d6f46;
    border: 1px solid #8d6f46;
    font-weight: bold;
    text-align: center;
}
.widget-account-panel .alert {
    width: 75%;
    margin: 0 auto;
    text-align: center;
    margin-top: 1rem;
}
.input-main,
select,
.site {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 50%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.col-md-12 h4,
h4.space {
    display: block;
    margin: 1rem;
}
.col-md-12 {
    padding: 1rem;
}
.freshtr td,
.tthead tr,
.thead th {
    font-weight: bold;
}
.bordered {
    text-align: center;
    margin: 0 auto;
    padding: 5px;
    background: #2aaac6;
    border: 1px solid #efefef;
    color: white;
    display: block;
    height: 40px;
    line-height: 28px;
    border-radius: 5px;
    font-weight: bold;
    transition: 0.2s all ease;
}
.bordered:hover {
    background: #20869c;
    box-shadow: 0px 0px 5px black;
}
a.button {
    display: inline-block;
    padding-top: 1rem;
    margin-bottom: 1rem;
}
#inside {
    width: 100%;
    margin: 0 auto;
}
#inside .first:hover,
#inside a:hover {
    background-color: #75bbbe;
    color: white;
}
#inside .first,
#inside a {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 0.5rem;
    border-bottom: 1px solid #efefef;
    transition: 0.2s all ease;
}
.characters {
    display: block;
    margin: 0 auto;
}
#div-main tr img {
    width: 20px;
}
.page_content a.button {
    width: 130px;
}
table tr th {
    border: 1px solid #558688;
}
.character_profile {
    background: transparent;
    border: 1px solid #efefef;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    margin-bottom: 1rem;
    width: 35%;
    min-height: 150px;
}

.character_profile .details {
    text-align: center;
}

.character_profile .details h1 {
    border-bottom: 1px solid #efefef;
    padding: 0.5rem;
    margin-bottom: 10px;
    text-align: center;
    background: #cfe1e2;
}

.character_profile .details span:last-child {
    margin-bottom: 1rem;
}
.character_profile .details span {
    display: block;
    margin-bottom: 0.5rem;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert {
    margin-top: 1rem;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
#shop {
    padding-top: 30px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

#shop .block {
    position: relative;
    display: inline-block;
    width: 180px;
    height: auto;
    padding: 5px;
    margin: 5px;
    text-align: center !important;
    color: #b9b9b9;
    background: rgb(3 3 3 / 14%) !important;
    border-radius: 3px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 34%);
    font-size: 13px;
}

.buy_item {
    text-align: center;
    width: 350px;
    height: max-content; /* 650px*/
    background: #141517;
    overflow: hidden;
}

.buy_item .item_image {
    display: grid;
}

.buy_item .item_image img {
    margin-top: 20px !important;
    margin: 0 auto;
    margin-bottom: 10px !important;
}

.tooltipster-box {
    height: max-content;
}

.buy_item .item_image {
    width: auto;
    height: auto;
}

.buy_item h3 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 17px;
    margin-top: 10px;
}
.item_price {
    border-bottom: 3px solid rgb(0 0 0 / 7%);
}
.item_currency {
    padding-top: 15px;
}
.item_account {
    padding: 15px 0;
}
.item_character {
    padding-bottom: 15px;
}
.item_quanity {
    border-bottom: 3px solid rgb(0 0 0 / 7%);
    padding-bottom: 15px;
}
.buy {
    padding: 15px 0;
}
.buy_item select {
    text-align-last: center;
}
.buy button {
    margin-top: 10px;
}
.buy_item .form-control {
    width: 200px;
    margin: 0 auto;
}

.pack_image {
    padding-top: 15px;
}

.pack_image > img {
    width: 35px;
    height: 35px;
}

.pack_buy button {
    width: 85px;
    padding: 5px !important;
    color: #fff;
    text-shadow: none;
    padding: 4px 9px !important;
    background: none;
    border: 1px solid #333;
    border-radius: 25px;
    height: 30px;
    line-height: 0;
    font-size: 13px;
}

.pack_info {
    padding-top: 10px;
    min-height: 150px;
    max-height: 150px;
}

.pack_info > div {
    font-size: 15px;
    padding-bottom: 5px;
}

.pack_info > span {
    display: block;
}

.pack_buy {
    margin-top: 30px;
    padding-top: 10px;
    border-top: 3px solid rgb(0 0 0 / 7%);
}

.page-content {
    padding-top: 1rem;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.top-block .first {
    padding: 0;
    color: #ffe956;
    border: 1px solid #ffe956;
    font-weight: bold;
    text-align: center;
}
table tr th,
table tr td {
    padding: 10px;
    text-align: center;
}
.top-block .second {
    padding: 0;
    color: #d3e3e4;
    border: 1px solid #d3e3e4;
    font-weight: bold;
    text-align: center;
}
.top-block .third {
    padding: 0;
    color: #8d6f46;
    border: 1px solid #8d6f46;
    font-weight: bold;
    text-align: center;
}
.widget-account-panel .alert {
    width: 75%;
    margin: 0 auto;
    text-align: center;
    margin-top: 1rem;
}
.input-main,
select,
.site {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 50%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.col-md-12 h4,
h4.space {
    display: block;
    margin: 1rem;
}
.col-md-12 {
    padding: 1rem;
}
.freshtr td,
.tthead tr,
.thead th {
    font-weight: bold;
}
.bordered {
    text-align: center;
    margin: 0 auto;
    padding: 5px;
    background: #2aaac6;
    border: 1px solid #efefef;
    color: white;
    display: block;
    height: 40px;
    line-height: 28px;
    border-radius: 5px;
    font-weight: bold;
    transition: 0.2s all ease;
}
.bordered:hover {
    background: #20869c;
    box-shadow: 0px 0px 5px black;
}
a.button {
    display: inline-block;
    padding-top: 1rem;
    margin-bottom: 1rem;
}
#inside {
    width: 100%;
    margin: 0 auto;
}
#inside .first:hover,
#inside a:hover {
    box-shadow: 0px 0px 5px white;
    background-color: #241e2b;
    color: white;
}
iframe {
    max-width: 100%;
}
.btn-mobile {
    left: 20px;
    top: 40px;
}
.logo a img:hover {
    filter: brightness(120%);
}
.logo a img {
    transition: 0.2s all ease;
}
#inside .first,
#inside a {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 1rem;
    border-bottom: 1px solid #352c3f;
    transition: 0.2s all ease;
}
.content {
    width: 100%;
    padding: 3rem;
}
.news-all-text-download {
    margin-bottom: 15px;
    position: relative;
}
.news-all-text {
    color: #c5c2d5;
    font-size: 16px;
    width: 370px;
}
.content-center-all p {
    font-size: 14px;
}
.registration-input {
    width: 427px;
    height: 48px;
    border: none;
    text-indent: center;
    position: relative;
    margin: 0;
}
.registration-input input,
input:not(input[type="checkbox"]) {
    margin: 0 auto;
    text-align: center;
    background: #131212 !important;
    color: white !important;
    border: 1px solid #333333 !important;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
.button-registration {
    text-align: center;
}
input[type="checkbox"] {
    display: inline-block;
    width: auto;
    height: auto;
}
.headerInfo-button a {
    display: inline-flex;
    padding: 14px 16px;
}

.tabs-button {
    justify-content: center;
}
.tabs-button li {
    width: 50%;
}
