.post_box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 1px 2px rgb(0 0 0 / 30%);
    width: 700px;
    min-height: 382px;
    max-height: 100%;
    background-color: #fff;
    flex-direction: column;
    border-radius: 10px;
/*     display: none; */
    z-index: 999999999999;
}
.post_box_header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px;
}
.post_box_header h3{
    font-size: 18px;
}
.post_box_header .header_icon {
    position: absolute;
    right: 1rem;
    top: 5px;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.post-modal {
    display: flex;
    height: 600px;
}
.post-content-left {
    border-right: 2px solid #ddd;
}

.post-content-left, .post-content-right {
    flex-basis: 50%;
}
.post-content-left .preview_container, .post-content-left .p-container-add {
    width: 100%;
    height: 100%;
}

.p-container-add {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.p-container-add-subtitle {
    font-size: 21px;
    line-height: 21px;
    font-weight: 300;
    color: rgba(38, 38, 38);
    margin: 18px 0 17px;
}
.file-upload-contaier {
    position: relative;
}
.post_photo_text {
    padding: 4px 0;
    -webkit-appearance: none;
    background-color: rgb(0, 149, 246);
    border: 1px solid transparent;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255);
    border-radius: 4px;
    padding: 5px 9px;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: inherit;
    user-select: none;
    width: auto;
}
.input_file_upload {
    position: absolute;
    top: 1px;
    left: 72px;
    width: 1px;
    opacity: 0;
}
.post__media {
    width: 100%;
    flex: none;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}
.preview_container .preview__image {
    height: 100%;
    width: 100%;
}
.post-content-right {
    padding: 10px;
}
.post__profile {
    display: flex;
    align-items: center;
    gap: 12px;
}
.post__avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.post__user {
    font-size: 18px;
    font-weight: 500;
    color: var(--text-dark);
    text-decoration: none;
    text-transform: lowercase;
}
.post__user:hover{
    text-decoration:underline;
}
.postFormContainer {
    padding: 10px;
}
.postFormContainer textarea {
    width: 321px;
    height: 499px;
    border: none;
    font-size: 20px;
}
.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.h-32 {
    height: 8rem;
}
.resize-none {
    resize: none;
}
.display_none {
    display: none !important;
}
.postButton {
    display: flex;
    flex-direction: column;
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.post-content-right button {
    border: none;
}
.bg-primary-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(0 149 246 / var(--tw-bg-opacity));
}
.rounded {
    border-radius: 0.25rem;
}
.py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.font-medium {
    font-weight: 500;
}

.uppercase {
    text-transform: uppercase;
}
.tracking-wider {
    letter-spacing: 0.05em;
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    padding: 8px;
    font-size: 14px;
}