.reply {
    background: #ccc;
    padding: 10px;
    border-radius: 5px;
}

.hide {
    display: none;
}

.chatoption {
    padding-right: 100px;
}

.chatoption p {
    cursor: pointer;
    padding: 10px 10px 0 0;
    color: #ea3360;
    font-weight: bold;
    font-size: 1em;
}

.removechat {
    color: #ccc;
    font-size: 0.9em;
}

.bgans {
    width: 100% !important;
}

.reply-mr {
    margin-right: 66px;
}

.reply-text {
    background: #ccc;
    padding: 10px;
    border-radius: 5px;
    position: relative;
}

.reply-text.karbar {
    background: dimgrey !important;
}

.none-show {
    display: none;
}

.event_module .list_item li:before {
    margin-right: 0;
    margin-left: 18px;
}

.keyword-div {
    background: rgb(255 0 0 / 10%);
    padding: 14px;
    border-radius: 6px;
}

.tag_div {
    display: inline-block;
    border-radius: 30px;
    background-color: #ff000030;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 16px;
    padding-left: 16px;
}

.tag_h4 {
    padding-bottom: 0 !important;
    margin: 0;
    color: #ff0000 !important;
    font-size: 16px !important;
}

.searchButtonClickText_h {
    padding: 6px 10px 6px 10px;
    background: transparent;
    border: 0;
}

.highlighted-yellow {
    background-color: gray;
}

.highlight {
    background-color: #fff34d;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
}

.highlight {
    padding: 1px 4px;
    margin: 0 -4px;
}

.chatNavigate {
    padding: 6px;
    cursor: pointer;
    background: #db3037;
    color: #fff;
    position: fixed;
    -webkit-box-shadow: 0 4px 4px rgb(0 0 0 / 10%);
    box-shadow: 0 4px 4px rgb(0 0 0 / 10%);
    /* -webkit-border-radius: 50%; */
    /* border-radius: 50%; */
    /* right: calc((100% - 1220px)/2); */
    right: calc((100% - 1295px) / 2);
    z-index: 111;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 90px;
    height: 32px;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    user-select: none;
    bottom: -8px;
}

.chatNavigateText {
    position: fixed;
    line-height: 23px;
    right: calc((100% - 1286px) / 2);
    z-index: 111;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: 30px;
    display: block;
    background-color: lightgray;
    border-radius: 8px;
    padding: 2px 10px;
    font-size: 12px;
}

@media screen and (max-width: 906px) {
    .chatNavigate {
        right: calc((100% - 85px) / 2) !important;
        top: 95% !important;
    }
}
.chat_overflow {
    overflow: auto;
    max-height: 800px;
}

.profile-msg {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    margin-top: 20px;
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 2em;
    line-height: 60px;
}

.chatuser {
    font-size: 10px;
    display: flex;
    width: fit-content;
    border-radius: 5px;
    position: absolute;
    top: 6px;
    right: 6px;
    padding: 7px;
    box-shadow: 0px 0px 4px 0px gainsboro;
}

.txt-msg {
    width: 80%;

    border-radius: 10px;
}

@media only screen and (max-width: 600px) {
    .txt-msg {
        width: 100%;

        border-radius: 10px;
    }
}

.bgans {
    margin-top: 10px;
}

.bgask {
    background: #f0f0f0;
}

.bgtarh2tarh {
    width: 100%;
}

.bgask .chatbody {
    padding: 20px 30px;
}

.bgask .chatuser {
    padding: 5px 5px;
}

.bgans {
    background: #f4ffdb;
}

.bgtarh2tarh {
    background: rgb(145, 30, 35);
    color: #fff;
}

.report {
    position: absolute;
    left: 10px;
    width: 20px;
    height: 20px;
    top: -12px;
    border: navajowhite;
    color: skyblue;
    font-size: 18px;
}

.reply-text .report {
    top: 8px;
    background-color: transparent;
}

.bgtarh2tarh .chatuser {
    box-shadow: 0px 0px 4px 0px darkred;
}
