// @import "tailwindcss/base";
// @import "tailwindcss/components";
// @import "tailwindcss/utilities";
// @tailwind base;
// @tailwind components;
// @tailwind utilities;
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
}

label {
  font-weight: 700;
}

html {
  height: 100%;
  box-sizing: border-box;
}

#app {
  height: 100%;
}
img {
  -webkit-user-drag: none;
  user-select: none;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

a:focus,
a:active {
  outline: none;
}

a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

div:focus {
  outline: none;
}
p {
  margin: 0;
}

.clearfix {
  &:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
  }
}

// main-container global css
.app-container {
  padding: 20px;
}
.moduleShadow {
  box-shadow: 0px 1px 10px 0px rgba(152, 172, 189, 0.6);
}
.search-form,
.module {
  padding: 16px;
  .moduleShadow;
  margin-bottom: 12px;
  border-radius: 5px;
}
.navbar,
.sidebar,
.common-table {
  .moduleShadow;
}
.search-form {
  padding-bottom: 0;
}
.search-form {
  .el-col {
    .el-form-item {
      width: 100%;
    }
    .el-select {
      width: 100%;
    }
  }
}
// .f,
// .flex,
// .fc,
// .fsb,
// .fsa,
// .fcsb,
// .fcc {
//   display: flex;
// }
// .fc,
// .fcc,
// .fsc {
//   justify-content: center;
//   align-items: center;
// }
// .fsc {
//   justify-content: flex-start;
// }
// .text-overflow {
//   width: 100%;
//   overflow: hidden;
//   text-overflow: ellipsis;
//   white-space: nowrap;
// }
// .fsb,
// .fcsb {
//   justify-content: space-between;
//   align-items: center;
// }
// .fsa {
//   justify-content: space-around;
//   align-items: center;
// }
// .fcsb,
// .fcc,
// .flex-col {
//   flex-direction: column;
// }
// .photo {
//   width: 60px;
//   height: 60px;
// }
// .filter-bar {
//   width: 100%;
//   background: #ffffff;
//   border-radius: 6px 6px 6px 6px;
//   margin-bottom: 13px;
//   padding: 18px 24px;
//   padding-bottom: 0;

//   > * {
//     margin-right: 10px;
//     margin-bottom: 12px;
//   }

//   > .el-button {
//     margin-left: 0;
//   }
// }
// .table-data {
//   margin: 10px 0;
// }
