@charset "UTF-8";

/*fade*/

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.28s;
}

.fade-enter,
.fade-leave-active {
  opacity: 0;
}

/*fade-transform*/

.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all 0.3s;
}

.fade-transform-enter {
  opacity: 0;
  transform: translateX(-30px);
}

.fade-transform-leave-to {
  opacity: 0;
  transform: translateX(30px);
}

/*breadcrumb transition*/

.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all 0.3s;
}

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translateX(20px);
}

.breadcrumb-move {
  transition: all 0.3s;
}

.breadcrumb-leave-active {
  position: absolute;
}

.el-breadcrumb__inner,
.el-breadcrumb__inner a {
  font-weight: 400 !important;
}

.el-button {
  outline: none !important;
}

.el-dialog__headerbtn {
  outline: none !important;
}

.el-upload input[type=file] {
  display: none !important;
}

.el-upload__input {
  display: none;
}

.cell .el-tag {
  margin-right: 0px;
}

.small-padding .cell {
  padding-left: 5px;
  padding-right: 5px;
}

.fixed-width .el-button--mini {
  padding: 7px 10px;
  width: 60px;
}

.status-col .cell {
  padding: 0 10px;
  text-align: center;
}

.status-col .cell .el-tag {
  margin-right: 0px;
}

.el-dialog {
  transform: none;
  left: 0;
  position: relative;
  margin: 0 auto;
}

.article-textarea textarea {
  padding-right: 40px;
  resize: none;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #bfcbd9;
}

.upload-container .el-upload {
  width: 100%;
}

.upload-container .el-upload .el-upload-dragger {
  width: 100%;
  height: 200px;
}

.el-dropdown-menu a {
  display: block;
}

.el-switch span {
  outline: none !important;
}

@font-face {
  font-family: "Montserrat";
  src: url(/fonts/Montserrat.ttf?3fd3c96d88bf41f616e38363a25cd1bd);
}

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;
  overflow-y: auto;
}

label {
  font-weight: 700;
}

html {
  height: 100%;
  box-sizing: border-box;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
}

#app {
  height: 100%;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
}

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

.no-padding {
  padding: 0px !important;
}

img[lazy=loading] {
  width: 30px !important;
  height: 30px !important;
}

.padding-content {
  padding: 4px 0;
}

a:focus,
a:active {
  outline: none;
}

a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

div:focus {
  outline: none;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.pr-5 {
  padding-right: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.block {
  display: block;
}

.pointer {
  cursor: pointer;
}

.inlineBlock {
  display: block;
}

.link-type,
.link-type:focus {
  color: #337ab7;
  cursor: pointer;
}

.link-type:hover,
.link-type:focus:hover {
  color: #20a0ff;
}

.filter-container {
  padding-bottom: 10px;
}

.filter-container .filter-item {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}

hr {
  width: 100%;
  height: 1px;
  border-top: 1px solid #eee;
}

.editor-class {
  display: flex;
  flex-direction: row-reverse;
}

.editor-class .el-select {
  width: 54px;
  padding: 0;
}

.editor-class .el-select input {
  color: #fff;
}

.editor-class .el-input--suffix .el-input__inner {
  padding-right: 22px;
}

.editor-class .el-select .el-input.is-focus .el-input__inner {
  border-color: #DCDFE6;
}

.editor-class .abcR,
.editor-class .abcM {
  position: relative;
}

.editor-class .abcR::before {
  content: "R";
  position: absolute;
  left: 38%;
  top: 5%;
  z-index: 5;
  transform: translate(-50%, -50%);
}

.editor-class .abcM::before {
  content: "M";
  position: absolute;
  left: 38%;
  top: 6.3%;
  z-index: 5;
  transform: translate(-50%, -50%);
}

.editor-class-select .el-select {
  width: 52px;
}

.editor-class-select .el-select input {
  color: #fff;
}

.editor-class-select .abcR,
.editor-class-select .abcM,
.editor-class-select .abcT {
  position: relative;
}

.editor-class-select .abcR::before {
  content: "R";
  position: absolute;
  left: 38%;
  top: 45%;
  z-index: 5;
  transform: translate(-50%, -50%);
}

.editor-class-select .abcM::before {
  content: "M";
  position: absolute;
  left: 38%;
  top: 45%;
  z-index: 5;
  transform: translate(-50%, -50%);
}

.editor-class-select .abcT::before {
  content: "P";
  position: absolute;
  left: 38%;
  top: 45%;
  z-index: 5;
  transform: translate(-50%, -50%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-weight: 500;
  font-size: 20px;
}

.tinymce-view span {
  font-weight: normal;
}

.beaone-cloud .el-table__row {
  height: 46px;
}

.header_select .el-input__inner {
  background: transparent !important;
  border: none;
  color: #fff;
  width: 400px;
}

.header_input .el-input--medium .el-input__inner {
  outline: none;
  border: none;
  background: transparent;
  border-bottom: 1px solid #ccc;
}

.eiks2ra6w3fvo45x .el-select-dropdown__item {
  max-width: 334px !important;
}

.beaone-cloud .el-table th > .cell {
  font-size: 14px !important;
  font-family: "PingFangSC-Medium";
}

.beaone-cloud .el-table::before {
  height: 0;
}

.select-new input.el-input__inner {
  padding-left: 63px;
}

ol {
  margin-left: 20px;
}

.el-main {
  padding: 0 !important;
}

.border-all-3px {
  border-radius: 3px;
}

.fill_title .el-form-item__label {
  width: 80px !important;
}

.fill_title .el-form-item__content {
  margin-left: 80px !important;
}

.clips {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vcp-volume {
  width: 2em !important;
}

.vcp-controls-panel {
  height: 2em !important;
}

.vcp-playtoggle {
  width: 2em !important;
}

.vcp-fullscreen-toggle {
  width: 2em !important;
  height: 2em !important;
}

.vcp-volume-icon {
  width: 2em !important;
  height: 2em !important;
}

.vcp-volume .vcp-slider-vertical {
  top: -8em !important;
}

.vcp-timelabel {
  height: 2em !important;
  line-height: 2em !important;
}

.vjs-menu-button {
  margin-right: 10px !important;
}

.tcp-skin .vjs-progress-control {
  top: -1.8em !important;
}

/**
    全局得表单元素前面得字体
 */

.el-form-item__label {
  font-weight: 500;
}

.ans-introduce .el-collapse {
  border: 1px solid #ebeef5;
  border-radius: 3px;
}

.ans-introduce .el-collapse-item__header.is-active {
  border-bottom-color: #ebeef5;
}

.ans-introduce .el-collapse-item__content {
  padding-left: 20px;
}

.ans-comment .el-input__inner {
  border: 0;
  background: #f7f7f7;
}

.ans-comment .el-textarea__inner {
  min-height: 140px !important;
  border: 0;
  background: #f7f7f7;
  resize: none;
}

.active-tab .el-menu--horizontal > .el-menu-item {
  height: 41px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 500;
  font-family: PingFangSC-Regular;
}

.activites-info .el-dialog__header {
  padding: 16px 0;
  font-size: 14px;
  color: #333;
  margin: 0 10px;
  border-bottom: 1px solid #D8D8D8;
}

.activites-info .el-dialog__header .el-dialog__title {
  font-size: 14px;
  font-family: PingFangSC-Regular;
}

.activites-info .el-dialog__body {
  padding: 0;
}

.activites-info .el-table__header-wrapper {
  height: 0;
}

.beacone-module-i .el-collapse-item__arrow {
  display: none;
}

.beacone-module-i .el-collapse-item__header.is-active {
  border-bottom-color: #ebeef5;
}

.beacone-module-i .el-collapse-item__header {
  background: #CFD3D3;
  position: relative;
}

.calendar-show .theme-default .cv-event {
  border-radius: 0;
  padding-left: 15px;
}

.calendar-show .cv-day {
  position: relative;
}

.calendar-show .cv-day-number {
  bottom: 0;
}

.activites-info .el-dialog__wrapper {
  margin-top: -25vh;
}

.el-main {
  padding: 0 !important;
}

.border-all-3px {
  border-radius: 3px;
}

.clips {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.font14 {
  font-size: 14px;
  position: relative;
}

.font12 {
  font-size: 12px;
}

.famly-medium {
  font-family: PingFangSC-Medium;
}

.clearfix:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

/**
    全局得表单元素前面得字体
 */

.el-form-item__label {
  font-weight: 500;
}

.ans-introduce .el-collapse {
  border: 1px solid #ebeef5;
  border-radius: 3px;
}

.ans-introduce .el-collapse-item__header.is-active {
  border-bottom-color: #ebeef5;
}

.ans-introduce .el-collapse-item__content {
  padding-left: 20px;
}

.ans-comment .el-input__inner {
  border: 0;
  background: #f7f7f7;
}

.ans-comment .el-textarea__inner {
  min-height: 140px !important;
  border: 0;
  background: #f7f7f7;
  resize: none;
}

.active-tab .el-menu--horizontal > .el-menu-item {
  height: 41px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 500;
  font-family: PingFangSC-Regular;
}

.activites-info .el-dialog__header {
  padding: 16px 0;
  font-size: 14px;
  color: #333;
  margin: 0 10px;
  border-bottom: 1px solid #D8D8D8;
}

.activites-info .el-dialog__header .el-dialog__title {
  font-size: 14px;
  font-family: PingFangSC-Regular;
}

.activites-info .el-dialog__body {
  padding: 0;
}

.activites-info .el-table__header-wrapper {
  height: 0;
}

.beacone-module-i .el-collapse-item__arrow {
  display: none;
}

.beacone-module-i .el-collapse-item__header.is-active {
  border-bottom-color: #ebeef5;
}

.beacone-module-i .el-collapse-item__header {
  background: #CFD3D3;
  position: relative;
}

.calendar-show .theme-default .cv-event {
  border-radius: 0;
  padding-left: 15px;
}

.calendar-show .cv-day-number {
  top: 0 !important;
}

.calendar-show .cv-day {
  position: sticky;
}

.assignment-view-tag .el-tag {
  height: 18px;
  line-height: 7px;
  padding: 4px;
  font-size: 12px;
}

.beacone-page .el-tag {
  height: 18px;
  line-height: 7px;
  padding: 4px;
  font-size: 12px;
  color: #fff;
  background: #ccc;
}

.beacone-course .el-header {
  padding: 0;
}

.take-quizz-left .el-collapse-item__header.is-active {
  border-bottom-color: #ebeef5;
}

.take-quizz-left .el-card__header {
  padding: 13px 20px;
}

.take-quizz-left .el-textarea__inner {
  min-height: 160px;
  background: #fafafa;
  resize: none;
  height: 160px;
}

.take-quizz-left .el-radio {
  white-space: normal;
}

.take-quizz-left .el-radio__input {
  display: block;
  float: left;
  margin-right: 15px;
}

.take-quizz-left .el-radio__label {
  margin: 0 -10px;
}

.take-quizz-left .el-radio,
.take-quizz-left .el-radio--medium.is-bordered .el-radio__label {
  width: 94%;
}

.take-quizz-left .el-checkbox,
.take-quizz-left .el-checkbox__input {
  white-space: normal;
  display: block;
  float: left;
  margin-right: 15px;
}

.take-quizz-left .el-checkbox__label {
  display: inline;
  margin-top: -20px;
}

.take-quizz-left .el-checkbox {
  width: 94%;
}

.quizz-result-view .el-radio {
  white-space: normal;
}

.quizz-result-view .el-radio__input {
  display: block;
  float: left;
  margin-right: 15px;
}

.quizz-result-view .el-radio__label {
  margin: 0 -10px;
  display: flex;
}

.quizz-result-view .el-radio,
.quizz-result-view .el-radio--medium.is-bordered .el-radio__label {
  width: 94%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.quizz-result-view .el-checkbox,
.quizz-result-view .el-checkbox__input {
  white-space: normal;
  display: block;
  float: left;
}

.quizz-result-view .el-checkbox__label {
  display: inline;
  margin-top: -20px;
}

.quizz-result-view .el-checkbox {
  width: 94%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.quizz-result-view .el-form-item__content {
  line-height: 0;
}

.quizz-result-view .el-checkbox.is-bordered {
  min-height: 60px !important;
}

.quizz-result-view .el-radio--medium.is-bordered {
  min-height: 60px !important;
}

.quizz-result-view .el-checkbox__label {
  line-height: 14px;
}

.quizz-result-view .el-checkbox__input.is-disabled + span.el-checkbox__label {
  display: flex;
  margin-top: 1px;
}

.take-quizz-left .el-checkbox.is-bordered {
  min-height: 60px;
}

.take-quizz-left .el-radio--medium.is-bordered {
  min-height: 60px;
}

.take-quizz-left .el-radio--medium.is-bordered {
  min-height: 60px !important;
}

.take-quizz-left .el-radio--medium.is-bordered[data-v-2c966313] {
  height: auto;
  padding-bottom: 15px;
}

.take-quizz-left .el-checkbox.is-bordered.el-checkbox--medium[data-v-2c966313] {
  height: auto;
}

.completion-progress .el-progress-bar__inner {
  border-radius: 5px;
}

.completion-progress .el-progress-bar__outer {
  border-radius: 5px;
}

.quizz-result-view .el-tag {
  height: 18px;
  line-height: 9px;
  padding: 3px 4px;
  border: 0;
}

.quizz-result-view .el-textarea__inner {
  min-height: 160px;
  background: #fafafa;
  resize: none;
  height: 160px;
}

.quizz-check .el-textarea__inner {
  min-height: 160px;
  background: #fafafa;
  resize: none;
  height: 160px;
}

.beacone-calendar-view .cv-header {
  background: #fff !important;
  border: none !important;
  border-bottom: 1px solid #DEDEDE !important;
  margin: 0 10px;
  padding-bottom: 10px;
}

.beacone-calendar-view .cv-header .cv-header-nav {
  margin-left: 0;
}

.beacone-calendar-view .cv-header .cv-header-nav .previousYear {
  background: #43AEE7 !important;
  color: #fff !important;
  border-radius: 3px;
}

.beacone-calendar-view .cv-header .cv-header-nav .nextYear {
  background: #43AEE7 !important;
  color: #fff !important;
  border-radius: 3px;
}

.beacone-calendar-view .cv-header .cv-header-nav .previousPeriod {
  background: #1466B8;
  color: #fff;
  border-radius: 3px;
}

.beacone-calendar-view .cv-header .cv-header-nav .nextPeriod {
  background: #1466B8;
  color: #fff;
  border-radius: 3px;
}

.beacone-calendar-view .cv-header .cv-header-nav .currentPeriod {
  background: #1989FA;
  color: #fff;
  border-radius: 3px;
}

.beacone-calendar-view .cv-header .periodLabel {
  margin-left: 26% !important;
  color: #1466B8 !important;
  font-size: 16px !important;
  font-family: "PingFangSC-Medium";
}

.beacone-calendar-view .cv-header-days {
  margin: 10px 30px 0;
  background: #D8D8D8;
  border-color: #DEDEDE;
}

.beacone-calendar-view .cv-header-days .cv-header-day {
  background: #D8D8D8 !important;
  height: 26px;
  border-color: transparent;
}

.beacone-calendar-view .cv-weeks {
  margin: 0 30px;
}

.beacone-calendar-view .cv-weeks .cv-week {
  height: 114px;
}

.beacone-calendar-view .theme-default .cv-event {
  border-radius: 0;
}

.beacone-calendar-view .theme-default .cv-event {
  background-color: #D9F5ED;
  border-color: #D9F5ED;
  font-size: 14px;
  color: #333333;
  font-family: PingFangSC-Regular;
  padding-left: 15px;
}

.calendar-show .theme-default .cv-event {
  background-color: #D9F5ED;
  border-color: #D9F5ED;
  font-size: 14px;
  color: #333333;
  font-family: PingFangSC-Regular;
  padding-left: 15px;
}

.calendar-show .theme-default .cv-event::before {
  content: "";
  width: 11px;
  height: 20px;
  display: inline-block;
  background: #81DDC3;
  background-size: cover;
  margin-right: 0.5em;
  position: absolute;
  top: 0;
  left: -8px;
}

.beacone-calendar-view .el-dialog__header {
  padding: 10px 20px;
}

.beacone-calendar-view .el-dialog__body {
  padding: 20px 30px;
}

.beacone-module-edit .el-dialog__header {
  padding: 10px 20px;
}

.beacone-module-edit .el-dialog__body {
  padding: 20px;
}

.app-container-people .el-tabs--border-card > .el-tabs__content {
  padding: 0 20px;
}

.app-container-people .el-card.is-always-shadow,
.app-container-people .el-card.is-hover-shadow:focus,
.app-container-people .el-card.is-hover-shadow:hover {
  box-shadow: none;
}

.slide-bar-item .el-menu-item {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

.quizz-view-view .el-tag {
  height: 18px;
  line-height: 9px;
  padding: 3px 4px;
  border: 0;
}

.beacon-book-detail .el-tag--medium {
  height: 20px;
  line-height: 18px;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.active-only .el-dialog__wrapper {
  margin-top: 0 !important;
}

.activites-info .el-dialog__wrapper {
  margin-top: 0 !important;
}

.cv-wrapper .cv-day-number::before {
  content: "" !important;
}

.theme-default .cv-event.birthday::before {
  content: "" !important;
}

.tinymce-link-style {
  width: 100%;
}

.tinymce-link-style p a {
  color: #409EFF !important;
}

.app-group-list .el-dialog__body {
  padding: 2px 20px;
}

.quickFaster .el-tag--medium {
  height: 16px;
  line-height: 16px;
}

.quickAssignment .el-textarea__inner {
  resize: none;
  background: #FAFAFA;
}

.rubricsRule .el-dialog__body {
  padding: 10px 0;
}

.rubricsRule .el-textarea__inner {
  resize: none;
}

.rubricsRule .el-table--medium td,
.el-table--medium th,
.el-table td,
.el-table th {
  padding: 0;
}

.addQuestion .el-textarea__inner {
  resize: none;
  height: 120px;
  background: #FAFAFA;
  border-radius: 0;
}

.addQuestion .el-input__inner {
  border-radius: 0;
}

.addQuestion .el-input-group {
  width: 90%;
}

.addQuestion .el-form-item .el-form-item {
  margin-bottom: 10px;
}

.color333 {
  color: #333;
}

.rate-components .current-rate {
  width: 102px;
}

::-webkit-scrollbar {
  width: 10px;
  height: 8px;
  background-color: #ccc;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

::-webkit-scrollbar:hover {
  background-color: #d1d1d1;
}

::-webkit-scrollbar-thumb {
  background-color: #ccc;
  height: 50px;
  border-radius: 5px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:active {
  background-color: #ccc;
  border-right: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar-track:hover {
  background-color: #fff;
}

.side-scroll::-webkit-scrollbar {
  width: 10px;
  height: 8px;
  background-color: #d6e4f5;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.editor-class-select .single-style {
  align-items: center !important;
}

.editor-class-select .single-style .single-style_div {
  width: 108%;
  display: flex;
  position: relative;
}

.editor-class-select .single-style .single-style_div .mce-menubar {
  border: 0;
}

.editor-class {
  display: flex;
  flex-direction: row-reverse;
}

.editor-class .el-select {
  width: 32px;
  height: 32px;
  padding: 0;
}

.editor-class .el-select .el-input--suffix {
  line-height: 0 !important;
}

.editor-class .el-select .el-input--suffix .el-input__suffix-inner {
  line-height: 48px;
}

.editor-class .el-select .el-input--suffix .el-input__inner {
  width: 32px;
  height: 32px;
  padding: 0;
  color: #fff;
  padding-right: 22px;
  border-color: #DCDFE6;
}

.editor-class .el-select .el-input--suffix .el-input__suffix {
  right: -2px;
}

.editor-class .abcR,
.editor-class .abcM {
  position: relative;
}

.editor-class .abcR::before,
.editor-class .abcM::before {
  position: absolute;
  left: 28%;
  z-index: 5;
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #909399;
  line-height: 12px;
}

.editor-class .abcR::before {
  content: "R";
  top: 48%;
}

.editor-class .abcM::before {
  content: "M";
  top: 48%;
}

.editor-class-select .el-select {
  width: 52px;
}

.editor-class-select .el-select input {
  color: #fff;
}

.editor-class-select .abcR,
.editor-class-select .abcM,
.editor-class-select .abcT {
  position: relative;
}

.editor-class-select .abcR .el-input__inner,
.editor-class-select .abcM .el-input__inner,
.editor-class-select .abcT .el-input__inner {
  width: 32px;
  height: 32px;
  padding: 0;
  position: relative;
}

.editor-class-select .abcR .el-input__suffix,
.editor-class-select .abcM .el-input__suffix,
.editor-class-select .abcT .el-input__suffix {
  right: 6px;
}

.editor-class-select .abcR .el-input__inner {
  top: -2px;
}

.editor-class-select .abcT .el-input__inner {
  top: 0;
}

.editor-class-select .abcR::before,
.editor-class-select .abcM::before,
.editor-class-select .abcT::before {
  position: absolute;
  left: 24%;
  z-index: 5;
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #909399;
  line-height: 12px;
}

.editor-class-select .abcR::before {
  content: "R";
  top: 13%;
}

.editor-class-select .abcM::before {
  content: "M";
  top: 10%;
}

.editor-class-select .abcT::before {
  content: "P";
  top: 46%;
}

.editor-class-select .styleDiv .abcM::before {
  top: 10%;
}

.edit-markDown .markdown-body {
  max-height: 350px;
  overflow-y: scroll;
}

.edit-markDown .markdown-body .v-note-show {
  border-left: 1px solid #DCDFE6;
}

.edit-markDown .el-input__inner {
  height: 32px;
}

.operationButton {
  z-index: 3 !important;
}

.answerFlag {
  width: 170px !important;
  margin-left: 30px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: #FFFFFF !important;
  border-radius: 5px !important;
  border: 1px solid #DCDFE6 !important;
  text-align: center !important;
  padding-right: 9px !important;
  line-height: 32px !important;
  color: #1989FA !important;
  display: flex !important;
  align-items: center !important;
  height: 32px !important;
  margin-top: 3px !important;
}

.answerFlag .el-checkbox__label {
  line-height: 40px !important;
  text-align: left !important;
  width: auto !important;
}

.answerFlag .el-checkbox__input {
  line-height: 0 !important;
  position: relative;
}

.mce-notification {
  display: none !important;
}

.v-note-wrapper .v-note-op {
  min-height: 90px !important;
}

.v-note-wrapper .v-note-op .v-right-item {
  max-width: 40% !important;
}

.el-no-border {
  background: #0b53a4 !important;
  color: #fff !important;
}

.admin-page-form-style .el-input .el-input__inner {
  height: 54px;
  line-height: 54px;
  color: #373737;
  font-size: 16px;
  border: solid 1px #cccdd2;
  border-radius: 6px;
  vertical-align: middle;
  line-height: normal !important;
}

.admin-page-form-style .el-dialog__body .el-input .el-input__inner {
  width: 242px;
  height: 36px;
  line-height: 36px;
  color: #373737;
  font-size: 16px;
  border: solid 1px #cccdd2;
  border-radius: 6px;
  vertical-align: middle;
  line-height: normal !important;
}

.admin-page-form-style .el-input-group--prepend .el-input__inner {
  color: #373737;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  vertical-align: middle;
  line-height: normal !important;
}

.admin-page-form-style .el-input-group__prepend {
  position: relative;
  border-right: none;
  border-color: #cccdd2;
  background: #fff;
  color: #373737;
}

.admin-page-form-style .el-input-group__prepend:before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 24px);
  background: #cccdd2;
  content: "";
}

.admin-page-form-style .el-button {
  border-color: #0b53a4;
  color: #0b53a4;
  border-radius: 6px;
  font-size: 16px;
}

.admin-page-form-style .el-button:hover,
.admin-page-form-style .el-button:focus {
  border-color: #0b53a4;
  background: #fff;
  color: #0b53a4;
}

.admin-page-form-style .el-button.el-button--medium {
  padding: 17px;
}

.admin-page-form-style .el-button.el-button--mini {
  border-radius: 3px;
  padding: 6px 16px !important;
  font-size: 14px;
}

.admin-page-form-style .el-button.el-button--primary {
  background: #0b53a4;
  color: #fff;
}

.admin-page-form-style .el-button.el-button--primary:hover,
.admin-page-form-style .el-button.el-button--primary:focus {
  background: #0b53a4;
  color: #fff;
}

.admin-page-form-style .el-button.el-button--primary.is-plain {
  color: #0B53A4;
  background: #EEF0F3;
  border-color: #0B53A4;
}

.admin-page-form-style .el-button.el-button--success {
  border-color: #4cb296;
  background: #4cb296;
  color: #fff;
}

.admin-page-form-style .el-button.el-button--success:hover,
.admin-page-form-style .el-button.el-button--success:focus {
  background: #4cb296;
  color: #fff;
}

.admin-page-form-style .el-button.el-button--danger {
  border: #b24c6e;
  background: #b24c6e;
  color: #fff;
}

.admin-page-form-style .el-button.el-button--danger:hover,
.admin-page-form-style .el-button.el-button--danger:focus {
  background: #b24c6e;
  color: #fff;
}

.admin-page-form-style .detail-table-container {
  border-radius: 6px;
  padding: 8 8px 30px;
  background: #fff;
}

.admin-page-form-style .el-table {
  border-radius: 10px;
  overflow: hidden;
}

.admin-page-form-style .el-table th {
  height: 50px;
}

.admin-page-form-style .el-table.el-table--striped .el-table__body tr.el-table__row--striped td {
  background: #fafafa;
}

.admin-page-form-style .el-table.el-table--enable-row-hover .el-table__body tr:hover > td {
  background: #e2efff;
}

.admin-page-form-style .el-table td {
  border-bottom-color: #eff0f0;
}

.admin-page-form-style .el-table .el-table__header .cell {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 800;
  color: #7c7c80;
}

.admin-page-form-style .el-table .cell {
  font-size: 14px;
  color: #7c7c80;
}

.admin-page-form-style .el-date-editor {
  border-color: #cccdd2;
  border-radius: 6px;
}

.admin-page-form-style .el-date-editor.el-range-editor--medium.el-input__inner {
  height: 54px;
}

.admin-page-form-style .el-date-editor.el-range-editor--medium .el-range-separator {
  line-height: 46px;
}

.admin-page-form-style .el-pagination__sizes .el-input--mini .el-input__inner {
  height: 30px;
}

.admin-page-form-style .el-form-item--medium .el-form-item__content,
.admin-page-form-style .el-form-item--medium .el-form-item__label {
  line-height: 50px;
}

.admin-page-form-style .el-form-item__label {
  line-height: 542x;
}

.admin-page-form-style .el-date-editor .el-range-separator {
  line-height: 36px;
}

.admin-page-form-style .el-range-editor.el-input__inner {
  height: 54px;
}

.admin-page-form-style .el-pagination {
  height: 56px;
  display: flex;
  align-items: center;
}

.admin-page-form-style .el-pagination .el-input__inner {
  line-height: 28px;
}

.admin-page-form-style .fixed-width .el-button--mini {
  width: auto;
}

.admin-page-form-style .el-tag {
  height: 22px;
  border-radius: 10px;
  line-height: 22px;
}

.admin-page-form-style .filter-container {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
}

.admin-page-form-style .filter-container .el-form {
  flex: 1 1 auto;
  min-height: 50px;
}

.admin-page-form-style .filter-container .el-form.el-form--inline {
  display: flex;
  flex-wrap: wrap;
}

.admin-page-form-style .admin-btn .el-button {
  padding: 5px;
}

.v-note-img-wrapper {
  display: none !important;
}

.navbar-laravel {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* (ignored) *//* (ignored) *//* (ignored) */