/*!*******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/components/FileReader/styles.module.scss ***!
  \*******************************************************************************************************************************************************************/
.L1JtKO75nPgpyodmpoii {
  display: none;
}

._4SWBMK49D5AF6nmzgGZ {
  width: 100%;
  border: 1px #dfdfdf solid;
  border-radius: 20px;
  padding: 16px;
  box-sizing: border-box;
}
/*!********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/styles/index.scss ***!
  \********************************************************************************************************************************************/
@charset "UTF-8";
.EasyMDEContainer .CodeMirror-fullscreen {
  z-index: 800 !important;
}

.editor-toolbar.fullscreen {
  z-index: 900 !important;
}

.editor-preview-full {
  z-index: 700 !important;
}

.editor-preview-side {
  z-index: 900 !important;
}

.easymde-dropdown-content {
  z-index: 200 !important;
}

[id^=simplemde-editor-][id$=-wrapper] {
  width: 100%;
  height: 100%;
}

/* マークダウンの表示領域のスタイル */
.markdown-preview {
  font-family: inherit;
}
.markdown-preview h1,
.markdown-preview h2 {
  border-bottom: 1px #42a0a1 solid;
}
.markdown-preview table {
  border-collapse: collapse;
}
.markdown-preview th,
.markdown-preview td {
  padding: 6px 13px;
  border: 1px solid black;
}
.markdown-preview th {
  background-color: #42a0a1;
  color: #fff;
}
.markdown-preview .centering {
  display: flex;
  justify-content: center;
}
.markdown-preview table tbody {
  outline: none;
  border: none;
}

body {
  margin: 0;
  padding: 0;
  background-color: #f9f9f9 !important;
}

#root {
  width: 100%;
  height: 100vh;
}

.box {
  width: 100%;
  height: 100%;
}

* {
  scrollbar-width: none;
}

*::-webkit-scrollbar {
  width: 0.5em;
}

*::-webkit-scrollbar-thumb {
  background-color: none;
}
