.fade-slide-enter-active,
.fade-slide-leave-active {
  transition: opacity 1s ease, transform 0.5s ease-in-out;
  transform: translateX(0px);
}

.fade-slide-enter-from,
.fade-slide-leave-to {
  opacity: 0;
  transform: translateX(100px);
}

/* Blogs start ------------------- */
.line1 {
  /* border: 0.1px solid black; */
  border-bottom: 1px solid var(--el-border-color) black;
  margin: 10px 20px 10px;
}

.action {
  margin: 0px 20px 10px 0px;
  float: right;
}

.content {
  padding-bottom: 30px;
  padding-left: 20px;
  font-size: 15px;
  /* border: 10px; */
}

.cke {
  width: 100%;
  width: 100%;
  padding: 5px;
}

/* Blogs end ------------------- */
/* Dashboard start ------------------- */

/* start: layout */
.el-card {
  margin: 0.2rem;
}

.card-body {
  padding: 0.6rem;
}

.text-muted {
  font-size: 14px;
}

.font {
  font-size: 90%;
}

.container {
  max-width: 700px;
  min-height: 350px;
  margin: 0 auto;
}

.filter {
  float: right;
  background-color: #fff;
  width: 300px;
  min-height: 35px;
  padding: 0px 0px 0px 2px;
  margin-right: 23px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.filter2 {
  float: left;
  background-color: #fff;
  width: 300px;
  min-height: 35px;
  padding: 0px 0px 0px 2px;
  margin-right: 23px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.filter-dateRange {
  float: left;
  background-color: #fff;
  width: "100%";
  padding: 0px 0px 0px 2px;
  margin-right: 23px;
  margin-top: 10px;
  margin-bottom: 5px;
}

/* end: layout */
/* start: dashboard */
.card-header-dasboard {
  margin: 5;
  font-size: 15px;
  color: #333333;
}

.value-figure {
  font-size: 13px;
  padding: 10px 0px 10px 0px;
}

.value-figure-percentile {
  font-size: 25px;
  padding: 10px 5px 10px 5px;
}

.div-height-dual-lft {
  min-height: 298px;
  max-height: 298px;
}
.div-height-dual-ceo-kpi {
  min-height: 602px;
  max-height: 602px;
}

.div-height-single-small {
  min-height: 370px;
  max-height: 370px;
}

.div-height-single-small-alt {
  min-height: 382px;
  max-height: 382px;
}

.div-height-single {
  min-height: 415px;
  max-height: 415px;
}

.div-height-single-alt {
  min-height: 603px;
  max-height: 603px;
}

.div-height-single-alt2 {
  min-height: 586px;
  max-height: 586px;
}

.div-height-single-alt3 {
  min-height: 605px;
  max-height: 605px;
}

.div-height-single-savings {
  min-height: 555px;
  max-height: 555px;
}

.div-height-single-alt-dormancy {
  min-height: 700px;
  max-height: 700px;
}

.div-height-single-alt-dormancy2 {
  min-height: 703px;
  max-height: 703px;
}

.div-height-dual-rgt {
  min-height: 207.5;
  max-height: 207.5;
}

.div-comparison {
  padding: 50px 0px 0px 0px;
}

.chart-margin {
  padding: 10px 0px 0px 0px;
  height: 72%;
}

.item-margin {
  padding: 50px 0px 50px 0px;
}

.selecter {
  min-height: 90px;
  max-height: 90px;
}

.company-filter {
  min-height: 53px;
  max-height: 53px;
  padding-left: 11px;
}

.selecter-content {
  padding: 5px;
}

.div-height-dual-rgt-payroll {
  min-height: 200px;
  max-height: 200px;
}

.div-height-dual-rgt-payroll-lg {
  min-height: 310px;
  max-height: 310px;
}

/* end: dashboard */
/* Dashboard end ------------------- */

/* start: companrison---- */
.auto-width {
  width: 100%;
  table-layout: auto;
}
.auto-width th {
  width: 14.7%; /* Set th width to auto */
  text-align: left; /* Center the text within th */
  padding-left: "1%";
  color: #9A9399;
}
.auto-width td {
  width: 14.7%; 
  text-align: left; 
  padding-left: "10%";
}

/* end: companrison---- */
.document-editor {
  border: 1px solid var(--ck-color-base-border);
  border-radius: var(--ck-border-radius);
  max-height: 700px;
  display: flex;
  flex-flow: column nowrap;
}

.document-editor__toolbar {
  z-index: 1;
  box-shadow: 0 0 5px hsla(0, 0%, 0%, 0.2);
  border-bottom: 1px solid var(--ck-color-toolbar-border);
}

.document-editor__toolbar .ck-toolbar {
  border: 0;
  border-radius: 0;
}

.document-editor__editable-container {
  padding: calc(2 * var(--ck-spacing-large));
  background: var(--ck-color-base-foreground);
  overflow-y: scroll;
}

.document-editor__editable-container .ck-editor__editable {
  width: 15.8cm;
  min-height: 21cm;
  padding: 1cm 2cm 2cm;
  border: 1px hsl(0, 0%, 82.7%) solid;
  border-radius: var(--ck-border-radius);
  background: white;
  box-shadow: 0 0 5px hsla(0, 0%, 0%, 0.1);
  margin: 0 auto;
}

.document-editor .ck-content,
.document-editor .ck-heading-dropdown .ck-list .ck-button__label {
  font: 16px/1.6 "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.document-editor .ck-heading-dropdown .ck-list .ck-button__label {
  line-height: calc(1.7 * var(--ck-line-height-base) * var(--ck-font-size-base));
  min-width: 6em;
}

.document-editor .ck-heading-dropdown .ck-list .ck-button:not(.ck-heading_paragraph) .ck-button__label {
  transform: scale(0.8);
  transform-origin: left;
}

.document-editor .ck-content h2,
.document-editor .ck-heading-dropdown .ck-heading_heading1 .ck-button__label {
  font-size: 2.18em;
  font-weight: normal;
}

.document-editor .ck-content h2 {
  line-height: 1.37em;
  padding-top: 0.342em;
  margin-bottom: 0.142em;
}

.document-editor .ck-content h3,
.document-editor .ck-heading-dropdown .ck-heading_heading2 .ck-button__label {
  font-size: 1.75em;
  font-weight: normal;
  color: hsl(203, 100%, 50%);
}

.document-editor .ck-heading-dropdown .ck-heading_heading2.ck-on .ck-button__label {
  color: var(--ck-color-list-button-on-text);
}

.document-editor .ck-content h3 {
  line-height: 1.86em;
  padding-top: 0.171em;
  margin-bottom: 0.357em;
}

.document-editor .ck-content h4,
.document-editor .ck-heading-dropdown .ck-heading_heading3 .ck-button__label {
  font-size: 1.31em;
  font-weight: bold;
}

.document-editor .ck-content h4 {
  line-height: 1.24em;
  padding-top: 0.286em;
  margin-bottom: 0.952em;
}

.document-editor .ck-content p {
  font-size: 1em;
  line-height: 1.63em;
  padding-top: 0.5em;
  margin-bottom: 1.13em;
}

.document-editor .ck-content blockquote {
  font-family: Georgia, serif;
  margin-left: calc(2 * var(--ck-spacing-large));
  margin-right: calc(2 * var(--ck-spacing-large));
}
