/*CKEDITOR*/
.editor-block {
  margin-bottom: 20px;
}

.editor-w-920 {
  width: 920px;
}

.editor-w-745 {
  width: 745px;
}

.editor-area {
  height: 620px;
  position: relative;
  background-color: #8a8a8a;
  /* overflow: hidden; */
}

.editor-toolbar {
  height: 620px;
}

.editor-right {
  position: absolute;
  width: 140px;
  height: 620px;
  padding: 5px;
  box-sizing: border-box;
  background-color: #bcb9ae;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  right: 0;
  top: 0;
}

.editor-right label[for="editor-right-switch"] {
  position: absolute;
  width: 30px;
  height: 80px;
  background-color: #bcb9ae;
  color: #fff;
  right: 140px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 80px;
  text-align: center;
  font-size: 20px;
  border-radius: 3px 0 0 3px;
}
#editor-right-switch {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
#editor-right-switch:checked + .editor-right {
  transform: translateX(90%);
}
#editor-right-switch:checked + .editor-right label .fa {
  transform: scaleX(-1);
}

/*CKEDITOR TOOLBAR*/
.editor-toolbar {
  display: flex;
}

.editor-items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.editor-items-icon {
  display: block;
}

.editor-items-text {
  display: block;
  font-size: 12px;
  padding: 5px 0 0 0;
}

.editor-dropbtn {
  width: 63px;
  height: 63px;
  background-color: #575757;
  color: #fff;
  padding: 5px;
  border: none;
  margin: 0 1px 1px 0;
}

.editor-dropdown {
  position: relative;
  display: inline-block;
}

.editor-dropbtn:hover {
  background-color: #191919;
}

.editor-dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 130px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  right: 0;
}

.editor-dropdown-content a {
  color: #575757;
  padding: 5px;
  text-decoration: none;
  display: block;
  font-size: 14px;
}

.editor-dropdown-content a:hover {
  background-color: #f8f4d2;
}

.editor-dropdown:hover .editor-dropdown-content {
  display: block;
}

.editor-dropdown:hover .editor-dropbtn {
  background-color: #191919;
}

.editor-dropdown-content .editor-panelcell {
  padding: 5px;
  border-radius: 10%;
}

.editor-dropdown-content div {
  /* color: #575757; */
  padding: 5px;
  text-decoration: none;
  display: block;
  font-size: 14px;
}

/*SEO SETTING*/
.att {
  color: #fc544b;
  padding-right: 5px;
}

/*CHART*/
.chartBg {
  background-color: #fff;
  border-radius: 10px;
  margin: 30px 0 20px 0;
  padding: 15px;
  border: 1px solid #e7e7e7;
}

.chartBg p {
  font-size: 16px;
  text-align: center;
  border-top: 1px solid #e7e7e7;
  padding: 10px 0 0 0;
  margin: 10px 0 0 0;
}

/*MODAL*/
.success-box {
  text-align: center;
}

.success-box p {
  font-size: 16px;
  color: #333;
  word-wrap: break-word;
  word-break: normal;
}

.success-box-icon {
  font-size: 50px;
  color: #fc544b;
  padding-bottom: 10px;
}

.modal-footer {
  justify-content: center;
  border-top: 1px solid #fff;
  padding: 0;
}

/*CONTACT*/
.contact-time {
  font-size: 13px;
  color: #8a8a8a;
}

.error img {
  max-width: 700px;
}
