:root{
    --mainRed:#902e2e;
    --main-grey:#f0f0f0;
    --secondary-grey:#dddddd;
    --secondary-grey2:#8e8e8e;
    --Brad1:12px;
    --Brad2:10px;
    --Brad3:8px;
    --RedButtonRad:29px;
}

#mainsection {
    float: left;
    background-color: #FFF;
    margin-left: 15px;
}

#mainsection ul {
    margin: 0;
}

.Submenus-items__news, #footer {
    background-color: var(--mainRed);
}

.btn {
    padding: 0;
    margin-top: 20px;
}

body {
    font-family: 'Ubuntu', sans-serif;
    background: #f6f6f6;
    background-color: #f9f9f9;
    /*font-family: Tahoma,Arial,Helvetica,sans-serif;*/
    color: #262626;
}

#pagecontainer {
    margin: 0 auto;
    width: 1245px;
    background-color: #fff;
    box-shadow: 2px 0 15px #e1e1e1;
}

#mainbody {
    background-color: #fff;
    width: 1245px;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.featured_stories {
    margin-bottom: 30px;
}

.campus_menuWrap {
    width: 1215px;
    height: 45px;
    padding: 15px 15px 0;
    -webkit-box-shadow: 0px 4px 9px -7px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 4px 9px -7px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 4px 9px -7px rgba(0, 0, 0, 0.20);
    z-index: 3;
    display: inherit;
}

.campus_menu {
    float: right;
    width: 1100px;
    text-align: center;
}

.campus_menu ul {
    display: inline-block;
}

.campus_menu li {
    text-transform: uppercase;
    padding: 10px 15px;
    float: left;
}

.campus_menu li:hover a {}

.campus_menu li a {
    text-decoration: none;
    color: #afafaf;
    /*font-weight: lighter;*/
    font-size: 15px;
    padding-bottom: 15px;
}

.campus_menu li.active a {
    color: #000;
    border-bottom: solid 3px var(--mainRed);
}

.campus_menu li a:hover {
    color: #000;
    /*font-weight: bold;*/
}

.campus_menuWrap .logo {
    float: left;
    width: 100px;
}

.campus_menuWrap .logo p {
    text-align: center;
    margin: 0;
    font-size: 21px;
    line-height: 18px;
    color: var(--mainRed);
}

.campus_body {
    width: 1245px;
    height: auto;
    background: #F4F4F4;
    display: inline-block;
}

.campus_main {
    float: left;
    width: 1215px;
    font-size: 13px;
    padding: 15px;
}

.campus_main #leftsection {
    float: left;
    width: 135px;
    height: 100%;
    margin: 15px 0 0 15px!important;
}

.campus_main #leftsection li {
    margin: 10px 0 10px 0;
    transition: .5s;
}

.campus_main #leftsection a {
    padding: 5px 10px 5px 0;
    display: block;
    text-decoration: none;
    border: solid 1px #f4f4f4;
    transition-delay: 0.8s;
    transition: .3s ease;
    font-size: 15px;
}

.campus_main #leftsection a:hover {
    background: white;
    border-radius: 0 20px 20px 0;
    border: solid 1px #eaeaea;
    color: var(--mainRed) !important;
}

.campus_main #leftsection li:before {
    transition: .3s ease;
}

.campus_main #leftsection li:hover:before {
    content: "";
    /* background-color: #e73d00;
    color: red; */

    background-color: var(--mainRed);
    color: var(--mainRed);
    font-weight: bold;
    width: 4px;
    height: 29px;
    display: inline-block;
    margin: 0 10px 0 0;
    float: left;
    transition: .3s ease;
}

.campus_main {
    float: left;
    width: 1065px;
    border: 1px thin #f4f4f4;
    margin: 15px 15px 0;
}

.campus_main .campus_name {
    font-size: 20px;
    border-bottom: solid 1px #eaeaea;
    padding: 10px 0 10px;
}

.campus_main #inner-left-col {
    float: left;
    width: 879px;
    margin-right: 15px;
}

.campus_main #rightsection {
    margin: 0;
    width: 300px;
    height: auto;
    float: left;
    background: white;
    padding: 10px;
    border-left: 1px solid #eaeaea;
}

.block_title {
    /*width: 695px;*/
    font-size: 15px;
    margin: 15px 0;
}

.block_title span {
    font-size: 17px;
    font-weight: normal;
}

.block_title:before {
    content: "";
    /* background-color: #e73d00;
    color: red; */
    background-color: var(--mainRed);
    color: var(--mainRed);
    font-weight: bold;
    width: 4px;
    height: 19px;
    display: inline-block;
    margin: 0 10px 0 0;
    float: left;
    transition: .3s ease;
}

.featured_stories .featured_top {
    overflow: hidden;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 15px;
}

.featured_stories .featured_top .left {
    width: 562px;
    overflow: hidden;
    height: 250px;
    float: left;
    position: relative;
    background: #1b1b1b;
}

.featured_stories .featured_top .left a {
    width: 100%;
}

.featured_stories .featured_top .left img {
    object-fit: cover;
}

.featured_stories .featured_top .left .image .position {
    display: flex;
    height: 250px;
}

/*.featured_stories .featured_top .left .image {
    float: none;
    padding: 0;
    width: 100%;
    max-width: 100%;
    margin: auto;
}

.featured_stories .featured_top .left .image:after {
    display: block;
    position: relative;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #1b1b1b 100%);
    margin-top: -100px;
    height: 100px;
    width: 100%;
    content: '';
}*/

.position {
    position: relative;
}

.featured_stories .featured_top .left .info {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    height: auto;
    padding: 15px;
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorStr=#00000000, endColorStr=#DD000000);
    background-color: transparent;
    background-image: -webkit-linear-gradient(transparent, rgb(31, 31, 31));
    background-image: linear-gradient(transparent, rgb(31, 31, 31));
    background-position-y: -1px;
    bottom: -1px;
}

.featured_stories .featured_top .info h2 {
    color: #fff;
    font-size: 24px;
    margin: 20px 0;
    line-height: 30px;
}

.med_rec {
    width: 300px;
    height: 250px;
    background: #ececec;
    margin: 0 0 0 15px;
    float: left;
}

.featured_stories .featured_bottom {
    list-style: none;
    margin: 0;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.campus_list {
    display: inline-block;
    background: #fff;
    padding: 10px;
    border: solid 1px #eaeaea;
}

.campus_list li {
    float: left;
    width: 272px;
    margin: 0 20px 20px 0;
    height: auto;
}

.campus_list li a {
    text-decoration: none;
    color: #000;
}

.campus_list li:nth-child(3n+0) {
    margin-right: 0;
}

.campus_list li .image {
    overflow: hidden;
    height: 140px;
    display: flex;
    width: 272px;
}

.campus_list li .image img {
    object-fit: cover;
}

.campus_list li .image img:hover {
    transform: scale(1.04);
    filter: grayscale(100);
    transition: ease 0.2s;
}

.campus_list.video li {
    border: 1px solid #CCC;
    padding: 12px;
    border-radius: 5px;
    font-size: 15px;
    box-shadow: 3px 3px 3px #444;
    margin-right: 0;
    width: 100%;
}

.campus_list.video img {
    width: 20px !important;
    vertical-align: middle;
    margin-right: 8px;
}

.campus_list.video li .image {
    height: auto;
    width: auto;   
}

.play-icon {
    background: url(https://cdn.ghanaweb.com/design/play-icon2.png) no-repeat 50% 0;
    position: absolute;
    background-color: #e40000;
    background-size: 25px;
    left: 0;
    width: 20px;
    height: 16px;
    text-indent: -9999px;
    opacity: .8;
    padding: 2px 5px;
    font-size: 10px;
}

.featured_stories .featured_bottom .info {
    /*height: 64px;*/
    padding: 5px 0 0;
    overflow: hidden;
}

.campus_list li .info h3 {
    clear: left;
    font-size: 15px;
    margin: 4px 0 6px;
    line-height: 20px;
    height: 43px;
    overflow: hidden;
}

.campus_list .category {
    font-size: 13px;
    /* color: #cecece; */
    color: #a3a3a3;
}

h3 {
    clear: left;
    font-size: 16px;
    margin: 4px 0 6px;
}

.block_listing {
    margin: 30px 0px;
}

.block_listing .load_more {
    margin: 15px 0;
    display: none;
}

.block_listing .load_more a {
    text-align: center;
    padding: 10px;
    border-radius: 3px;
    background: var(--mainRed);
    /* background: #E73D00; */
    display: block;
    color: #fff !important;
    font-size: 12px;
    text-decoration: none;
}

.load_more a {
    color: #767676;
}

.banner_block {
    width: 728px;
    height: 90px;
    background: #d8d8d8;
    margin-bottom: 30px;
}

.side_block .lead {
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: solid 1px #eaeaea;
}

.side_block .block_title {
    font-size: 15px;
    margin: 0 0 10px 0;
}

.side_block a {
    text-decoration: none;
    color: #000;
}

.side_block .lead .image {
    overflow: hidden;
    height: 150px;
}

.side_block .lead .info {
    /* height: 64px; */
    padding: 5px 0 0;
    overflow: hidden;
}

.side_block .lead .info h3 {
    clear: left;
    font-size: 17px;
    margin: 4px 0 6px;
    line-height: 20px;
    height: 43px;
    overflow: hidden;
}

.featured_stories .featured_top .left .info,
.side_block .category {
    font-size: 13px;
    /* color: #e73d00; */
    color: var(--mainRed);
}

.side_block_list li {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    border-bottom: solid 1px #eaeaea;
}

.side_block_list .image {
    width: 130px;
    overflow: hidden;
    height: 75px;
    float: left;
    margin-right: 10px;
    display: flex;
    object-fit: contain;
}

.side_block_list .info {
    width: 135px;
    float: left;
}

.side_block_list .info h3 {
    height: 49px;
    clear: left;
    font-size: 14px;
    margin: 0 0 6px;
    overflow: hidden;
}

.side_block_list {
    margin-top: 5px;
}

.side_banner_block {
    width: 300px;
    height: 600px;
    background: #d8d8d8;
    margin-bottom: 30px;
}




/* Addition CSS changes to make page work */

.featured_stories .featured_top,
.campus_list, .campus_list li {
    display: flex;
}

.campus_list{
    flex-wrap: wrap;
}

.campus_main #inner-left-col {
    margin: 0 15px;
}

.block_listing{
    width: 878px;
}


.Submenus-items__campus {
    background-color: #902e2e;
}

.active {
    top: 8px;
}

#leftsection ul {
    width: 135px;
    background-color: transparent;
}


.side-menu-all{
    position: relative;
}

/* .side-menu-all .more-btn-con{
    padding-left: 10px;
} */

.more-btn .drop-menu-con{
  z-index: 1000;
}

#leftsection .side-menu-all .left-link-active{
    background-color:var(--mainRed);
    border-radius: 0 20px 20px 0;
    color: white !important;
}

.side_block_list li{
    margin-left: 0;
}

.side_block_list li a{
    /* display: inline-flex; */
    width: 100% ;
}


.top-event-campus{
    width: 100%;
    background: var(--main-grey) url(https://cdn.ghanaweb.com/design/campus/bgfx.png) no-repeat;
    position: relative;
    display: flex;
    border-radius: var(--Brad1);
    border: 3px solid white;
    text-decoration: none !important;
    min-height: 300px;
}

/*.top-event-campus:hover{
    text-decoration: none;
    background: none;
    transition: ease 0.2s;
    filter: drop-shadow(5px 6px 5px rgb(0, 0, 0, 0.2));
}*/

/*.top-event-campus:hover .position img{
    transform: scale(1.28);
    transition: ease 0.2s;
}*/

.top-event-campus .position{
    width: 400px;
    height: 100%;
    overflow: hidden;
}

#inner-left-col .top-event-campus .position img {
    width: inherit;
    height: inherit;
    object-fit: cover;
}

.top-event-campus .info{
    width: 300px;
    padding: 0px 15px;
    display: flex;
    place-content: center;
    flex-direction: column;
    gap: 20px;
    text-align: center;
}

.top-event-campus .info h3{
   font-size: 23px;
   font-family: Verdana, Geneva, Tahoma, sans-serif;
   margin-bottom: 15px;
   color: #902e2e;
 }

 /*.top-event-campus:hover .info{
    color: black;
    transform: translateY(-10px);
    transition: ease 0.2s;
 }*/


 .New-ghweb-navigation-container {
    position: relative;
    z-index: 10000;
}

.campus_name span{
    color: var(--mainRed);
}

.event-date {
    text-wrap: nowrap;
    overflow: hidden;
    font-weight: 700;
}

.cateEventdate{
    display: flex;
    gap: 10px;
    justify-content: center;
}


.outlinefx {
    width: 743px;
    height: 200px;
    position: absolute;
    top: -35px;
}


.sellyourprodform{
    height: max-content;
    margin-bottom: 10px;
    padding: 20px 0;
    background-color: var(--main-grey);
    text-align: center;
}

.sellyourprodform h3{
    font-size: 17px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#rightsection .createPost,
.do-more .createPost {
    font-size: 16px;
    padding: 13px 38px;
    background-color: var(--mainRed);
    color: white;
    margin: 12px 0;
    border-radius: var(--RedButtonRad);
    display: inline-block;
    text-wrap: nowrap;
    cursor: pointer;
}

#rightsection .createPost:hover,
.do-more .createPost:hover {
    background-color: #e3e3e3;
    color: black;
    text-decoration: none;
}

#inner-left-col{
    padding-right: 0;
}


/* Css for middle connect */

.middleConnect{
    width: 100%;
    background-color: #f0f0f0;
    padding: 20px 15px;
    float: right;
}

.blog-info-con p {
    font-size: 13px;
    padding-top: 4px;
}

.cam-search-area-con{
    height: 40px;
    border-radius: 22px;
    position: relative;
    background-color: white;
}

.middleConnect .cam-search-area-con{
    width: 100%;
}

.cam-search-area-con img,
#inner-left-col .middleConnect .cam-search-area-con img
 {
    position: absolute;
    right: 12px;
    top: 11px;
    width: 19px;
}

.cam-search-area-con input{
    width: 95%;
    height: inherit;
    padding-left: 20px;
    border-radius: inherit;
    outline: none;
    border: 0;
}

.section-recommend-btn-con{
    margin-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c0c0c0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.option-select-btns{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

.option-select-btns p{
    font-size: 12px;
    font-weight: bold;
    margin: 0;
}


.section-recommend-btn-con .option_list {
    font-size: 15px;
    border: 0;
    padding: 5px;
    outline: none;
    font-size: 12px;
}

.daily-post, .inner-post {
    margin: 15px 0 15px;
    position: relative;
    border-bottom: 1px solid var(--secondary-grey2);
    padding-bottom: 15px;
}

.daily-post .blog-info-con p{
    margin: 0;
}

.daily-post h3{
    font-size: 15px;
    font-family: sans-serif;
}

.inner-post{ 
    padding: 10px;
    border-radius: 12px;
    margin-bottom: 30px;
    background-color: white;
    text-decoration: none;
}

.inner-post .post-title-name{
    margin: 20px 0;
}


.daily-post-photo-con {
    width: 100%;
    /* height: 300px; */
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    background-color: var(--main-grey);
}

.daily-post-photo-con img{
    width: auto;
    height: 100%;
}

.daily-post .follower-post-highlight {
    color: #000000;
    display: block;
}

.inner-post .follower-post-innerpage {
    color: #000000;
    display: block;
    padding: 10px 0 30px;
    font-size: 14px;
    line-height: 1.4;
}

.daily-post .follower-post-highlight:hover{
   text-decoration: none;
}

.daily-post .blog-theme p{
    max-width: 150px;
}

.daily-post .follow-btn{
    font-size: 15px;
    height: max-content;
}

.show-more-btn{
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    color: var(--mainRed);
    margin: 10px 0;
    display: inline-block;
}

.show-more-btn:hover{
    text-decoration: underline;
}

.post-title-name {
    margin: 15px 0 0;
    width: 100%;
    max-height: 41px;
    font-size: 16px;
    overflow: hidden;
}

.commentslikes-con {
    align-items: center;
    display: flex;
    width: 100%;
    height: 48px;
    background-color: rgb(255 255 255);
    border-top: 1px solid var(--btn-grey3);
}

.comment-con, .likes-con {
    max-width: 260px;
    padding: 0;
    height: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 13px;
    font-weight: 400;
    text-wrap: nowrap;
}

.comment-con a, .likes-con a{
    color: black;
    text-decoration: none;
}

.comment-con:hover, .likes-con:hover{
    cursor: pointer;
}

.comment-con img, .likes-con img{
    width: 13px;
}


.follow-btn {
    position: absolute;
    right: 0;
    background-color: #ffffff;
    padding: 4px 14px;
    border-radius: 7px;
    font-size: 10px;
    font-weight: 800;
    color: #676666;
    text-decoration: none;
    border: 1px solid #8c8c8c;
}

.daily-post .follow-btn {
    font-size: 15px;
    height: max-content;
}

.follower-post-highlight {
    font-size: 15px;
    padding: 10px 0 0;
    overflow: hidden;
    margin-bottom: 10px;
    font-weight: 400;
    color: black;
    text-decoration: none;
    display: inline-block;
    line-height: 1.43em;
}

.time-posted {
    font-size: 12px;
    margin-left: 0px;
    color: #999999;
}


.photo-con {
    width: 40px;
    height: 40px;
    background-color: var(--btn-grey2);
    border-radius: 8px;
    overflow: hidden;
}

.section-title-text {
    font-size: 14px;
    color: black;
    font-weight: 700;
}

.blog-theme {
    font-size: 13px;
    display: flex;
    align-items: baseline;
}

.blogger-name:hover {
    text-decoration: underline;
}

.profile-con {
    display: flex;
    gap: 15px;
    position: relative;
    margin-bottom: 10px;
}

.post-rating-container {
    display: flex;
    gap: 20px;
    justify-content: end;
    margin-left: 20px;
}

.post-rating {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 15px;
    color: grey;
    cursor: pointer;
}

.Comment-section{
    height: 500px;
    background-color: white;
    border-radius: 12px;
    margin-top: -33px;
}

/*.comment-box {
    display: flex;
    height: max-content;
    background-color: #f0f0f0;
    padding: 10px 0;
    gap: 20px;
}*/

.profile-photo-con{
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    background-color: black;
}

.profile-photo-con img{
    width: inherit;
    height: inherit;
    object-fit: cover;
}

.photo-con {
    width: 40px;
    height: 40px;
    background-color: var(--btn-grey2);
    border-radius: 8px;
    overflow: hidden;
}


.like-count-clicker{
    font-weight: 400;
    text-wrap: nowrap;
}


.innerleft-inside{
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    gap: 15px;
}

.do-more{
    width: 300px;
}


.input-box {
    min-height: 40px;
    width: 480px;
    border-radius: 10px;
    outline: none;
    border: 0;
    padding: 10px 12px 10px;
}


.Commsection-subbtn {
    padding: 0px 16px;
    background-color: var(--mainRed);
    font-size: 13px;
    color: white;
    border-radius: 20px;
    display: flex;
    align-items: center;
    height: 35px;
    outline: none;
    border: 0;
    cursor: pointer;
}

.Commsection-subbtn:hover{
    background-color: var(--secondary-grey);
    color: black;
    text-decoration: none;
}

.profile-photo-con img {
    width: inherit;
    height: inherit;
    object-fit: cover;
}

.MainVideo-container{
    width: 100%;
    height: 400px;
    background-color: var(--mainRed);
    margin-top: 15px;
}

.GTGimage{
    width: 90px;
    height: 90px;
    overflow: hidden;
}

/* Added */

.comment-actions button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    margin-right: 5px;
    margin-left: 10px;
    transition: color 0.3s ease;
}

.comment-actions {
    margin-top: 10px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.thumbs-up img, .thumbs-down img, .commentIcon img {
    transition: filter 0.3s ease;
    filter: contrast(0.5);
}
.comment-con-new, .commentIcon img {
    width: 24px !important;
}

.photo-con {
    width: 40px;
    height: 40px;
    background-color: var(--mainRed);
    border-radius: 50%;
    overflow: hidden;
}

.photo-con span {
    display: block;
    text-align: center;
    letter-spacing: 2px;
    font-weight: bold;
    padding: 11px 0 7px 3px;
    color: #fff;
    font-size: 13px;
    line-height: 19px;
}

.count-click-btn {
    margin-right: 30px;
    color: #b4b5b6;
}

.blogger-name {
    max-height: 18px;
    overflow: hidden;
    color: var(--mainRed);
    display: inline-flex;
    text-decoration: none;
    font-weight: 700;
}

.thumbs-up:hover img, .thumbs-down:hover img, .commentIcon img:hover, .active.thumbs-up img, .active.thumbs-down img, .upvote-count.active, .downvote-count.active {
    filter: invert(54%) sepia(74%) saturate(363%) hue-rotate(306deg) brightness(75%) contrast(100%);
}

.pagination {
    width: auto;
    float: right;
    margin-top: 10px;
    margin-bottom: 5px;
    vertical-align: bottom;
}

.pagination .disabled {
    border: 1px solid var(--mainRed);
    background-color: white;
    display: inline-block;
    padding: 7px;
    margin-left: 3px;
    color: var(--mainRed);
}

.pagination .current {
    border: 1px solid var(--mainRed);
    background-color: var(--mainRed);
    display: inline-block;
    padding: 7px;
    margin-left: 3px;
    color: #fff;
}

.pagination a {
    border: 1px solid var(--mainRed);
    display: inline-block;
    padding: 7px;
    margin-left: 3px;
    color: var(--mainRed);
}

.add-comment {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 15px 10px;
    margin: 15px 0;
    background-color: #f9f9f9;
    width: 100%;
    max-width: 676px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 4px;
}

.add-comment textarea, .reply-text {
    width: 400px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.4;
    resize: none;
    transition: all 0.3s ease;
    outline: none;
    margin: 0 10px;
}

.add-comment button, .submit-reply {
    padding: 8px 12px;
    border: none;
    border-radius: 20px;
    background-color: var(--mainRed);
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    margin-top: 6px;
    float: right;
    transition: background-color 0.3s ease;
}

.add-comment #comment-error {
    color: red;
    margin-top: 10px;
    font-size: 12px;
}

.comment-box {
    position: relative;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.comment-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.comment-box .content {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

.comment-header span.init {
    width: 40px;
    height: 40px;
    background-color: var(--mainRed);
    border-radius: 50%;
    color: white;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    margin-right: 15px;
}

.comment-info {
    display: flex;
    flex-direction: column;
}

.comment-author {
    font-weight: bold;
    color: #2c3e50;
    font-size: 13px;
}

.comment-time {
    color: #bbbbbd;
}

.comment-box .content {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

.comment-thread {
    margin-top: 20px;
    border-left: 2px solid #e0e0e0;
    padding-left: 20px;
}

.reply-text {
    width: 96%;
    margin: 15px 10px 15px 0;
}

.innerleft-inside a {
    color: var(--mainRed);
}

.option-bar {
    padding: 8px 12px;
    width: 853px !important;
}

.option-bar a, .article_footer a {
    color: #2a74ae;
}

#share li img {
    height: 20px;
}

#share li a {
    text-indent: 0;
    width: auto;
    height: auto;
    background: none;
}

.article-left-col {
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-weight: 350;
    letter-spacing: -.01em;
    line-height: 150%;
}

article {
    font-size: 15px;
}

.campus_main #inner-left-col h1 {
    font-size: 24px;
    line-height: 1.4;
}

.option-bar svg, .title svg {
    height: 18px;
    vertical-align: sub;
}

.option-bar p a {
    color: #000 !important;
    font-weight: normal;
    text-decoration: none;
}

#inner-left-col p {
    clear: none;
}

.top-event-campus .top {
    width: 300px;
    text-align: center;
}

.top-event-campus .bottom {
    min-width: 150px;
    margin: 0 auto;
}

.gallery-desc {
    font-size: 15px;
}

/* CSS for pop-up form (Post and Reply) */

.Pop-up-main-con-reply.show,
.Pop-up-main-con-post.show,
.Pop-up-main-con-notify.show{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 999999;
}

.Pop-up-main-con-reply.show::before, 
.Pop-up-main-con-post.show::before,
.Pop-up-main-con-notify.show::before
{
    content:"";
    background-color: black;
    position: absolute;
    width: inherit;
    height: inherit;
    opacity: 0.7;
}

.pop-up-form-main-con{
    width: max-content;
    margin: 90px auto;
    position: relative;
}

.pop-form-con{
    width: inherit;
    height: max-content;
    background-color: white;
    border-radius: 15px;
    position: absolute;
    margin-top: 50px;
}

.pop-form{
    width: 640px;
    background-color: white;
    border-radius: 13px;
}

.close-btn {
    display: flex;
    width: 30px;
    background-color: white;
    color: var(--mainRed);
    margin: 10px 0 30px;
    z-index: 2300;
    position: absolute;
    justify-content: center;
    border-radius: 20px;
    right: -8%;
    top: -20px;
}

.close-btn p{
    line-height: 0;
    margin: 0;
    padding: 14px 10px;
}

.close-btn:hover{
    background-color: var(--mainRed);
    color: white;
    cursor: pointer;
}

.errorCont {
    display: block;
    background-color: #fce4e4;
    border: 1px solid #fcc2c3;
    padding: 10px 15px;
    text-align: center;
    font-size: 14px;
}
.Askform-con{
    padding: 20px;
}


.askform-postform-btn-con{
    display: flex;
    height: max-content;

}

.askform-btn {
    width: 100%;
   padding: 20px 0;
   text-align: center;
   font-size: 15px;
   color: white;
   background-color:var(--mainRed);
}

#uploadTrigger {
    display: inline-block;
    background-color: var(--mainRed);
    color: white;
    padding: 7px 14px;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 10px 0;
}

/* Hover effect */
#uploadTrigger:hover {
    background-color: #782222; /* Darker shade on hover */
}

/* Focus effect */
#uploadTrigger:focus {
    outline: 2px solid #005f46;
}

.askform-btn{
    border-radius: 12px 12px 0 0;
}

.username-grouptopost-selection {
    margin: 10px 0 20px;
    display: flex;
    justify-content: space-between;
}
.username-con{
    display: flex;
    gap: 20px;
}

.username-con .blogger-name {
    max-height: 24px;
    color: black;
    display: block;
    font-size: 16px;
}

.name-edit-btn{
    font-size: 13px;
    color: var(--mainRed);
    font-weight: 600;
}

.pop-form-con .inner-post-comment-area{
    margin: 0 20px 30px 20px;
}

.pop-form-con .Comment-box-submit textarea {
    display: block;
    margin-bottom: 30px;
    width: 100%;
    min-height: 140px;
    padding: 8px 15px;
    border: 0;
    background-color: #f4f4f4;
}

.submitbtn-file-uploadbtn{
    display: flex;
    justify-content: flex-end;
    padding-top: 20px;
    border-top: 1px solid var(--btn-grey2);
}

.pop-form-con .submit {
    border-radius: 34px;
    padding: 11px 47px;
}

.Comment-box-submit textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5;
    min-height: 50px; /* Set a minimum height */
    max-height: 500px; /* Optional: Set a maximum height */
    overflow-y: hidden; /* Hide the scrollbar */
}

.Comment-box-submit #submit-btn {
    border: 1px solid #d6d9da;
    background-color: #d6d9da;
    border-radius: 8px;
    padding: 6px 15px;
    cursor: pointer;
    display: block;
    margin-left: 0;
    margin-bottom: 10px;
}

.Comment-box-submit #submit-btn.submit:hover{
    background-color: var(--maingreen);
    color: white;
    font-weight: 700;
}

.photo-con img {
    width: inherit;
    height: inherit;
    object-fit: cover;
}

.Comment-box-submit #submit-btn.submit:hover {
    background-color: var(--mainRed);
    color: white;
    font-weight: 700;
}

.side_block_list .image img {
    width: 100%;
    object-fit: cover;
}

#poll_search {
    background-color: var(--mainRed) !important;
}

#poll_search input {
    min-width: 30%;
}

.campus #inner-left-col p {
    font-size: 14px;
}