@font-face {
    font-family: "fontmain";
    src: url("/static/fonts/fontmain.ttf");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "fontregular";
    src: url("/static/fonts/proximanova_regular.ttf");
    font-style: normal;
    font-weight: normal;
}

* {
    color: #ececec
}

a{
    color: #E87123!important;
    transition: all 0.3s ease;
}
a:hover{
    color: #ff9653 !important;
    transition: all 0.3s ease;
}

.fade-in-1 {
    opacity: 0;
    animation: fadeIn 500ms forwards;
    animation-delay: 0ms;
}

.fade-in-2 {
    opacity: 0;
    animation: fadeInUp 700ms forwards;
    animation-delay: 50ms;
}

.bottom-buttons {
    opacity: 0;
    animation: fadeIn 750ms forwards;
    animation-delay: 500ms;
}

.col-form-label {
    word-wrap: break-word!important;
}

.admin-button {
    border-radius: 0.6em;
    margin-top: 5px;
    border: none;
    background: #aeff9c;
    color: #181818;
    transition: all 0.3s ease;
}

.admin-button:hover {
    color: #3b3b3b;
    transition: all 0.3s ease;
}

.text-comment, .new-input {
    padding: 1px 5px;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 450px) {
    .modal-content {
        width: 200px!important;
        min-width: 100%!important;
    }
}

.logo {
    letter-spacing: -0.03em !important;
    text-transform: uppercase !important;
    font-size: 1.75em !important;
    font-weight: 700 !important;
    font-family: fontmain;
}

.logo:hover{
    color: #FEFCFB!important;
}

.nav-link {
    font-size: 14px !important;
}

.navbar-nav {
    margin-left: 13px;
    margin-right: 13px
}

@media (max-width: 575px) {
    .navbar-nav {
        margin-left: -2px!important;
        margin-right: 0!important;
    }
}
.color-profile {
    background: #303030;
    border-radius: 0.8em;
}

@media (max-width: 991px) {
    .nav-button {
        border-style: solid !important;
        border-width: 1px !important;
        border-color: #333 !important;
        border-radius: 0.5em !important;
    }

    .nav-button:hover {
        background: #333;
    }
}

.modal-back {
    text-align: left;!important;
    background: #1C1C1C;
    color: #bbb;
}

.no-outline:focus {
    outline: transparent!important;
}

.custom-toast {
    background: rgba(37, 37, 37, 0.85)!important;
    backdrop-filter: blur(8px)!important;
    -webkit-backdrop-filter: blur(8px)!important;
    color: #fff!important;
    border: 1px solid rgba(255, 255, 255, 0.1)!important;
    border-radius: 8px!important;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4)!important;
    overflow: hidden;
}

.custom-toast .toast-header {
    background: transparent!important;
    color: #fff!important;
}

.custom-toast .toast-body {
    color: #e0e0e0!important;
}

.btn-close:focus {
    outline: none!important;
    box-shadow: none!important;
}

.logout-button {
    font-family: fontmain;
    color: #7A7A7A;
    text-align: left;
    line-height: 0.9;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: -0.02em;
}

.logout-button:hover {
    color: #FEFCFB;
}

.modal-btn-confirm {
    font-family: fontmain;
    color: #2a2a2a;
    background-color: #87c07c;
    text-align: left;
    line-height: 0.9;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: -0.02em;
    border-radius: 0.6em;
    border: None;
    padding-top: 12px;
    padding-bottom: 12px;
    transition: .4s;
}

.modal-btn-delete {
    font-family: fontmain;
    color: #2a2a2a;
    background-color: #c07c7c;
    text-align: left;
    line-height: 0.9;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: -0.02em;
    border-radius: 0.6em;
    border: None;
    padding-top: 12px;
    padding-bottom: 12px;
    transition: .4s;
}

.modal-btn-confirm:hover {
    background-color: #abff93;
    transition: .4s;
}

.modal-btn-delete:hover {
    background-color: #ff9393;
    transition: .4s;
}

h5 {
    margin-top: 0px;
    color: #fefcfb;
    margin-bottom: 0px;
    font-family: fontmain;
    font-size: 1.5em !important;
    line-height: 0.9;
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

footer {
    font-family: "fontmain";
    font-weight: 500;
    font-size: 0.9em;
}

.light-font {
    color: #FEFCFB !important;
}

.light-muted {
    color: #7a7a7a !important;
}

.small-font {
    font-size: 12px!important;
}

.text-muted-dark {
    color: #7a7a7a !important;
}

a {
    text-decoration: none !important;
}

.nav-link:hover {
    color: #7a7a7a !important;
}

.nav-account {
    margin-left: 16px;
}

@media (max-width: 575px) {
    .nav-account {
        margin-left: 0!important;
    }
}

.no-border {
    border-color: transparent !important;
    outline-color: transparent !important;
    text-decoration-color: transparent !important;
    box-shadow: transparent !important;
    -webkit-tap-highlight-color: transparent !important;
    color: transparent !important;
}

.modal-content {
    width: auto!important;
    min-width: 434px;
    background: none!important;
    border: none!important;
}

.footer-terms {
    color: #7a7a7a!important;
    text-decoration: none;
    transition: 0.3s ease;
    padding-left: 16px;
}

.footer-terms:hover {
    color: #c7c7c7 !important;
    transition: 0.3s ease;
}

.container th {
    font-weight: bold;
    font-size: 1em;
    text-align: left;
    color: #ccc;
}

.container td {
    font-weight: normal;
    font-size: 1em;
    -webkit-box-shadow: 0 2px 2px -2px #0E1119;
    -moz-box-shadow: 0 2px 2px -2px #0E1119;
    box-shadow: 0 2px 2px -2px #0E1119;
}

.container {
    text-align: left;
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
    display: table;
}

.container td,
.container th {
    padding-bottom: 2%;
    padding-top: 2%;
    padding-left: 2%;
}

.container tr:nth-child(odd) {
    background-color: #1f1f1f;
}

.container tr:nth-child(even) {
    background-color: #262626;
}

.container th {
    background-color: #262626;
}

.container td:first-child {
    color: #FB667A!important;
}

.container td {
    color: #bbb;
}

.accordion-item {
    border: none!important;
}

.container a {
    color: #abff93;
}

.container a:hover {
    color: #c9ffba;
}

.cursor-pointer {
    cursor: pointer!important;
}

html, body {
    height: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.hidden-block {
    display: none!important;
}

.colon {
    animation: colon 1250ms;
    animation-iteration-count: infinite;
}

@keyframes colon {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.tooltip {
    --bs-tooltip-bg: #171717 !important;
    --bs-tooltip-opacity: 1!important;
}

.tooltip-inner {
    text-align: left!important;
    max-width: 360px!important;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #e87123;
    cursor: pointer;
}

input[type=range]::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #e87123;
    cursor: pointer;
}

.banner-history, .server-card {
    padding: 30px;
    border-radius: 0.9em;
    margin-left: 30px;
    margin-right: 30px;
    background: #2B2B2B;
    transition: ease 0.4s;
}

.characters-list {
    padding: 30px;
    border-radius: 0.9em;
    background: #2B2B2B;
}

.character-profile {
    padding: 30px;
    border-radius: 0.9em;
    background: #2B2B2B;
}

@media (max-width: 1319px) {
    .character-profile {
        height: 560px;
    }
}

@media (max-width: 860px) {
    .chara-panels-switches {
        position: relative!important;
    }
}

@media (max-width: 767px) {
    .character-profile {
        height: 1090px;
    }
}

.weapons-grid {
    background: #2B2B2B;
    border-radius: 0.9em;
}

.server-card:hover{
    background: #414141;
    transition: ease 0.4s;
    cursor: pointer;
}

.server-selected {
    -webkit-box-shadow:inset 0 0 0 2px #cccccc;
    -moz-box-shadow:inset 0 0 0 2px #cccccc;
    box-shadow:inset 0 0 0 2px #cccccc;
}

.character-banner-card {
    background-color: #1f1f1f;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 1.5rem;
    border-left: 6px solid transparent;
    transition: 0.3s ease;
}

.banner-header {
    display: flex;
    flex-direction: column;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #333;
}

.date-range {
    font-size: 1rem;
    color: #ccc;
}

.banner-status-tag {
    margin-top: 0.5rem;
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.6rem;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 6px;
    gap: 0.3em;
    min-width: 125px;
    justify-content: center;
}

.badge-upcoming {
    background-color: rgba(91, 52, 16, 0.65);
    border: #ff952b 1px solid;
    color: #fff;
}

.badge-current {
    background-color: rgba(0, 66, 32, 0.65);
    border: #00cc66 1px solid;
    color: #fff;
}

.badge-past {
    background-color: rgba(35, 35, 35, 0.65);
    border: #424242 2px solid;
    color: #fff;
}

.banner-upcoming {
    border-left-color: #ff952b;
}

.banner-current {
    border-left-color: #00cc66;
    animation: glowing-banner 2s infinite alternate;
}

.banner-past {
    border-left-color: #424242;
    opacity: 0.6;
}

@keyframes glowing-banner {
    from { box-shadow: 0 0 10px #00cc66; }
    to   { box-shadow: 0 0 20px #00cc66aa; }
}

@media (min-width: 576px) {
    .banner-header {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .banner-status-tag {
        margin-top: 0;
    }
}
@media screen and (max-width: 575px) {
    .banner-status-tag {
        width: 100%;
    }
}

.character-banner-card {
    background: #222222;
    border-radius: 0.4em;
}

.chara-image-pfp {
    height: 128px;
    width: 128px;
    border-radius: 20%;
}

.character-card {
    height: 230px;
    display: flex;
    position: relative;
    border-radius: 0.52em;
    justify-content: center;
    width: 165px;
}

.character-list img.character-image-card,
.character-list img.chara-image-profile{
    mask-image: linear-gradient(black 65%, #0000 99%);
}

.standard-card {
    background: linear-gradient(180deg, rgba(54,55,91,1) 0%, rgba(135,94,200,1) 50%, rgba(138,95,204,1) 100%);
}

.elite-card {
    background: linear-gradient(180deg, rgba(137,86,80,1) 0%, rgba(190,150,102,1) 50%, rgba(201,163,106,1) 100%);
}

.character-image-card {
    margin-top: -5px;
    object-fit: cover;
    transition: 0.55s ease;
}

.character-image-card:hover {
    transform: scale(1.05);
    transition: 0.55s ease;
}

.character-class-card {
    position: absolute;
    width: 26px;
    top: 3px;
    left: 3px;
    filter: drop-shadow(0 3px 2px #000)
}

.character-card-name {
    position: absolute;
    bottom: 0;
    left:0;
    right:0;
    filter: drop-shadow(0 3px 2px #000)
}

.characters-row {
    grid-gap: 10px 5px;
    display: grid;
    grid-template-columns: repeat(auto-fill, 165px);
    justify-content: space-between;
}

@media (max-width: 411px) {
    .characters-row {
        display: block!important;
    }

    .character-card {
        margin-top: 7px;
        margin-bottom: 7px;
    }
}


.search-input {
    width: 85%;
    margin: 20px;
    background: #4d4d4d;
    border-radius: 0.4em;
    height: 29px;
    border: none!important;
    outline: none!important;
}


.filter-weapon-type {
    margin: 20px;
    display: grid;
    grid-gap: 7px;
    grid-template-columns: repeat(8, 30px);
}

.weapon-type {
    background: none;
    transition: 0.3s ease;
    border-radius: 50%;
}

.weapon-active {
    background: #4D4D4D;
}

.weapon-type img {
    width: 28px;
    height: auto;
}

.weapon-type:hover {
    cursor: pointer;
    transition: 0.3s ease;
    background: #4D4D4D;
    border-radius: 50%;
}

.weapons-items-grid {
    grid-gap: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fill, 320px);
    justify-content: center;
}

.weapon-item {
    position: relative;
    background: #222222;
    border-radius: 0.7em;
    max-width: 320px;
    height: 560px;
}

.weapon-image {
    transition: 0.55s ease;
}

.weapon-image:hover {
    transform: scale(1.05);
    transition: 0.55s ease;
}

.weapon-class-item {
    position: absolute;
    width: 26px;
    top: 10px;
    left: 20px;
    filter: drop-shadow(0 3px 2px #000)
}

.tagged-info {
    background: #222222;
    border-radius: 0.8em;
    max-width: 320px;
}

.tagged-info > .bi {
    color: #fd4348;
}

.chara-panels-switches {
    position: absolute;
    bottom: 0;
    left: 0;
}

.chara-panel-switch {
    padding: 8px;
    transition: 0.3s linear;
    border-bottom: rgba(122, 122, 122, 0) solid 2px;
    white-space: nowrap;
    margin-top: 5px;
    display: inline-block;
}

.counter-profile {
    padding: 8px;
    white-space: nowrap;
    margin-top: 5px;
    display: inline-block;
}

.chara-panel-switch:hover {
    transition: 0.3s linear;
    border-bottom: #7A7A7A solid 2px;
    cursor: pointer;
}

.chara-panel-active {
    border-bottom: #ccc solid 2px!important;
}

.skill-description {
    background: #222222;
    border-radius: 0.8em;
    position: relative;
    min-height: 400px;
}

.skill-icon {
    max-width: 150px;
    min-width: 55px;
}

.skill-title {
    padding-left: 0!important;
}

@media (max-width: 420px) {
    .skill-title {
        padding-left: calc(var(--bs-gutter-x)* .5)!important;
    }
}

.caption {
    color: #656565;
}

.tagged-info-skill {
    padding: 4px 6px;
    white-space: nowrap;
    background: #2B2B2B;
    border-radius: 0.8em;
    display: inline-block;
    margin-top: 5px;
}

.skill-caption {
    color: #b9b9b9;
}

.fixed-key-item {
    background: #222222;
    border-radius: 0.8em;
    min-height: 355px;
}

.whitespace-pre-line {
    white-space: pre-line;
}




table {
    width: 100%;
    border: none;
    margin-bottom: 20px;
    border-collapse: separate;
}
table thead th {
    border: none;
    background: #222222;
    text-align: center;
    height: 70px;
}
table thead tr th:first-child {
    border-radius: 0.5em 0 0 0;
}
table thead tr th:last-child {
    border-radius: 0 0.5em 0 0;
}
table tbody td {
    border: none;
    padding: 10px 15px;
    vertical-align: center;
}
table tbody tr:nth-child(even) {
    background: #222222;
}
table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 0.5em;
}
table tbody tr:last-child td:last-child {
    border-radius: 0 0 0.5em 0;
}

.profile-picture-navbar {
    height: 32px;
    border-radius: 50%;
    vertical-align: -.7em;
}

.profile-stat-num {
    font-size: 20px;
    color: #E87123;
}

.trophy .info {
    padding-left: 15px;
    display: table-cell;
    vertical-align: top;
    padding-top: 10px;
}

.trophy {
    display: table-cell;
    text-align: center;
}

.trophy-icon {
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100px;
    height: 120px;
}

.inherit-color {
    color: inherit;
}


.selector, .input-value {
    margin: 3px;
    padding: 3px;
    height: 30px;
    width: 92%!important;
    background-color: #323232;
    color: #fff;
    outline: 0;
    border: 0;
    border-radius: 4px;
}

textarea {
    height: 150px!important;
}

.modal-header {
    background: #1C1C1C!important;
    border-bottom: none!important;
    border-top-right-radius: 0.9em!important;
    border-top-left-radius: 0.9em!important;
}

.modal-body {
    border-radius: 0!important;
    border-bottom-right-radius: 0.9em!important;
    border-bottom-left-radius: 0.9em!important;
}

.close-button-modal {
    width: 32px;
    height: 32px;
    background: none!important;
    border: none!important;
}

.main-page-card {
    min-height: 450px;
    background: #2B2B2B;
    border-radius: 0.43em;
}

.article-card {
    min-height: 450px;
    background: #2B2B2B;
    border-radius: 0.43em;
    transition: 0.4s ease;
}

.article-card-full {
    background: #2B2B2B;
    border-radius: 0.43em;
}

.article-card:hover {
    background: #363636;
    transition: 0.4s ease;
}

.article-preview {
    width: 100%;
    height: auto;
    margin: auto;
    border-radius: 0.8em;
}

.reply-container,
.comment-container {
    position: relative;
    background-color: #323232;
    border-radius: 0.9em!important;
    height: 100px;
    padding: 10px;
    width: 100%;
}

.comment-input {
    position:absolute;
    height: 87px!important;
    color: #fff;
    width: 99%;
    background: none;
    outline: 0;
    border: 0;
    border-radius: 0.9em!important;
    resize: none;
}


.post-comment-button {
    position:absolute;
    bottom: 15px;
    right: 15px;
    margin-left: 15px;
    outline: none;
    border: none;
    border-radius: 0.7em;
    font-family: fontregular;
    color: #E87123;
    background: none;
    text-align: left;
    line-height: 0.9;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: -0.02em;
}


.delete-comment-button,
.reply-button {
    outline: none;
    border: none;
    border-radius: 0.7em;
    font-family: fontregular;
    color: #E87123;
    background: none;
    text-align: left;
    font-weight: 700;
    font-size: 15px;
}

.like-button {
    outline: none;
    border: none;
    background: none;
}

.delete-comment-button {
    color: #ff7575
}

.author-group b a {
    color: #ececec!important;
}

.comment {
    padding: 10px;
}

.replies {
    margin-top: 10px;
    margin-left: 53px;
}

.profile-picture-comment {
    width: 48px;
    border-radius: 50%;
}

.big-textarea {
    margin: auto;
    width: 90%!important;
    min-height: 420px!important;
}

.admin-edit-buttons:hover {
    cursor: pointer;
}


.greyscale-09 {
    filter: grayscale(0.8)
}

.avatar-selector {
    justify-content: center;
    grid-gap: 20px 15px;
    display: grid;
    grid-template-columns: repeat(auto-fit, 130px);
}

.avatar-preview {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 3px solid #D6D6D6;
    transition: 0.3s linear;
}

.avatar-preview:hover{
    cursor: pointer;
    border: 3px solid #ec8a4a;
    transition: 0.3s linear;
}

.selected-avatar {
    border: 5px solid #E87123!important;
}

.card-button {
    outline: none;
    border: none;
    border-radius: 0.8em;
    font-family: fontregular;
    height: 80px;
    background: #2B2B2B;
    text-align: left;
    font-weight: 700;
    font-size: 15px;
    transition: 0.3s ease;
}

.card-button:hover {
    cursor: pointer;
    background: #3a3a3a;
    transition: 0.3s ease;
}

.main-page-subcard {
    background: #222222;
    outline: none;
    border: none;
    border-radius: 0.8em;
    font-family: fontregular;
    min-height: 150px;
    text-align: left;
    font-weight: 700;
    font-size: 15px;
    transition: 0.3s ease;
}

.main-page-subcard:hover {
    cursor: pointer;
    background: #3A3A3A;
    transition: 0.3s ease;
}

.modal.modal-static .modal-dialog {
    transform: none!important;
}

.online_status {
    position:absolute;
    bottom: 0;
    right: 0;
}

.online_status.offline {
    height: 25px;
    padding-left: 5px;
    padding-right: 5px;
    background: #222222;
    border-radius: 0.7em;
}

.online_status.online {
    width:37px;
    height:37px;
    background:#30995C;
    border-radius: 50%;
}

.fortification-block {
    background: #222222;
    border-radius: 0.8em;
    max-width: 660px;
    height: 410px;
}

@media (max-width: 1352px) {
    .fortification-block {
        height: 560px;
    }
}

@media (max-width: 991px) {
    .fortification-block {
        height: auto;
    }
}

.fortification-counter {
    margin-bottom: auto!important;
    margin-top: auto!important;
}

@media (max-width: 767px) {
    .fortification-block {
        height: auto;
    }

    .fortification-block .row {
        height: auto!important;
    }

    .fortification-counter {
        margin-bottom: 20px!important;
        margin-top: 20px!important;
        height: 120px;
    }
}

.fortification-container {
    position: relative;
    width: 100px;
    height: 120px;
}

.fortification-container img {
    display: block;
    margin: auto;
    height: 120px;
    width: 100%;
}

.fortification-container span {
    position: absolute;
    font-size: 36px;
    color: #1C2A32;
    font-weight: bold;
    top: 48%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.profile-data .skill-caption {
    display: block;
}

.nav-mobile-only {
    display: none;
}

.dorm-doggo {
    display: block;
}

.doggo-itself {
    cursor: pointer;
    width: 60px
}

.doggo-glow-container {
    margin-top: 20px;
    margin-left: 40px;
    position: relative;
}

.doggo-glow-container img {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 7px;
}

.doggo-glow-container svg {
    position: absolute;
    transform: translate(-50%, -50%);
    fill: rgba(0, 255, 255, 0);
}

.doggo-glow-container svg.blowing-up {
    animation: glow 1s ease-in-out infinite alternate;
    filter: blur(7px);
    z-index: -10;
    fill: #0ff;
    transition: .2s;
}

@keyframes glow {
    from,
    to {
        filter: blur(7px);
    }
    50% {
        filter: blur(12px);
    }
}

@media (max-width: 1199px){
    .nav-mobile-only{
        display: block;
    }

    .dorm-doggo {
        display: none;
    }

    .glowing-dog-setting {
        display: none;
    }
}

.autoComplete-list {
    position: absolute;
    margin-top: 6px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 20px;
    min-width: 280px;
    max-width: 100%;
    color: #fff;
    background-color: #363636;
    box-shadow: 0 2px 10px rgba(232, 113, 35, 0.31);
    border-radius: 5px;
    font-size: 14px;
    list-style-type: none;
    z-index: 9990;
}

.autoComplete-list li {
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0;
    cursor: pointer;
}

.autoComplete-list p {
    padding-top: 4px;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #ffc165;
}

.sticker-choose-panel {
    margin-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 20px;
    background-color: #2B2B2B;
    border-radius: 5px;
    z-index: 9990;
}

@media (max-width: 571px) {
    .input-message {
        width: 60% !important;
    }

    .send-message-button {
        width: 20%!important;
    }
}

.message-input-group {
    position: relative;
}

.search-user {
    border: none;
    border-radius: 3px;
    background-color: #222222;
    outline: none;
    width: 100%;
}

.sticker-button {
    width: 6%;
    height: 36px;
    display: inline-block;
    margin-bottom: 6px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.disabled-sticker-button {
    fill: #7A7A7A;
    transition: all 0.3s ease-in-out;
    cursor: auto;
}

.input-message {
    border: none;
    border-radius: 3px;
    background-color: #222222;
    outline: none;
    padding: 10px;
    width: 80%;
    display: inline-block;
}

.send-message-button {
    border: none;
    border-radius: 3px;
    outline: none;
    padding: 10px;
    display: inline-block;
    width: 10%;
    color: #212121;
    height: 43px;
    transition: all 0.3s ease-in-out;
}

.send-message-button:hover:enabled{
    border: none;
    outline: white solid 1px;
    transition: all 0.3s ease-in-out;
}

.chats-card {
    background: #2B2B2B;
    border-radius: 0.5em;
}

.recent-chats {
    background-color: #2B2B2B;
    border-radius: 0.5em;
    height: 500px;
}

.recent-chats-overflow {
    height: 482px;
    overflow: scroll;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #222222 #2B2B2B;
}

.chat-field {
    background-color: #2B2B2B;
    border-radius: 0.5em;
}

.chat-card-button img {
    width: 100%;
    max-width: 96px;
    border-radius: 50%;
    border: 3px solid #D6D6D6;
}

.chat-card-button {
    outline: none;
    border: none;
    border-radius: 0.8em;
    font-family: fontregular;
    height: 128px;
    background: #2B2B2B;
    text-align: left;
    font-weight: 700;
    font-size: 15px;
    transition: 0.3s ease;
}

.message-history {
    height: 430px;
    white-space: initial;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #222222 #2B2B2B
}

.chat-card-button:hover {
    cursor: pointer;
    background: #3a3a3a;
    transition: 0.3s ease;
}

.chat-sticker {
    width: 112px;
    height: 112px;
}

.chat-panel-sticker {
    cursor: pointer;
    width: 90px;
}

.synergy-container {
    justify-content: center;
    grid-gap: 10px 5px;
    display: grid;
    grid-template-columns: repeat(auto-fit, 120px);
}

.synergy-character-card {
    height: 140px;
    width: 120px;
}

.character-card-name-t {
    filter: drop-shadow(0 1px 1px #000);
    display: flex;
    justify-content: center;
}

.gifts-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, 100px);
    grid-gap: 10px 40px;
    justify-content: start;
}

.gift-name {
    display: flex;
    justify-content: center;
}

.giftbox-item {
    width: 90px;
    height: 90px;
}


#preview-post-edit,
#preview-post-create{
    height: 576px;
    overflow-y: scroll;
    overflow-x: hidden;
}

::-webkit-scrollbar-track-piece{
    background-color: transparent!important;
}

::-webkit-scrollbar-thumb{
    background-color: #494949 !important;
    border: #1e1e1e .1px solid;
    outline: 0!important;
    outline-offset: -2px!important;
    border-radius: 0.7em!important;
    transition: 0.4s all ease;
}

::-webkit-scrollbar-thumb:hover{
    background-color: #545454 !important;
    transition: 0.4s all ease;
}

::-webkit-scrollbar {
    width: 10px;
}

textarea {
    resize: none!important;
}

.language-choose {
    cursor: pointer;
    width: 64px!important;
}

.language-selector {
    position: relative;
    display: inline-block;
    font-family: sans-serif;
    user-select: none;
}

.current-language {
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    border-radius: 6px;
    height: 27px;
    margin-left: 1rem;
    transition: background 0.2s;
}

.current-language img {
    width: 24px;
}

.current-language .arrow {
    transition: transform 0.2s ease;
}

.language-selector.open .arrow {
    transform: rotate(180deg);
}

.language-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    border-radius: 6px;
    margin-top: 6px;
    margin-left: 0.2rem;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 10;
    background: #2B2B2B;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.language-selector.open .language-dropdown {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
}

.language-option {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    cursor: pointer;
    transition: background 0.2s;
}

.language-option:hover {
    background: #3A3A3A;
    transition: background 0.2s;
}

.language-option img {
    width: 24px;
}

.untranslated-message {
    display: flex;
    position: relative;
    justify-content: center;
    border-radius: 0.9em;
    background-color: rgb(255, 236, 84, 0.14);
    border: #e0eb4a 1px solid;
    height: 148px;
}

.untranslated-message img {
    position: absolute;
    max-height: 128px;
    right: 15px;
    width: auto;
}

@media screen and (max-width: 878px) {
    .untranslated-message img {
        position: relative;
        max-height: 86px;
        width: auto;
    }

    .untranslated-message {
        height: auto;
        flex-direction: column;
    }
}

@media screen and (max-width: 810px) {
    .rlETVFNZT1OFUDSr3sy1l82 {
        max-width: 320px!important;
        max-height: 50px!important;
    }
}

.TuaF9f1VZTU5fW3GS2b {
    max-height: 100px;
}

.vbd557pGR2n91eef {
    position: sticky;
    bottom: 5px;
    display: flex;
    justify-content: center;
}

.rlETVFNZT1OFUDSr3sy1l82 {
    max-width: 970px;
    max-height: 100px;
}

.character-index-category {
    height: 150px;
    background: #2B2B2B;
    border-radius: 0.6em;
    position: relative;
    border: rgba(1, 1, 1, 0) 2px solid;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.character-index-category:hover {
    cursor: pointer;
    border: #ff9f63 2px solid;
    transition: all 0.3s ease;
}
.character-index-category div{
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.character-index-category h4 {
    filter: drop-shadow(0 0 2px #000);
}

.character-index-category#enemies {
    background: url("../images/enemy-index.png") no-repeat;
    background-size: 100%;
    background-position: 0 20%;

}

.character-index-category#t-dolls {
    background: url("../images/tdoll-index.png") no-repeat;
    background-size: 100%;
    background-position: 0 30%;
}

.character-index-category.selected-card {
    border: #ff8139 2px solid;
}
.enemy-card {
    background: linear-gradient(180deg, rgba(130,40,40,1) 0%, rgba(160,50,50,1) 50%, rgba(190,80,80,1) 100%);
}
.select-wrapper {
    position: relative;
    width: auto;
    user-select: none;
}

@media screen and (max-width: 768px) {
    .select-wrapper {
        margin-top: 10px;
    }
}

#no-results img {
    width: 256px;
}

.select-header {
    background-color: #222222;
    padding: 10px 15px;
    border: 1px solid #333;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    transition: background 0.2s ease;
}

.select-header:hover {
    background-color: #262626;
}

.select-header::after {
    content: "▾";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.3s ease;
    font-size: 14px;
    pointer-events: none;
}

.select-wrapper.open .select-header::after {
    transform: translateY(-50%) rotate(180deg);
}

.select-options {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background-color: #222222;
    border: 1px solid #333;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
    z-index: 10;
    max-height: 192px;
    overflow-y: auto;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.select-wrapper.open .select-options {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.select-options div {
    padding: 10px 15px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.select-options div img {
    width: 22px;
    height: auto;
    margin-right: 5px;
}

.select-options div span {
    display: inline-block;
}

.select-options div:hover {
    background-color: #313131;
}

.search-filters {
    background: #2B2B2B;
    border-radius: 0.9em;
}

.promo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
    justify-items: center;
    align-items: start;
    margin-left: 30px;
    margin-right: 30px
}

.promo-card {
    position: relative;
    background-color: #2B2B2B;
    padding: 1.5rem;
    border-radius: 12px;
    width: 100%;
    height: 123px;
    max-width: 360px;
}

.copy-container {
    display: flex;
    align-items: center;
    background-color: #0D0D0D;
    color: #ff8139;
    border-radius: 8px;
    padding: 8px 12px;
    font-family: sans-serif;
    width: 90%;
    transition: background-color 0.3s ease;
}

.copy-container.active {
    cursor: pointer!important;
}

.copy-icon {
    cursor: pointer;
    margin-right: 8px;
    color: #ff8139;
    font-size: 1.2em;
    transition: all 0.3s ease
}

.copy-text {
    user-select: text;
    transition: all 0.3s ease
}

.copy-text.copied {
    color: #35e35f;
    transition: all 0.3s ease
}

.copy-icon.copied {
    color: #35e35f;
    transition: all 0.3s ease
}

.expires-info {
    font-size: 0.9em;
    color: #aaa;
    margin-top: 10px;
}

.expired-text {
    font-size: 0.9em;
    color: #ff5555;
    margin-top: 10px;
}

.copy-container.expired > .copy-text {
    color: #ff5555;
}

.copy-container.expired > .copy-icon {
    color: #ff5555;
}

.promo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 12px;
}

.editor-wrapper {
    display: inline-block;
    position: relative;
    border-radius: 6px;
    margin: 0.5rem;
    box-shadow: inset 0 0 0 1px #444;
    width: 92%!important;
}

.editor-toolbar {
    display: flex;
    gap: 4px;
    margin: 4px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.editor-btn {
    padding: 4px;
    background-color: transparent;
    border: none;
    color: #ccc;
    border-radius: 4px;
    transition: color 0.2s, background-color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.editor-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.editor-btn:active {
    background-color: rgba(255, 255, 255, 0.15);
}

.editor-btn i {
    font-size: 1rem;
    pointer-events: none;
}

.editor-wrapper textarea.input-value {
    display: block;
    color: white;
    padding: 4px 6px;
    margin: 0!important;
    border: none;
    outline: none;
    resize: vertical;
    width: 100%!important;
    min-height: 330px!important;
    border-radius: 4px;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;
    font-family: inherit;
    font-size: 15px;
}

.editor-popover {
    position: absolute;
    z-index: 1000;
    background: #1e1e1e;
    border: 1px solid #444;
    border-radius: 6px;
    padding: 10px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
    color: white;
}

.editor-popover input,
.editor-popover select,
.editor-popover button {
    background-color: #2e2e2e;
    color: white;
    border: 1px solid #555;
}

.editor-popover input::placeholder {
    color: #aaa;
}

.color-swatch {
    width: 28px;
    height: 28px;
    border-radius: 4px;
    cursor: pointer;
    border: 2px solid transparent;
    display: inline-block;
    margin: 3px;
    box-shadow: 0 0 0 1px #333;
}

.color-swatch:hover {
    border-color: white;
}

.editor-popover input.form-control:focus {
    background-color: #2b2b2b;
    color: #fff;
    border-color: #666;
    box-shadow: none;
    outline: none;
}

.editor-popover input::-webkit-outer-spin-button,
.editor-popover input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.image-uploader {
    border: 2px dashed #444;
    border-radius: 8px;
    padding: 1rem;
    text-align: center;
    background-color: #0D0D0D;
    cursor: pointer;
    transition: border-color 0.3s ease;
    position: relative;
    width: 92%;
}
.drop-area {
    cursor: pointer;
    padding: 20px;
    color: #888;
    transition: border-color 0.3s;
}

.preview {
    margin-top: 10px;
    max-width: 256px;
    min-height: 120px;
    justify-self: center;
}
.preview img {
    width: 100%;
    height: auto;
    display: block;
}
.remove-btn {
    background: #ff8080;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 15px;
    transition: all 0.3s ease;
}

.remove-btn:hover {
    background: #ff4848;
    transition: all 0.3s ease;
}

.custom-tabs {
    overflow: hidden;
    font-family: sans-serif;
    margin-bottom: 1em;
}

.tab-header-row {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.tab-btn {
    padding: 8px 16px;
    background: none;
    border: none;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.2s;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.tab-btn.active {
    border-bottom: 2px solid #ff8139;
    background: #3a3a3a;
}

.tab-content-area {
    margin-top: 6px;
}

.tab-content {
    display: none;
}

.tab-content.active {
    padding: 6px 10px;
    display: block;
    background: #3a3a3a;
}

::selection {
    background: #ff8139;
    color: #ffffff;
}