:root {
    --sakalBlue: #396aff;
    --imageBG: #FAF7F6;
}

a {
    color: inherit !important;
}

.detail-page-image-container{
    height: 500px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.detail-page-image-container img{
    height: 100%;
    width: 100%;
}

.detail-page-bottom-container{
    display: flex;
}

.left-container{
    width: 33%;
    margin-right: 40px;
}

.image-details {
    margin-top: 20px;
    font-size: 14px;
}

.follow-us {
    width: 70%;
    margin-top: 200px;
    color: #808080;
}


.detail-page-verticle-ad{
    width: 300px;
    height: 600px;
    background-color: var(--imageBG);
}

.right-container {
    background: #fff;
    width: 57%;
    margin-top: -118px;
    padding: 25px 20px;
    z-index: 10;
}

.detail-page-container .news-section-title, .image-story-detail-main .news-section-title, 
.video-story-detail-container .news-section-title {
    width: max-content;
    font-size: 17px !important;
    font-weight: bold;
    line-height: 1.1;
    color: var(--sakalBlue);
}

.detail-page-container .news-title {
    font-size: 60px !important;
    font-weight: 600;
    line-height: 1.3;
    color: black;
    margin-top: 20px;
    max-height: unset !important;
}

.detail-page-container .news-section-title:after {
    border-bottom: 2px solid #3F3D3D;
    content: '';
    display: block;
    width: 75% !important;
}

.author-img {
    width: 80px;
    height: 80px;
    margin: 5px 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background-color: gray;
}

.author-img div:first-child{
    width: 100%;
    height: 100%;
}

.by-author {
    color: var(--sakalBlue);
    display: inline-block;
    font-weight: bold;
    margin-left: 5px;
}

.detail-date {
    font-size: 15px;
    color: #9f9f9f;
}

.detail-page-container .news-description, .image-story-detail-main .news-description, 
.video-story-detail-container .news-description {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.5;
    color: black;
    text-align: justify;
    max-height: unset !important;
}

.font-change-buttons {
    display: flex;
    justify-content: space-between;
    position: static;
    width: 60px;
}

.font-change-buttons {
    right: -34px;
    top: -12px;
}

.social-icon {
    width: 37px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-direction: column;
}

.buttonfont {
    width: 25px;
    height: 40px;
    margin: 5px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    box-shadow: none;
    border: none;
    text-shadow: none;
    background: none;
    color: inherit;
}

.font-change-buttons button {
    outline: none;
    font-weight: 600;
    padding: 1px 6px;
    border-radius: 7px;
}

.social-icon button {
    font-family: sans-serif;
}

.related-articles {
    width: 93%;
    /* margin-left: 30%; */
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 40px;
}

.related-news-section-title{
    width: max-content;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.1;
    color: var(--sakalBlue);
}

.related-articles .related-news-section-title:after {
    border-bottom: 6px solid #3F3D3D;
    content: '';
    display: block;
    width: 30%;
}

.related-articles .news-title{
    font-size: 19px !important;
    color: #000;
}

/* image story detail page css start */

.image-story-detail-page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.image-story-detail-page .image-title{
    width: 100%;
}

.image-story-detail-page .image-heading{
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.image-story-detail-page .image-news-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
    color: black;
    margin-top: 20px;
}

.image-story-detail-page .image-info {
    display: flex;
    flex-direction: column;
    align-content: center;
    margin-top: 10px;
}

.image-story-detail-page .image-story-img {
    height: 500px;
    width: 100%;
}

.image-story-detail-page .image-story-img img {
    height: 100%;
    width: 100%;
}

.image-story-detail-page .image-description {
    background-color: white;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

.image-story-detail-page .left-container {
    width: 8%;
    margin-right: 40px;
}

.image-story-detail-page .right-container {
    font-size: 1.125rem;
    line-height: 1.5;
    width: 92%;
    margin-top: -35px;
    background: white;
    border-radius: 4px 0;
    padding: 25px 130px 25px 30px;
}

.image-story-detail-main .related-image-story {
    background: #efefef;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    width: 100%;
}

.image-story-detail-main .related-image {
    height: 100%;
    background: wheat;  
}

.image-story-detail-main .related-image img {
    height: 100%;
    width: 100%;
}


/* image story detail page css end */

/* video story detail page css start */

.big-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    background: var(--sakalBlue);
    height: auto;
    color: #fff;
}

.big-inner-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 45px 45px;
}

.video-container {
    width: 65%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.video-image {
    width: 100%;
    height: 350px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.video-credit {
    font-size: 12px;
    margin-left: 65%;
    margin-top: 10px;
}

.text-container {
    width: 33%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.video-sub-title {
    font-size: 13px;
    line-height: 1.3;
}

.text-container .video-title {
    font-size: 20px;
    line-height: 1.6;
    padding: 5px 0px;
    margin-left: 0px;
    height: -moz-fit-content;
    height: fit-content;
}

.video-date {
    font-size: 13px;
}

.video-description {
    font-size: 16px;
    line-height: 1.4;
    text-align: justify;
    overflow-y: scroll;
    height: 243px;
    padding-right: .3rem;
}

/* video description scroll start */
/* width */
::-webkit-scrollbar {
    width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px grey; 
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #D4CFCD80; 
    border-radius: 10px;
}

/* Handle on hover */
/* ::-webkit-scrollbar-thumb:hover {
    background: #b30000; 
    opacity: 0.3;
} */
/* video description scroll end */

.sharing-container-main {
    display: flex;
    flex-direction: row;
    padding: 20px 0px;
    justify-content: flex-end;
}

/* video story detail page css end */

.related-articles .news-item .news-info-div .news-description{
    margin-top: 0.25rem;
}

.news-title a:hover{
    color: #007bff;
}

.detail-page-container .news-description{
    -webkit-line-clamp :unset !important;
}

.detail-page-embed{
    width: 100%;
    height: 34em;
    overflow-y: visible;
}
.detail-page-embed-insta{
    width: 100%;
    height: 65rem;
    overflow-y: visible;
}

.detail-inline-img{
    width: 100%;
    /* height: 340px !important; */
    margin: 0 auto 20px auto;
}

.detail-inline-img img{
    width: 100%;
    height: 100%;
}

.detail-embed-yt{
    overflow: hidden;
    width:100%;
    height:20rem !important;
}
.news-description div{
    height:auto;
}

.detail-page-related-nodes .list-wrapper .news-item .news-image {
    width: 230px !important;
    margin-right: 40px;
}

.detail-page-related-nodes .news-image{
    margin-right: 0 !important;
}

.detail-page-related-nodes .list-leftspace{
    display: none !important;
}

.news-description p {
    margin-bottom: 0 !important;
}

.testing{
    background-color: #3F3D3D;
    height: 700px;
    width: 700px;
}
.detail-page-bottom-container .right-container .news-title{
    margin-bottom: 0rem !important
}
.right-container .news-article-info .sharing-container-main{
    padding: 0 !important;
}
.nav-wrapper .nav #desktop-side-menu-btn , .nav-wrapper .nav .premium-logo{
    padding: 8px 13px !important;
}
.video-story-detail-container .sharing-containers {
    width: 100%;
}
.video-story-detail-container .sharing-container-main {
    justify-content: space-between;
}
.left-container .each-rate{
    margin-left: 0px;
}
.image-info .image-description{
    margin-bottom: 10px;
}

.detail-embed{
    padding-bottom: 20px;
}
.detail-page-bottom-container .right-container .news-title{
    display: block;
}

.news-item .news-image img{
    height: 129px !important;
}
#metype-container{
    border: 2px solid #ccd6dd;
    border-radius: 15px;
    position: relative;
    margin: 20px auto;
}
.instagram-content {
    margin-left: -0.5rem;
}


.sakal-labs-image div:first-child{
    width: 75px;
    height: 25px;
}

/* fewcents style override */

/* div#news-description {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.kvbKxY, .bQOnFk, .kiknsL{
    margin: 0 !important;
    padding: 0 !important;
}

.sc-AxirZ.dqwvLF{
    width: 100%;
    margin: 0 auto;
} */
