* {
    box-sizing: border-box;
}
html {
    text-size-adjust: 100%;
    font-size: 16px;
    scroll-behavior: smooth;
}
body, html {
    padding: 0px;
    margin: 0px;
    font-family: var(--font);
    text-size-adjust: 100%;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    font-family: Poppins,"Poppins-fallback",-apple-system,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;;
}
.theme-dark {
    --invert-color: 0.5;
    --bg: #121212;
    --fill-color: #e0e0e0;
    --revert-fill: #212121;
    --color: #424242;
    --color-revert: #bdbdbd;
    --text-color: #bdbdbd;
    --text-gray-color: #9e9e9e;
    --head: #e0e0e0;
    --p-color: #e0e0e0;
    --gray-color-1: #9e9e9e;
    --gray-text-1: #e0e0e0;
    --nav-text: #bdbdbd;
    --nav-text-active: #E0E0E0;
    --bdr: #616161;
    --bdr-max: #424242;
    --caption: #9e9e9e;
    --ck-color-base-background: #121212;
    --ck-color-base-border: #121212;
    --ck-color-input-text: #fff;
    --toastify-color-dark: #212121;
    --base-color: #fff;
    --icon-color: #e0e0e0;
    --share-bg: #424242;
    --skeleton-bg: #333333;
    --skeleton-fg: #444444;
}
body {
    background-color: #121212;
    color: #424242;
    overflow-x: hidden;
}
a {
    color: var(--a-color);
}
.opoyi_header {
    width: 100%;
    position: sticky;
    top: 0px;
    z-index: 3000;
    padding: 0px;
    background-color: #121212;
}
.opoyi_header {
    margin-bottom: 1.25rem;
    background-color: #212121;
}
.opoyi_contaner {
    width: 100%;
    max-width: 1280px;
    margin: 0px auto 10px;
    padding: 8px 15px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.col_3{width: 33.33%;text-align: left;position: relative;}
.main-option {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
}
.hamburger_btn {
    padding: 7px 7.5px;
    background: none;
    border: 0px;
    cursor: pointer;
    display: flex;
}
.opoyi_logo{text-align: center;}
.idoqNn {
    display: inline-block;
    padding-top: 5px;
}

.theme-dark .sc-1ecmm9i-0 {
    fill: rgb(255, 255, 255);
}

.top_search {
    padding: 7px 7.5px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    background: none;
    border: none;
    position: relative;
}
.theme-dark .top_search .searchIcon-path {
    fill: rgb(224, 224, 224);
}
.top_login_button{
	padding: 7px 7.5px;
    background: none;
    border: 0px;
    cursor: pointer;
    display: flex;
}
.top_login_button path {
    fill: var(--fill-color);
}
.opoyi_wrap {
    max-width: 600px;
    width: 100%;
    margin: 0px auto;
    padding-bottom: 100px;
}
.opoyi_nav {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    margin: 0px;
    padding-bottom: env(safe-area-inset-bottom);
    border-top: 1px var(--bg-transparent) solid;
    width: 100%;
    background-color: var(--bg);
    z-index: 3000;
    transition: all 300ms linear 0s;
    list-style: none;
}
.hbPoZI {
    --active-fill: #42a5f5;
    flex: 1 1 0%;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s linear 0s;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}
.theme-dark .nav-svg g, .theme-dark .nav-svg path {
    fill: rgb(250, 250, 250);
}
.hbPoZI:hover .nav-svg path, .hbPoZI.active .nav-svg path {
    fill: var(--active-fill);
    stroke: var(--active-fill);
    transition: all 500ms ease 0s;
}
.hbPoZI svg {
    margin-bottom: 5px;
}
.hbPoZI.active span {
    font-weight: bold;
}
.hBxCwA {
    border: 0px;
    height: 1px;
    background: var(--bdr-max);
}
.kgbLJL .author-by {
    color: var(--text-color);
}
.kgbLJL .author-name {
    color: rgb(66, 165, 245);
    text-decoration: none;
    margin-left: 5px;
}
.fslJYJ {
    font-size: 1rem;
    padding: 5px 0px;
    margin: 0px;
    line-height: 1.44rem;
    color: var(--text-color);
    word-break: break-word;
}
.cgexkX .updated-by {
    color: var(--text-gray-color);
    font-size: 0.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
}
.menu-opened .gvstKf{
    display: block;
}
.top_login_button.active + .fjxWXT{ display:block; }
.hide_content{ display:none; }
.open_post_con .hide_content{ display:block; }
.breadcrumb ul{
    display: flex;
    padding: 0 0 15px 0;
    box-sizing: border-box;
    max-width: 600px;
    width: 100%;
    margin: 0;
}
.breadcrumb{ list-style-type:none; margin-bottom:10px; }
.breadcrumb li {
    display: inline-block;
    -webkit-box-align: center;
    align-items: center;
}
.breadcrumb-link {
    color: rgb(66, 165, 245);
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden !important;
	 margin: 0px;
	
}
.breadcrumb-separator {
    color: rgb(158, 158, 158);
    height: 20px;
	margin: 0px 10px;
}
.breadcrumb li:last-child {
    color: rgb(158, 158, 158);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 330px;
    vertical-align: middle; 
}
.adsContainer{min-width:300px;min-height:250px;}
.textlike::before {
    content: "Like";
}
.textcomment::before {
    content: "Comment";
}
.textshare::before {
    content: "Share";
}
.dDcBtM button {
    border: 0px;
    background-color: transparent;
    font-size: 0.875rem;
    color: var(--a-color);
    cursor: pointer;
    padding: 6px 5px;
    flex: 0 0 60px;
}
.textpost::before {
    content: "Post";
}
.kjtvaN {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    line-height: 30px;
    padding-top: 30px;
}
.scroll-images {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    overflow: auto hidden;
    scroll-behavior: smooth;
    padding-top: 25px;
    position: relative;
    margin-top: -20px;
}
.related_articles_sec .child {
    padding: 0px 20px 0px 0px;
}
.related_articles_sec .child a{ text-decoration:none; }
.child-img {
    width: 100%;
    border-radius: 5px;
}
.cardWrapper {
    display: flex;
    flex-direction: column;
    word-break: break-word;
    width: 200px;
    font-size: 16px;
    color: rgb(66, 165, 245);
    margin: 0px;
    font-weight: normal;
}
.related_articles_sec .heading-span {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: rgb(224, 224, 224);
    margin: 0px;
}
.related_articles_sec .slick-prev, .related_articles_sec .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 8px;
    display: block;
    width: 21px;
    height: 24px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.related_articles_sec .slick-prev{ right:30px; }
.related_articles_sec .slick-next{ right:10px }
.slick-prev:before, .slick-next:before {
    font-size: 27px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-next:before,.slick-prev:before  {
    content: '>';
  border-width: 0 1px 1px 0;
  display: inline-block;
}
.slick-next:before {

}

.slick-prev:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.postcontent p {
    font-size: 1rem;
    padding: 5px 0px;
    margin: 0px;
    line-height: 1.44rem;
    color: var(--text-color);
    word-break: break-word;
}
.postcontent p a{ text-decoration:none; }
.cardWrapper{ width:100%; margin-top:5px; }
.bcjUnP {
    padding: 15px;
    position: fixed;
    bottom: 0px;
    background-color: rgb(255, 255, 255);
    border-radius: 16px 16px 0px 0px;
    width: 100%;
    z-index: 3000;
}
.PXwno {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    padding: 16px;
    background-color: var(--revert-fill);
    width: 100%;
}

.klghso {
    color: var(--head);
    display: flex;
    font-size: 20px;
}
.klghso .heading {
    font-size: 20px;
}
.klghso .crossIcon {
    position: absolute;
    right: 0px;
    padding: 13px 20px 20px 0px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 0.9375rem;
    color: var(--gray-color-1);
    background-color: transparent;
}
.ehvWxU {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    padding: 1rem;
    margin-top: 10px;
    min-height: 100px;
}
.sharePopUp {
    background: var(--share-bg);
}
.jqMnve {
    display: flex;
    margin-bottom: 0.625rem;
    -webkit-box-align: center;
    align-items: center;
}
.eysuLC {
    min-width: 30px;
    border-radius: 50%;
    overflow: hidden;
    text-decoration: none;
    position: relative;
}
.dxKzeZ {
    --font-size: 1rem;
    font-size: var(--font-size);
    margin: 0px;
    overflow-wrap: break-word;
    text-align: left;
}

.dxKzeZ a {
    color: var(--head);
    text-decoration: none;
}
.beQyxo {
    display: block;
}
.iMBTgW {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 8px;
}
.cyuBfc {
    border: none;
    outline: none;
    font-size: 1rem;
    background-color: transparent;
    cursor: pointer;
    padding: 8px 0px;
    color: var(--head);
    text-decoration: none;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
}
.guNAFz {
    border: none;
    outline: none;
    font-size: 1rem;
    background: none;
    cursor: pointer;
    padding: 8px 0px;
    color: var(--head);
    text-decoration: none;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
}
.iMBTgW span {
    margin-left: 1rem;
}
.fxtLwn {
    cursor: pointer;
    padding: 8px 0px;
    color: var(--head);
    text-decoration: none;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
}
.gdgrGD {
    cursor: pointer;
    padding: 8px 0px;
    color: var(--head);
    text-decoration: none;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
}

.hzNVIu {
    cursor: pointer;
    padding: 8px 0px;
    color: var(--head);
    text-decoration: none;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
}
.share-popup{ display:none; }
.share_opened .share-popup{ display:block; }
.iMBTgW:last-child {
    margin-bottom: 0px;
}
.gQoZZw {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: calc(100% - 45px);
}
.main-option{ position:relative; }
.search-holder{ position:absolute; bottom:-78px; display:none;max-width: 300px;box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 20%); }
.search-open .search-holder{ display:block; }
.search_form {padding: 20px;position: relative;}
.search_form:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.search_inner {
    position: relative;
    display: flex;
    background-color: #fff;
}
.search_form_input {
    color: #444;
    flex: 1;
    background-color: transparent;
    border: 0;
    height: auto;
    min-height: 32px;
}
.search_form_input[type=text]{ flex:2; }
.search_form_input[type=text], input[type=url], input[type=tel], input[type=email] {
    font-size: 12px;
    line-height: 21px;
    color: #444;
    border: 1px solid #e1e1e1;
    width: 100%;
    max-width: 100%;
    height: 34px;
    padding: 3px 9px;

}

.search_form_btn  {
    color: #ffffff;
    background-color: #42a5f5;
    padding: 0 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
    z-index: 1;
    height: auto;
    min-height: 32px;
    display: inline-block;
    line-height: 24px;
    text-shadow: none;
    border: none;
}
.search-open .top_search:after{
    visibility: hidden;
    opacity: 0;
    content: '';
    display: block;
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6.5px 7px 6.5px;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-color: transparent transparent #4db2ec transparent;
    border-bottom-color: #ffffff;
        visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
input[type=text]:active, input[type=url]:active, input[type=tel]:active, input[type=email]:active, input[type=text]:focus, input[type=url]:focus, input[type=tel]:focus, input[type=email]:focus {
    border-color: #b0b0b0 !important;
}
textarea:focus, input:focus, input[type]:focus {
    outline: 0 none;
}
#related-articles{
    border: none;
    padding: 0;
}
.gBFYim .bNUpeK{
        font-size: 1.25rem;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0px;
    word-break: break-word;
    color: var(--head);
    text-decoration: none;
}

.kILAPo {
    list-style: square;
    padding: 0px;
    margin: 0px;
    color: var(--gray-color-1);
}

.kILAPo > li {
    margin-left: 18px;
    margin-top: 10px;
}
.kUWTtR {
    color: var(--gray-color-1);
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0px 0px;
}
.kMFDPN {
    color: var(--gray-color-1);
    margin: 0px 0px 10px;
    padding: 0px;
}

.foXoQa {
    font-size: 1rem;
    font-weight: 700;
    color: var(--head);
    margin: 15px 0px 5px;
}
.dNiMuw {
    padding: 0px;
    margin: 0px 0px 5px;
    color: var(--gray-color-1);
}
.dNiMuw > li {
    margin-left: 18px;
}
.jpnlvk {
    padding: 0px;
    margin: 0px;
    color: var(--gray-color-1);
    list-style-type: lower-alpha;
}
.jpnlvk > li {
    margin-left: 18px;
}
.jCVkNY {
    color: var(--color);
    font-size: var(--p-size);
    margin-top: 10px;
}
.postcontent .jCVkNY p{
    font-size: var(--p-size);
}
.LFFSx, .postcontent .LFFSx{
    font-size: 0.875rem;
    margin: 0px 0px 10px;
    padding: 0px;
    color: rgb(33, 33, 33);
}
.theme-dark .sc-hlpilj-5 {
    color: rgb(189, 189, 189);
}
.gjHvDV {
    font-size: 1rem;
    font-weight: 700;
    color: rgb(33, 33, 33);
    margin: 20px 0px 5px;
}
.theme-dark .sc-hlpilj-1 {
    color: rgb(224, 224, 224);
}
.dFmdzF {
    font-size: 0.875rem;
    font-weight: 700;
    color: rgb(33, 33, 33);
    margin: 15px 0px 5px;
}

.theme-dark .sc-hlpilj-2 {
    color: rgb(224, 224, 224);
}
.ehacDq {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--gray-color-1);
    margin: 0px 0px 5px;
}
.cpuRvG {
    padding: 0px;
    margin: 0px;
    color: var(--gray-color-1);
    list-style-type: lower-roman;
}

.cpuRvG > li {
    margin-left: 18px;
}
.ghQXKD {
    list-style: disc;
    padding: 0px;
    margin: 0px;
    color: rgb(33, 33, 33);
}
.theme-dark .sc-hlpilj-3 {
    color: rgb(189, 189, 189);
}
.ghQXKD > li {
    margin-left: 18px;
}
.AwVAV {
    font-size: 0.875rem;
    font-weight: 700;
    margin: 0px;
    color: rgb(33, 33, 33);
}
.theme-dark .sc-hlpilj-4 {
    color: rgb(189, 189, 189);
}
@media (min-width: 1280px){
	.opoyi_contaner {padding-left: 10px;padding-right: 10px;}
    .opoyi_sidebar {transform: translateX(-630px);}
}

@media (min-width: 992px){
    .opoyi_sidebar {width: 300px;position: fixed;left: 50%;top: 74px;}
    .OVhsV {top: 120px;}
    .opoyi_nav {position: relative;flex-direction: column;display: block;border: 0px;z-index: 1;}
    .opoyi_nav li a {-webkit-box-align: center;align-items: center;text-align: left;margin-bottom: 1px;flex-direction: row;
    padding: 14px;}
    .theme-dark .sc-9nv1ws-1:hover, .theme-dark .hbPoZI.active {background: rgb(66, 66, 66);}
    .hbPoZI span {font-size: 1rem;margin-left: 20px;}
    .hbPoZI svg {margin-bottom: 0px;}
    .hbPoZI {-webkit-box-align: center;align-items: center;text-align: left;margin-bottom: 1px;flex-direction: row;padding: 14px;}
}
@media (min-width: 768px){
    .bcjUnP {
    top: 0px;
    margin: auto;
    max-width: 80vh;
    left: 0px;
    right: 0px;
    height: fit-content;
    border-radius: 16px;
    max-height: 100vh;
}
.PXwno {
    top: 0px;
    margin: auto;
    max-width: 600px;
    left: 0px;
    right: 0px;
    height: 550px;
    border-radius: 16px;
}
}
@media (max-width: 767px){
.breadcrumb{ padding:0 16px; }
.fMkXms{ margin:0 10px; }
.opoyi_body_wrap .kntxLG{ max-width:100%; }
.gQoZZw { margin-bottom:10px;height: calc(64% - 45px);}
.search-holder{ width:250px;bottom: -58px;}
.search_form{ padding:10px 20px; }
.breadcrumb ul{ padding-bottom:0; }
.opoyi_nav{ display:block; }
.opoyi_nav li{ display:inline-block; margin:0 10px;text-align: center; }
#related-articles{ margin:0 -10px; }
#related-articles .child-img{ height:108px; }
.related_articles_sec .child{ padding:0 10px; }
.related_articles_sec .heading-span{ padding-left:10px; }
.cardWrapper{ font-size:14px; }
}
a {
    color: var(--a-color);
    text-decoration: none;
}
@media (max-width: 767px){ .opoyi_nav { text-align: center;} .opoyi_nav li{ flex:1; }}