*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    margin: 0;
    padding: 0;
}
.container{
    margin: 2%;
}

.container .section{
    display: flex;
    flex-direction: column;
}
.container .section .leftbar{
    width: 100%;
}
.container .postdetail{
    max-width: 1000px;
}

.postdetail .basicdetails{
    margin-top:10px;
    border:2px solid rgba(0,0,0,0.1);
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    padding:3px;
    align-items: center;
}
.postdetail .basicdetails img{
    border-radius: 50%;
}
.postdetail .basicdetails .basicdetailsline{
    border-left:1px solid rgba(0,0,0,0.05);
}
.postdetail .basicdetails .publishdate{
    display:flex;
    flex-direction:column;
    font-size:14px;
}
.postdetail h1{
    font-size: 25px;
}

.post{
    font-size: 18px;
    line-height: 2;
    margin-top: 10px;
}

.post ul{
    width: calc(100% - 25px);
    margin-left: auto;
}

.post ol{
    list-style-type: lower-alpha;
    width: calc(100% - 30px);
    margin-left: auto;
}

.post li {
    font-size: 16px;
}
.post .impdates li{
    list-style:"👉 ";
    list-style-position: outside;
}
.post table{
    width: 100%;
}

.post table{
	border: 2px solid rgba(0,0,0,0.7);
    border-top: 1px solid rgba(0,0,0,0.7);
    border-bottom: 1px solid rgba(0,0,0,0.7);
	border-collapse: collapse;
	text-align: center;
}
.post.implinks{
    border-top: 0;
}
.post:last-child{
    border-bottom: 1px solid rgba(0,0,0,0.7);
}
.post th,
.post td{
    padding: 5px 2px;
	border: 1px solid rgba(0,0,0,0.2);
	border-collapse: collapse;
	text-align: center;
}

.post tr:first-child,.post tr:first-child td{
    border-top: 0;
}

.post tr:last-child,.post tr:last-child td{
    border-bottom: 0;
}
.telegram{
    background-color:#0088cc; 
    border-radius: 3px; 
    padding: 3px 15px; 
    text-decoration: none; 
    color: white;
}
.whatsapp{
    background-color:#25d366; 
    border-radius: 3px; 
    padding: 3px 15px; 
    text-decoration: none; 
    color: white;
}
.youtube{
    background-color:#CD201F; 
    border-radius: 3px; 
    padding: 3px 8px; 
    text-decoration: none; 
    color: white;
}
.facebook{
    background-color:#1877F2; 
    border-radius: 3px; 
    padding: 3px 15px; 
    text-decoration: none; 
    color: white;
}
.post  .boxx{
    border: 2px solid rgba(0,0,0,0.7);
    border-top: 1px solid rgba(0,0,0,0.7);
    border-bottom: 1px solid rgba(0,0,0,0.7);
    padding: 10px 5px;
}

.post .boxx:first-child{
    border-top: 2px solid rgba(0,0,0,1);
}


.post a:hover{
    color: red;
    transform: scale(1.05);
}

.post img{
    max-width: 95%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.container .section .rightbar{
    width: 100%;
    margin-top: 25px;
}

.post .youtubelink{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.post .youtubelink img {
    width:300px;
    max-width:100%;
}
@media screen and (min-width: 500px) {
    
    .container .section{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .container .section .leftbar{
        width: 66%;
    }

    .container .section .rightbar{
        width: 31%;
        margin-top: 0;
    }


    .post ul{
    width: calc(100% - 35px);
    margin-left: auto;
    }

    .post ol{
        list-style-type: lower-alpha;
        width: calc(100% - 40px);
        margin-left: auto;
    }

    .post li {
        font-size: 18px;
    }
}


.bsn_weblink{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.bsn_weblink .fa {
  margin: 5px;
  padding: 10px;
  font-size: 18px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 10px;
}

.bsn_weblink .fa:hover {
    opacity: 0.7;
}

.bsn_weblink .fa-facebook {
  background: #3B5998;
  color: white;
}

.bsn_weblink .fa-twitter {
  background: #55ACEE;
  color: white;
}
.bsn_weblink .fa-whatsapp {
  background: #00c02d;
  color: white;
}
.bsn_weblink .fa-telegram {
  background: #180083;
  color: white;
}
.bsn_weblink .fa-share {
  background: #0f0e13;
  color: white;
}
    
    
.textdecorationnone{
    text-decoration:none;
}
.borderbottom{
    border-bottom:1px solid #c4c4c4;
}
.colorred{
    color:#e30000;
}
.colorgreen{
    color:#088c06;
}
.colorwhite{
    color:#ffffff;
}
.colorblack{
    color:#000000;
}
.colorblue{
    color:#0006ba;
}
.bgcolorred{
    background:#e30000;
}
.bgcolorgreen{
    background:#088c06;
}
.bgcolorwhite{
    background:#ffffff;
}
.bgcolorblack{
    background:#000000;
}
.bgcolorpurple{
    background:#940091;
}
.bgcolorcyan{
    background:#008f8f;
}
.bgcolorblue{
    background:#0006ba;
}
.margin5{
    margin:5px;
}
.margin10{
    margin:10px;
}
.padding5{
    padding:5px;
}
.padding10{
    padding:10px;
}
.textcenter{
    text-align: center;
}
.width100{
    width:100%;
}
.borderradius5, .round5{
    border-radius: 5px;
}
.hoverred:hover{
    color:#e30000;
}