@font-face {
    font-family: "Arborea";
    src: url("/static/fonts/Arborea.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.tera-bar {
    position: relative;
}

.tera-nav-auth .tera-arborea-toggle {
    position: absolute;
    top: 9px;
    left: 50%;
    display: block;
    min-width: 96px;
    height: 20px;
    margin: 0;
    padding: 3px 8px 0;
    border: 1px solid rgba(154, 110, 49, 0.38);
    border-radius: 2px;
    background:
        radial-gradient(circle at 50% 0%, rgba(154, 36, 28, 0.24), rgba(154, 36, 28, 0) 58%),
        linear-gradient(180deg, rgba(38, 24, 19, 0.94), rgba(8, 6, 6, 0.94));
    color: #f0c96f !important;
    font: 10px/18px gt_bold, Arial, sans-serif !important;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase !important;
    text-shadow: 0 1px 0 #000;
    transform: translateX(-50%);
    box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.38);
    box-sizing: border-box;
}

.tera-nav-auth .tera-arborea-toggle:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 6px 1px 0;
    border: 1px solid rgba(238, 198, 110, 0.72);
    background: rgba(93, 21, 18, 0.52);
    transform: rotate(45deg);
    box-shadow: 0 0 8px rgba(198, 111, 38, 0.24);
}

.tera-nav-auth .tera-arborea-toggle:hover,
.tera-nav-auth .tera-arborea-toggle.is-active {
    color: #fff1bb !important;
    border-color: rgba(230, 184, 93, 0.58);
    text-decoration: none;
    text-shadow: 0 0 10px rgba(219, 165, 74, 0.42);
}

body.arborea-site-mode .arborea-run {
    font-family: "Arborea", Georgia, serif !important;
    letter-spacing: 0.08em;
}

body.arborea-site-mode .arborea-text {
    font-family: Georgia, serif;
    pointer-events: none;
}

body.arborea-site-mode .arborea-run {
    pointer-events: none;
}

body.arborea-site-mode .colRight .arborea-run {
    letter-spacing: 0.02em;
}

body.arborea-site-mode ._top_menu .arborea-text,
body.arborea-site-mode ._top_menu .arborea-run {
    position: relative;
    top: -4px;
}

body.arborea-site-mode ._middle_menu .download .aDownload,
body.arborea-site-mode ._middle_menu .enter .aEnter {
    font-size: 24px;
    line-height: 24px;
}

body.arborea-site-mode ._middle_menu .enter .aEnter {
    margin-left: 278px;
}

body.arborea-site-mode ._middle_menu .download .aDownload span,
body.arborea-site-mode ._middle_menu .enter .aEnter span {
    font-size: 16px;
    line-height: 16px;
}

body.arborea-site-mode ._middle_menu .enter .aEnter span {
    margin-left: 36px;
}

body.arborea-site-mode ._leftMenu li > * > span.textLeft,
body.arborea-site-mode ._leftMenu li > * > span.textRight {
    position: absolute;
    top: 50%;
    left: 42px;
    display: block;
    width: 228px;
    height: auto;
    padding: 0;
    text-align: center;
    transform: translateY(-50%);
}

body.arborea-site-mode ._leftMenu .about > * > span.textLeft,
body.arborea-site-mode ._leftMenu .about > * > span.textRight {
    left: -48px;
}

body.arborea-site-mode ._leftMenu .recharge > * > span.textLeft,
body.arborea-site-mode ._leftMenu .recharge > * > span.textRight,
body.arborea-site-mode ._leftMenu .support > * > span.textLeft,
body.arborea-site-mode ._leftMenu .support > * > span.textRight {
    left: 122px;
}

body.arborea-site-mode ._leftMenu .faq > * > span.textLeft,
body.arborea-site-mode ._leftMenu .faq > * > span.textRight {
    left: 154px;
}

body.arborea-site-mode ._leftMenu .arborea-text,
body.arborea-site-mode ._leftMenu .arborea-run {
    position: static;
    width: auto;
    height: auto;
    transform: none;
}

body.arborea-site-mode ._leftMenu li > * {
    position: relative;
}

body.arborea-site-mode ._leftMenu .arborea-text,
body.arborea-site-mode ._media_preview .arborea-text {
    display: inline-block;
    max-width: 100%;
    white-space: pre-line;
    word-break: normal;
    overflow-wrap: normal;
}

body.arborea-site-mode ._leftMenu .arborea-text {
    font-size: 13px;
    line-height: 17px;
}

body.arborea-site-mode ._leftMenu .about .arborea-text,
body.arborea-site-mode ._leftMenu .recharge .arborea-text {
    line-height: 12px;
}

body.arborea-site-mode ._media_preview figcaption header .arborea-text {
    position: relative;
    top: -13px;
    font-size: 14px;
    line-height: 15px;
}

body.arborea-site-mode ._media_preview figcaption p .arborea-text {
    position: relative;
    top: -11px;
    max-width: 250px;
    font-size: 10px;
    line-height: 11px;
}
