.Currency.view10{
    padding:1em 0 5em 0;
}
.Currency.view10 .currency-bar{
    padding: 1em 5em;
}
.Currency.view10 .currency-bar>div{
    display: inline-block;
    margin-right: 10px;
    color: rgb(83, 83, 99);
}
.Currency.view10 .currency-bar .change{
    font-size: 1.5em;
}
.Currency.view10 .currency-bar .change.pos{
    color: green
}
.Currency.view10 .currency-bar .change.neg{
    color: red
}
.Currency.view10 .currency-bar .name{
    font-size: 2.5em;
}
.Currency.view10 .currency-bar .abbrevation{
    font-size: 1.2em;
}
.Currency.view10 canvas{
    display: block;
    margin: 1em auto;
    height: 40vh;
    width: 90%;
}
.Currency.view10 .chart-period{
    text-align: center;
    direction: ltr;
    font-size: min(0.5em, 1.6vw);
}
.Currency.view10 .chart-period button{
    padding:0.5em;
    color:white;
    background: radial-gradient(rgb(0, 110, 255), rgb(27, 124, 250));
    border:none;
    border-radius: 0px;
    cursor: pointer;
    font-size: 1.6em;
}
.Currency.view10 .chart-period button:hover{
    background: radial-gradient(rgb(59, 144, 255),rgb(31, 97, 184));
}
.Currency.view10 .chart-period button.selected{
    background: radial-gradient(rgb(248, 134, 28),rgb(248, 101, 3));
}
.Currency.view10 .chart-period button:first-child{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: calc(0.5em + 10px);
}
.Currency.view10 .chart-period button:last-child{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-right: calc(0.5em + 10px);
}
.Currency.view10 .chart-area{
    height:40vh;
}
body[vision="light"] section[name="site"]{
    --text-color    : rgb(64, 65, 78);
    --bg-mellow     : rgb(228, 228, 228);
    --bg-most       : white;
    --footer-bg     : rgb(53, 49, 49);
    --footer-text   : white;
}
body:not([section="site"]) section[name="site"] {display: none;}
body[section="site"]{
    margin:0;
    padding:0;
    color: var(--text-color);
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}
body[section="site"]:not(.with-content) .work-area{text-align: center;}
.site-top-menu{
    box-sizing: border-box;
    height: 3em;
    position: sticky;
    top:0;
    background-color: black;
    color:white;
    border-bottom: 2px solid orange;
    z-index: 2;
}
body.port .site-top-menu{
    height: 2.5em;
}
body:not(.port) .site-top-menu{
    padding: 0.5em 2em 0.5em 5em;
}
body.port .site-top-menu{
    padding: 0.5em;
}
.site-top-menu li{
    cursor: pointer;
}
body:not(.port) .site-top-menu .blues-icon{
    display: none;
}
body:not(.port) .site-mobile-menu {
    display: none;
}

.site-footer .site-logo img{
    height: 6em;
    width: 6em;
    object-fit: scale-down;
    margin:1em auto;
    display: block;
}
.site-footer .blues-icon{
    position: relative;
    margin-left: 2em;
}
.site-footer .blues-icon::before{
    position: absolute;
    top: 0;
    margin-left: -2em;
}
.site-logo-area{
    position: absolute;
    top: 5px;
    left: 0;
    background: black;
    background-image: url(../../images/png/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
}
body:not(.port) .site-logo-area{
    z-index: 2;
}
body:not(.port) .site-logo-area{
    width: 4em;
    height: calc(4em - 2px);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
body.port .site-logo-area{
    width: 3em;
    height: 3em;
    /* z-index: 2; */
}
.site-mobile-menu{
    display: inline-block;
    box-sizing: border-box;
    width: 1.5em;
    height: 1em;
}
.site-mobile-bar{
    height: 0.2em;
    background-color: white;
}
.site-mobile-bar:not(:last-child){
    margin-bottom: 0.2em;
}
body:not(.port) .site-navigator{
    display: inline-block;
    width: calc(100vw - 7em);
}
#site-search-area{
    float:right;
    width: 15em;
}
.site-navigator>ul{
    list-style: none;
    padding:0;
    margin:0;
}
body:not(.port) .site-navigator>ul li{
    display: inline-block;
    margin-left: 0.5em;
    line-height: 1em;
    font-size: 1em;
    vertical-align: middle;
}
body:not(.port) .site-navigator>ul li:not(#site-search-area){
    margin: 0.5em 0 0.5em 0.5em;
}
body.port .site-navigator>ul li{
    padding: 0.5em 1em;
    line-height: 1em;
    font-size: 1em;
    vertical-align: middle;
}
body.port .site-navigator>ul li:hover{
    background-color: rgb(228, 218, 218);
}
body.port .site-navigator{
    position: fixed;
    top:0;
    left:0;
    bottom:0;
    width: 70%;
    background-color: white;
    z-index: 3;
    border-right: 2px solid orange;
    padding:1em;
    margin:0;
    transition: transform 0.5s;
    color:black;
    transform: translateX(-100vw);
}
body.port .site-navigator.blues-active{
    transform: translateX(0vw);
}
/* body.port.site-nav-visible .site-navigator{
    transform: translateX(0vw);
} */
/* body.port.site-nav-visible .site-logo-area{
    z-index: -1 !important;
} */
body:not(.port) .site-live-price{
    box-sizing: border-box;
    height: 2em;
    line-height: 1em;
    font-size: 1em;
    padding: 0.5em 2.5em;
    background-color: black;
    color: white;
    display: table;
    width: 100%;
    padding-left: 6em;
}
body.port .site-live-price{
    box-sizing: border-box;
    height: 2em;
    line-height: 1em;
    font-size: 1em;
    padding: 0.5em 1em 0.5em 4.5em;
    background-color: black;
    color: white;
    display: table;
    width: 100%;
}
.site-live-price span{
    display: table-cell;
}
body.port .site-live-price span{
    font-size: 0.8em;
}
.site-breaking{
    box-sizing: border-box;
    display: block;
    height: 2em;
    line-height: 1em;
    font-size: 1em;
    padding:0.5em 2.5em;
    background-color: var(--bg-mellow);
    text-decoration: none;
    color:black;
}
.site-header{
    height: 50vh;
}
.site-panel{
    /* position: relative; */
    overflow:hidden;
    box-sizing: border-box;
    /* height: 30vh; */
    min-height: 6em;
    max-height: 12em;
    background-color: var(--bg-mellow);
}
.site-panel.news-brief .Feed{
    background-color: rgba(85, 85, 92, 0.35);
}
.site-panel.site-calendar{
    max-height: 22em !important;
}
body:not(.port) .site-panel{
    margin:0.5em 0 0.5em 0.5em;
}
body.port .site-panel{
    margin:0.5em;
}
body:not(.port) .site-panel:first-child{
    border-top-left-radius: 1em;
}
body:not(.port) .site-panel:last-child{
    border-bottom-left-radius: 1em;
}
.site-panel .site-container{
    /* position: absolute;
    top:0; left:0; right:0; bottom:0; */
    min-height: 6em;
    max-height: 12em;
    overflow-y: auto;
    overflow-x: hidden;
}
body:not(.port) .site-calendar .site-container{
    max-height: 24em;
}
body:not(.port) .site-slider{
    box-sizing: border-box;
    height: 75vh;
    margin:0.5em 0.5em 0.5em 0;
    background-color: var(--bg-mellow);
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
    position:relative;
    overflow: hidden;
}
body.port .site-slider{
    box-sizing: border-box;
    height: 40vh;
    background-color: var(--bg-mellow);
    position:relative;
    overflow: hidden;
}
body:not(.port) .site-layout{
    display: table;
    width: 100%;
}
body .site-sidebar{
    min-height: 100vh;
}
body.port.with-content .site-sidebar{
    display: none;
}
body:not(.port) .site-sidebar{
    display: table-cell;
    width: 17em;
    vertical-align: top;
}
body:not(.port) .site-content-area{
    display: table-cell;
    min-height: 100vh;
    vertical-align: top;
}
body:not(.port) .site-analysis-area{
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: calc(50% - 0.2em);
    padding:1em;
    border-right:1px solid silver;
    min-height:100vh;
}
.site-tweet-area{
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: calc(50% - 0.2em);
    padding:1em;
    min-height:100vh;
}
.site-footer{
    min-height: 30vh;
    background-color: var(--footer-bg);
    color:var(--footer-text);
}
body:not(.port) .site-footer .site-footer-index{
    display: table;
    width: 100%;
}
.site-footer ul{
    padding:2em 1em 0em 1em;
    list-style: none;
}
body:not(.port) .site-footer ul{
    display: table-cell;
    vertical-align: top;
}
.site-footer li{
    margin-bottom: 1em;
}
.site-footer a{
    text-decoration: none;
    cursor: pointer;
    color: rgb(217, 230, 255);
}
.site-footer a:hover{
    text-decoration: underline;
}
.site-footer a.btn{
    padding: 0.5em;
    border: 1px solid silver;
    margin: 0.25em 0;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}
.site-footer .site-social img{
    height: 2em;
    width: 2em;
    object-fit: scale-down;
    margin:0.5em;
}
.site-title{
    box-sizing: border-box;
    padding:0.5em 1em;
    background-color: var(--footer-bg);
    color: var(--footer-text);
    position: sticky;
    top:0;
}
.site-tab{
    padding:0;
    margin:0;
    list-style: none;
}
.site-tab li{
    display: inline-block;
    cursor: pointer;
}
.site-tab li.selected{
    text-decoration: underline;
}


section[name="site"] ::-webkit-scrollbar {
    width: 7px;
}
section[name="site"] ::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
section[name="site"] ::-webkit-scrollbar-thumb {
    background: #888; 
}
section[name="site"] ::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

body:not(.port) .site-expand-mobile button{
    display: none;
}
body.port .site-expand-mobile:not(.expand) button.less,
body.port .site-expand-mobile:not(.expand) .Content{
    display: none;
}
body.port .site-expand-mobile.expand button.more{
    display: none;
}
body.port .site-expand-mobile button{
    background: linear-gradient(rgb(3, 132, 218), rgb(5, 96, 156));
    color:white;
    font-weight: bold;
    border:none;
    border-radius: 1em;
    padding:0.5em 1em;
    margin:1em;
}
.chart-area{
    position: relative;
    z-index: 0;
}
section[name="site"] .work-area .SearchResult{
    margin:0.5em;
}
/* Hide tinymce notification */
.tox-notifications-container{
    display: none !important;
}
.suggest-container{
    color:black;
}
