.fileManager-Wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  z-index: 1300;
  background-color: white; }

.fileManager-Head {
  position: relative;
  height: 40px; }

.fileManager-Close {
  width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  font-weight: 700; }

.fileManager-Frame {
  display: block;
  width: 100vw;
  height: calc(100vh - 40px);
  margin: 0;
  padding: 0;
  border: 0; }

body.fileManager-Open {
  height: 100vh;
  overflow: hidden; }

/*# sourceMappingURL=filemanager.css.map */
