.container {
  padding: unset;
  margin: unset;
  max-width: 1366px;
  margin: 0 auto;
}

body {
  background-color: #181b20;
  min-height: 100vh;
}

main {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

main #main-content {
  padding: 0 18px 24px;
  width: 100%;
  min-height: calc(100vh - 150px);
}

main #main-content > section {
  width: calc(90% + 30px);
  margin: 0 auto;
}

@media (max-width: 1366px) {
  main #main-content > section {
    width: 100%;
  }
}

@media (max-width: 767px) {
  main #main-content {
    padding: 0 15px 24px;
  }
}

main .container-aside::before {
  content: '';
  position: absolute;
  max-width: 258px;
  width: 100%;
  width: 100%;
  height: 100%;
  background-color: #063E3C;
}

main .container-aside ~ #main-content {
  max-width: calc(100% - 258px);
}

main .container-aside ~ #main-content .page-title {
  max-width: 100%;
}

main .container-aside ~ #main-content > section {
  width: 100%;
}

@media (max-width: 1199px) {
  main .container-aside {
    display: none;
  }
  main .container-aside ~ #main-content {
    max-width: 100%;
  }
}

.header {
  background-color: #43A8A5;
  position: relative;
  height: 91px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 25px;
}

@media (max-width: 575px) {
  .header {
    padding: 0px 15px;
  }
}

.header::after {
  content: "";
  width: 100%;
  height: 8px;
  background-color: #257774;
  position: absolute;
  left: 0;
  bottom: 0;
}

.header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.header .logo img {
  margin-left: -12px;
}

.header .logo h1 {
  color: #ffffff;
  font-size: 1.5625rem;
  line-height: 1;
  font-weight: normal;
  margin: 0px;
}

@media (max-width: 575px) {
  .header .logo h1 {
    font-size: 1.5rem;
  }
}

.header .top-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 1.3125rem;
}

.header .top-navigation .guide {
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 3px;
  font-size: 1.2rem;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .header .top-navigation .guide {
    display: none;
  }
}

.header .top-navigation .login > a {
  font-size: 1.25rem;
  padding: 0 30px 0 13px;
  text-decoration: none;
  color: #ffffff;
}

@media (max-width: 767px) {
  .header .top-navigation .login > a {
    display: none;
  }
}

.header .top-navigation .loged-in {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .header .top-navigation .loged-in {
    display: none;
  }
}

.header .top-navigation .system-service-btn {
  width: 187px;
  height: 56px;
  background-color: #ffffff;
  border: unset;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

@media (max-width: 991px) {
  .header .top-navigation .system-service-btn {
    display: none;
  }
}

.header .top-navigation .system-service-btn span {
  color: #257774;
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 10px;
}

.header .top-navigation .burger-link {
  padding: unset;
  border: 1px solid #ffffff;
  outline: none;
  width: 69px;
  height: 56px;
  cursor: pointer;
}

.header .top-navigation .btn-logout {
  width: 102px;
  height: 48x;
  background-color: #43A8A5;
  border-radius: 6px;
  border-color: #D7EFEB;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: normal;
  margin-right: 19px;
  letter-spacing: normal;
}

.header.evaluation {
  color: #ffffff;
  background-color: #2245b5;
}

.header.evaluation .test {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
}

.header.evaluation .test li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header.evaluation .test li:nth-child(1) h1 {
  font-size: 1.5rem;
}

.header.evaluation .test li:nth-child(2) {
  margin-left: 14px;
  color: #E3E3E3;
}

.header.evaluation .test li:nth-child(3) {
  position: relative;
  color: #E3E3E3;
}

.header.evaluation .test li:nth-child(3)::before {
  content: '/';
  padding-left: 6px;
  padding-right: 6px;
}

.header.evaluation .test li:nth-last-child(2) {
  margin-left: auto;
}

.header.evaluation::after {
  height: 0;
}

.header .btn-logout ~ .burger-link {
  display: none;
}

@media (max-width: 1200px) {
  .header .btn-logout {
    display: none;
  }
  .header .btn-logout ~ .burger-link {
    display: block;
  }
}

.backend .burger-link {
  display: none;
}

@media (max-width: 1199px) {
  .backend .burger-link {
    display: block;
  }
}

.container-aside {
  max-width: 258px;
  width: 100%;
  height: 100%;
  background-color: #125350;
  border: 0;
}

.container-aside .accordion {
  width: 258px;
  padding-bottom: 25px;
  background-color: #257774;
  border-bottom: 0;
}

.container-aside .accordion .card {
  width: 258px;
  border-top: 0;
  border-radius: 0;
  border: 0;
  background-color: #063E3C;
}

.container-aside .accordion .card .card-header {
  width: 258px;
  height: 56px;
  padding: 0;
  border: 0;
  border-bottom: 3px solid #063E3C;
  background-color: #257774;
  position: relative;
}

.container-aside .accordion .card .card-header:nth-of-type(2) {
  height: 55px;
  border-bottom: 2px solid #063E3C;
}

.container-aside .accordion .card .card-header:nth-of-type(8), .container-aside .accordion .card .card-header:nth-of-type(12), .container-aside .accordion .card .card-header:nth-of-type(14), .container-aside .accordion .card .card-header:nth-of-type(16) {
  height: 57px;
}

.container-aside .accordion .card .card-header .left-img {
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
  background-position: center;
  margin-right: 10px;
  margin-left: 1px;
}

.container-aside .accordion .card .card-header:hover {
  background-color: #43A8A5;
}

.container-aside .accordion .card .card-header:hover .btn {
  background-color: #43A8A5;
}

.container-aside .accordion .card .card-header:hover .btn::after {
  -webkit-transition: 500ms;
  transition: 500ms;
  -webkit-transform: rotateZ(-180deg);
          transform: rotateZ(-180deg);
}

.container-aside .accordion .card .card-header .btn::after {
  content: "";
  width: 21.34px;
  height: 12.34px;
  background: url("/images/component/icon/help/icon-up-arrow-small.svg");
  position: absolute;
  top: 21px;
  left: 222px;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0.4, 0.25, 1.35);
  transition: all 300ms cubic-bezier(0.4, 0.4, 0.25, 1.35);
}

.container-aside .accordion .card .card-header .btn.none-sub::after {
  width: 0px;
  height: 0px;
}

.container-aside .accordion .card .btn {
  width: 258px;
  height: 55px;
  border-radius: 0;
  margin-left: 1px;
  font-size: 1.3125rem;
  font-weight: bold;
  text-decoration: none;
  color: #D7EFEB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container-aside .accordion .card .btn span {
  -webkit-transform: translate(2px, 2px);
          transform: translate(2px, 2px);
  margin-bottom: 1px;
}

.container-aside .accordion .card .btn[aria-expanded="true"] {
  background-color: #43A8A5;
}

.container-aside .accordion .card .btn[aria-expanded="true"]::after {
  -webkit-transition: 500ms;
  transition: 500ms;
  -webkit-transform: rotateZ(-180deg);
          transform: rotateZ(-180deg);
}

.container-aside .accordion .card .btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.container-aside .accordion .collapse {
  width: 258px;
  background-color: #063E3C;
  margin-right: -10px;
  cursor: pointer;
  color: #257774;
  color: #D7EFEB;
  text-decoration: none;
}

.container-aside .accordion .collapse:hover {
  color: #D7EFEB;
  text-decoration: none;
}

.container-aside .accordion .my-collapse {
  background-color: #063E3C;
  margin-top: 3px;
}

.container-aside .accordion .card-body {
  width: 258px;
  height: 52x;
  line-height: 16px;
  background-color: #125350;
  border-bottom: 1px solid #D7EFEB;
  min-height: 1px;
  margin-left: 18px;
  padding-right: 21px;
  padding-left: 15px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #D7EFEB;
  font-size: 1.3125rem;
  font-weight: bold;
  text-decoration: none;
}

.container-aside .accordion .card-body:hover, .container-aside .accordion .card-body.x-hover {
  color: #125350;
  text-decoration: none;
  background: #D7EFEB;
}

.breadcrumb {
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: initial;
  margin-bottom: 0;
  line-height: 1;
  padding: 15px 0;
  font-size: 1rem;
}

.breadcrumb .guide {
  text-decoration: none;
  font-size: 1.2rem;
  color: #000000;
  -webkit-transform: translate(-2px, -2px);
          transform: translate(-2px, -2px);
}

.breadcrumb ul {
  margin: 0;
  padding: 0;
  margin-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.breadcrumb ul li:nth-child(1) a {
  color: #257774;
  letter-spacing: 0.1px;
  text-decoration: underline;
}

.breadcrumb ul li:nth-child(1) a:hover {
  font-weight: bolder;
}

.breadcrumb ul li:last-child {
  color: #9b9b9b;
}

.breadcrumb ul li + *::before {
  content: "/ ";
  padding-left: 4px;
}

.page-title {
  margin: 0 auto 16px;
  width: 100%;
  max-width: calc(90% + 30px);
  padding: 15px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

@media (max-width: 1366px) {
  .page-title {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .page-title {
    padding: 0px 0px 5px;
  }
}

.page-title::after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0px;
  background-color: #b7b7b7;
}

.page-title .title-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: calc(100% - 108px);
}

@media (max-width: 575px) {
  .page-title .title-div {
    max-width: calc(100% - 75px);
  }
}

@media (max-width: 575px) {
  .page-title .title-div > img {
    width: 40px;
    height: 40px;
  }
}

.page-title .title-div .title {
  margin-left: 10px;
  font-size: 1.9375rem;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 575px) {
  .page-title .title-div .title {
    font-size: 1.5rem;
  }
}

.page-title.show-text .title-div .title {
  white-space: unset;
  text-overflow: unset;
  overflow: unset;
}

.footer {
  background-color: #181b20;
  position: relative;
  overflow: hidden;
}

.footer a {
  text-decoration: none;
  color: #ffffff;
}

.footer ul {
  margin: 0;
  padding: 0;
  color: #dedede;
}

.footer .bottom-navigation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 29px 24px 24px 32px;
  border-bottom: 1px solid #707070;
}

@media (max-width: 1366px) {
  .footer .bottom-navigation {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 991px) {
  .footer .bottom-navigation {
    display: block;
  }
}

@media (max-width: 575px) {
  .footer .bottom-navigation {
    padding: 29px 29px 24px;
  }
}

.footer .bottom-navigation > div {
  min-height: 180px;
}

@media (max-width: 991px) {
  .footer .bottom-navigation > div {
    min-height: auto;
    margin-bottom: 14px;
  }
}

.footer .bottom-navigation .footer-contect {
  margin-right: 4%;
}

.footer .bottom-navigation .footer-contect ul:nth-child(1) li {
  line-height: 24px;
}

.footer .bottom-navigation .footer-contect ul:nth-child(1) li:nth-child(n+2) {
  margin-top: -1px;
}

.footer .bottom-navigation .footer-contect ul:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  color: #ffffff;
  padding: 12px 0px 11px;
}

@media (max-width: 991px) {
  .footer .bottom-navigation .footer-contect ul:nth-child(2) {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 24px 0 11px;
  }
}

@media (max-width: 575px) {
  .footer .bottom-navigation .footer-contect ul:nth-child(2) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.footer .bottom-navigation .footer-contect ul:nth-child(2) li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .bottom-navigation .footer-contect ul:nth-child(2) li > a:hover {
  text-decoration: underline;
}

.footer .bottom-navigation .footer-contect ul:nth-child(2) li:nth-child(n+2) {
  padding-left: 17px;
}

.footer .bottom-navigation .footer-contect ul:nth-child(2) li:nth-child(n+2)::before {
  content: '';
  width: 2px;
  height: 14px;
  background-color: #5c5d5e;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  margin-right: 13px;
}

.footer .bottom-navigation .footer-contect ul:nth-child(2) li:nth-child(3) {
  padding-left: 13px;
}

.footer .bottom-navigation .footer-contect ul:nth-child(2) li:nth-child(3)::before {
  margin-right: 17px;
}

@media (max-width: 443px) {
  .footer .bottom-navigation .footer-contect ul:nth-child(2) li:nth-child(3)::before {
    display: none;
  }
}

.footer .bottom-navigation .footer-contect ul:nth-child(2) li:nth-child(4) {
  padding-left: 17px;
}

.footer .bottom-navigation .footer-contect ul:nth-child(2) li:nth-child(4)::before {
  margin-right: 17px;
}

@media (max-width: 443px) {
  .footer .bottom-navigation .footer-contect ul:nth-child(2) li:nth-child(4) {
    margin-right: 26px;
  }
}

@media (max-width: 575px) {
  .footer .bottom-navigation .footer-contect ul:nth-child(2) li:nth-child(2n+1) {
    width: calc(40% - 17px);
    padding-left: 0px;
  }
  .footer .bottom-navigation .footer-contect ul:nth-child(2) li:nth-child(2n) {
    width: calc(60% + 17px);
    margin-right: 0px;
  }
}

.footer .bottom-navigation .footer-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.125rem;
}

.footer .bottom-navigation .footer-about .footer-about-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
  font-size: 1.125rem;
}

@media (max-width: 991px) {
  .footer .bottom-navigation .footer-about .footer-about-links {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 575px) {
  .footer .bottom-navigation .footer-about .footer-about-links {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.footer .bottom-navigation .footer-about .footer-about-links ul:nth-child(1) {
  margin-right: 56px;
}

@media (max-width: 991px) {
  .footer .bottom-navigation .footer-about .footer-about-links ul:nth-child(1) {
    margin-right: -12px;
  }
}

@media (max-width: 575px) {
  .footer .bottom-navigation .footer-about .footer-about-links ul:nth-child(1) {
    margin-right: 0px;
  }
}

.footer .bottom-navigation .footer-about .footer-about-links ul:nth-child(2) {
  margin-right: 56px;
}

@media (max-width: 991px) {
  .footer .bottom-navigation .footer-about .footer-about-links ul:nth-child(2) {
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  .footer .bottom-navigation .footer-about .footer-about-links ul:nth-child(2) {
    margin-right: 0px;
  }
}

.footer .bottom-navigation .footer-about .footer-about-links ul:nth-child(3) {
  margin-right: 13px;
}

@media (max-width: 991px) {
  .footer .bottom-navigation .footer-about .footer-about-links ul:nth-child(3) {
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  .footer .bottom-navigation .footer-about .footer-about-links ul:nth-child(3) {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .footer .bottom-navigation .footer-about .footer-about-links ul:nth-child(4) {
    margin-right: 35px;
  }
}

@media (max-width: 575px) {
  .footer .bottom-navigation .footer-about .footer-about-links ul:nth-child(4) {
    margin: 0;
  }
}

.footer .bottom-navigation .footer-about .footer-about-links ul li {
  padding: 1px 0px;
}

@media (max-width: 575px) {
  .footer .bottom-navigation .footer-about .footer-about-links ul {
    display: none;
  }
}

.footer .bottom-navigation .footer-about .footer-about-links .about-links-phone {
  text-align: center;
  display: none;
}

@media (max-width: 575px) {
  .footer .bottom-navigation .footer-about .footer-about-links .about-links-phone {
    width: 50%;
    text-align: start;
    display: block;
  }
}

.footer .bottom-navigation .footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

@media (max-width: 1366px) {
  .footer .bottom-navigation .footer-link {
    margin-left: unset;
  }
}

@media (max-width: 991px) {
  .footer .bottom-navigation .footer-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer .bottom-navigation .footer-link a > img {
  width: 82px;
}

@media (max-width: 991px) {
  .footer .bottom-navigation .footer-link a > img {
    width: 150px;
  }
}

.footer .bottom-navigation .footer-link > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 121px;
}

.footer .bottom-navigation .footer-link > div .img-1 {
  height: 121px;
  margin-bottom: 10px;
}

.footer .bottom-navigation .footer-link > div .img-2 {
  width: 100%;
}

@media (max-width: 991px) {
  .footer .bottom-navigation .footer-link > div {
    width: 200px;
  }
  .footer .bottom-navigation .footer-link > div .img-1 {
    height: 200px;
    margin-bottom: 10px;
  }
  .footer .bottom-navigation .footer-link > div .img-2 {
    height: 62px;
    margin-bottom: 20px;
  }
}

.footer .bottom-navigation .feedback {
  min-height: unset;
  margin-left: 2px;
  margin-bottom: -1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
  .footer .bottom-navigation .feedback {
    margin: 0 auto;
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.footer .bottom-navigation .feedback a {
  width: 135px;
  height: 41px;
  padding-left: 1px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 35px;
  background-color: #656565;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.125rem;
}

@media (max-width: 991px) {
  .footer .bottom-navigation .feedback a {
    width: 222px;
  }
}

@media (max-width: 575px) {
  .footer .bottom-navigation .feedback a {
    width: 82vw;
    font-size: 1.5rem;
  }
}

.footer .copyright {
  width: 100%;
  padding: 10px 32px 15px;
  color: #dedede;
}

@media (max-width: 991px) {
  .footer .copyright {
    padding: 15px 26px;
  }
}

.footer .copyright ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .footer .copyright ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  .footer .copyright ul {
    text-align: center;
  }
}

.footer .copyright ul li:first-child[title='copyright'] {
  margin: 0 auto;
}

@media (max-width: 991px) {
  .footer .copyright ul li:first-child {
    margin-bottom: 10px;
  }
}

.footer .copyright ul li[title='copyright'] {
  font-size: 1.125rem;
  font-size: 1rem;
  margin-left: auto;
  margin-right: 14px;
}

@media (max-width: 991px) {
  .footer .copyright ul li[title='copyright'] {
    margin-left: 0;
    margin-right: 0;
  }
}

.text-editor {
  margin-bottom: 16px;
}

.text-editor .editor-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text-editor .editor-header .editor-toolbar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.text-editor .editor-header .editor-toolbar .ck-toolbar__items {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.text-editor .editor-content {
  border: 1px solid #c4c4c4 !important;
  height: 122px;
}

.text-editor .editor-content[height-sm] {
  height: 150px;
}

.text-editor .editor-content[height-md] {
  height: 190px;
}

.text-editor .editor-content[height-lg] {
  height: 250px;
}

.text-editor .editor-content[height-xl] {
  height: 342px;
}

.text-editor[headline] .editor-header {
  position: relative;
}

.text-editor[headline] .editor-header .editor-title {
  position: absolute;
  width: 80px;
  padding: 0px 10px;
  background-color: #bcbcbc;
  font-size: 1.6875rem;
  color: #ffffff;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.text-editor[headline] .ck-toolbar__items > .ck:nth-child(1) {
  margin-left: 80px;
}
/*# sourceMappingURL=template.css.map */