* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    
}
b{
    word-wrap: break-word;      /* Old name for word-break behavior */
overflow-wrap: break-word;  /* Modern name */
word-break: break-word;  
}
html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, sans-serif;
}


h1 {
    font-size: 150%;
}

h2 {
    font-size: 110%;
}

h1,
h2,
h3 {
    margin-bottom: 20px;
}

td,
th {
    vertical-align: middle;
}
p {
    margin: 0 0 10px 0;
}
a {
    color: #004882;
    text-decoration: none;
}

a:hover {
    color: #0d0d0e;
}

.clear {
    clear: both;
}

#wrapper {
    margin: 0 auto;
    background-color: #FFFFFF;
    padding: 5px;
    width: 1117px;

}

/* header */
#header,
#footer {
    background-color: #778899;
    color: #fff;
}

#header a,
#footer a {
    color: #fff;
}

#header ul {
    margin: 0;
    padding: 0;
    border: 0;
    text-align: center;

}

.table-container {
    overflow: scroll;
    max-height: 400px;
}

/* branding */
#branding {
    padding: 5px;
    display: block;
    text-align: center;
}

#branding h1 {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 3px;
}

#branding h1 a {
    color: #9C340D;
}

#branding p {
    margin-top: 0;
    margin-bottom: 4px;
    color: #9C340D;
    font-weight: bold;
}

/* content */
#content {
    margin-top: 5px;
}

.wide_box {
    padding: 0 10px;
    margin-bottom: 10px;
}

.wide_box h2,
.box h2,
.box2 h2,
.sidebar-box h2 {
    color: #184E69;
}

.wide_box h4 {
    margin-top: 0;
}

.entry img {
    text-align: center;
    margin: auto;
    display: block;
}

.wide_box h3,
.box h3 {
    font-size: 16px;
}

.wide_box .chart {
    margin: auto;
    text-align: center;
}

.top-img {
    vertical-align: middle;
}

.box .title a {
    color: #4D7CB3;
}

.box .title a:hover {
    color: #555555;
}

.widget {
    border: 1px solid #ddd;
    margin-bottom: 10px;

}

.widget-content {}

.widget-header {
    background: #f5f5f5;
    padding: 10px;
    font-size: 120%;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

/* footer */
#footer {
    padding-top: 10px;
    text-align: center;
    font-size: 14px;
}


#footer a:hover {
    color: #eee;
}

#footer-menu li {
    display: inline-block;
    padding: 10px;
}

#copyright {
    padding: 0 4px 15px;
}

.continent ul {
    list-style-type: none;
    margin: 5px;
    padding: 0;
}

.continent ul li {
    list-style-type: none;
    display: inline-block;
    width: 30%;
    height: 20px;
    overflow: hidden;
    padding: 4px;
    background-color: #CCC;
    margin: 4px;


}

.note {
    color: red;
    font-size: 12px;
    margin: 10px;

}

.sidebar-box ul {
    list-style-type: none;
    margin: 0;
    padding: 0;

}

.sidebar-box ul li {
    background-color: #F3F7FA;
    border-bottom: 1px solid #CCCCCC;
    font-size: 12px;
    overflow: hidden;
    padding: 5px 3px;
}

#sidebar td.continent img {
    vertical-align: inherit;
}

#sidebar td.continent {
    background-color: #B9C9FE;
    font-size: 14px;
}

#content {
    width: 72%;
    float: left;
}

#content.full-width {
    width: 100%;
}

#sidebar {
    width: 26%;
    float: right;
}

#footer {
    clear: both;
}

@media screen and (max-width: 980px) {
    #wrapper {
        width: 94%;
    }

    #content {
        width: 73%;
    }

    #sidebar {
        width: 25%;
    }
}

@media screen and (max-width: 700px) {
    #content {
        width: auto;
        float: none;
    }

    #sidebar {
        width: auto;
        float: none;
    }
}

@media screen and (max-width: 480px) {
    #header {
        height: auto;
    }

    h1 {
        font-size: 24px;
    }
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.ads {
    margin-top: 10px;
    margin-bottom: 10px;
}


.mobile-container {
    max-width: 480px;
    margin: auto;
    background-color: #555;
    height: 500px;
    color: white;
    border-radius: 10px;
}

.small {
    font-size: 12px;
}

.image_chart img {
    max-width: 100%;
}

.ads {
    height: 290px;
}

.update {
    font-size: 12px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #212529;
}

.btn-outline-primary {
    color: #0d6efd;
    border-color: #0d6efd;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-check:checked+.btn-outline-primary,
.btn-check:active+.btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.btn-check:checked+.btn-outline-primary:focus,
.btn-check:active+.btn-outline-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
    color: #0d6efd;
    background-color: transparent;
}

.text-center {
    text-align: center !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}

.container {
    width: 100%;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    border-radius: 5px;

}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
        padding: 20px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);


}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }

    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.3333333333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.3333333333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.6666666667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
}

.header-bar .main {
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 5px;
}

.header-bar .main .main-rate {
    margin-bottom: 5px;
}

.header-bar .main .large {
    font-size: 30px;
    font-weight: bolder;
    max-width: 350px;
    overflow: hidden;
}

.header-bar .main .symbol {
    font-size: 30px;
    font-weight: bolder;
    max-width: 350px;
    overflow: hidden;
}

.header-bar .main .currency-unit {
    font-size: 14px;
    font-weight: bolder;
    display: block;
    margin-bottom: 5px;
}

.gold {
    background-color: palegoldenrod;
}

.silver {
    background-color: #D3D3D3;
}

.live {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 50px;
    font-size: 22px;
    background-color: #eee
}

.live-down {
    animation: live-down 1.5s ease-in-out infinite;
}


@keyframes live-down {
    0% {
        background: #ff626280;
    }

    50% {
        background: #ff626240;
    }

    100% {
        background: #ff626280;
    }

}

.live-up {
    animation: live-up 1.5s ease-in-out infinite;
}

@keyframes live-up {
    0% {
        background: #89ff8999;
    }

    50% {
        background: #89ff8920;
    }

    100% {
        background: #89ff8999;
    }
}



.change-red {
    animation-name: change-red;
    animation-duration: 0.7s;
}

@keyframes change-red {
    from {
        background: #ff626280;
    }

    to {
        background: transparent;
    }
}

.change-green {
    animation-name: change-green;
    animation-duration: 0.7s;
}

@keyframes change-green {
    from {
        background: #89ff8980;
    }

    to {
        background: transparent;
    }
}

.change-gray {
    animation-name: change-gray;
    animation-duration: 0.7s;
}

@keyframes change-gray {
    from {
        background: #f2f2f2;
    }

    to {
        background: transparent;
    }
}

.green {
    color: green !important;
}

.red {
    color: red !important;
}

.black {
    color: #000;
}

.up-arrow {
    border-bottom: 10px solid green;
    margin-bottom: 3px;
}

.down-arrow {
    border-top: 10px solid red;
    margin-bottom: 5px;
}

.down-arrow,
.up-arrow {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    display: inline-block;
}

.meta-rates {
    direction: ltr;
    height: 27px;
    font-size: 20px;
    font-weight: bolder;
}

.meta-rates2 {
    direction: ltr;
    height: 20px;
    font-size: 14px;
    font-weight: bolder;
}

.status {
    /* margin: auto;
    font-size: small;
    text-align: center;
    text-indent: -1em;
    padding-left: 1em; */

}

.countdown {
    font-size: small;
    font-family: monospace;
    color: #444;
}

.open {
    color: green;
}

.closed {
    color: red;
}

.c,
.i {
    background-color: pink;
    padding: 10px;
    border-radius: 5px;
}

#market_state {
    padding: 10px;
    border-radius: 5px;

}

.o {
    background-color: lightgreen;
}

.m-time {
    display: inline-block;
    margin: 3px 5px 0px;
    text-align: center;
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 5px;
    width: 70px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}


select.form-control[size],
select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-group {
    margin-bottom: 1rem;
}


.converter select,
.converter input,
.converter button,
.converter .result {
    height: 60px !important;
    box-sizing: border-box;
    width: 100%;
    font-size: 2em;
}

.converter-widget select,
.converter-widget input,
.converter-widget button,
.converter-widget .result {
    font-size: 1.5em;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}


.btn-success {
    color: #fff;
    background-color: #297373;
    border-color: #297373
}

.btn-success:hover {
    color: #fff;
    background-color: #236262;
    border-color: #215c5c
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.main-result {
    box-sizing: border-box;
    width: 100%;
    font-size: 3em;
}

.text-center {
    text-align: center !important;
}

.text-start {
    text-align: left !important;
}

.text-end {
    text-align: right !important;
}

.result {
    font-size: 24px;
    font-weight: bolder;
    text-align: center;
}

.preset-current {
    font-weight: bold;
    text-decoration: underline;
}

.preset-current td {
    background-color: #155724;
}

.navigation .home {
    max-width: 200px;
    max-height: 38px;
    overflow: hidden;
}

.rise {
    color: green;
}

.fall {
    color: red;
}
.market{
    height: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}
.marketStatus {
    font-size: 16px;
}


nav {
    background: #fff;
    padding: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
    margin: auto;
}

.logo {
    font-size: 1.5rem;
    font-weight: bold;
}

.menu-toggle {
    font-size: 1.8rem;
    cursor: pointer;
    display: none;
}

.nav-links {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.nav-links a {
    text-decoration: none;
    color: #333;
    position: relative;
}
.nav-links li {
    list-style: none;
}

/* Dropdown Styles */
.dropdown {
    position: relative;
}

.dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    min-width: 150px;
    z-index: 10;
}

.dropdown-content a {
    display: block;
    padding: 10px;
    color: #333;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/* Sidebar for Mobile */
.nav-sidebar {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background: #fff;
    box-shadow: 2px 0 6px rgba(0, 0, 0, 0.1);
    padding: 2rem 1rem;
    transition: left 0.3s ease;
    z-index: 20;
}

.nav-sidebar.active {
    left: 0;
}

.nav-sidebar a {
    display: block;
    padding: 0.75rem 0;
    text-decoration: none;
    color: #333;
    font-size: 1.1rem;
}
.nav-sidebar li {
    list-style: none;
}

.mobile-dropdown {
    cursor: pointer;
}

.mobile-submenu {
    display: none;
    padding-left: 1rem;
}

.mobile-submenu a {
    font-size: 0.95rem;
}

.mobile-submenu.show {
    display: block;
}

/* Responsive */
@media (max-width: 768px) {
    .nav-links {
        display: none;
    }

    .menu-toggle {
        display: block;
    }
}

.table {
    --bs-table-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}

.table> :not(caption)>*>* {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table>tbody {
    vertical-align: inherit;
}

.table>thead {
    vertical-align: bottom;
}

.table> :not(:last-child)> :last-child>* {
    border-bottom-color: currentColor;
}

.caption-top {
    caption-side: top;
}

.table-sm> :not(caption)>*>* {
    padding: 0.25rem 0.25rem;
}

.table-bordered> :not(caption)>* {
    border-width: 1px 0;
}

.table-bordered> :not(caption)>*>* {
    border-width: 0 1px;
}

.table-borderless> :not(caption)>*>* {
    border-bottom-width: 0;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color);
}

.table-hover>tbody>tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}

.table-primary {
    --bs-table-bg: #cfe2ff;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bacbe6;
}

.table-secondary {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cbccce;
}

.table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7;
}

.table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #badce3;
}

.table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dbb9;
}

.table-danger {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfc2c4;
}

.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfe0e1;
}

.table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
    display: block;
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.section {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
}

.tab-buttons {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.tab-link {
    background-color: #f1f1f1;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 20px;
    transition: 0.3s;
}

.tab-link:hover {
    background-color: #ddd;
}

.tab-link.active {
    background-color: #ccc;
}

.tab-content {
    display: none;
    padding: 20px;
    border-top: none;
}

.converter-widget {
    padding: 10px;
}

.list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 400px;
    font-family: 'Segoe UI', sans-serif;
}

.list li {
    position: relative;
    padding-left: 1.5rem;
    border-bottom: 1px solid #ccc;
    background: #f9f9f9;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: background 0.3s ease;
}

.list li:hover {
    background: #e0f7fa;
}

ul {
    padding-inline-start: 40px;
}

.news-row {
    margin-bottom: 10px;
    padding: 5px;
}

.news-row:nth-of-type(odd) {
    background-color: #F2F2F2;
}

.news-date {
    font-size: 12px;
}
.header-bar{
    width:1104px;
    margin: auto;
}
.header-bar-c::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}