#modal-edit-post .post-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #modal-edit-post .post-user .user-info {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding-left: 8px; }
      #modal-edit-post .post-user .user-info .user-name {
        font-weight: 700;
        font-size: 18px;
        display: block;
        margin-bottom: 7px;
        line-height: 100%; }
      #modal-edit-post .post-user .user-info .select-group {
        height: 30px;
        width: 135px;
        padding: 3px 30px 3px 10px;
        background: url("../img/icon/up-down.svg") no-repeat calc(100% - 8px) 50% #D9D9D9;
        background-size: 8px auto;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        font-size: 12px;
        font-weight: 700;
        color: #000; }
  
  #modal-edit-post .post-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 300px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #modal-edit-post .post-content .post-input {
      width: 100%;
      border: none;
      padding: 0;
      font-size: 22px;
      text-align: center;
      height: 31px;
      resize: none;
      overflow: hidden;
      font-family: "Quicksand";
      font-weight: 700; }
      #modal-edit-post .post-content .post-input::-webkit-input-placeholder {
        color: #D9D9D9;
        font-weight: 500; }
      #modal-edit-post .post-content .post-input:-ms-input-placeholder {
        color: #D9D9D9;
        font-weight: 500; }
      #modal-edit-post .post-content .post-input::-ms-input-placeholder {
        color: #D9D9D9;
        font-weight: 500; }
      #modal-edit-post .post-content .post-input::placeholder {
        color: #D9D9D9;
        font-weight: 500; }
  
  #modal-edit-post .modal-footer {
    border-top: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 30px;
    position: relative; }
    #modal-edit-post .modal-footer::before {
      width: calc(100% - 60px);
      height: 1px;
      background-color: #E7E8EA;
      left: 30px;
      top: 0;
      content: "";
      position: absolute; }
    #modal-edit-post .modal-footer .btn-post {
      width: 50%;
      max-width: 215px;
      height: 38px;
      font-weight: 700; }
      #modal-edit-post .modal-footer .btn-post span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
      #modal-edit-post .modal-footer .btn-post img {
        width: 16px; }
    #modal-edit-post .modal-footer .chat-attach {
      width: 115px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media (max-width: 767px) {
        #modal-edit-post .modal-footer .chat-attach {
          width: 100%;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end; } }
      #modal-edit-post .modal-footer .chat-attach li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media (max-width: 767px) {
          #modal-edit-post .modal-footer .chat-attach li {
            margin-left: 5px; } }
        #modal-edit-post .modal-footer .chat-attach li .btn-attach {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          width: 35px;
          height: 35px;
          border-radius: 50%;
          border: none;
          padding: 0;
          cursor: pointer; }
          @media (max-width: 767px) {
            #modal-edit-post .modal-footer .chat-attach li .btn-attach {
              padding: 0 7px;
              width: 28px;
              height: 28px; } }
          @media (max-width: 767px) {
            #modal-edit-post .modal-footer .chat-attach li .btn-attach img {
              max-height: 100%; } }
          #modal-edit-post .modal-footer .chat-attach li .btn-attach.attach-file {
            background-color: #0053FF; }
          #modal-edit-post .modal-footer .chat-attach li .btn-attach.attach-tags {
            background-color: #FF4154; }
          #modal-edit-post .modal-footer .chat-attach li .btn-attach.attach-icon {
            background-color: #FFBF00; }

.teky_hidden {
    display: none;
}

.error {
    color: red;
    margin-top: 15px;
}

.c-feed-image {
    background-color: #767676;
    margin-top: 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.c-feed-image > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
}

.c-feed-image > ul > li .c-feed-image__img {
    padding-top: 100%;
    position: relative;
    z-index: 1;
}

.c-feed-image__close {
    background-image: url(/static/web/images/icons/icon24-close-white.svg);
    width: 16px;
    height: 16px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 2;
    top: -5px;
    right: -5px;
    cursor: pointer;
}

.c-feed-image > ul > li .c-feed-image__img figure {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #B9BFCA;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.c-feed-image .progress {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
}

.c-feed-image > ul > li {
    padding: 10px;
    width: 33.3333333333%;
}


@media (min-width: 768px) {
    .c-feed-image > ul > li {
        width: 25%;
    }
}
#trix-toolbar-1{
    display: none;
}
.trix-content {    
  border: none;    
  border-top: 1px solid #ccc;
  line-height: 1.5em;
  min-height: 10.5em;
  max-height: 16.5em;
  overflow-y: scroll;
}  