.write-post-section .write-post-img-txt {
    display: flex;
    align-items: center;
    gap: 10px;
}

.write-post-section .write-post-img-txt img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.write-post-section .post-name p {
    margin: 0;
}

div#messageRecipientImage img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: auto;
}

.write-post-section .form-control:disabled,
.form-control {
    background-color: transparent;
    opacity: 1;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #707070;
    font-size: 21px;
}

.form-control:focus {
    box-shadow: none;
    border-color: unset;
    color: #707070;
}

.write-post-section input#formFilepic {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.write-post-section input#formFileatt {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

label.form-label::before {
    content: "";
    background: url(../img/pic-icon.png) center/1.1em auto no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    left: -22px;
    top: -5px;
}

label.form-label1::before {
    content: "";
    background: url(../img/Iconattachment.png) center/1.1em auto no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    left: -22px;
    top: -5px;
}

label.form-label {
    position: relative;
    margin-left: 1rem;
    font-size: 11px;
}

label.form-label ~ img {
    width: 80px;
    height: 80px;
}

label.form-label1 {
    position: relative;
    margin-left: 1rem;
    font-size: 11px;
}

.write-post-section .btn {
    width: -webkit-fill-available;
    background: #228dd3;
    margin-top: 5px;
    border-radius: 0;
    font-size: 16px;
    color: #ffffff;
}

.Write-Your-Post-a a {
    text-decoration: none;
    background: #a8a8a8;
    color: white;
    font-size: 10px;
    padding: 4px;
}

.Write-Your-Post-a {
    margin: 1rem 0;
}

.modal-title {
    flex-grow: 1;
    text-align: center;
}

.textalignc {
    text-align: center;
}

.buy-subs-modal-head p {
    font-size: 22px;
    font-weight: 900;
}

.buy-subs-modal-head {
    text-align: center;
}

.buy-subs-modal-para p {
    font-size: 14px;
}

section.write-post-section.buy_subscription-sec .btn {
    width: fit-content;
}
.selectall-tag label.control-label {
    margin: 1rem 0;
}
.dv_write_desc label {
    margin: 0 0px 1rem;
}
.upload-storey-board-btn {
    width: 100%;
    height: 51px;
    border: 0px;
    background-color: #ebebeb;
    color: #6b6b6b;
    font-size: 16px;
    font-family: "aileron-regular";
}
.create-project-btn {
    width: 100%;
    height: 51px;
    border: 0px;
    background-color: #228dd3;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-family: "aileron-regular";
    display: block;
    margin-top: 1rem;
}
.create__post_btn{
    width: 100%;
    max-width: 660px !important;
    height: 51px;
    border: 0px;
    background-color: #228dd3;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-family: "aileron-regular";
    display: block;
    margin-top: 1rem;
    margin: 0px 20px;
}
.dv_ckeditor1 .ck.ck-content.ck-editor__editable {
    height: 150px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .create__post_btn {
        width: 100%;
        max-width: 560px !important;
        height: 51px;
        border: 0;
        background-color: #228dd3;
        color: #ffffff;
        text-decoration: none;
        font-size: 16px;
        font-family: "aileron-regular";
        display: block;
        margin-top: 1rem;
        margin: 0 20px; /* Removed redundant margin property */
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .create__post_btn {
        width: 100%;
        max-width: 480px  !important;
        height: 51px;
        border: 0;
        background-color: #228dd3;
        color: #ffffff;
        text-decoration: none;
        font-size: 16px;
        font-family: "aileron-regular";
        display: block;
        margin-top: 1rem;
        margin: 0 20px; /* Removed redundant margin property */
    }
}