/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./src/styles.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */

/* Global layout fixes for responsive design */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
  overflow-x: visible;
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

.ace-chrome .ace_gutter {
    background: white;
}

/* 针对Ace Editor的滚动条的样式 */
.ace_scrollbar {
    scrollbar-arrow-color: transparent; /* IE */
}

/* 对于其他现代浏览器 */
.ace_scrollbar-inner::-webkit-scrollbar-button {
    display: none; /* 隐藏滚动条上的按钮 */
}
::-webkit-scrollbar {
    width: 8px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 10px #d2d2d2b9;
}
