body:not([section="site"]) section[name="site"] {display: none;}
body[section="site"]{
    margin:0;
    padding:0;
    color: #33343b;
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}
body[section="site"]:not(.with-content) .work-area{text-align: center;}
body.rtl{
    font-family: tahoma !important;
}
body.rtl .blues-icon::before{
    transform: rotateY(180deg);
}
body:not(.port) .site-mobile-menu {
    display: none;
}
button, input, select{
    font-family: inherit;
}
.site-footer .site-logo img{
    height: 6em;
    width: 6em;
    object-fit: scale-down;
    margin:1em auto;
    display: block;
}
body:not(.rtl) .site-footer .blues-icon{
    position: relative;
    margin-left: 2em;
}
body.rtl .site-footer .blues-icon{
    position: relative;
    margin-left: 3em;
}
body:not(.rtl) .site-footer .blues-icon::before{
    position: absolute;
    top: 0;
    margin-left: -2em;
}
body.rtl .site-footer .blues-icon::before{
    position: absolute;
    top: 0;
    margin-right: -1.5em;
}
.site-logo-area{
    display: inline-block;
    width: 12em;
    height: 4em;
    vertical-align: middle;
    background-image: url(../../images/svg/logo-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90% 90%;
    margin-top: -0.5em;
}

/* 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: calc(100% - 3em);
    margin-left: 3em;
}
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: 80vh;
    /* margin:0.5em 0.5em 0.5em 0; */
    background-color: var(--bg-mellow);
    position:relative;
    overflow: hidden;
}
body.port .site-slider{
    box-sizing: border-box;
    height: 30vh;
    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;
    border-top:4px solid rgb(100, 85, 89);
    /* background: repeating-linear-gradient(45deg, #1a181a, #1c1a1c, #1a181a 100px); */
    /* color:white; */
    background-color: #d0d0d0;
}
body:not(.port) .site-footer .site-footer-index{
    display: table;
    width: 100%;
}
body:not(.port) .site-footer ul{
    padding:2em 1em 0em 1em;
    list-style: none;
}
body.port .site-footer ul{
    padding:0.5em 3em;
    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); */
    color: rgb(27, 77, 126)
}
.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;
}
section[name="site"] .work-area .SearchResult{
    margin:0.5em;
}
/* Hide tinymce notification */
.tox-notifications-container{
    display: none !important;
}
section[name="site"] button.pos{
    padding:0.2em 1em;
    border-radius: 1em;
    font-size: 0.9em;
    background-color: rgb(2, 136, 2);
    border:2px solid rgb(1, 88, 1);
    color:white;
    margin: 0.2em 0.5em;
    min-width: 2em;
    text-align: center;
    cursor: pointer;
}
section[name="site"] button.neg{
    padding:0.2em 1em;
    border-radius: 1em;
    font-size: 0.9em;
    background-color: rgb(255, 0, 98);
    border:2px solid rgb(255, 0, 98);
    color:white;
    margin: 0.2em 0.5em;
    min-width: 2em;
    text-align: center;
    cursor: pointer;
}
section[name="site"] button.neutral{
    padding:0.2em 1em;
    border-radius: 1em;
    font-size: 0.9em;
    background-color: rgb(0, 89, 255);
    border:2px solid rgb(0, 76, 216);
    color:white;
    margin: 0.2em 0.5em;
    min-width: 2em;
    text-align: center;
    cursor: pointer;
}
section[name="site"] .accent-button, section[name="preview"] .accent-button{
    display: inline-block;
    vertical-align: middle;
    background-color: #ff1451 !important;
    color: white !important;
    padding: 0.5em 2em !important;
    border-radius: 1.5em;
    text-align: center;
    cursor: pointer;
}
section[name="site"] .work-area{
    min-height: 100vh;
}
.site-top-badge{
    background: red;
    margin: 0 1em;
    position: absolute;
    padding: 2px 5px;
    border-radius: 10px;
    line-height: 1em;
    color: white;
    font-size: 0.7em;
}
.slideArea {
    position: relative;
    margin: 0.5em;
    border-radius: 1.5em;
    overflow: hidden;
}
.home-product-list{
    margin: 2em 1em;
}