body {
  margin: 0;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Fira Sans",
    "Droid Sans",
    "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family:
    source-code-pro,
    Menlo,
    Monaco,
    Consolas,
    "Courier New",
    monospace;
}

.logo {
  height: 27px;
  margin: 17px 0 16px 15px;
  float: left;
}

.ant-table.ant-table-middle .ant-table-title,
.ant-table.ant-table-middle .ant-table-footer,
.ant-table.ant-table-middle thead > tr > th,
.ant-table.ant-table-middle tbody > tr > td {
  padding: 1px 8px !important;
}

.ant-list-sm .ant-list-item {
  padding: 2px !important;
}

.ant-drawer-body {
  padding: 0 !important;
  overflow: hidden !important;
}

.custom-link:hover {
  color: rgb(64 64 64) !important;
}

.full-height-editor {
  height: 100%;
}

.full-height-editor [class*="CodeMirror"] {
  height: 100%;
}

.no-horizontal-scroll-editor [class*="CodeMirror-hscrollbar"] {
  display: none !important;
}

.no-horizontal-scroll-editor [class*="CodeMirror-scroll"] {
  overflow-x: hidden !important;
}

/* stylelint-disable at-rule-name-case */
/* stylelint-disable selector-class-pattern */
.App {
  text-align: center;
}
.App-logo {
  height: 40vmin;
  pointer-events: none;
}
.App-header {
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: calc(10px + 2vmin);
}
.App-link {
  color: #61dafb;
}
img {
  border-style: none;
  vertical-align: middle;
}
#root {
  height: 100%;
}
#parent-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  min-height: 100vh;
}
.panel-logo {
  margin-bottom: 30px;
}
.select-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 5px;
  width: 45px;
  height: 64px;
  float: right;
  cursor: pointer;
}
.select-box:hover {
  background-color: #f5f5f5a5 !important;
}
.org-select {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  margin: 0 10px !important;
  float: right;
  min-width: 120px;
  max-width: 180px;
}
.rightDropDown {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 7px;
  float: right;
  cursor: pointer;
}
.rightDropDown:hover {
  background-color: #f5f5f5a5;
}
.content-warp-card {
  box-shadow: 0 1px 5px 0 rgba(51, 51, 51, 0.14);
  -ms-flex: 1 1;
      flex: 1 1;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.side-image {
  display: none;
}
@media screen and (min-width: 1100px) {
  .side-image {
    display: block;
    position: relative;
    width: 500px;
    border-right: 0.5px solid #c4cbd7;
  }
}
.forget-content {
  padding: 10px 100px 20px;
  margin: 30px auto;
  border: 2px solid #fff;
  border-radius: 7px;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.login-panel {
  margin-top: 50px;
  margin-bottom: 50px;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  overflow: hidden;
}
.login-form {
  text-align: center;
  padding: 30px;
}
.login-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
.loginBackground {
  -ms-flex: auto;
      flex: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: #fff no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
}
.loginBackgroundDark {
  -ms-flex: auto;
      flex: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: #000 no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
}
.ant-menu-horizontal {
  border-bottom: none !important;
}

