﻿
.single-post {
    border-color: #901838 !important;
    border-radius: 45px;
    padding: 5px 20px;
}

textarea#txtaddpost {
    cursor: pointer;
    background: linear-gradient(17deg, #e9ecef 0%, #e1e1e1 70%);
    border-color: #f1f3f4;
    margin-top: 25px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
    textarea#txtaddpost:hover {
        background: linear-gradient(-150deg, #e9ecef 0%, #e1e1e1 70%);
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
        -webkit-box-shadow: 0 3px 3px 4px rgb(51 51 51 / 4%);
        box-shadow: 0 3px 3px 4px rgb(51 51 51 / 4%);
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

input#search_text {
    background: transparent;
    border: 0px;
    border-radius: 25px;
    margin: 2px 5px;
}
img.avatar {
    width: 54px;
    padding-left: 10px;
}
.bg-success {
    background-color: #787878 !important;
}
.progress {
  height: 0.4rem;
}
div #dvsearch {
    border-radius: 25px;
    /*border: 1px solid #d2d2d2;*/
    background: white !important;
    box-shadow: 0px 0px 20px 0px rgb(140 141 142 / 10%);
    margin-bottom: 15px !important;
    border: none;
    -webkit-box-shadow: 0in 1px 6.75pt -0.020833333in #d2d2d2;
    box-shadow: 0in 1px 6.75pt -0.020833333in #d2d2d2;
}

    div#dvsearch button#search_but {
        color: #fff;
        background-color: #901838;
        border-color: #901838;
    }

button#clear_search_but, button#search_but {
    border-radius: 25px;
    min-width: 85px;
}

div.user-title {
    /* color: #b3b1b1 !important; */
    font-size: 0.8rem !important;
    line-height: 1rem;
}
.user-name a {
    font-size: 1.15rem;
    font-weight: 500 !important;
    font-family: "Cairo", sans-serif;
}
span.date-createupdate {
    color: #901838;
    font-size: 0.75rem;
}
.user-name span.fas.fa-pen {
    color: #901838;
    font-size: 0.75rem;
}

.post-title {
    background: #f3f3f3;
    border-radius: 20px;
    margin-bottom: 10px;
    box-shadow: 2px 3px 3px #00000029;
}
    .post-title::before {
        content: "\f0d8";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        top: 77px;
        font-size: 2rem;
        color: #f3f3f3;
    }
.card-header {
    padding: 0.25rem 0.25rem;
}

button.btn.btn-link.btn-block i {
    color: #901838;
    padding-left: 5px;
}
.post-parent {
    border: 1px solid #90183814 !important;
    padding: 10px 25px;
    background: var(--iq-white);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 15px;
    margin-bottom: 30px !important;
    border: none;
    -webkit-box-shadow: 0in 1px 6.75pt -0.020833333in #d2d2d2;
    box-shadow: 0in 1px 6.75pt -0.020833333in #d2d2d2;
    padding-bottom: 25px;
}
.tags .btn-secondary {
    color: #676767;
    background-color: #e8fbff;
    border-color: #90183866;
}

body {
    background-color: #f6f6f7;
}

.yt i.fab.fa-youtube {
    position: absolute;
    top: 27%;
    color: white;
    font-size: 3rem;
    opacity: 0.9;
    right: 40%;
    text-shadow: 1px 1px 10px #66666673;
}
.list-group-item:first-child {
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
}
.list-group-item:last-child {
    border-bottom-right-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 20px 0px rgb(140 141 142 / 10%);
    box-shadow: 0px 0px 20px 0px rgb(140 141 142 / 10%);
    flex-direction: column;
    padding-right: 0;
    margin-bottom: 0;
}
span.avatar {
    background: #676767;
    color:white;
    width: 44px !important;
    height: 44px;
    display: block;
    text-align: center !important;
    line-height: 2.5rem;
    border-radius: 50px;
    font-weight: 400;
    font-size: 1.25rem;
    letter-spacing: -1.5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 15px;
}
.bootstrap-select .bs-ok-default:after {
   color: #901838;
   
}
.btn-primary {
    color: #fff;
    background-color: #901838;
    border-color: #901838;
}
a {
    color: #901838;
   
}
    .btn-primary:hover {
        color: #901838;
        background-color: #ffffff;
        border-color: #901838;
    }
.form-control:focus {
    color: #901838;
    background-color: #fff;
    border-color: #901838;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(226 226 226 / 49%);
}
i.react {
    line-height: 2rem;
    font-size: 1.35rem;
    color: #901838;
    padding: 5px 5px;
}
div.liked-by {
    line-height: 2.5rem;
}
a.btn-view-comments {
    color: #606060;
    padding-left: 5px;
}
.user-comment-txt {
    background: #f3f3f3;
    width: 100%;
    padding: 2px 15px;
    border-radius: 12px;
    box-shadow: -2px 2px 3px #5252524d;
}

.comnt {
    margin-top: 10px !important;
}
.comments-parent {
    padding: 0 7px;
}
.user-comment-txt {
    background: #f7f7f7;
    width: 100%;
    padding: 2px 15px;
    border-radius: 12px;
}
    .user-comment-txt::before {
        content: "\f0da";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        right: 77px;
        font-size: 1.5rem;
        color: #f3f3f3;
    }

.reaction-div a, .reaction-div {
    color: #901838;
    font-size: 13px;
    font-weight: 500;
}
.post-edit i {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 0.7rem;
}
.post-edit {
    font-size: 0.85rem;
}
div.user-photo {
    border: 1px solid #ececec;
    border-radius: 50px;
    padding-top: 0px !important;
    padding: 3px !important;
}

div#edit-post-modal .modal-footer {
    display: none !important;
}
.btn-danger {
    color: #fff;
    background-color: #901838;
    border-color: #901838;
}
.row.post-parent-row .card {
    background: #f7f7f7;
}
.row.post-parent-row .card-header {
    color: white;
    background-color: #aaaaaa;
}
.row.post-parent-row .card-header h2 button.btn {
    color: white !important;
}
div.files_container div label::before {
    content: '\f15c';
    /* font-family: 'Font Awesomes'; */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    margin-left: 10px;
    color: #6c757d;
    /* font-size: 18px; */
    /* -webkit-font-smoothing: antialiased; */
}
input.comment-txt {
    border-radius: 10px;
    margin-bottom: 5px;
    width: 92% !important;
}
.ytitle {
    position: relative;
    z-index: 333333;
    bottom: 28px;
    text-align: right;
    padding-right: 10px;
    color: white;
    background-color: #901838b3;
    width: 288px;
}
