@media screen and (max-width: 767px) {
  .activity-stream-post-block .form-type-select,
  .activity-stream-post-block #post-url-wrapper {
    width: 100%;
  }
  .activity-stream-post-block {
    padding: 12px;
    border-radius: 12px;
  }
  .activity-stream-post-block {
    margin-bottom: 12px;
  }
  .activity-stream-post-block .form-item-ctm-field-post,
  .custom-post-text_format-wrapper {
    /* order: 2;
        margin: 12px 0; */
    width: calc(100% - 36px);
  }
  .activity-stream-post-block .activity-post-bottom_fields-wrapper .form-item {
    width: calc(100% / 2 - 6px);
  }
  .activity-stream-post-block   .activity-post-bottom_fields-wrapper   .expand-icon {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 99;
  }
  #custom-post-form {
    position: relative;
  }
  .activity-stream-post-block .form-item-ctm-field-post textarea,
  .custom-post-text_format-wrapper .ck-content p,
  .activity-stream-post-block   .activity-post-bottom_fields-wrapper   .form-item   input {
    font-size: 12px;
    line-height: 15px;
  }
  .activity-stream-post-block   .activity-post-bottom_fields-wrapper   .form-item   input {
    height: 24px;
    min-height: 24px;
  }
  .activity-stream-post-block .form-item-ctm-field-post textarea {
    padding: 5px 12px 6px;
  }
  .activity-stream-post-block   .activity-post-bottom_fields-wrapper   .expand-icon {
    width: 24px;
    height: 24px;
    background-size: 16px !important;
  }
  .activity-stream-post-block   .form-type-select   .select2-container   .select2-search   input {
    height: 24px;
    font-size: 12px;
    line-height: 15px;
  }
  .activity-stream-post-block #post-url-wrapper a {
    height: 24px;
    font-size: 12px;
    line-height: 15px;
  }
  .activity-stream-post-block   .activity-post-bottom_fields-wrapper   .expand-icon:hover {
    background: #fff url(../img/down-arrow.png) no-repeat center;
  }
  .activity-stream-post-block   .activity-post-fields-wrapper   #post-url-wrapper   a {
    padding: 4px 15px;
  }
  .activity-stream-post-block   .form-item-profile-image   .post-image-wrapper   .data {
    margin-bottom: 34px;
  }
  .activity-stream-post-block   .form-type-select   .select2-container   .select2-selection {
    min-height: 24px !important;
  }
  .activity-stream-post-block .form-type-select .select2-container {
    max-height: 50px;
    overflow-y: scroll;
  }
  .activity-stream-post-block   .form-type-select   .select2-container--default   .select2-selection--multiple   .select2-selection__choice__display {
    font-size: 12px;
    line-height: 15px;
  }
  .ctm_file_upload.for_newpost .file {
    width: 100%;
    margin-right: 0px;
    font-size: 12px;
    line-height: 15px;
    height: 24px;
    padding: 4px 10px;
    /* margin-bottom: 34px; edited on 10-01-2025 fro overlapping loader */
    margin-bottom: 50px;
  }
  .activity-stream-post-block   .select2-container--default   .select2-selection--multiple   .select2-selection__choice   > button {
    font-size: 12px;
    line-height: 15px;
    width: 15px;
    height: 15px;
  }
  .ctm_file_upload.for_newpost input[value="Remove"] {
    height: 24px;
    font-size: 12px;
    line-height: 15px;
    bottom: -34px;
    top: unset;
    padding-top: 2px;
  }
  .activity-stream-post-block #post-discussion-help p {
    font-size: 12px;
  }
  body .form-actions input.button {
    padding: 5px 12px;
  }
  .activity-stream-post-block   .form-item-profile-image   .post-image-wrapper   .data   input[value="Remove selected"] {
    height: 24px;
    font-size: 12px;
    line-height: 15px;
    padding: 0 12px;
    top: unset;
    bottom: -44px;
  }
  .activity-stream-post-block .form-item-profile-image .post-image-wrapper {
    display: flex;
    /* margin-bottom: 30px !important; */
  }
  .activity-stream-post-block   .activity-post-fields-wrapper   [type="checkbox"]   + label:after {
    width: 16px !important;
    height: 16px !important;
    top: 1px !important;
  }
  .activity-stream-post-block   .activity-post-fields-wrapper   .form-type-checkbox   label {
    padding-left: 25px;
  }
  .activity-stream-post-block   .activity-post-fields-wrapper   [type="checkbox"]:checked   + label:before {
    top: 1px;
    left: 1px;
    width: 6px;
    height: 10px;
  }
  .ctm_file_upload.for_newpost input[value="Remove"] {
    width: fit-content;
  }
  .activity-stream-post-block #post-url-wrapper {
    justify-content: start;
  }
  .activity-stream-post-block #post-url-wrapper > div {
    margin-bottom: 0px;
  }
  /* edited on 10-01-2025 */
  #post_pull_up_wrapper {
    margin-bottom: 12px;
  }
  .activity-stream-post-block .form-item-profile-image .post-image-wrapper:has(.preview) {
    margin-bottom: 30px;
  }
  /* #custom-post-form .custom_txt_format_wrapper .ck-editor p {
    margin: 1px 0 !important;
  } */
  #custom-post-form .custom_txt_format_wrapper .ck.ck-button {
    min-width: 20px;
    min-height: 20px;
    margin: 0 !important;
  }
  .empty-validation {
    font-size: 9px;
    background-position: center left 10px;
    padding-left: 35px;
    background-size: 15px;
    padding: 9px 9px;
  }
}
