body {
    /* zoom: 0.9; */
}

/* .site-footer,
.layout {
    zoom: 0.9;
} */
/* .site-footer,
.main-content,
.sidebar-right {
    zoom: 0.9;
} */

.site-footer,
.home .main-content,
.home .sidebar-right {
    zoom: 0.9;
}

.site-footer .footer-content,
.site-footer .footer-bottom,
.layout {
    padding-left: 70px;
}

.wrap-main-newswire {
    max-width: 1650px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
    min-height: calc(100vh - 313px);
    padding-top: calc(var(--header-height) + 14px);
    padding-bottom: 40px;
}

.page-template-tpl-newswire-v2 .header-limiter,
.page-template-tpl-newswire-v2 .site-footer .footer-content,
.page-template-tpl-newswire-v2 .site-footer .footer-bottom {
    max-width: 1650px;
}

.top-bar {
    margin-left: 0;
    margin-right: 0;
}

.topics-left {
    display: flex;
    gap: 10px;
    align-items: center;
    /* flex-wrap: wrap; */
}

/* .region-blocs li>label {
    display: flex;
    gap: 6px;
} */

.pill-scroll-wrap {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.change.blue {
    color: #00b050;
}

.change.red {
    color: red;
}

.loadmore-ajax {
    width: max-content;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 2.5px 20px;
    border-radius: 25px;
    color: var(--text-color);
    text-decoration: none;
    background-color: var(--container-background);
    transition: all 0.2s ease-in-out;
    margin-left: auto;
    cursor: pointer;
}

@media screen and (max-width: 1366px) {
    .search-bar-row {
        flex-wrap: wrap;
    }

    .filters-row {
        width: 100%;
    }

    .search-bar-row .search-input {
        /* max-width: 800px; */
    }
}

@media screen and (max-width: 1200px) {
    .topics-left {
        flex-wrap: wrap;
    }

    .region-control {
        height: max-content;
    }
}

@media screen and (max-width: 767px) {
    .top-bar-line-1 {
        flex-wrap: wrap;
    }

    .topics-container {
        width: 100%;
    }

    .region-dropdown {
        width: 85vw;
    }

    main {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 414px) {

    .time-range label,
    .date-range label {
        font-size: 12px;
    }

    .top-bar-line-2,
    .top-bar {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }

    .type-filter .type-toggle {
        gap: 8px;
    }

    .type-filter .type-toggle label {
        font-size: 12px;
    }

    .topic-add-input {
        width: 100%;
    }

    .news-table {
        font-size: 14px;
    }
}

@media screen and (max-width: 413px) {
    .type-filter .type-toggle label {
        font-size: 13px;
        display: flex;
        gap: 5px;
    }

    .wrap-main-newswire {
        padding-left: 10px;
        padding-right: 10px;
    }

}

/* demo */
.page-template-tpl-newswire-v2 .layout {
    grid-template-columns: 170px 1fr 150px;
}

/* v3 */
.page-template-tpl-newswire-v3 .layout {
    grid-template-columns: 170px 1fr 150px;
}

.page-template-tpl-newswire-v5 .layout {
    grid-template-columns: 155px 1fr 145px;
}

.region-blocs .badge {
    font-size: unset;
    border-radius: unset;
    padding: unset;
    background: unset;
}

.country-row .twisty::before {
    /* content: '\25B6'; */
    content: "\f054";
    opacity: .85;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    transform-origin: 50% 50%;
    transition: transform .18s ease;
    font-size: 12px;
    color: #fff;
    opacity: .9;
}

.region-countries li.country-row {
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
}

.country-row .twisty.open {
    transform: rotate(90deg);
}

.region-countries .nested li {
    list-style: none;
}

.selected-items-container {
    flex-wrap: nowrap;
}

.date-time-filter {
    width: 100%;
    flex-wrap: wrap;
}

.news-headline {
    display: table-cell;
    /* position: relative;
    padding-right: 30px !important; */
}

/* .headline-icon {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
} */
.date-cell {
    min-width: 90px;
}

#downloadIcon {
    cursor: pointer;
}

.tags-container {
    flex-wrap: wrap;
}

.filter-group-checkbox {
    flex-wrap: wrap;
}

.controls-left {
    min-width: 170px;
    flex: unset;
}

.controls-right {
    flex: unset;
}

.calendar-table {
    /* min-width: 1020px; */
}

.wrap-table {
    width: 100%;
    overflow-x: auto;
}

@media screen and (max-width: 1365px) {
    .filters {
        flex-wrap: wrap;
    }

    .filters>div:nth-child(1) {
        order: 1;
    }

    .filters>div:nth-child(2) {
        order: 3;
    }

    .filters>div:nth-child(3) {
        order: 2;
    }

    .controls {
        flex-wrap: wrap;
    }

    .search-bar {
        width: 100%;
    }

    .controls-right {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 1200px) {
    .filters-right {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .page-template-tpl-calenda .layout {
        grid-template-columns: 1fr;
    }

    .page-template-tpl-calenda .left-stack,
    .page-template-tpl-calenda .sidebar-left {
        width: 100%;
        position: unset;
        z-index: 0;
    }

    .page-template-tpl-calenda .left-stack li {
        width: max-content;
        min-width: 140px;
    }

    .page-template-tpl-calenda .left-stack .nav-list {
        display: flex;
        flex-wrap: wrap;
    }

    .left-stack .nav-list li a {
        /* justify-content: center; */
    }
}

@media screen and (max-width: 900px) {
    .page-template-tpl-newswire-v3 .layout {
        grid-template-columns: 1fr;
    }

    .page-template-tpl-newswire-v5 .layout {
        grid-template-columns: 1fr;
    }

    .content {
        padding-left: 0;
        padding-right: 0;
    }

    .type-filter {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 600px) {
    .topics-container {
        width: 100%;
    }

    #regionMount {
        width: 100%;
    }

    .controls-right {
        min-width: unset;
        flex-wrap: wrap;
    }

    .filter-group:has(.industry-rail) {
        min-width: unset;
    }
}

/*  */
.calendar-table th,
.calendar-table td {
    color: var(--text-color);
}

.calendar-table thead th {
    background: var(--tbl-background);
    color: var(--text-color);
}

.date-picker .date-range-text,
.toggle-btn,
.view-options,
.centered-label,
.industry-rail,
.bell-btn,
.icon-button,
.tag-pill.more,
.search-bar,
.select-btn,
.filter-group-checkbox {
    background: var(--tbl-background);
    color: var(--text-color);
}

.view-option,
.digital-tz,
.digital-off {
    color: var(--text-color);
}

.light-theme .clock-digital-wrap svg g {
    stroke: #0e3040 !important;
}

.light-theme #hour,
.light-theme #min,
.light-theme #sec {
    stroke: #0e3040 !important;
}

.date-picker .date-input,
.date-picker .date-text {
    color: var(--text-color);
}

/* style light news */

.top-bar {
    background: var(--tbl-background);
    color: var(--text-color);
}

.type-filter,
.region-select-btn {
    background: var(--tbl-bg-v2);
    color: var(--text-color);
}

.date-time-filter,
.global-search {
    background: var(--tbl-bg-v2);
    color: var(--text-color);
}

.date-time-filter input {
    background: var(--tbl-background);
    color: var(--text-color);
}

.date-time-filter label {
    color: var(--text-color);
}

.news-table {
    /* background: var(--tbl-bg-v2); */
    background: var(--bg-color);
}

.type-filter.custom-positon {
    position: absolute;
    top: 100%;
    left: 0;
    flex-wrap: wrap;
    background: var(--clr-background);
    width: 200px;
    display: none;
}

.wrap-date-filter {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    gap: 5px;
    width: max-content;
}

.type-filter.custom-positon .chk {
    display: flex;
    width: 100%;
}

.line-row {
    display: block;
    height: 1px;
    width: 100%;
    background: var(--border);
    margin-bottom: 5px;
    margin-top: 5px;
}

.news-table thead th {
    z-index: 1;
}

.region-blocs label {
    display: flex;
}

.region-blocs label input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.region-blocs input[type="checkbox"]:checked+span {
    background: #67809f;
    border-color: #67809f;
    color: #fff;
}

.region-blocs span {
    padding: 4px 10px;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    border: 1px solid var(--border);
    background: #113042;
    color: var(--text);
    cursor: pointer;
    user-select: none;
    transition: filter .12s ease, box-shadow .12s ease, background .12s ease, border-color .12s ease;
}

.region-blocs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.type-cell {
    text-align: center;
    width: 56px;
}

.col-type {
    width: 56px;
}

.col-date {
    width: 110px;
    white-space: nowrap;
    text-align: center;
}

@media screen and (max-width: 900px) {
    #langSelect .lang-dropdown {
        left: 0;
        right: unset;
    }

    .pill-scroll-wrap>span {
        position: unset !important;
    }
}

@media screen and (max-width: 767px) {
    .fieldset--topics {
        height: auto;
    }

    .fieldset--topics .selected-items-container {
        max-height: unset;
        flex-wrap: nowrap;
    }

    .fieldset.fieldset--period {
        min-height: unset;
        height: auto;
    }

    .fieldset--lang,
    .fieldset--region {
        margin-bottom: 20px;
    }

    .date-options {
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
    }

    .fieldset--topics {
        min-width: 200px;
        margin-bottom: 8px;
    }

    .col-date {
        width: 80px;
    }

    .date-cell {
        min-width: 70px;
    }
}

.page-template-tpl-calenda .header-sub-page-center,
.page-template-tpl-newswire-v5 .header-sub-page-center {
    background: transparent;
}

.page-template-tpl-calenda .page-title-dropdown,
.page-template-tpl-newswire-v5 .page-title-dropdown {
    display: none;
}

.page-template-tpl-calenda .header-clock,
.page-template-tpl-newswire-v5 .header-clock {
    transform: translateX(-50%) translateY(0%);
}

.page-template-tpl-calenda .clock-container .info-inline,
.page-template-tpl-newswire-v5 .clock-container .info-inline {
    /* top: 0; */
}

.sidebar-right {
    position: unset;
    margin-top: 60px;
}

.page-template-tpl-newswire-v5 #triggerSearch,
.page-template-tpl-calenda #triggerSearch {
    display: none;
}

#tzOffset {
    border-radius: 8px;
    cursor: pointer;
    border: 2px solid var(--inactive-color);
    background: transparent;
    color: var(--text-color);
    padding: 5px;
}

.digital {
    min-width: 100px;
    width: max-content;
}

.calendar-table thead th.col-event {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.filters {
    justify-content: space-between;
}

.digital-sep,
.digital-tz,
.digital-off {
    display: none;
}

.wrap-box-search {
    width: 50%;
}

#tableSearch {
    width: 100%;
    max-width: 350px;
}

.controls-center {
    flex: unset;
}

/* Clock */
.clock-digital-wrap {
    display: flex;
    align-items: center;
    gap: 10px
}

.clock svg {
    width: 36px;
    height: 36px;
}

#face {
    fill: #fff;
    /* stroke: #e5edf5; */
    stroke: #000;
    stroke-width: 20
}

#quarter-markers {
    /* stroke: #e5edf5; */
    stroke: #000;
    stroke-width: 20;
    stroke-linecap: round
}

#markers {
    stroke: #000;
    stroke-width: 12;
    stroke-linecap: round
}

#hour,
#min,
#sec {
    stroke: #000;
    stroke-width: 18;
    stroke-linecap: round;
    /* transition: transform 0.3s linear; */
}

#min {
    stroke-width: 12
}

#sec {
    stroke-width: 8;
    stroke: red;
}

.digital {
    display: flex;
    flex-direction: column;
    line-height: 1.15
}

.digital-row {
    display: flex;
    align-items: baseline;
    gap: 8px
}

.digital-time {
    font-weight: 800;
    font-size: 1.4rem
}

.digital-tz,
.digital-off {
    font-size: .92rem;
    color: #d9e6f2
}

.digital-sep {
    opacity: .7
}

.sth-header-clock {
    /* position: relative; */
    position: absolute;
    left: 54%;
    top: 50%;
    transform: translate(-50%, -50%);
}

body.fixed .header-fixed .info-inline {
    top: 24px;
}

.sth-header-clock .tz-select {
    display: none;
}

.sth-header-clock #tzOffset {
    display: none !important;
}

.sth-txt-clock {
    /* margin-left: -15px; */
}

.page-template-tpl-calenda .sth-header-clock {
    position: unset;
}

.sth-icon-header {
    width: 25px;
    filter: invert(0.7);
}

.sth-icon-menu {
    width: 35px;
    height: auto;
    vertical-align: middle;
}

.light-theme .sth-icon-menu {
    filter: invert(1);
}

.hamburger-inline {
    padding: 0;
    margin: 0;
    padding-right: 10px;
    position: relative;
}

.sth-icon-menu.open {
    display: none;
}

.hamburger-inline.active .sth-icon-menu {
    display: none;
}

.hamburger-inline.active .sth-icon-menu.open {
    display: block;
}

@media screen and (max-width: 1300px) {
    .controls {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 900px) {

    .page-template-tpl-calenda .header-clock,
    .page-template-tpl-newswire-v5 .header-clock {
        display: none;
    }

}

@media screen and (max-width: 767px) {
    .wrap-box-search {
        width: 100%;
    }

    .controls {
        row-gap: 20px;
        margin-top: 20px;
    }
}

/* custom for home */
.lead-and-side {
    /* gap: 25px; */
    gap: 30px;
}

#sideStack {
    /* padding-left: 25px; */
    padding-left: 30px;
    border-left: 1px solid rgba(204, 204, 204, 0.15);
}

.section-head {
    /* margin-top: 25px;
    padding-top: 25px; */
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(204, 204, 204, 0.15);
}

.sth-wrap-section {
    display: flex;
    margin-bottom: 25px;
}

.sth-wrap-new {
    width: 60%;
    /* padding-right: 25px; */
    padding-right: 30px;
}

.sth-char-box {
    width: 40%;
    /* padding-left: 25px; */
    padding-left: 30px;
    border-left: 1px solid rgba(204, 204, 204, 0.15);
}

.sth-wrap-section {
    /* padding-top: 25px;
    margin-top: 25px; */
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid rgba(204, 204, 204, 0.15);
}

.sth-char-box .btn-chart {
    max-width: 200px;
    max-width: 190px;
    width: max-content;
    margin-left: auto;
}

.sth-new-item {
    display: flex;
}

.sth-wrap-new .sth-img {
    height: 100%;
}

.sth-wrap-new .wrap-more-posts .post-item .wrap-more-item {
    min-height: 134px;
    align-items: stretch;
}

.sth-wrap-new .more-thumb {
    aspect-ratio: unset;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loadmore-new {
    width: max-content;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 2.5px 20px;
    border-radius: 25px;
    color: var(--text-color);
    text-decoration: none;
    background-color: var(--container-background);
    transition: all 0.2s ease-in-out;
    margin-left: auto;
    cursor: pointer;
}

.loadmore-new:hover {
    background-color: #7be3ff;
    color: #000;
}

.wrap-more-posts .post-item {
    display: none;
}

.wrap-more-posts .post-item:nth-child(-n+4) {
    display: block;
}

.sth-charprice {
    margin-top: 40px;
    background: var(--container-background);
    border-radius: 10px;
    box-shadow: 0 3px 10px #0001;
    padding: 20px;
}

.sth-chart-witem {
    display: flex;
    font-size: 12px;
    margin-bottom: 5px;
}

.chart-title-wd {
    padding-right: 10px;
}

.chart-meta-wd {
    /* width: 60%; */
}

.change.blue {
    color: #00b050;
}

.big-post {
    padding-right: 40px;
    border-right: 1px solid rgba(204, 204, 204, 0.15);
}

.small-posts {
    padding-left: 40px;
}

.sth-top-posts {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.15);
}

.sth-hidden {
    display: none !important;
}

.sth-show {
    opacity: 1 !important;
}

.sth-head-study {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    align-items: center;
}

.sth-head-study .box-see-all {
    padding-top: 0;
    padding-bottom: 0;
}

.sth-sidebar-chart {
    background: var(--container-background);
    border-radius: 10px;
    box-shadow: 0 3px 10px #0001;
    padding: 15px;
    width: 100%;
    margin-top: 356px;
}

.title-sidebar-chart {
    color: var(--border-heading-orange);
    font-weight: 600;
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}

.right-stack {
    align-items: flex-end;
}

.sth-sidebar-chart .btn-chart {
    background: #ffffff14;
    font-size: 14px;
    width: max-content;
    margin-left: auto;
}

.stack-charts-ct.v2 {
    background-color: rgba(18, 64, 84, 0.6)
}

.sth-char-box .side-stack-charts {
    height: auto;
    aspect-ratio: 374 / 238;
    margin-bottom: 25px;
}

.sth-char-box .title-section-new {
    margin-bottom: 20px;
}

.side-stack-charts.week_ver {
    justify-content: flex-start;
}

.side-stack-charts.week_ver .stack-charts-ct {
    background-color: rgba(18, 64, 84, 0.3);
}

.side-stack-charts.week_ver .stack-charts-ct .charts-title {
    color: rgb(25, 107, 26);
    line-height: 1.1;
}

.toolbar-chips .btn-back-home {
    background-color: #7be3ff;
    color: #000;
    font-weight: 600;
    padding-right: 12px;
}

.hamburger-inline::before {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 2px;
    background-color: rgba(204, 204, 204, 0.15);
}

.title-section-new {
    line-height: 1;
    margin-bottom: 5px;
}

@media screen and (max-width: 1200px) {
    #sideStack {
        border: none;
        padding-left: 0;
    }

    .sth-wrap-new {
        width: 100%;
        padding-right: 0;
    }

    .sth-char-box {
        width: 100%;
        padding-left: 0;
        border: none;
    }

    .sth-wrap-section {
        flex-wrap: wrap;
        row-gap: 40px;
    }

    .sth-header-clock {
        display: none;
    }

}

@media screen and (max-width: 900px) {
    .sth-sidebar-chart {
        margin-top: 0;
        width: max-content;
    }

    .sth-char-box {
        display: flex;
        gap: 25px;
    }
}

@media screen and (max-width: 767px) {
    .big-post {
        padding-right: 0;
        border-right: none;
    }

    .small-posts {
        padding-left: 0;
    }

    .more-body-post {
        padding-left: 20px;
    }
}

@media screen and (max-width: 540px) {
    .sth-char-box {
        flex-wrap: wrap;
    }
}

.sidebar-footer {
    display: none !important;
}

.sth-glance-box {
    width: 305px;
    /* background: radial-gradient(160% 120% at 0% 0%, #153e50 0%, #10384a 40%, #0e2f3f 100%); */
    background: var(--container-background);
    border-radius: 5px;
    padding: 16px 14px 12px;
    position: relative;
    overflow: hidden;
}

.sth-glance-box .glance-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.sth-glance-box h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .2px;
    color: #ffa117;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
}

.glance-polite {
    border-radius: 999px;
    background: #0f3a4f;
    color: #e7f3f9;
    font-size: 12px;
    padding: 6px 10px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, .14);
}

.glance-header-slider {
    width: 39%;
}

.glance-header-slider .swiper-slide {
    text-align: right;
}

.sth-glance-item {
    display: flex;
    gap: 5px;
    padding: 6px 8px;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, 0));
    border: 1px solid rgba(255, 255, 255, .06);
    margin-bottom: 6px;
    justify-content: space-between;
}

.glance-list {
    position: relative;
}

.sth-button-prev {
    position: absolute;
    top: 50%;
    left: 0;
}

.sth-button-next {
    position: absolute;
    top: 50%;
    right: 0;
}

.sth-glance-box .prev,
.sth-glance-box .next {
    /* position: absolute; */
    /* inset: 50% auto auto 8px; */
    /* transform: translateY(-50%); */
    width: 28px;
    height: 28px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .14);
    display: grid;
    place-items: center;
    background: rgba(10, 30, 40, .75);
    cursor: pointer;
    transition: background .2s ease, transform .08s ease;
    user-select: none;
    z-index: 9;
}

.wrap-control {
    display: flex;
    gap: 10px;
    align-items: center;
}

.sth-glance-box .next {
    left: auto;
    right: 8px;
}

.sth-glance-box .prev span,
.sth-glance-box .next span {
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #e7f3f9;
    border-bottom: 2px solid #e7f3f9;
}

.sth-glance-box .next span {
    transform: rotate(-45deg);
}

.sth-glance-box .prev span {
    transform: rotate(135deg);
}

.sth-glance-item .name-g {
    font-weight: 600;
    letter-spacing: .2px;
    font-size: 14px;
}

.sth-glance-item .content-g {
    font-weight: 600;
    letter-spacing: .2px;
    font-size: 14px;
}

.sth-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 8px;
    border-radius: 10px;
    background: #244d5f;
    border: 1px solid rgba(255, 255, 255, .14);
    pointer-events: auto;
    cursor: pointer;
    transition: transform .15s ease, background .2s ease;
}

.sth-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #7be3ff;
    transform: scale(1.2);
}

.sth-pagination {
    display: flex;
    justify-content: flex-end;
}

.glance-button {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    gap: 10px;
}

.glance-button .watchlists {
    appearance: none;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(9, 27, 36, .75);
    color: #e7f3f9;
    font-weight: 600;
    font-size: 13px;
    border: 1px solid rgba(255, 255, 255, .14);
    transition: transform .08s ease, background .2s ease, box-shadow .2s ease;
}

@media screen and (max-width: 900px) {
    .sth-glance-box {
        margin-top: 20px;
    }
}

.box-menu-mobile {
    display: none;
}

.sth-btn-mobile {
    cursor: pointer;
    height: 25px;
}

.sth-btn-mobile span {
    display: block;
    width: 30px;
    height: 3px;
    background-color: var(--text-color);
    margin-bottom: 8px;
    transition: all 0.2s ease-in-out;
}

.sth-btn-mobile span:last-child {
    margin-bottom: 0;
}

.sth-btn-mobile.active span:last-child {
    display: none;
}

.sth-btn-mobile.active span:first-child {
    transform: translate(0px, 11px) rotate(135deg);
}

.sth-btn-mobile.active span:nth-child(2) {
    transform: translate(0px, 0px) rotate(-135deg);
}

.sth-menu-mobile {
    display: none;
}

@media screen and (max-width: 900px) {
    .sidebar-left {
        display: none;
    }

    .sth-menu-mobile {
        margin-top: 20px;
        display: block;
    }

    .wires-link-title {
        display: none;
    }
}

.icon-toggle {
    pointer-events: none;
}

.top-bar #regionMount .nested .option {
    flex-wrap: wrap;
}

.current-menu-item a {
    background-color: #7be3ff !important;
    color: #000 !important;
}

.close-hambur {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.tooltiptext {
    visibility: hidden;
    text-align: center;
    border-radius: 6px;
    padding: 4px 8px;
    position: absolute;
    z-index: 1;
    right: -10px;
    top: 100%;
    background: var(--container-background);
    font-size: 13px;
}

.tooltiptext::before {
    position: absolute;
    bottom: 100%;
    left: 40%;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent var(--container-background) transparent;
}

.wires-link-title:hover .tooltiptext {
    visibility: visible;
}

.hamburger-inline {
    position: relative;
    height: 35px;
}

.hamburger-inline:hover .tooltiptext {
    visibility: visible;
}

.hamburger-inline .tooltiptext {
    /* color: #ccc; */
    color: var(--text-color);
}

.hamburger-inline .tooltiptext {
    top: calc(100% + 10px);
}

.right-stack .edition-card {
    /* display: none; */
}

/* custom clock */
/* ---- Wrapper ---- */
.ce-timezone {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0;
    /* left: -35%; */
    left: 0%;
}

/* --- Analog clock (scoped, no class/id clashes) --- */
.ce-analog {
    display: flex;
    align-items: center;
    width: 30px;
    /* visual size; SVG scales */
    height: 30px;
}

.ce-analog svg {
    width: 100%;
    height: 100%;
    display: block;
}

.ce-analog path {
    stroke-linecap: butt;
    stroke-width: 42;
    fill: none;
}

#ce-face {
    stroke: #000;
    stroke-width: 40;
    fill: #ffffff;
}

#ce-markers {
    stroke: #000;
    stroke-width: 20;
}

#ce-quarter {
    stroke: #000;
    stroke-width: 35;
}

#ce-sec {
    stroke: #f44336;
    stroke-width: 20;
}

#ce-min {
    stroke: #404040;
    stroke-width: 35;
}

#ce-hour {
    stroke: #000;
    stroke-width: 40;
}

/* ---- Live time ---- */
.ce-digital {
    /* width: 98px; */
    width: auto;
    font-weight: 600;
    letter-spacing: .3px;
    font-variant-numeric: tabular-nums;
    display: flex;
    justify-content: space-between;
    margin-left: 10px;
}

/* ---- Label trigger ---- */
.ce-tz-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: 0;
    color: #e7f3f9;
    font-weight: 600;
    font-size: .95rem;
    cursor: pointer;
    padding: 4px 6px;
    font-family: 'Poppins', sans-serif;
}

.chev {
    opacity: .7;
    transition: transform .15s ease;
}

.ce-timezone.open .chev {
    transform: rotate(180deg);
}

.ce-flag {
    /* font-size: 1rem; */
    /* font-size: 11px; */
    width: 15px;
}

/* ---- Dropdown ---- */
/* .ce-menu {
    display: none;
    position: absolute;
    top: 130%;
    right: 0;
    min-width: 340px;
    background: rgba(18, 64, 84, .95);
    backdrop-filter: blur(8px) saturate(120%);
    border-radius: 14px;
    box-shadow: 0 18px 44px rgba(0, 0, 0, .35);
    padding: 6px 0;
    z-index: 50;
} */

.ce-timezone.open .ce-menu {
    display: block;
}

.ce-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    font-size: .9rem;
    cursor: pointer;
    white-space: nowrap;
    transition: background .15s ease;
}

.ce-menu-pop .ce-item {
    position: unset;
}

.ce-item:hover {
    background: rgba(255, 255, 255, .08);
}

.ce-icon {
    width: 18px;
    text-align: center;
    color: #8fb0c2;
    font-size: .85rem;
}

/* this ".clock" class is used inside dropdown rows for the small digital time */
.clock {
    width: 62px;
    font-weight: 600;
    color: #7be3ff;
    font-variant-numeric: tabular-nums;
}

.iso {
    width: 20px;
    font-weight: 600;
    color: #8fb0c2;
    text-align: center;
}

.label {
    font-weight: 600;
    min-width: 40px;
    margin-right: 2px;
}

.meta {
    color: #8fb0c2;
    flex: 1;
    text-align: left;
}

/* Sign */
.nav-sign {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0;
    /* padding: 5px 20px; */
    padding: 0;
    border-radius: 25px;
    color: var(--text-color);
    text-decoration: none;
    border: 2px solid var(--container-background);
    transition: all 0.2s ease-in-out;
    margin-bottom: 10px;
    width: max-content;
    width: 100%;
    min-width: 150px;
}

/* .nav-sign::before {
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(204, 204, 204, 0.15);
} */

/* .nav-sign:hover {
    background-color: #1c5066;
    border-color: #1c5066;
} */
.nav-sign.signed {
    padding: 5px 20px;
    gap: 4px;
}

.nav-sign a {
    padding: 5px 10px;
    width: calc((100% - 5px) / 2);
    text-align: center;
    font-size: 15px;
}

.nav-sign a:first-child {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.nav-sign a:last-child {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.nav-sign a:hover {
    /* background-color: #1c5066;
    border-color: #1c5066; */
}

.btn-sign-nav {
    font-size: 15px;
}

/*  */
header .right-stack .edition-card {
    margin: 0;
}

.home .right-stack .edition-card {
    /* display: none; */
}

/* style Login*/
#step-password,
#step-email {
    display: flex;
    flex-direction: column;
    position: relative;
}

#custom-login-form input {
    border: 1px solid rgba(255, 255, 255, .12);
    background: var(--bg);
    color: var(--text);
    border-radius: 8px;
    padding: .8rem;
    margin-bottom: .8rem;
    outline: none;
    transition: border-color .2s ease;
}

#custom-login-form #login {
    background: var(--accent);
    color: #0b2732;
    border: none;
    border-radius: 24px;
    padding: .6rem 0;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s ease;
}

#custom-login-form #login:hover {
    filter: brightness(1.1);
}

#custom-login-form #login_password {
    width: 100%;
}

.pw-box {
    position: relative;
}

#step-password {
    margin-top: .8rem;
}

.toggle-eye {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(calc(-50% - 0.4rem));
    background: transparent;
    border: 0;
    color: var(--text);
    opacity: .8;
    cursor: pointer;
    font-size: .95rem;
}

.toggle-eye.active::before {
    content: "";
    width: 100%;
    height: 2px;
    transform: rotate(45deg);
    background-color: #0e2f3f;
    position: absolute;
    top: 50%;
    left: 0;
}

.box-accout-name {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 20px;
    border-radius: 25px;
    color: #0b2732;
    text-decoration: none;
    background-color: var(--accent);
    transition: all 0.2s ease-in-out;
    margin-bottom: 20px;
    justify-content: center;
    font-size: 14px;
}

#login-message {
    color: var(--muted);
    font-size: 14px;
    margin-top: 1rem;
}

.pw-box .icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    opacity: .75;
    font-size: .95rem;
    pointer-events: none;
}

.wrap-signup {
    font-family: 'Poppins', sans-serif !important;
}

.sth-btn {
    position: relative;
    display: flex;
    width: max-content;
    align-items: center;
    gap: 8px;
    padding: 5px 20px;
    border-radius: 25px;
    color: var(--text-color);
    text-decoration: none;
    background-color: var(--container-background);
    transition: all 0.2s ease-in-out;
    margin-bottom: 20px;
    margin: auto;
    margin-top: 20px;
}

.sth-btn:hover {
    background-color: #1c5066;
}

.title-verified {
    margin-top: 20px;
    text-align: center;
}

.btn-creat-acc.disable {
    cursor: no-drop !important;
}

.btn-creat-acc.disable:active {
    pointer-events: none;
}

/* #login-message,
#msg {
    color: #ffa117;
} */
.instructions {
    font-size: 14px;
    color: var(--muted);
    margin-bottom: 20px;
}

.box-logout {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    bottom: unset;
    top: 100%;
    left: unset;
    margin-top: 8px;
    background: var(--container-background);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .2);
    list-style: none;
    z-index: 1100;
    width: max-content;
    transition: all 0.1s ease-in-out;
    padding: 5px;
}

.nav-sign.signed:hover .box-logout {
    opacity: 1;
    visibility: visible;
}

.box-logout a {
    padding: 8px;
    border-radius: 8px;
    cursor: pointer;
    white-space: nowrap;
    display: flex;
    align-items: center;
    line-height: 1;
    justify-content: center;
    font-size: 14px;
    transition: all 0.1s ease-in-out;
    margin-bottom: 5px;
}

.box-logout a:last-child {
    margin-bottom: 0;
}

.box-logout::before {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent var(--container-background) transparent;
}

.box-logout a:hover {
    background-color: #1c5066;
}

.nsl-container {
    width: 100%;
}

.nsl-button {
    width: 100%;
    justify-content: center;
    align-items: center;
    border-radius: 24px !important;
    border: 1px solid rgba(255, 255, 255, .12) !important;
    box-shadow: none !important;
}

.nsl-button:hover {
    filter: brightness(.97);
}

.nsl-container-buttons {
    width: 100%;
}

.nsl-button-label-container {
    margin: 0 !important;
}

div.nsl-container .nsl-button-default div.nsl-button-label-container {
    flex: unset !important;
    font-size: 13px !important;
    font-weight: 600;
}

div.nsl-container svg {
    height: 30px !important;
    width: 30px !important;
}

.line-logn {
    /* color: #ffa117; */
}

.glance-pluss {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.glance-pluss a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #0e2f3f;
    width: 30px;
    height: 30px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.page-template-tpl-forgotten-password .sidebar-right,
.page-template-tpl-signup .sidebar-right,
.page-template-tpl-signin .sidebar-right {
    display: none;
}

.page-template-tpl-forgotten-password #menu-sidebar,
.page-template-tpl-signup #menu-sidebar,
.page-template-tpl-signin #menu-sidebar {
    display: none;
}

@media screen and (min-width: 1024px) {

    .page-template-tpl-forgotten-password .layout,
    .page-template-tpl-signup .layout,
    .page-template-tpl-signin .layout {
        /* grid-template-columns: 100px 1fr 0; */
        grid-template-columns: 0 1fr 0;
        padding-top: 100px;
        padding-left: 25px;
    }
}

@media screen and (max-width: 900px) {

    /* style whatlist */
    .wrap-watchlist-page .toolbar {
        flex-wrap: wrap;
    }

    .wrap-watchlist-page #globalSearch {
        width: 100%;
    }

    .page-template-tpl-watchlists .layout {
        grid-template-columns: 1fr;
    }
}

.headline-list li {
    list-style: none;
    margin-bottom: 5px;
}

.box-logout a {
    width: 100% !important;
    border-radius: 8px !important;
}


/* MODAL STYLES (for My Wires) */
.sth-modal-filter {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 9999;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease;
}

.sth-modal-filter.visible {
    opacity: 1;
    visibility: visible;
}

.sth-wires-modal {
    background: var(--menu-color);
    border: 1px solid var(--border);
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-dark);
    width: 680px;
    max-width: 90%;
    /* margin-top: 100px; */
    margin-top: 160px;
    padding: 20px;
    transform: translateY(-20px);
    transition: transform .3s ease;
}

.sth-modal-filter.visible .sth-wires-modal {
    transform: translateY(0);
}

/* Modal Header */
.sth-wires-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border);
    margin-bottom: 15px;
}

.sth-wires-modal-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--accent);
}

.sth-wires-modal-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Wires Modal Specific Styles */

/* Modal Content Layout (Left/Right) */
.sth-wires-modal-body {
    display: flex;
    gap: 16px;
    padding: 10px 0;
}

.sth-wires-left {
    flex: 0 0 170px;
    padding-right: 16px;
    border-right: 1px solid var(--border);
}

.sth-wires-right {
    flex: 1 1 auto;
}

/* Wire List Items (Left Column) */
.sth-wire-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.sth-wire-list-item {
    width: 100%;
    text-align: left;
    background: none;
    border: 1px solid var(--border);
    border-radius: var(--radius-soft);
    color: var(--text);
    font-size: var(--font-size-small);
    font-weight: 500;
    padding: 8px 10px;
    cursor: pointer;
    transition: background .15s ease, border-color .15s ease;
    min-height: 33px;
}

.sth-wire-list-item:hover {
    background: rgba(255, 255, 255, .05);
}

.sth-wire-list-item.is-active {
    background: var(--accent);
    border-color: var(--accent);
    color: var(--text-color-dark);
    font-weight: 600;
}

/* Right Column - Filter Groups */
.sth-wires-filter-group {
    margin-bottom: 12px;
}

.sth-wires-filter-label {
    font-size: 12px;
    font-weight: 600;
    color: var(--muted);
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
}

.sth-wires-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.sth-wires-dot-region {
    background: var(--region-dot);
}

.sth-wires-dot-topic {
    background: var(--theme-dot);
}

.sth-wires-dot-source {
    background: var(--source-dot);
}

.sth-wires-filter-values {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}

/* Filter Pills (Right Column) */
.sth-wire-value-pill {
    display: inline-flex;
    align-items: center;
    border-radius: var(--radius-pill);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    padding: 4px 8px;
    /* Fallback color if data-key specificity fails */
    background: rgba(255, 255, 255, 0.15);
    color: var(--text);
}

/* Color overrides based on filter key */
.sth-wires-filter-values[data-filter-key="regions"] .sth-wire-value-pill {
    background: var(--region-bg);
    color: var(--text-color-dark);
}

.sth-wires-filter-values[data-filter-key="topics"] .sth-wire-value-pill {
    background: var(--theme-dot);
    color: var(--text-color-dark);
}

.sth-wires-filter-values[data-filter-key="sources"] .sth-wire-value-pill {
    background: var(--source-dot);
    color: var(--text-color-dark);
}

.sth-wire-value-remove {
    border: 0;
    background: none;
    color: inherit;
    font-size: 10px;
    line-height: 1;
    cursor: pointer;
    padding: 0 0 0 6px;
    opacity: 0.8;
}

.sth-wire-value-remove:hover {
    opacity: 1;
}

.sth-wire-value-remove,
.sth-wire-value-text {
    vertical-align: middle;
}


/* Add button */
.sth-wire-value-add {
    border: 1px dashed var(--muted);
    background: none;
    color: var(--muted);
    font-size: 14px;
    line-height: 1;
    padding: 0 6px 2px;
    border-radius: var(--radius-pill);
    cursor: pointer;
    transition: border-color .15s ease, color .15s ease;
    width: 22px;
    height: 22px;
}

.sth-wire-value-add:hover {
    border-color: var(--text);
    color: var(--text);
}


/* Footer Row */
.sth-wires-footer-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding-top: 10px;
}

.sth-show-meta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    padding-top: 10px;
    margin-top: 12px;
    border-top: 1px solid var(--border);
}

.sth-wires-caption-left,
.sth-wires-caption-right {
    font-size: 11px;
    color: var(--muted);
    line-height: 1.3;
}

.sth-wires-caption-left {
    flex: 1 1 0;
}

.sth-wires-caption-right {
    flex: 1 1 0;
    text-align: right;
}

/* button */
.sth-wires-delete-btn,
.sth-wires-ok-btn {
    background: transparent;
    color: var(--muted);
    font-weight: 700;
    border: 0;
    border-radius: var(--radius-pill);
    padding: 6px 16px;
    font-size: 14px;
    cursor: pointer;
    flex-shrink: 0;
    transition: opacity .15s ease;
    opacity: 0.8;
}

.sth-wires-delete-btn:hover,
.sth-wires-ok-btn:hover {
    opacity: 1;
}

.sth-wires-delete-btn {
    color: red;
}

/* Create button in header */
.sth-wires-create-btn {
    background: none;
    border: 1px solid var(--border);
    border-radius: var(--radius-pill);
    color: var(--accent);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    font-size: var(--font-size-small);
    cursor: pointer;
    transition: background .15s ease;
}

.sth-wires-create-btn:hover {
    background: rgba(123, 227, 255, .1);
}

.sth-wires-create-btn i {
    font-size: 14px;
}

.sth-wires-modal-close {
    border: 0;
    background: none;
    color: var(--muted);
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
    padding: 0 0 4px;
}

.sth-wires-modal-close:hover {
    color: var(--text);
}

/* new field */
.sth-wires-packet {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.sth-packet-title {
    display: flex;
    gap: 6px;
    padding: 5px 10px;
    border: 1px solid var(--border);
    padding: 6px 10px;
    border-radius: var(--radius-pill);
    background: none;
    font-size: 12px;
    font-weight: 600;
    color: var(--muted);
    align-items: center;
}

.sth-packet-title span {
    width: max-content;
}

.sth-name-packet {
    border: none;
    outline: none;
    background: transparent;
    pointer-events: none;
    color: var(--muted);
}

.sth-name-packet.active {
    pointer-events: inherit;
}

.btn-edit-packet {
    cursor: pointer;
    color: var(--muted);
    background: transparent;
    border: none;
    outline: none;
}

.sth-omnibox-chip {
    background: var(--panel-2);
    border: 1px solid var(--border);
    border-radius: var(--radius-pill);
    color: var(--muted);
    font-size: 12px;
    font-weight: 500;
    padding: 6px 10px;
    cursor: pointer;
    transition: background .15s ease, border-color .15s ease, color .15s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.dropdown-menu-packet {
    width: max-content;
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    background: var(--menu-color);
    border: 1px solid var(--border);
    border-radius: var(--radius-soft);
    box-shadow: var(--shadow-dark);
    padding: 10px;
    z-index: 20;
    /* opacity: 0;
    visibility: hidden; */
    transition: opacity .2s ease, visibility .2s ease;
}

.packet-dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
}

.langMenuPacket {
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
}

.langMenuPacket.active {
    opacity: 1;
    visibility: visible;
}

.langMenuPacket .menu-item {
    display: block;
    width: 100%;
    padding: 6px 10px;
    text-align: left;
    background: none;
    border: none;
    color: var(--text);
    font-size: var(--font-size-small);
    font-weight: 500;
    cursor: pointer;
    border-radius: 4px;
    transition: background .15s ease;
}

.langMenuPacket .menu-item.is-active {
    background: var(--accent);
    color: var(--text-color-dark);
    font-weight: 600;
}

.sth-packet-lang {
    position: relative;
}

.packet-open {
    background: var(--panel-2);
    /* background: var(--bg-inner); */
    border: 1px solid var(--border);
    border-radius: var(--radius-pill);
    color: var(--text-color);
    color: var(--muted);
    font-size: 12px;
    font-weight: 500;
    padding: 6px 10px;
    cursor: pointer;
    transition: background .15s ease, border-color .15s ease, color .15s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.packet-open:hover {
    border-color: var(--accent);
    color: var(--text-color);
    background: rgba(123, 227, 255, .1);
}

.sth-show-packet-filter button {
    background: var(--accent);
    color: var(--text-color-dark);
    font-weight: 700;
    border: 0;
    border-radius: var(--radius-pill);
    padding: 6px 16px;
    font-size: 14px;
    cursor: pointer;
    flex-shrink: 0;
    transition: opacity .15s ease;
}

.sth-show-packet-filter {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    padding-top: 10px;
    margin-top: 12px;
    border-top: 1px solid var(--border);
}

.sth-tab-packet {
    display: none;
}

.sth-tab-packet.active {
    display: block;
}

.sth-tab-packet .sth-wires-filter-values {
    position: relative;
}

.sth-list-regions {
    position: absolute;
    top: 0;
    right: 0;
}

/*  */
.sth-search-input {
    flex: 1;
    border-radius: var(--radius-pill);
    border: 1px solid var(--border);
    background: var(--panel-2);
    color: var(--text);
    font-size: var(--font-size-small);
    padding: 6px 10px;
}

.sth-search-input::placeholder {
    color: var(--text);
    opacity: 0.5;
}

.sth-all-btn {
    border-radius: var(--radius-pill);
    border: 1px solid var(--border);
    background: transparent;
    font-size: 11px;
    padding: 4px 10px;
    color: var(--muted);
    cursor: pointer;
    display: none;
}

.sth-all-btn:hover {
    border-color: var(--accent);
    color: var(--text);
}

.sth-search-row {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 8px;
    margin-bottom: 4px;
    border-bottom: 1px solid var(--border);
}

.sth-dropdown-inner {
    display: flex;
    flex-direction: column;
}

.tax-list {
    max-height: 260px;
    overflow-y: auto;
    margin-top: 6px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.tax-group {
    margin-bottom: 4px;
}

.tax-group-heading {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--muted);
    margin: 4px 0 2px;
}

.tax-group-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tax-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 4px;
    border-radius: 6px;
    cursor: pointer;
}

.tax-item input[type="checkbox"] {
    accent-color: var(--accent);
}

.source-item-label {
    font-size: 12px;
    color: var(--text);
    white-space: nowrap;
}

.sth-tax-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 6px;
    min-width: 220px;
    max-width: 260px;
    background: var(--menu-color);
    border: 1px solid var(--border);
    border-radius: var(--radius-soft);
    box-shadow: var(--shadow-dark);
    padding: 10px;
    z-index: 30;
    /* opacity: 0;
    visibility: hidden; */
    transition: opacity .2s ease, visibility .2s ease;
}

.sth-tax-dropdown.active {
    opacity: 1;
    visibility: visible;
}

.sth-list-wrap {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
}

.sth-list-wrap.active {
    display: block;
}

.btn-login {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 20px;
    border-radius: 25px;
    color: var(--text-color);
    text-decoration: none;
    background-color: #3f6575;
    transition: all 0.2s ease-in-out;
    width: max-content;
    margin: auto;
}

#sth_popup_close {
    position: absolute;
    top: 5px;
    right: 10px;
}

.result-ajax-packet {
    text-align: center;
    font-size: 12px;
}

.disable {
    pointer-events: none;
}

#omniboxTagsWrap .tag-pill:nth-child(n+4) {
    display: none;
}

#omniboxTagsWrap .tag-pill-more {
    display: flex !important;
}

#selectedChipsSection {
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border);
    margin-bottom: 15px;
}

#addpacket {
    display: none;
}

#addpacket.is-active {
    background: var(--accent);
    border-color: var(--accent);
    color: var(--text-color-dark);
    font-weight: 600;
    display: block;
}

.btn-creat-save {
    background: transparent;
    color: var(--muted);
    font-weight: 700;
    border: 0;
    border-radius: var(--radius-pill);
    padding: 6px 16px;
    font-size: 14px;
    cursor: pointer;
    flex-shrink: 0;
    transition: opacity .15s ease;
    opacity: 0.8;
}

#packet_add .sth-wires-delete-btn {
    display: none;
}

.page-chips {
    top: 78px;
}

/* Update sidebar */
.btn-sidebar-toogle {
    transition: left .3s, right .3s;
    position: absolute;
    right: -27px;
    top: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #00829f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    transform: translateX(50%);
    z-index: 111;
    cursor: pointer;
    color: #fff;
    box-shadow: 1px 1px 4px #0c1e35;
    border: none;
}

.sidebar-left {
    overflow: visible;
    /* padding-right: 25px; */
    /* border-right: 1px solid rgba(204, 204, 204, 0.15); */
}

.btn-sidebar-toogle i {
    font-size: 10px;
}

.layout {
    min-height: 100vh;
    /* display: flex; */
}

.sth-title-nav {
    font-weight: 600;
    padding: 10px 0;
    font-size: .8em;
    letter-spacing: 2px;
    transition: opacity .3s;
    opacity: .5;
    display: block;
    padding-left: 10px;
}

.left-stack .nav-list {
    margin-bottom: 10px;
}

.left-stack .nav-list li a {
    border-radius: 9999px;
    background: none;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 40px;
    position: relative;
}

.nav-sign a {
    padding: 0;
    width: max-content;
    /* transition: all 0.1s ease-in-out; */
}

.nav-sign a:hover {
    color: #fff;
}

.nav-sign {
    border: none;
    background: none;
    width: auto;
    gap: 5px;
    min-height: 50px;
    padding-left: 10px;
}

.nav-sign i {
    margin-right: 15px;
}

@keyframes swing {

    0%,
    30%,
    50%,
    70%,
    100% {
        transform: rotate(0)
    }

    10% {
        transform: rotate(10deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }
}

.left-stack .nav-list li a:hover>i,
.nav-sign:hover i {
    animation: swing ease-in-out .5s 1 alternate;
}

.nav-sign.signed {
    padding-left: 0;
    padding-right: 0;
}

.box-logout a {
    padding: 8px;
}

.sub-menu li {
    list-style: none;
    padding-left: 10px;
}

.left-stack .nav-list li a:hover {
    background: none;
}

.left-stack .nav-list li a:hover i {
    color: #fff;
}

.left-stack .nav-list li a:hover {
    color: #fff;
}

.left-stack .nav-list {
    margin-top: 0;
}

.sth-menu-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.left-stack .sub-menu {
    display: none;
    margin-top: 10px;
}

.left-stack .nav-list .sub-menu a {
    padding-left: 13px;
    padding-right: 10px;
    min-height: 40px;
    border-radius: 9999px;
}

.left-stack .nav-list .sub-menu li {
    margin-bottom: 10px;
}

.left-stack .nav-list .sub-menu li:last-child {
    margin-bottom: 0;
}

.current-menu-item a i {
    color: #000 !important;
}

.main-content {
    flex: 1;
}

.sidebar-left.short .nav-sign .line-logn {
    width: 0;
    opacity: 0;
    visibility: hidden;
}

.sidebar-left.short .nav-sign a {
    width: 0;
    opacity: 0;
    visibility: hidden;
}

.sidebar-left.short .left-stack .nav-list li a .sth-menu-arrow,
.sidebar-left.short .left-stack .nav-list li a .menu-text {
    width: 0;
    opacity: 0;
    visibility: hidden;
}

.sidebar-left.short .sth-title-nav {
    width: 0;
    opacity: 0;
    visibility: hidden;
}

.sidebar-left.short .nav-sign p {
    width: 0;
    opacity: 0;
    visibility: hidden;
}

.sidebar-left.short .nav-sign {
    min-width: 40px;
    gap: 0;
    /* justify-content: center;
    padding-left: 0; */
}

.sidebar-left.short .left-stack .nav-list li a {
    /* justify-content: center; */
    gap: 0;
}

.sidebar-left.short .btn-sidebar-toogle i {
    transform: rotate(180deg);
}

.sidebar-left.short .left-stack .sub-menu {
    margin-top: 10px;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    background: var(--container-background);
    border-radius: 10px;
    width: max-content;
    padding: 10px 0;
}

.sidebar-left.short .left-stack .sub-menu li {
    margin-bottom: 0;
    padding-right: 10px;
}

.sidebar-left.short .left-stack .sub-menu a {
    justify-content: flex-start !important;
}

.nav-list>li {
    position: relative;
    min-width: 260px;
}

.sidebar-left.short .nav-list>li {
    min-width: unset;
}

.sidebar-left.short .left-stack .sub-menu .menu-text {
    width: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.sidebar-left.short .left-stack .nav-list>li>a {
    height: 40px;
}

.sth-menu-arrow i {
    transform: rotate(-90deg);
    transition: all 0.2s ease-in-out;
}

.sth-menu-arrow.active i {
    transform: rotate(0);
}

.sidebar-left.short .nav-sign i {
    margin-right: 0;
}

.sidebar-left.short .box-logout {
    top: 50%;
    right: unset;
    left: 100%;
    transform: translateY(-50%);
}

.box-logout.active a {
    visibility: visible !important;
    opacity: 1 !important;
}

.box-logout.active {
    visibility: visible !important;
    opacity: 1 !important;
}

.sidebar-left.short .nav-sign.signed:hover .box-logout {
    opacity: 0;
    visibility: hidden;
}

.box-logout.active::before {
    opacity: 0;
}

.custom-popover-box {
    display: flex;
    gap: 6px;
    align-items: center;
    /* justify-content: flex-end; */
    justify-content: space-around;
}

.custom-popover-box .settings-toggle-row {
    margin-bottom: 0;
}

.settings-popover {
    background: #124054;
    /* border-radius: var(--radius-pill); */
}

.custom-popover-box .settings-section {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
}

.sth-wrap-sidebar {
    padding: 0 25px;
    position: fixed;
    top: 80px;
    left: 0;
    min-height: 100vh;
    border-right: 1px solid rgba(204, 204, 204, 0.15);
    background: var(--clr-background);
    bottom: 0;
    padding-top: 15px;
}

.site-footer {
    position: relative;
    z-index: 9999;
}

.sidebar-logo-box {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.logo-container {
    opacity: 0;
    pointer-events: none;
}

.sidebar-logo-box .logo-container {
    opacity: 1;
    pointer-events: visible;
}

.sth-wrap-sidebar .left-stack {
    width: 100%;
}

.holding-item {
    background-color: #0c1e35;
    padding: 30px;
    min-width: 150px;
    aspect-ratio: 1 / 0.8;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrap-holding-box {
    margin-top: 100px;
}

.wrap-holding-box.hidden {
    display: none;
}

.sidebar-right {
    top: calc(var(--header-height) + 73px);
}

#ce-seconds {
    width: 2.7ch;
}

@media screen and (max-width: 1600px) {
    .nav-list>li {
        min-width: 160px;
    }
}

@media screen and (max-width: 1024px) {
    .nav-list>li {
        min-width: 150px;
    }
}

@media screen and (min-width: 901px) and (max-width: 1024px) {
    .sth-wrap-sidebar {
        padding: 0 15px;
    }

    .btn-sidebar-toogle {
        right: -17px;
    }
}

@media screen and (max-width: 900px) {
    .sth-wrap-sidebar {
        display: none;
    }

    .layout {
        padding-top: calc(var(--header-height));
        padding-left: 80px;
    }

    .sth-hold-box {
        display: none;
    }

    .wrap-sign,
    .wrap-signup {
        width: 100% !important;
        max-width: 440px !important;
        margin-top: 30px !important;
    }
}

@media screen and (max-width: 414px) {
    div.nsl-container svg {
        height: 20px !important;
        width: 20px !important;
    }

    div.nsl-container .nsl-button-default div.nsl-button-label-container {
        font-size: 12px !important;
    }

    .wrap-sign,
    .wrap-signup {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .custom-sidebar .sidebar .menu .menu-header,
    .custom-sidebar .sidebar .menu .menu-item a {
        padding-left: 10px;
    }

    #sidebar.sidebar.collapsed {
        width: 56px;
    }

    .custom-sidebar .sidebar.collapsed .sidebar-collapser {
        left: 35px;
    }
}


/* Header Clock */

.sth-header-clock {
    position: absolute;
    left: 50%;
    bottom: 0;
    /* Changed from top: 50% */
    transform: translateX(-50%);
}

/* Clock face */


/* ---- Wrapper ---- */
.ce-timezone {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0px;
}

/* --- Analog clock (scoped, no class/id clashes) --- */
.ce-analog {
    display: flex;
    align-items: center;
    width: 30px;
    /* visual size; SVG scales */
    height: 30px;
    margin-right: 8px;
    /* tune: 0–6px depending on taste */
}

.ce-analog svg {
    width: 100%;
    height: 100%;
    display: block;
}

.ce-analog path {
    stroke-linecap: butt;
    stroke-width: 42;
    fill: none;
}

#ce-face {
    stroke: #000;
    stroke-width: 40;
    fill: #ffffff;
}

#ce-markers {
    stroke: #000;
    stroke-width: 20;
}

#ce-quarter {
    stroke: #000;
    stroke-width: 35;
}

#ce-sec {
    stroke: #f44336;
    stroke-width: 20;
}

#ce-min {
    stroke: #404040;
    stroke-width: 35;
}

#ce-hour {
    stroke: #000;
    stroke-width: 40;
}

/* ---- Live time ---- */
/* stable width so nothing shifts when digits change */
.ce-digital {
    color: var(--text-color);
    line-height: 1;

    display: inline-block;
    white-space: nowrap;
    font-weight: 600;

    /* reserve constant space for HH:MM:SS */
    width: auto;

    text-align: left;

    /* ask for tabular digits if the font supports it */
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum" 1, "lnum" 1;

    margin-left: 1px;

    padding: 0;
}

/* seconds styling */
.ce-digital .sec {
    font-weight: 600;
    display: inline-block;
    width: 2.1ch;
    text-align: left;
}

/* am/pm styling */
.ce-digital .ampm {
    /* same color as digital time */
    color: inherit;
    opacity: 1;

    /* lock width so AM/PM never shifts layout */
    display: inline-block;
    width: 2.6ch;
    text-align: left;

    margin-left: 5px;
    font-size: 1em;
    letter-spacing: .06em;
    vertical-align: top;
}


/* ---- Label trigger ---- */
.ce-tz-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: 0;
    color: #e7f3f9;
    font-weight: 600;
    font-size: .95rem;
    cursor: pointer;
    padding: 4px 6px;
    font-family: 'Poppins', sans-serif;
}

.chev {
    opacity: .7;
    transition: transform .15s ease;
}

.ce-timezone.open .chev {
    transform: rotate(180deg);
}

/* Accent on hover */
.ce-tz-pill:hover,
.ce-tz-pill:focus-visible {
    color: var(--accent);
}

/* Chevron follows text color */
.ce-tz-pill:hover .chev,
.ce-tz-pill:focus-visible .chev {
    color: var(--accent);
}

/* Tooltip */

/* Pill: secondary meta (GMT/day) */
.ce-tz-text {
    display: inline-flex;
    flex-direction: column;
    line-height: 1.05;
    align-items: flex-start;
}

#ce-tz-meta {
    font-size: 10px;
    opacity: .7;
    margin-top: 2px;
    white-space: nowrap;
}

/* Dropdown rows */
.ce-item {
    border-radius: 12px;
}

.ce-item:hover {
    background: rgba(255, 255, 255, .06);
}

.ce-item[aria-selected="true"] {
    background: rgba(252, 131, 121, .12);
}

.ce-cityname {
    letter-spacing: .2px;
    text-transform: none;
    /* allow proper casing */
    opacity: .9;
}

.ce-tick {
    margin-left: auto;
    font-weight: 800;
    color: var(--accent);
    opacity: 0;
}

.ce-item[aria-selected="true"] .ce-tick {
    opacity: 1;
}

#ce-label {
    color: var(--text-color);
    position: relative;
    display: inline-block;
}

/* Tooltip above label with minimal spacing */
/* Show on hover/focus of the whole pill */

#ce-tz-make-default:checked {
    background: rgba(231, 243, 249, .55);
    border-color: rgba(231, 243, 249, .8);
}

#ce-tz-make-default:hover {
    background: rgba(231, 243, 249, .35);
}

/* Flag SVG image inside timezone pill */
.ce-flag-img {
    width: 15px;
    height: 15px;
    display: block;
}

.ce-flag {
    /* font-size: 1rem; */
    /* font-size: 11px; */
    width: 15px;
    margin-left: 6px;
}

/* ---- Timezone dropdown ---- */
.ce-menu-pop {
    display: none;
    position: absolute;
    top: calc(100% + 6px);

    right: -1px;
    /* ✅ align right edge with AEST */
    left: auto;
    /* ✅ override previous left */
    transform: none;

    width: 320px;
    max-width: calc(100vw - 24px);

    background: rgba(18, 64, 84, .95);
    backdrop-filter: blur(8px) saturate(120%);
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, .06);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .35);
    z-index: 60;
}


.ce-timezone.open .ce-menu-pop {
    display: block;
}

.ce-menu-search {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.ce-menu-search i {
    font-size: 12px;
    opacity: .75;
}

#ce-tz-search {
    width: 100%;
    background: transparent;
    border: 0;
    outline: none;
    color: var(--text);
    font-size: 12px;
    letter-spacing: .2px;
}

#ce-tz-search::placeholder {
    color: rgba(231, 243, 249, .6);
}

.ce-menu {
    max-height: 300px;
    /* Adjust height as needed */
    overflow-y: auto;
    overflow-x: hidden;
    /* Ensure no horizontal scroll appears */
    padding: 0;
    margin: 0;
    list-style: none;
}


/* Customizing the scrollbar for a cleaner look */
.ce-menu::-webkit-scrollbar {
    width: 6px;
}

.ce-menu::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

/* ------------------------------------------------------------------ */

.ce-item {
    display: grid;
    grid-template-columns: 12px 22px 1fr auto auto;
    align-items: center;
    column-gap: 8px;
    border-radius: 6px;

    padding: 10px 14px;
    font-size: .8rem;
    cursor: pointer;
    white-space: nowrap;
    transition: background .15s ease;
    width: 100%;
}

.ce-item:hover {
    background: rgba(255, 255, 255, .08);
    border-radius: 6px;
}

.ce-icon {
    width: 18px;
    text-align: center;
    color: #8fb0c2;
    font-size: .85rem;
}

.ce-tick {
    order: -1;
    /* Forces the tick to the very beginning of the flex row */
    width: 20px;
    /* Ensure consistent spacing even when hidden */
    display: inline-block;

}

/* Ensure the tick is only visible when selected */
.ce-item[aria-selected="false"] .ce-tick {
    visibility: hidden;
}

.ce-item[aria-selected="true"] .ce-tick {
    visibility: visible;
    color: var(--accent);
    /* Example color for the checkmark */
}


.ce-item-flag {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 12px;
}

.ce-item-flag .ce-flag-img {
    width: 18px;
    height: 18px;
    display: block;
    border-radius: 4px;
}


/* Clock container */

.clock-container .info-inline {
    display: flex;
    gap: 6px;
    align-items: center;
    font-size: 0.7em;
}

/* This is the container for the location/date info */
.clock-container.header-clock {
    position: absolute;
    bottom: 0;
    /* Stick to the bottom edge */
    left: 50%;
    /* Move to the horizontal center */
    /* -50% horizontally centers it, 
       50% vertically moves its center point onto the border */
    /* transform: translate(-50%, 125%); */
    transform: translate(-53%, 142%);
    z-index: 10;
    /* Ensure it stays above the border line */
    white-space: nowrap;
    /* Keep it on one line */
}


.info-inline {
    position: relative;
    /* top: 34.5px;  <-- REMOVE THIS LINE */
    bottom: 0;
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 0.75rem;
    /* Slightly larger for readability */
    padding-bottom: 5px;
    /* Adjust this to control the gap from the border */
    color: var(--text-color);
}

.info-inline i {
    color: #9eb1c7;
    /* Dimmer icon color */
    font-size: 0.8rem;
    opacity: 0.7;
}

.header-clock {
    /* background: var(--primary-bg-color); */
    padding: 4px 4px;
}

.sth-hidden {
    display: none;
    /* Keeps the backup digital clock hidden as per your class */
}

/* ---- Timezone dropdown footer (Selected preview + OK) ---- */

.ce-menu-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border-top: 1px solid rgba(255, 255, 255, .06);
    background: rgba(18, 64, 84, .98);
    min-height: 44px;
}

/* "Make default" row + subtle meta preview */
.ce-default-row {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    flex: 1 1 auto;
    color: rgba(231, 243, 249, .82);
    font-size: 11px;
    letter-spacing: .2px;
    user-select: none;
    cursor: pointer;
}

.ce-default-row input[type="checkbox"] {
    width: 14px;
    height: 14px;
    margin: 0;
    accent-color: var(--accent);
}

.ce-default-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ce-default-city {
    color: var(--accent);
    letter-spacing: .2px;
}

/* Keep space reserved so the menu doesn’t resize */
.ce-default-row.is-hidden {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.ce-menu-ok {
    appearance: none;
    border: 0;
    border-radius: 8px;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .25px;
    color: var(--primary-bg-color);
    background: var(--accent);
    cursor: pointer;
    transition: transform .12s ease, opacity .12s ease, filter .12s ease;
    flex: 0 0 auto;
    margin-left: auto;
    /* 👈 pushes OK to the right */

}

.ce-menu-ok:hover {
    transform: translateY(-1px);
    opacity: .95;
}

.ce-menu-ok:active {
    transform: translateY(0);
}

.ce-menu-ok:disabled {
    opacity: .45;
    cursor: not-allowed;
    filter: saturate(.6);
}


/* === Popper tooltip for timezone acronym (AEST) === */
.ce-tz-tooltip {
    background: rgba(12, 30, 53, 0.96);
    color: rgba(231, 243, 249, .9);
    border: 1px solid rgba(83, 93, 125, .45);
    border-radius: 6px;
    padding: 6px 8px;

    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .2px;
    white-space: nowrap;

    z-index: 99999;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .35);
    pointer-events: none;
}


/* === Toast acknowledgement for timezone changes === */
.ce-toast {
    position: fixed;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%) translateY(14px);
    background: rgba(12, 30, 53, 0.96);
    color: rgba(231, 243, 249, .95);
    border: 1px solid rgba(83, 93, 125, .45);
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .2px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .35);
    opacity: 0;
    pointer-events: none;
    z-index: 99999;
    transition: opacity .18s ease, transform .18s ease;
}

.ce-toast.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.header-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 900px) {
    .header-center {
        display: none;
    }
}

/* Header */
/* Logo Animation */
/* Logo Animation (base + header-only animation) */
#text path {
    fill: var(--logo-fill);
    stroke: none;
}

.site-footer #text path {
    fill: #67809f;
}

.logo-animate #text path {
    fill: none;
    stroke: var(--logo-fill);
    stroke-width: 1px;
}


.logo-animate #text path:nth-child(1),
.logo-animate #text path:nth-child(2),
.logo-animate #text path:nth-child(3),
.logo-animate #text path:nth-child(4),
.logo-animate #text path:nth-child(5),
.logo-animate #text path:nth-child(6),
.logo-animate #text path:nth-child(7),
.logo-animate #text path:nth-child(8),
.logo-animate #text path:nth-child(9),
.logo-animate #text path:nth-child(10),
.logo-animate #text path:nth-child(11),
.logo-animate #text path:nth-child(12) {
    stroke-dasharray: 496;
    stroke-dashoffset: 496;
    animation: anim 1s 0.25s linear forwards;
}

.logo-animate #bar1,
.logo-animate #bar2,
.logo-animate #bar3 {
    opacity: 0;
    width: 0;
    animation: grow 0.75s ease-in-out forwards;
    margin-bottom: 10px;
    border-radius: 2.5px;
    overflow: hidden;
    z-index: -1;
    stroke: none;
}

.logo-animate #bar1 {
    fill: #e74c3c;
    animation: growRed 0.75s 0.85s ease-in-out forwards;
}

.logo-animate #bar2 {
    fill: #ffd700;
    animation: growGold 0.75s 0.85s ease-in-out forwards;
}

.logo-animate #bar3 {
    fill: #28a745;
    animation: growGreen 0.75s 0.9s ease-in-out forwards;
}

/* Logo text = STATIC by default (footer should not animate) */
.logo-text {
    font-family: 'Lexend Giga', sans-serif;
    font-weight: 600;
    color: var(--logo-fill);
    overflow: hidden;

    /* ✅ default: visible, no animation */
    opacity: 1;
    animation: none;
    clip-path: none;
}

/* Logo text animation ONLY when the parent has .logo-animate (header only) */
.logo-animate .logo-text {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
    animation: wipeInText 1.25s 1.25s ease-in-out forwards;
}

/* Static logo (footer): ensure text paths are filled */
.logo-container:not(.logo-animate) #text path {
    fill: var(--logo-fill);
    /* 👈 this fixes the “C” */
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0;
}

@keyframes anim {
    0% {
        fill: transparent;
    }

    75% {
        fill: transparent;
        stroke-width: 1px;
        stroke-dashoffset: 0;
    }

    100% {
        stroke-width: 1px;
        stroke-dashoffset: 0;
        fill: var(--logo-fill);
    }
}

@keyframes growRed {
    0% {
        opacity: 0;
        width: 0;
    }

    100% {
        opacity: 1;
        width: 55%;
    }
}

@keyframes growGold {
    0% {
        opacity: 0;
        width: 0;
    }

    100% {
        opacity: 1;
        width: 35%;
    }
}

@keyframes growGreen {
    0% {
        opacity: 0;
        width: 0;
    }

    100% {
        opacity: 1;
        width: 42.5%;
    }
}

@keyframes wipeInText {
    0% {
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }

    100% {
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

/*  */
/* fOOTER */
.site-footer .footer-columns h4 {
    font-size: 1em;
    color: var(--footer-text-color);
    margin-bottom: 20px;
    font-weight: 500;
    position: relative;
    text-align: right;
}

.site-footer .footer-columns h4::after {
    content: "";
    position: absolute;
    left: auto !important;
    right: 0 !important;
    bottom: -8px;
    width: 36px;
    height: 2px;
    background: var(--accent);
}

.site-footer .footer-columns a {
    color: var(--footer-text-color);
    text-decoration: none;
    opacity: .75;
    transition: .25s;
    text-align: right;
    font-size: 0.9em;
}

.ce-footer-col {
    flex: 0 0 auto;
    min-width: 180px;
    text-align: right;
}

.ce-footer-follow {
    margin-left: 38px;
    min-width: 260px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.ce-footer-social {
    display: flex;
    flex-direction: row !important;
    gap: 10px;
    margin-bottom: 14px;
}

.ce-footer-social a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .15);
    color: #fff;
    transition: .3s;
}

.ce-footer-apps {
    margin-top: 10px;
    display: flex;
    flex-direction: row !important;
    gap: 10px;
    align-items: center;
}

.ce-footer-apps a {
    display: inline-flex;
    align-items: center;
    line-height: 0;
    padding: 2px;
    border-radius: 8px;
    overflow: visible;
}

.ce-footer-apps img {
    display: block;
    height: 38px;
    width: auto;
}

.site-footer .footer-bottom p {
    color: var(--footer-text-color);
    font-size: 0.9em;
}

.wrap-ft-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 14px;
    padding-bottom: 14px;
    margin-top: 24px;
}

.site-footer .footer-bottom {
    margin-top: 0;
    border-top: none;
    padding-top: 0;
}

.site-footer {
    padding-bottom: 0;
}

.lead-dek {
    min-height: 80px;
}

@media screen and (max-width: 1200px) {
    .footer-columns {
        width: 100%;
        flex: unset;
    }
}

@media screen and (max-width: 767px) {

    .site-footer .footer-bottom,
    .site-footer .footer-content {
        padding-left: 25px;
    }

    .lead-dek {
        min-height: 40px;
    }
}

.custom-settings-wheel {
    box-shadow: none;
    border: none;
    width: calc(100% - 30px);
    padding: 6px 10px;
}

.custom-settings-wheel .settings-pill {
    width: 100%;
    justify-content: space-between;
}

.custom-settings-wheel .left-setting {
    display: flex;
    align-items: center;
    gap: 10px;
}

.settings-lang-wrapper {
    display: none;
}

/*  */

.settings-language-group {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    position: relative;
}

.settings-language-label {
    font-size: 13px;
    font-weight: 500;
    color: var(--muted);
    white-space: nowrap;
}

.lang-dropdown-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 7px;
    border: 1px solid var(--border);
    background: var(--panel-2);
    background: var(--bg-color);
    color: var(--muted);
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    width: 127px;
    min-width: 127px;
    justify-content: space-between;
}

.custom-popover-box .lang-dropdown-btn {
    background: #124054;
}

#langDropdownText {
    flex: 1;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lang-dropdown-btn i {
    flex: 0 0 auto;
    font-size: 10px;
    color: var(--muted);
}

.settings-language-group .lang-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: auto;
    background: #124054;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    box-shadow: 0 16px 32px rgba(0, 0, 0, .6);
    padding: 10px;
    z-index: 60;
    width: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-2px);
    transition: opacity .15s ease, visibility .15s ease, transform .15s ease;
}

.lang-dropdown[aria-hidden="false"] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu.settings-menu {
    overflow-y: unset;
}

.lang-dropdown-inner {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--border);
}

.lang-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 8px;
    border-radius: 10px;
    cursor: pointer;
    user-select: none;
    color: var(--muted);
    font-size: 12px;
    font-weight: 500;
    border-radius: 6px;
}

.lang-item input[type="checkbox"] {
    width: 14px;
    height: 14px;
    accent-color: var(--accent);
    cursor: pointer;
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.lang-tick {
    width: 14px;
    height: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    color: var(--accent);
    opacity: 0;
    transform: scale(.85);
    transition: opacity .12s ease, transform .12s ease;
}

.lang-item input:checked+.lang-tick {
    opacity: 1;
    transform: scale(1);
}

.lang-tick::before {
    content: "✓";
}

.lang-label {
    font-size: 13px;
}

.lang-divider {
    height: 1px;
    background: var(--border);
    margin: 4px 0;
    opacity: .9;
}

.lang-dropdown-footer {
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
}

.lang-dropdown-ok-btn {
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(123, 227, 255, .12);
    color: var(--text);
    font-weight: 600;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 10px;
    cursor: pointer;
}

/* packet style */
/*  */

.settings-packets-group {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    position: relative;
}

.settings-packets-label {
    font-size: 13px;
    font-weight: 500;
    color: var(--muted);
    white-space: nowrap;
}

.langpacket-dropdown-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 7px;
    border: 1px solid var(--border);
    background: var(--panel-2);
    color: var(--muted);
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    width: 127px;
    min-width: 127px;
    justify-content: space-between;
}

.sth-packet-chose-langs {
    flex: 1;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.capt {
    text-transform: uppercase;
}

.langpacket-dropdown-btn i {
    flex: 0 0 auto;
    font-size: 10px;
    color: var(--muted);
}

.settings-packets-group .langpacket-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: auto;
    background: #124054;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    box-shadow: 0 16px 32px rgba(0, 0, 0, .6);
    padding: 10px;
    z-index: 60;
    width: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-2px);
    transition: opacity .15s ease, visibility .15s ease, transform .15s ease;
}

.langpacket-dropdown[aria-hidden="false"] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu.settings-menu {
    overflow-y: unset;
}

.langpacket-dropdown-inner {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--border);
}

.langpacket-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 8px;
    border-radius: 10px;
    cursor: pointer;
    user-select: none;
    color: var(--muted);
    font-size: 12px;
    font-weight: 500;
    border-radius: 6px;
}

.langpacket-item input[type="checkbox"] {
    width: 14px;
    height: 14px;
    accent-color: var(--accent);
    cursor: pointer;
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.langpacket-tick {
    width: 14px;
    height: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    color: var(--accent);
    opacity: 0;
    transform: scale(.85);
    transition: opacity .12s ease, transform .12s ease;
}

.langpacket-item input:checked+.langpacket-tick {
    opacity: 1;
    transform: scale(1);
}

.langpacket-tick::before {
    content: "✓";
}

.langpacket-label {
    font-size: 13px;
}

.langpacket-divider {
    height: 1px;
    background: var(--border);
    margin: 4px 0;
    opacity: .9;
}

.langpacket-dropdown-footer {
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
}

.langpacket-dropdown-ok-btn {
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(123, 227, 255, .12);
    color: var(--text);
    font-weight: 600;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 10px;
    cursor: pointer;
}

/*  */

.langMenuPacket {
    display: none;
}

.sth-omnibox-chip.languagePacket {
    display: none;
}

/* === Search panel (staged open + subtle slide) === */
.search-bar-container .suggestion-section>h3 {
    color: var(--text-color);
    opacity: .65;
    font-weight: 500;
    letter-spacing: 0 !important;
    font-size: 0.95rem;
    text-transform: uppercase;
    margin: 12px 0 8px;
}

.search-bar-container .sg-post-item a {
    font-size: 0.85rem;
    color: var(--accent-2);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 5px 1px;
}

.search-bar-container .sg-meta {
    font-size: 0.75rem;
    color: var(--text-color);
    opacity: .75;
}

.search-bar-container .sg-post-item a:hover,
.search-bar-container .sg-post-item a:focus-visible {
    color: var(--accent);
    background-color: rgba(231, 243, 249, .05);
    border-radius: 3px;
}

.search-bar-container .search-input {
    background: transparent;
    border: 1px solid var(--color-border);
    border-radius: 6px;
    padding: 10px 36px 10px 10px;
    outline: none;
    box-shadow: none;
    color: var(--text-color);
}

.clear-search {
    color: var(--text-color);
    opacity: .8;
}

.sg-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
    flex: 1;
}

.page-template-tpl-calenda-v3 .right-stack .edition-card .lang-switch {
    /* display: none; */
}

/* scrollbar */

.source-list {
    /* Firefox */
    scrollbar-width: thin;
    scrollbar-color: #7fd3e6 transparent;
}

/* ===== Chrome / Edge / Safari ===== */
.source-list::-webkit-scrollbar {
    width: 6px;
}

.source-list::-webkit-scrollbar-track {
    background: transparent;
    /* không thấy track */
}

.source-list::-webkit-scrollbar-thumb {
    background-color: #7fd3e6;
    /* xanh nhạt */
    border-radius: 10px;
}

.source-list::-webkit-scrollbar-thumb:hover {
    background-color: #9be4f4;
}

.source-list::-webkit-scrollbar-button {
    height: 6px;
    background: transparent;
}

/*  */

.autocomplete {
    /* Firefox */
    scrollbar-width: thin;
    scrollbar-color: #7fd3e6 transparent;
}

/* ===== Chrome / Edge / Safari ===== */
.autocomplete::-webkit-scrollbar {
    width: 6px;
}

.autocomplete::-webkit-scrollbar-track {
    background: transparent;
    /* không thấy track */
}

.autocomplete::-webkit-scrollbar-thumb {
    background-color: #7fd3e6;
    /* xanh nhạt */
    border-radius: 10px;
}

.autocomplete::-webkit-scrollbar-thumb:hover {
    background-color: #9be4f4;
}

.autocomplete::-webkit-scrollbar-button {
    height: 6px;
    background: transparent;
}

/*  */

.ce-data-panel-body {
    /* Firefox */
    scrollbar-width: thin;
    scrollbar-color: #7fd3e6 transparent;
}

/* ===== Chrome / Edge / Safari ===== */
.ce-data-panel-body::-webkit-scrollbar {
    width: 6px;
}

.ce-data-panel-body::-webkit-scrollbar-track {
    background: transparent;
    /* không thấy track */
}

.ce-data-panel-body::-webkit-scrollbar-thumb {
    background-color: #7fd3e6;
    /* xanh nhạt */
    border-radius: 10px;
}

.ce-data-panel-body::-webkit-scrollbar-thumb:hover {
    background-color: #9be4f4;
}

.ce-data-panel-body::-webkit-scrollbar-button {
    height: 6px;
    background: transparent;
}

/*  */
.post-thumbnail img {
    width: 100%;
    vertical-align: middle;
    height: auto;
}

.single .layout {
    grid-template-columns: 0px 1fr 0px;
    padding-left: 25px;
}

.wrap-single {
    max-width: 685px;
    padding-top: 0px;
    margin: auto;
}

.title-single {
    margin-bottom: 20px;
    font-size: 28px;
}

.content-single-layout {
    padding-top: 30px;
    font-size: 14px;
}

.content-single-layout p {
    margin-bottom: 1em;
}

.content-single-layout p:last-child {
    margin-bottom: 0;
}

.single-meta {
    padding-top: 10px;
    font-size: 14px;
    font-weight: 600;
}

.content-single-layout h2 {
    font-size: 30px;
}

.content-single-layout h3 {
    font-size: 28px;
}

.content-single-layout h4 {
    font-size: 26px;
}

.content-single-layout h5 {
    font-size: 24px;
}

.content-single-layout h6 {
    font-size: 22px;
}

@media screen and (max-width: 900px) {
    .single .layout {
        grid-template-columns: 1fr;
        padding-left: 100px;
    }

    .title-single {
        font-size: 28px;
    }

    .content-single-layout h2 {
        font-size: 26px;
    }

    .content-single-layout h3 {
        font-size: 24px;
    }

    .content-single-layout h4 {
        font-size: 22px;
    }

    .content-single-layout h5 {
        font-size: 20px;
    }

    .content-single-layout h6 {
        font-size: 18px;
    }
}

@media screen and (max-width: 414px) {
    .single .layout {
        grid-template-columns: 1fr;
        padding-left: 80px;
    }

    .title-single {
        font-size: 25px;
    }

    .content-single-layout h2 {
        font-size: 23px;
    }

    .content-single-layout h3 {
        font-size: 21px;
    }

    .content-single-layout h4 {
        font-size: 19px;
    }

    .content-single-layout h5 {
        font-size: 17px;
    }

    .content-single-layout h6 {
        font-size: 16px;
    }
}

.custom-menu-account {
    display: flex;
}

.custom-menu-account a {
    padding-right: 0 !important;
}

.custom-menu-account .logout-action {
    padding: 0 !important;
}

#sidebar.sidebar.collapsed .custom-menu-account .logout-action {
    display: none;
}

/* breadcrumbs-single */
.breadcrumbs-single ul {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.breadcrumbs-single ul li {
    list-style: none;
    color: var(--accent);
    font-size: 14px;
}

.breadcrumbs-single ul li::after {
    content: ">";
    color: var(--accent-2);
}

.breadcrumbs-single ul li:last-child::after {
    display: none;
}

.tax-item-label {
    font-size: 12px;
}

/* charting */
.page-template-tpl-charting .layout {
    grid-template-columns: 0 1fr 0;
    padding-left: 25px;
}

.page-template-tpl-charting .main-content {
    padding-left: 30px;
}

/* account */
.page-template-tpl-account .layout {
    grid-template-columns: 0 1fr 0;
    padding-left: 25px;
}

.page-template-tpl-account .main-content {
    padding-left: 30px;
}

/*  */
.main-content-default {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-template-default .layout {
    grid-template-columns: 1fr;
    padding-top: 30px;
    padding-left: 25px;
}

.entry-content {
    font-size: 14px;
}

.entry-content a {
    color: #00829f;
}

.entry-content table {
    margin-bottom: 1rem;
}

.entry-content h1 {
    font-size: 28px;
    margin-bottom: 20px;
}

.entry-content ul,
.entry-content ol {
    padding-left: 15px;
    margin-bottom: 1rem;
}

.entry-content ol ol {
    padding-top: 10px;
}

.entry-content li {
    margin-bottom: 0.5rem;
    text-align: justify;
}

.entry-content li:last-child {
    margin-bottom: 0;
}

.entry-content p {
    margin-bottom: 1rem;
    text-align: justify;
}

.entry-content p:last-child {
    margin-bottom: 0;
}

/* custom style checkbox */

.source-group-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.source-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 8px;
    transition: background 0.2s ease;
}

.source-item input[type="checkbox"] {
    display: none;
}

.source-item-label {
    position: relative;
    padding-left: 28px;
    font-size: 13px;
    color: var(--muted);
}

.source-item-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    background: var(--muted);
    transition: all 0.2s ease;
}

.source-item input:checked+.source-item-label::before {
    background: #00829f;
    border-color: #00829f;
}

.source-item input:checked+.source-item-label::after {
    content: "✓";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-55%);
    font-size: 11px;
    color: #fff;
    font-weight: bold;
}

.search-bar::before {
    content: '\f002';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    color: var(--muted);
    font-size: 14px;
    z-index: 3;
}

.chart-typechart-group .dropdown {
    background: transparent !important;
}

.chart-typechart-group select:focus {
    box-shadow: none;
}

.chart-typechart-group {
    cursor: pointer;
    background-color: #1a5e78;
    padding-right: 6px;
    border-radius: 6px;
    /* display: none; */
    width: 107px;
}

.fc-mychar {
    width: 80px;
}

.btn-mychar {
    border: none;
    color: var(--text-color);
    padding: 5px 8px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.2s;
    outline: none;
    background-color: #1a5e78;
}

.page-template-tpl-data-desk .layout {
    grid-template-columns: 0 1fr 0;
}

#suggestionsBox .omni-right {
    background-color: rgba(14, 48, 64, 0.5);
}

.autocomplete {
    width: calc(100% + 215px);
    left: 50%;
    transform: translateX(calc(-50% - 13px));
}

.custom-menu-account.box-header {
    /* background-color: var(--container-background); */
    /* background-color: #00829f; */
    padding: 4px 15px;
    border-radius: 20px;
    font-size: 14px;
    color: var(--text-color);
    border: 1px solid rgba(255, 255, 255, .14);
}

.nav-utility-group {
    display: flex;
    gap: 15px;
}

.wrap-loged-account .menu-icon {
    display: flex;
    align-items: center;
}

.wrap-loged-account {
    display: flex;
    align-items: center;
    gap: 5px;
}

.menu-header {
    display: none;
}

@media screen and (min-width: 1440px) {
    .ce-workspace-top .main-chart-wrapper {
        height: 65vh !important;
    }
}

/*  */
.calendar-more-section {
    display: flex;
    gap: 25px;
}

.ca-newswire-list {
    width: 70%;
}

.view-chart-box {
    width: 30%;
}

.ca-newswire-list {
    background-color: #124054;
    padding: 20px;
    border-radius: 10px;
}

.ca-newswire-head {
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.15);
}

.mr-col-date-1 {
    width: 90px;
}

.mr-col-date-3 {
    width: 90px;
}

.mr-col-date-2 {
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
}

.newswire-sources {
    display: flex;
    gap: 10px;
    width: max-content;
}

.ca-newswire-item {
    display: flex;
    padding: 5px 0;
    margin-bottom: 5px;
}

.ca-newswire-item:last-child {
    margin-bottom: 0;
}

.ca-newswire-item:hover {
    /* background-color: #1a5e78; */
    color: var(--accent-2);
}

.mr-sources,
.mr-date,
.newswire-newswire {
    text-align: center;
}

.ca-newswire-list {
    font-weight: 500;
    color: #b4c8d7;
    font-size: 0.9rem;
    line-height: 1.3;
}

.loadmore-item-mr {
    width: max-content;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 2.5px 20px;
    border-radius: 25px;
    color: var(--text-color);
    text-decoration: none;
    background-color: #005669;
    border: 1px solid #ccc;
    transition: all 0.2s ease-in-out;
    margin-left: auto;
    cursor: pointer;
    margin-right: 30px;
    margin-top: 20px;
}

.view-chart-box {
    font-weight: 500;
    color: #b4c8d7;
    font-size: 0.9rem;
    line-height: 1.3;
    background-color: #124054;
    padding: 20px;
    border-radius: 10px;
}

.view-chart-head {
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.15);
    text-align: center;
    justify-content: center;
}