@media (max-width: 1199.98px) {
  .header {
    width: 100%;
  }
  .scroll-x {
    display: flex;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    overflow-y: hidden;
  }

  .wrapper_main2 {
    height: calc(100vh - 65px);
  }

  .file-name img {
    margin: 0 20px 0 8px;
    min-width: 18px;
  }

  .header_center ul .header_center__icon {
    flex: 0 0 24px;
  }

  .header_center .btn_green {
    margin: 0 20px 0 0;
  }

  .header_center {
    flex: 0 0 360px;
  }

  .header3 .header_center {
    flex: unset;
  }
}

@media (max-width: 991.98px) {
  .medium-panel.active {
    position: absolute;
    left: 68px;
    height: calc(100vh - 108px);
    top: 65px;
  }

  .started_project_inner-small .started_project_item {
    margin: 0;
  }
}

@media (max-width: 575.98px) {
  .header_center {
    flex-grow: unset;
    flex: unset;
  }

  .header_center ul li img {
    min-width: 25px;
  }

  .header {
    flex-direction: column;
    height: 100px;
  }
  .header_left {
    margin: 0;
    align-self: flex-start;
    padding: 15px 0;
  }

  .wrapper_main2 {
    height: calc(100vh - 102px);
  }

  .edit-file-block {
    max-width: 400px;
    width: 100%;
    height: 100%;
    max-height: 500px;
  }

  .mini-panel {
    height: calc(100vh - 145px);
  }

  .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
  }

  .medium-panel {
    top: 102px;
    left: 68px;
    height: calc(100vh - 145px);
  }

  .medium-panel.active {
    top: 102px;
    left: 68px;
    height: calc(100vh - 145px);
  }

  .work-space {
    padding-bottom: 44px;
  }

  .content {
    overflow: auto;
  }
}

@media (max-width: 496px) {
  /* .started_project_inner-small {
    display: none;
  } */

  .started_project_inner-small.started_project_inner {
    flex-wrap: nowrap;
  }

  .started_project_inner-small .started_project_upload {
    width: 50px;
    height: 50px;
    margin: 0 10px 10px 0;
  }

  .document-wrapper {
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 30px;
  }

 

  .edit-file-block2 img {
    width: 100%;
    height: 100%;    
  }

  .dropzone-small-img {
    width: 50px;
    height: 50px;
  }

  .dropzone-small-img img {
    height: 100%;
  }

  .mini-panel {
    min-width: 50px;
    background: #2a2a2a;
  }

  .mini-panel ul li a {
    display: block;
    width: 100%;
    padding: 13px 11px;
  }

  .medium-panel.active {
    top: 102px;
    left: 50px;
  }

  .started_project_inner-small .started_project_item .started_project_position {
    font-size: 11px;
  }

  .started_project_inner-small .dz-message {
    font-size: 10px;
  }
 

  .started_project_inner-small {
    position: relative;
    bottom: unset;
    left: unset;
  }

  .started_project_inner-small {
    align-self: flex-start;
    margin: 0 0 0 20px;
  }
}
