:root {
    /* Fonts */
    --anton: 'Anton', sans-serif;
    --futura: "futura-pt", sans-serif;
}

/* @font-face{
    font-family: Anton Regular;
    src: url("https://blockchain.meedscore.com/fonts/Anton-Regular.woff");    
}
@font-face{
    font-family: Blacklisted;
    src: url("https://blockchain.meedscore.com/fonts/Blacklisted.woff");
}    
@font-face{
    font-family: FUTURAMEDIUM;
    src: url("https://blockchain.meedscore.com/fonts/FUTURAMEDIUM.woff"); 
} */
html,body {
    width: 100%;
    margin: 0px;
    background: #eee9e9;
}

#main_wrapper {
    /* min-height:1250px; */
    font-family: var(--anton);
    /* width:100%; */
    font-weight: 300;
}

#header {
    width: 100%;
    margin: 0 auto;
    min-height: 85px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

button {
    border: 5px solid #000;
    border-radius: 5px;
    color: white;
    background-color: #000;
}

p {
    margin: 0;
}

p sup {
    font-size: 11px;
}

.header_left {
    float: none;
    padding-left: 100px;
    width: 200px;
}

.header_left img {
    width: 100%;
}

.header_right {
    /* float:right; */
    padding-right: 100px;
}

#header_buttons {
    padding: 20px;
}

#stock_quotes {
    background-color: #000;
    height: 50px;
}

#meedscore_body {
    max-width: 1400px;
    /* min-height:200px; */
    /* max-height:900px; */
    margin: 0 auto;
    background: #eee9e9;
    display: flex;
}

.stock_quote, .stock_select {
    float: left;
    width: 13%;
    margin: 0 10px;
    color: #fff;
    margin-top: 10px;
}

.stock_quote {
    border-radius: 5px;
    padding: 5px;
    border: 1px solid green;
    font-family: Arial;
}

.stock_price {
    width: 52%;
    float: left;
    font-weight: 600;
}

.stock_percent {
    width: 27%;
    float: right;
    background-color: #f0f0f0;
    color: green;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
}

#footer {
    background-color: #000;
    width: 100%;
    margin: 0 auto;
    min-height: 60px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 20px 0;
}

#footer_left, #footer_center, #footer_right {
    background-color: #000;
    min-height: 100px;
}

#footer_left ul {
    margin: 0;
}

#footer_left ul li {
    margin: 1% 0 0 0;
}

#footer_left a {
    color: white;
    text-decoration: none;
    font-family: var(--futura);
    font-size: 18px;
}

#footer_center {
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#footer_center ul {
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

#footer_center ul li {
    float: left;
    margin: 0px 10px;
    list-style: none;
}

#footer_center ul li img {
    width: 70%;
}

#footer_center h5 {
    color: white;
    width: 100%;
    clear: both;
    font-family: var(--futura);
    font-weight: 100;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
}

#footer_right {
    border: thin solid #000;
}

#footer_right ul {
    margin: 0;
    padding: 0;
}

#footer_right ul li {
    margin: 0;
}

div#footer_right img {
    width: 200px;
}

div#footer_center img {
    width: 250px;
}

div#footer_center li img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

div#footer_left, div#footer_right {
    padding: 0 50px;
}


#panel_left, #panel_center , #panel_right {
    background-color: #fff;
}

#panel_left .articles {
    max-height: 750px !important;
}

#panel_left .articles, #panel_center .articles, #panel_right .articles {
    /* width: 36%; */
    min-height: 300px;
    max-height: 700px;
    /* float:left; */
    overflow-y: auto;
    /* margin:1%; */
    /* padding:10px; */
    /* border-radius:20px; */
    /* scrollbar-gutter: stable both-edges; */
}

#panel_center::-webkit-scrollbar-track {
    background: #ff0000;
    /* track color */
    border-left: 1px solid #e6e6e6;
    /* subtle edge */
}

#panel_right {
}

#panel_cont {
    display: flex;
    padding-left: 10px;
}

#scroller_header {
    /* width:70%; */
    /* min-height:20px; */
    /* float:right; */
    /* margin:10px; */
    position: absolute;
    height: 50px;
}

.scroller_left > img {
    width: 40%;
}

#news_search {
    width: 100%;
    height: 60px;
}

#search_start {
    width: 1%;
    float: right;
    height: 32px;
    background-color: #8fbf4f;
    margin: 10px 0;
    border-left: 1px solid #000;
    border-right: none;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

#search_cont {
    width: 69%;
    margin: 10px 0;
    float: right;
}

#search_cont input {
    float: left;
    width: 60%;
    height: 30px;
    border-left: none;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-left: 20px;
    font-size: 18px;
}

.top_title {
    /* width:100%; */
    /* float:left; */
    display: flex;
    padding-top: 10px;
}

.top_title div {
    width: 40px;
    background-color: #0072b3;
    height: auto;
    margin-right: 10px;
}

.top_title b {
    font-size: 20px;
    line-height: 1;
    font-family: var(--futura);
    font-weight: 600;
}

.articles {
    font-size: 10px;
    font-family: var(--futura);
}

.articles ul li {
    /* float:left; */
}

.articles ul a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
}

.articles ul li:not(:first-child) {
    /* float:left; */
    /* width: 100%; */
}

.articles ul li>img {
    float: left;
}

.articles ul li:last-child {
    /* float:left; */
    /* text-align: center; */
    /* width:100%; */
}

.articles ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#panel_left {
    width: 45%;
    max-height: 845px;
    min-height: 300px;
}

.img_item {
    width: 200px;
    margin: 10px;
}

.video_item {
    margin: 0;
    width: 96%;
}

.authentic {
    width: 25px;
    height: 25px;
    margin: 5px;
}

.sub_title {
    border-bottom: 2px solid #000;
    font-family: var(--futura);
    /* font-weight: 700; */
    display: flex;
    align-items: center;
    box-shadow: 0px 10px 9px -4px #00060830;
}

.custom-alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    justify-content: center;
    align-items: center;
}

.alert-box {
    background: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.alert-box img {
    max-width: 800px;
    border-radius: 10px;
}

.close-btn {
    margin-top: 10px;
    padding: 8px 16px;
    cursor: pointer;
}

/* Talha CSS */
#panel_center, #panel_right {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 50%;
}

.scroller_left img {
    width: 350px;
    height: auto;
}

#panel_right {
    margin-left: 10px;
}

#panel_left .sub_title {
    font-size: 18px;
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#panel_left > div.articles > div > ul > li:nth-child(1) a {
    font-size: 18px;
    font-weight: 600;
}

#panel_left > div.articles > div > ul > li:nth-child(2) img {
    border-radius: 50%;
    border: 1px solid;
    width: 80px;
    height: 80px;
    margin: 0;
    margin-right: 10px;
    object-fit: contain;
}

#panel_left > div.articles > div > ul > li:nth-child(3) {
    font-size: 16px;
    width: 98%;
}

#panel_left > div.articles > div > ul > li:nth-child(2) {
    width: 100%;
    font-size: 16px;
}

#panel_left > div.articles > div > .media_ul {
    display: inline-block;
    width: 91%;
    padding: 10px 10px 0 10px;
}

div#panel_cont .sub_title {
    font-size: 18px;
    padding: 10px 0;
}

div#panel_cont li.media_li img {
    width: 46%;
    height: 100px;
    object-fit: contain;
    border: 2px solid;
    margin: 0 5px 0 0;
}

#panel_center > div.articles > div > div > ul {
    position: relative;
    display: block;
    height: 330px;
    padding: 20px 10px;
    border-bottom: 1px solid;
}

#panel_center > div.articles > div > div > ul > li:nth-child(1) {
    display: flex;
    align-items: center;
    font-weight: 600;
    padding-bottom: 10px;
}

#panel_center > div.articles > div > div > ul > li:nth-child(3) {
    position: absolute;
    font-size: 18px;
    width: 47%;
    left: 50%;
    top: 60px;
    padding-left: 10px;
    font-family: times;
    font-size: 16px;
    /* line-height: 24px; */
}

#panel_center > div.articles > div > div > ul > li:nth-child(2) {
    width: 50%;
}

#panel_center > div.articles > div > div > ul > li:nth-child(5) {
    font-size: 17px;
    width: 47%;
    position: absolute;
    bottom: 20px;
    right: 10px;
    text-align: left;
    font-weight: 500;
}

#panel_right > div.articles > div > ul > li {
    text-align: left;
    padding: 30px 20px;
    border-bottom: 1px solid;
    display: block;
}

#panel_right > div.sub_title {
    padding: 17px 0 17px 51px;
}

#panel_center > div.sub_title > img {
    margin-right: 15px;
    margin-left: 10px;
}

#panel_right > div.top_title > div {
    background-color: #cb4995;
}

#panel_right > div.articles > div > ul {
    width: 100%;
    display: block;
}

/* Article page CSS */
.article_media {
    max-width: 1400px;
    margin: 0 auto;
}

div#article_center {
    display: block;
    padding: 50px;
    background: #fff;
    margin-bottom: 50px;
}

div#media_display {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: black;
    padding: 50px 10px;
}

div#media_display img {
    max-width: 300px;
    object-fit: fill;
    padding: 0 5px;
}

div#media_display img, div#media_display video {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

div#media_display .arrow_left, div#media_display .arrow_right {
    width: 50px;
    height: 100px;
    object-fit: contain;
}

.aarticles {
    padding: 50px 0;
    font-family: var(--futura);
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.asub_title {
    padding-bottom: 20px;
    border-bottom: 3px solid #000;
}

.atop_title {
    font-size: 32px;
    line-height: 32px;
    padding-bottom: 20px;
    font-weight: 400;
}

.article_mint {
    font-family: var(--futura);
    /* display: flex; */
    /* align-items: center; */
    position: relative;
    width: 40%;
    float: left;
}

.article_mint a {
    padding-left: 130px;
    position: relative;
    margin: 0;
    top: 5px;
    left: 0;
}

.article_mint .authentic {
    position: relative;
    top: 24px;
    padding-right: 10px;
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.article_mint span {
    font-size: 20px;
    /* font-weight: 600; */
    line-height: 23px;
    margin: 0;
}

.article_mint h5 {
    display: none;
    font-size: 20px;
    padding-left: 10px;
    margin: 0;
}

.release_author {
    font-family: var(--futura);
    float: right;
    width: 60%;
}

.release_author h5 {
    margin: 0;
    line-height: 30px;
    font-size: 22px;
    font-weight: 600;
    margin-left: 100px;
}

.release_author h5:nth-child(2) {
    padding-left: 80px;
}

.release_author::before {
    content: "";
    width: 3px;
    height: 100px;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 50px;
}

.article_mint br {
    display: none;
}

.article_mint, .release_author {
    border-top: 3px solid;
    border-bottom: 3px solid;
    position: relative;
    padding: 20px 0;
    margin: 51px 0;
}

.aarticles .article_image {
    float: right;
    width: 100%;
    max-width: 800px;
    min-width: 250px;
    object-fit: contain;
    padding: 30px 25px 25px;
}

li.author-details p:first-child, li.author-details p:last-child {
    font-weight: 600;
}