@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

body{
    font-family: 'Lato', sans-serif;
}
.header{
    background-color: #000000;
    min-height: 175px !important;
    margin-top: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    overflow: auto;
    word-break: break-word;
}
.header .title{
    display: block;
    font-weight: bold;
    font-size: 45px;
    color: #fff;
    line-height: 1.2;
}
.header .sub-title{
    display: block;
    font-weight: bold;
    color: white;
    font-size: 18px;
}

.menu{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 !important;
    list-style: none;
    margin: 0 !important;
    background: #87848c;
    width: 100%;
}
.menu li{
    display: inline-block;

}
.menu .menu-link{
    display: inline-block;
    text-decoration: none;
    padding: 10px 25px;
    background: #87848c;
    color: white;
    font-size: 14px;
    font-weight: bold;
    border-right: 1px solid white;
}
.menu .menu-link:hover{
    background-color: #260BD6;
}

.running-text{
    margin-top: 20px;
    font-size: 18px;
    word-break: break-word;
}
.running-text a{
    text-decoration: none;
    font-weight: bold;
}
.running-text a:after{
    content: "|";
    margin-left: 5px;
    margin-right: 5px;
}

.twitter-follow{
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 1px 12px 1px 12px;
    background-color: #1d9bf0;
    border-radius: 9999px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    color: white;
}
.twitter-follow:hover{
    color: white;
    opacity: 0.5;
}
.twitter-follow:before{
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-twitter" viewBox="0 0 16 16"> <path d="M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z"/></svg>');
}

.card{
    border-radius: 0 !important;
    border: 2px solid #000000;
    box-shadow: none !important;
    background-color: white;
    margin-bottom: 20px;
}
.card .card-header{
    background-color: #000000;
    color: white;
    font-weight: bold;
    border-radius: 0 !important;
    padding: 5px;
    text-align: center;
    font-size: 18px;
}
.card-body ul{
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.card-body ul li a{
    font-size: 17px;
}
.card .card-body p{
    font-size: 16px;
}
.card-footer{
    border: 0 !important;
    background-color: white;
}
.card-footer .view-more{
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}
.card-footer .view-more:after{
    margin-left: 5px;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="blue" class="bi bi-box-arrow-up-right" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z"/> <path fill-rule="evenodd" d="M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z"/></svg>');
}


.footer{
    text-align: center;
    padding-top: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;


}
.footer ul{
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding: 0 0 10px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.footer ul li{
    display: inline-block;
    padding: 5px;
}
.footer ul li a{
    font-size: 16px;
    text-decoration: none;
    padding: 6px;
    color: #000000;
    font-weight: bold;

}
.footer ul li a:hover{
    background: #000000;
    color: white;
    border-radius: 20px;
}
.footer ul li a:before{
    content: "●";
    margin-right: 3px;

}

.article-content{
    display: block;
}
.article-content p{
    padding: 0;
    margin: 0;
    font-size: 17px;
    font-weight: 400;
}

.article-content table{
    word-break: break-word;
}

.article-content table tbody tr{
    border: 1px solid #dee2e6;
}

.article-content table tbody tr td{
    font-size: 14px;
    font-weight: 400;
    color: black;
    border: 2px solid #000000;
    background: white;
}

/*======================Admin=============================*/
.navbar{
    background-color: #000000;
}
