.conferences_post__container,
.conferences_post__box {
    background-color: #fff;
    width: 100%;
    padding: 40px;
}

/* error style */

.conferences_post__error {
    font-weight: bold;
    text-align: center;
    color: #ec4933;
    margin: 20px 0 20px;
}


/*  */

.conferences_post_banner_div {
    padding: 75px 0px;
    position: relative;
    z-index: 89;
    text-align: center;
    line-height: 1;
    background-repeat: repeat;
    background-position: center;
}

.conferences__sidebar {
    width: 33%;
    margin-left: 15px;
}

.conferences_post_banner_title {
    color: #fff;
    font-style: italic;
    text-transform: capitalize;
}

.conferences_post_banner_title_under {
    color: #da5643;
}

.conferences_post__image {
    display: flex;
    justify-content: center;
}

.conferences_post__image>img {
    width: 70%;
    object-fit: contain;
    border-radius: 5px;
    max-height: 500px;
}

.conferences_post__info>h3 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 3px;
}

.conferences_post__info {
    padding-top: 15px;
}

.conferences_post__comments_item_content {
    margin-left: 5px;
}

.conferences_post__comments_item_content>p {
    margin-bottom: 0;
    font-size: 15px;
}

.conferences_post__subInfo {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
}

.conferences_post__subInfo_left>p {
    font-size: 14px;
    color: gray;
    display: flex;
    margin: 0;
    margin-right: 20px;
    align-items: center;
    gap: 5px;
}

.conferences_post__subInfo_left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.conferences_post__subInfo_right {
    display: flex;
    height: 40px;
}

.conferences_post__subInfo_right>.news_pdfBook {
    border: solid 2px #2f546c;
    border-radius: 5px;
    font-size: 15px;
    text-align: center;
    transition: ease-in-out 0.3s;
    color: #2f546c;
    width: 150px;
    height: 30px;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
    gap: 8px;
}

.conferences_post__subInfo_right>.news_pdfBook:hover {
    background-color: #d8e3eb;
}

.reply_modal {
    width: fit-content;
}

.reply_modal>form {
    display: flex;
    align-items: center;
}

.reply_modal>form>button {
    margin-left: 10px;
}

.reply_modal>form>textarea {
    width: 300px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 5px 10px;
    resize: vertical;
    outline: none;
}

.conferences_post__subInfo>p {
    font-size: 14px;
    color: gray;
    margin-right: 22px;
}

.conferences_post__content {
    font-size: 16px;
    color: gray;
    line-height: 2;
    text-align: justify;
}

.conferences_post__gallery {
    display: flex;
    justify-content: space-evenly;
    margin-top: 10px;
    flex-wrap: wrap;
}

.conferences_post__gallery_item {
    margin-top: 10px;
}

.conferences_post__gallery_item>img {
    max-width: 200px;
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 3px;
    contain-intrinsic-size: 200px;
}

.conferences_post__tags {
    margin-top: 50px;
}

.conferences_post__tags>ul {
    display: flex;
    flex-wrap: wrap;
    line-height: 3;
    list-style: none;
}

.conferences_post__tags>ul>li {
    margin-right: 15px;
}

.conferences_post__tags>ul>li>a {
    color: #fff;
    padding: 7px 7px 7px;
    border-radius: 5px;
    font-size: 14px;
    background-color: #da5643;
    text-decoration: none;
}

.conferences_post__comments_item {
    display: flex;
    margin-top: 20px;
}

.conferences_post__comments_item>img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.conferences_post__comments_box {
    margin-top: 30px;
}

.conferences_post__comments_item_subinfo {
    display: flex;
    align-items: center;
}

.conferences_post__comments_item_subinfo>h6 {
    margin: 0;
}

.conferences_post__comments_item_reply_subinfo>h6 {
    margin: 0;
}

.fa-clock {
    font-size: 12px;
}

.conferences_post__comments_item_info {
    margin: 0 3px;
}

.conferences_post__comments_item_info_date {
    margin: 0 10px 0;
    color: gray;
}

.conferences_post__comments_form_item_input {
    margin: 5px;
}

.conferences_post__comments_item_reply_info_date {
    margin: 0 10px 0;
    color: gray;
}

.conferences_post__comments_item_reply>img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.reply_modal_btn>span {
    text-decoration: underline;
    color: #ec4933;
    cursor: pointer;
}

.show {
    display: block;
}

.reply_modal_input>textarea {
    width: 300px;
    height: 30px;
    border-radius: 20px;
    border: 1px solid #ccc;
    padding: 5px 10px;
    resize: vertical;
    font-size: 14px;
    overflow-y: hidden;
    outline: none;
}

.reply_modal_btn>button {
    border-radius: 15px;
    border: none;
    width: 70px;
    height: 30px;
    outline: none;
    color: rgb(255, 255, 255);
    font-size: 14px;
    /* red color */
    background-color: #da5643;
}

.reply_modal_input>input::placeholder {
    font-size: 13px;
}

.conferences_post__comments_item_reply_second>img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.conferences_post__comments_item_reply_second_third>img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.conferences_post__comments_item_reply_subinfo {
    display: flex;
    align-items: center;
}

.conferences_post__comments_item_reply_info {
    margin: 0 10px 0;
}

.conferences_post__comments_item_reply {
    margin-top: 20px;
    margin-left: 5%;
    display: flex;
    margin-bottom: 15px;
}

.conferences_post__comments_item_reply_second {
    margin-top: 20px;
    margin-left: 15%;
    display: flex;
    margin-bottom: 15px;
}

.conferences_post__comments_item_reply_second_third {
    margin-top: 20px;
    margin-left: 25%;
    display: flex;
    margin-bottom: 15px;
}

.conferences_post__comments_form_item_input>input,
.conferences_post__comments_form_item_input>textarea {
    width: 100%;
    padding: 12px;
    outline: none;
    margin-top: 10px;
    border: none;
    border-radius: 5px;
    background-color: #eeeeee;
}

.conferences_post__comments_form__inputCont {
    display: flex;
    justify-content: space-between;
}

.conferences_post__comments_form__inputCont>input {
    margin-right: 5px;
}

.conferences_post__comments_form_item>button {
    margin-top: 10px;
    padding: 10px;
    width: 30%;
    border-radius: 5px;
    background-color: #da5643;
    color: #fff;
    border: none;
    outline: none;
}

.modalImg {
    display: none;
    position: fixed;
    z-index: 1000000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
}


/* Modal Content (Image) */

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    object-fit: cover;
    max-width: 700px;
}

.modal-content,
#caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}


/* The Close Button */

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.boldText {
    font-weight: bold;
}

/* .conferences__sidebar__comments__item-info{
    margin-left: 10px;
}
.conferences__sidebar__comments__item > img{
    border-radius: 5px;
}
.conferences__sidebar__comments__item-info > h6{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 200px;
}
.conferences__sidebar__comments__item-info > a{
    color: #ccc;
    text-decoration: none;
}
.conferences__sidebar__comments__item-info > a:hover{
    color: #da5643;
} */

@media screen and (max-width: 850px) {
    .conferences_post__container {
        flex-direction: column;
    }

    .conferences_post__box {
        max-width: fit-content;
    }

    .conferences__sidebar {
        width: 90%;
    }

    .conferences_post__tags>ul {
        flex-direction: column;
    }

    .conferences_post__tags>ul>li {
        margin-top: 15px;
    }
}

@media screen and (max-width: 550px) {

    .conferences_post__comments_item_reply,
    .conferences_post__comments_item_reply_reply,
    .conferences_post__comments_item_reply_reply_reply {
        margin-left: 0;
    }

    /* .conferences_post__comments_item,.conferences_post__comments_item_reply > img
    ,.conferences_post__comments_item_reply_reply > img
    ,.conferences_post__comments_item_reply_reply_reply > img{
      display: none;
    } */
    .reply_modal_input>textarea {
        width: 100%;
    }
}