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

.main-container {
    padding: 163px 0 0 0 !important;
}

h3 {
    font-family: 'Ubuntu';
}

p {
    margin: 20px 0;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

table,
table td {
    padding: 0;
    border: none;
    border-collapse: collapse;
}

img {
    width: 100%;
    vertical-align: top;
}

embed {
    vertical-align: top;
}

* {
    border: none
}

dl, menu, ol, ul {
    margin: 0;
}


/*end of reset*/

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

body {
    font-family: 'Ubuntu', sans-serif;
    background: #f6f6f6;
    background-color: #f9f9f9;
    color: #262626;
}

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

.campus_menuWrap {
    width: 92%;
    height: auto;
    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 {
    width: 100%;
    text-align: center;
    display: inline-block;
}

.campus_menu ul {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}

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

::-webkit-scrollbar {
    display: none;
}



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

.campus_menu li.active a {
    color: #000;
    border-bottom: solid 3px red;
}

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

.campus_menuWrap .logo {
    width: auto;
    /*height: 30px;*/
}

.campus_menuWrap .logo p {
    text-align: center;
    margin: 0 0 10px;
    font-size: 21px;
    line-height: 18px;
    color: #E73D00;
}

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

.campus_main #medsection0 {
    float: left;
    width: 1215px;
    font-size: 11px;
    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;
    color: #000;
    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;
    /*border-left: solid 3px red;*/
}

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

.campus_main #leftsection li:hover:before {
    content: "";
    background-color: #e73d00;
    color: red;
    font-weight: bold;
    width: 4px;
    height: 29px;
    display: inline-block;
    margin: 0 10px 0 0;
    /* float:left; */
    transition: .3s ease;
}

.campus_main #medsection2,
.campus_main #medsection3 {
    /* width: 92%; */
    /* background-color: #fff; */
    border: 1px thin #f4f4f4;
    font-size: 12px;
    margin: 15px 15px 0;
}


.school-bar {
    margin-bottom: 20px;
    display: flex;
    gap: 15px;
    align-items: center;
    background-color: #902e2e;
    padding: 5px 10px;
    justify-content: right;
}

.school-bar .uni_list {
    width: 50% !important;
    font-size: 15px;
    border: solid 1px #eaeaea;
    padding: 5px;
}

.campus_main #inner-left-col, .article_footer {
    width: 100%;
    padding: 0 10px;
}

.campus_main #medsection2 #rightsection,
.campus_main #medsection3 #rightsection,
.campus_main #medsection0 #rightsection {
    margin: 0;
}

.campus_main #rightsection {
    background: white;
    border: solid 1px #eaeaea;
    padding: 10px;
}

.block_title {
    display: flex;
    font-size: 15px;
    margin: 15px 0;
}

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

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

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

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

.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: 19px;
    margin: 20px 0;
    line-height: 25px;
}

.med_rec {
    width: 300px;
    height: 250px;
    background: #ffffff;
    margin: auto;
    margin-top: 15px;
    padding: 14px;
    text-align: center;
    border: solid 1px #eaeaea;
}

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

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

.campus_list {
    width: 100%;
    display: inline-block;
    background: #fff;
    padding: 3%;
    border: solid 1px #eaeaea;
}

.campus_list.phtoVidsGal{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.campus_list.phtoVidsGal li{
    width: 49%;
}

.phtoVidsGal li {
    border-bottom: none !important;
    padding-bottom: 5px !important;
}

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

.campus_list li:last-child {
    border: 0;
    margin: 0;
}

.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;
    width: 30%;
    height: 70px;
    float: left;
    margin-right: 3%;
    display: flex;
    background-color: #CCC;
}

.phtoVidsGal  li .image {
    height: 100px;
}

.campus_list li .image img {
    object-fit: cover;
    margin: 0 !important;
}

.campus_list.phtoVidsGal .image{
    width: 100%;
}

.campus_list li .info {
    width: 67%;
    padding: 0;
    overflow: hidden;
    float: left;
}

.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;
}

.campus_list li .info h3 {
    font-size: 15px;
    margin: 4px 0;
    line-height: 20px;
    max-height: 60px;
    overflow: hidden;
    font-weight: normal;
}

.campus_list .category {
    font-size: 13px;
    color: #902e2e;
}

.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 !important;
}

.campus_list li .image img {
    margin-right: 8px !important;
}

.campus_list.video li .image {
    width: 100%;
    height: auto;
    background-color: transparent;
}

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);
    display: block;
    color: #fff !important;
    font-size: 12px;
    text-decoration: none;
}

.banner_block {
    width: 300px;
    height: 250px;
    background: #ffffff;
    margin-bottom: 30px;
    margin: auto;
    padding: 14px;
    border: solid 1px #eaeaea;
}

.side_block .lead {
    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 {
    padding: 5px 0 0;
    overflow: hidden;
}

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

.featured_stories .featured_top .left .info,
.side_block .category {
    font-size: 13px;
    color: #ffffff;
}

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

.side_block_list .image {
    width: 30%;
    overflow: hidden;
    height: 75px;
    float: left;
    margin-right: 3%;
}

.side_block_list .info {
    width: 67%;
    float: left;
}

.side_block_list .info h3 {
    max-height: 58px;
    clear: left;
    font-size: 14px;
    margin: 0 0 6px;
    overflow: hidden;
    font-weight: normal;
    line-height: 1.4;
}

.side_block_list {
    margin-top: 5px;
}

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


/* Additonal Css */

.Navbar.campus, .top-nav-section.campus {
    background-color: var(--mainRed);
}

.navbtn__campus{
    border-bottom: 3px solid var(--mainRed);
}

.campus_main .campus_name {
    font-size: 13px;
    text-wrap: nowrap;
    width: 305px;
    overflow: hidden;
    margin-right: 5px;
    color: white;
}


.sub-navs-con .subnavbtn-active{
    background-color: white;
    color: black;
    padding: 2px 5px;
    border-radius: 4px;
}




.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;
}

.top-event-campus {
    width: 100%;
    height: max-content;
    background: var(--main-grey) url(../images/bgfx.png) no-repeat;
    position: relative;
    display: flex;
    border-radius: var(--Brad1);
    border: 3px solid white;
    margin: 0 0 14px;
    gap: 20px;
    padding: 10px;
    flex-direction: column;
}

/*.top-event-campus .image{
    width: 60%;
}*/

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

.cateEventdate {
    display: flex;
    gap: 10px;
    font-size: 13px;
}

.cateEventdate span {
    color: #000;
}

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

.cateEventdate.mobfeattext .event-date{
    width: 98px;
}

.side_block{
    margin-bottom: 15px;
}


.search-area-con {
    width: 100%;
    position: relative;
}

.search-area-con input {
    background-color: #FFF;
    width: 92%;
    border-radius: 20px;
    padding: 12px 4%;
}

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

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

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

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

.option-select-btns p {
    font-size: 12px;
}

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

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

.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: 16px;
}

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

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

.daily-post .blog-theme p {
    max-width: 150px;
    margin: 0;
    font-weight: 700;
}

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

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


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

.blogger-name {
    color: var(--mainRed);
    display: inline-flex;
    text-decoration: none;
    font-weight: 700;
}

.follower-post-highlight {
    font-size: 16px;
    overflow: hidden;
    font-weight: 400;
    color: black;
    text-decoration: none;
    display: inline-block;
    line-height: 1.43em;
    word-break: break-word;
}

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

.comment-con-new, .commentIcon img {
    width: 24px !important;
}

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

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

.follower-post-highlight p {
    margin: 10px 0;
    line-height: 1.5;
}

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

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

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

.thumbs-group {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.thumbs-group button {
    margin-right: 0px;
    margin-left: 14px;
}

.thumbs-group button:first-child {
    margin-left: 0;
}

.comment-group {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

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

.count-click-btn {
    margin-right: 20px;
    color: var(--mainRed);
    font-size: 14px;
}

input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}


.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;
}


.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-box {
    display: flex;
    height: max-content;
    background-color: #f0f0f0;
    padding: 10px;
    gap: 10px;
}*/

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

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

.input-box {
    min-height: 40px;
    border-radius: 10px;
    outline: none;
    border: 0;
    padding: 10px 12px 10px;
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: stretch;
}

.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;
    width: 145px;
    justify-content: center;
}

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

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

.prevNextbtn-con {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin: 5px 0;
}

.prevNextbtn-con .createPost{
    border-radius: 10px;
}

.wTwi {
    background: #902e2e;
}

.wTwi .twi_news{
    background-color: #661616;
}

::placeholder, input::placeholder {
    color: gray;
}

.thumbs-up img, .thumbs-down img, .commentIcon img {
    transition: filter 0.3s ease;
    filter: contrast(0.5);
}

.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;
    margin-top: 10px;
    margin-bottom: 5px;
    vertical-align: bottom;
}

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

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

.pagination a {
    border: 1px solid var(--mainRed);
    display: inline-block;
    padding: 3px;
    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 {
    margin-top: 16px;
    line-height: 1;
}

.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);
}

.anon {
    padding-left: 8px;
    margin-top: 10px;
    color: #000;
}

.add-comment .comment-button-containter {
    height: 35px;
    margin-left: auto;
}

button.reply {
    color: var(--mainRed);
}

#comment-error {
    font-size: 12px;
    line-height: 3;
}

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

.featured_stories .featured_top .left .image img {
    object-fit: cover;
    margin: 0 !important;
}

.reply_text {
    margin-top: 0 !important;
}

article {
    line-height: 1.4;
}

.smsg {
    font-size: 18px !important;
}

.detail-view .profile-con {
    margin-bottom: 10px !important;
}

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

.sellyourprodform {
    background: #CCC;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px;
    margin-top: 10px;
}

.sellyourprodform .createPost {
    margin: 0;
    font-size: 14px;
    padding: 10px 20px;
}

.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-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-form-main-con {
    width: 100%;
    margin: 90px auto;
    position: relative;
}
.close-btn {
    isplay: 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: 10px;
    top: -50px;
}
.close-btn p {
    line-height: 0;
    margin: 0;
    padding: 14px 10px;
}

.pop-form {
    width: 100%;
    background-color: white;
    border-radius: 13px;
}
.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);
    border-radius: 12px 12px 0 0;
}
.Askform-con {
    padding: 20px;
}
.username-con {
    margin-bottom: 17px;
}
.username-con {
    display: flex;
    gap: 20px;
}
.username-con .blogger-name {
    max-height: 24px;
    color: black;
    display: block;
    font-size: 16px;
    font-weight: 700;
}
.name-edit-btn {
    font-size: 13px;
    color: var(--mainRed);
    font-weight: 600;
}
.Comment-box-submit textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5;
    min-height: 50px;
    max-height: 500px;
    overflow-y: hidden;
    border: 1px solid;
}
#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;
}
.Comment-box-submit #submit-btn {
    border: 1px solid #d6d9da;
    background-color: var(--mainRed);
    border-radius: 8px;
    padding: 6px 15px;
    cursor: pointer;
    display: block;
    margin-left: 0;
    margin-bottom: 10px;
    color: #fff;
}
.submitbtn-file-uploadbtn {
    display: flex;
    justify-content: flex-end;
    padding-top: 20px;
    border-top: 1px solid var(--main-grey);
}
.errorCont {
    display: block;
    background-color: #fce4e4;
    border: 1px solid #fcc2c3;
    padding: 10px 15px;
    text-align: center;
    font-size: 14px;
}

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

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

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

.poll_widget li {
    border: 2px solid #dddcdc;
}