@font-face {
  font-family: "Poppins";
  src: url("/assets/plugin_assets/redmineflux_testcase_management/Poppins-Regular-9a9b6e54.otf");
}

body {
  margin: 0;
  /* font-family: "Poppins"; */
}

ul {
  list-style: none;
}

/* .codex-editor__redactor {
  padding-bottom: 0 !important;
} */
.controller-new_pages.action-index #sidebar {
  display: block !important;
  float: left !important;
  width: 50px;
  background: #eaf7ff !important;
  box-shadow: 0px 1px 5px #d8ebff !important;
  border-radius: 4px !important;
  padding-left: 10px;
}

.select-none {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer */
  user-select: none;
}

.d-flex {
  display: flex !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

.justify-space-between {
  justify-content: space-between !important;
}

.justify-content-end {
  justify-content: end !important;
}

.w-100 {
  width: 100% !important;
}

.w-50 {
  width: 50% !important;
}

.w-auto {
  width: auto !important;
}

.h-100 {
  height: 100% !important;
}

.fs-12 {
  font-size: 12px !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-2 {
  padding-top: 2px !important;
}

.pe-5 {
  padding-right: 5px !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

/* .me-5 {
  margin-right: 5px !important;
} */

.me-10 {
  margin-right: 10px !important;
}

.ms-5 {
  margin-left: 5px !important;
}

.ms-10 {
  margin-left: 10px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.d-none {
  display: none !important;
}

.overflow-hidden {
  overflow: hidden;
}

.text-deco-none {
  text-decoration: none !important;
}

.text-align-center {
  text-align: center;
}

.text-align-left {
  text-align: left;
}

.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.text-white {
  color: #fff !important;
}

.text-danger {
  color: #fc641f !important;
}

.primary-color {
  color: #29435c !important;
}

.secondary-color {
  color: #0094FF !important;
}

.border-danger {
  border-color: #f82900 !important;
}

.bg-white {
  background-color: #fff !important;
}

.c-pointer {
  cursor: pointer !important;
}

#content {
  background-color: #f6f6fa;
}

.pages-tree {
  min-width: 200px;
  max-width: 200px;
  background-color: #d1ebfa;
  color: #1d273c;
  padding: 20px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 4px 4px 0px 0px;
}

.spaces {
  overflow: hidden;
}

.spaces > #spaces {
  margin-top: 0;
  padding-bottom: 15px !important;
}

.pages-tree[collapse="true"] {
  margin-left: -180px;
}

.pages-tree[collapse="false"] {
  margin-left: 0;
}

.spaces-txt {
  white-space: nowrap;
  overflow: hidden;
}

.spaces-txt,
.page-txt {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #1d273c;
  white-space: nowrap;
}

.spaces-txt .arrow {
  margin-bottom: 1px;
  transform-origin: center;
  transition: all 0.3s ease-in-out;
}

.spaces-txt .arrow[open="true"] {
  rotate: 90deg;
}

.pages-tree .tree-search img {
  right: 15px;
  top: 1px;
}

.pages-tree .tree-search input::placeholder {
  color: #d8d8d8;
  font-size: 12px;
  font-weight: 500;
  font-family: "Poppins";
  font-style: normal;
  line-height: 18px;
}

.head-txt {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 28px;
  line-height: 42px;
  color: #29435c;
}

.editor-area .search input,
.pages-tree .tree-search input {
  width: 282px;
  height: 40px;
  background: #ffffff;
  border-radius: 3px;
  color: #29435c;
  font-family: "Poppins";
  font-style: normal;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  padding-right: 35px;
  padding-left: 15px;
  border: 1px solid transparent !important;
}

.pages-tree .tree-search input {
  width: 183px;
}

.editor-area .search input::placeholder,
.pages-tree .tree-search input::placeholder {
  color: #d8d8d8;
  font-size: 12px;
  font-weight: 500;
  font-family: "Poppins";
  font-style: normal;
  line-height: 18px;
}

.editor-area .search img {
  right: 15px;
  top: 12px;
}

/* .orange-btn {
  background-color: #0094FF;
  color: #fff;
  border-radius: 3px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 21px;
  cursor: pointer;
  padding: 6px 12px;
  min-height: 40px;
  border: none;
  transition: all 0.3s ease-in;
  margin-top: 5px;
  float: right;
}

.orange-btn:hover {
  background-color: #0094FFc7;
}

.orange-btn .plus-icon {
  margin-left: 6px;
  margin-bottom: -1px;
} */

.transparent-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin-top: 3px;
}

.transparent-btn img {
  height: 18px;
}

.page-content {
  height: calc(100% - 115px);
  padding: 25px;
  background-color: #fff;
  border-radius: 4px;
}

.contentEditor:focus-visible {
  outline: transparent;
}

.contentEditor .ce-block__content {
  max-width: 100% !important;
  margin-left: 60px;
  padding-right: 10px;
}

.contentEditor .ce-toolbar {
  left: 58px !important;
  right: auto !important;
}

.contentEditor {
  font-family: "Poppins";
  font-size: 14px;
  color: #29435c;
}

.contentEditor .ce-toolbar__plus svg path {
  stroke: #0094FF;
}

.contentEditor .ce-toolbar__plus {
  background-color: #fff4ef !important;
}

.contentEditor .ce-toolbar__settings-btn svg path {
  stroke: #29435c !important;
}

.contentEditor .ce-toolbar__settings-btn {
  background-color: transparent !important;
}

.contentEditor .ce-paragraph[data-placeholder]:empty::before {
  font-family: "Poppins" !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #d8d8d8 !important;
}

.contentEditor .ce-inline-tool {
  height: 30px !important;
  padding: 0 !important;
}

.contentEditor .cdx-search-field__icon {
  position: absolute;
  right: 0;
}

.contentEditor .cdx-search-field__input {
  padding-left: 10px;
  padding-right: 27px;
}

.contentEditor .ce-popover__item-label {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #29435c;
  text-transform: capitalize;
}

.contentEditor .ce-popover__item--confirmation .ce-popover__item-label {
  color: #fff;
}

.contentEditor .ce-popover--opened {
  background: #ffffff;
  box-shadow: 0px 2px 6px rgb(186 186 186 / 25%);
  border-radius: 6px;
  padding: 10px;
  max-height: 255px;
}
@media (max-height: 740px){
  .contentEditor .ce-popover--opened {
    max-height: 188px;
  }
  .ce-toolbox.ce-toolbox--opened-top{
    --popover-height: 215px !important;
  }
}

.contentEditor .ce-inline-tool svg,
.ce-inline-toolbar__dropdown-arrow svg,
.ce-inline-toolbar__dropdown-content svg {
  height: 25px;
  width: 25px;
}

.contentEditor .ce-inline-toolbar__toggler-and-button-wrapper {
  align-items: center;
}

/* add new page modal start */
.add-page-modal,
.delete-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  background-color: #fff;
  border-radius: 6px;
  z-index: 1060;
  min-width: 386px;
  padding: 30px 25px;
  visibility: hidden;
  opacity: 0.4;
  transition: all 0.1s ease-in;
}

.add-page-modal label {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #505157;
  margin-left: 5px;
}

.add-page-modal .header-txt {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #1d273c;
  border: none !important;
  margin-bottom: 20px;
}

.add-page-modal input {
  width: 315px;
  height: 40px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  color: #29435c;
}

.add-page-modal input:active,
.add-page-modal input:focus {
  border: 1px solid #d8d8d8;
}

.add-page-modal .action-btn,
.delete-modal .action-btn {
  margin-top: 35px;
}

.add-page-modal .action-btn .cancel-btn,
.add-page-modal .action-btn .next-btn,
.delete-modal .action-btn .cancel-btn,
.delete-modal .action-btn .delete-btn {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}

.add-page-modal .action-btn .cancel-btn,
.delete-modal .action-btn .cancel-btn {
  margin-right: 20px;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  color: #a2a4ab;
}

.add-page-modal .action-btn .next-btn,
.delete-modal .action-btn .delete-btn {
  background: #0094FF;
  border: 1px solid #0094FF;
  color: #fff;
  padding: 0 7px;
}

.add-page-modal .action-btn .next-btn:hover,
.delete-modal .action-btn .delete-btn:hover {
  background-color: #0094FFc7;
  border: 1px solid #0094FFc7;
}

.add-page-modal .action-btn .cancel-btn:hover,
.delete-modal .action-btn .cancel-btn:hover {
  background-color: #f8f8f8;
}

.add-page-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1040;
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s ease-in;
}

.center-modal {
  transform: translate(-50%, -50%) scale(1);
}

.show-add-modal {
  opacity: 1;
  visibility: visible;
}
/* add new page end  */

.page-title, .page-id,
.page-title-input {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  line-height: 36px;
  color: #29435c;
  height: 36px;
  background-color: transparent;
}

.page-title-input {
  border: none !important;
  display: none;
}

.page-title {
  min-width: 60px;
  max-width: calc(100vw - 480px);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-title:focus-visible {
  outline: 1px solid #ccc;
}

.spaces .spaces-title,
.spaces-names li > span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  margin-left: 5px;
  color: #29435c;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease-in;
}

.spaces-names li > span{
  gap: 5px;
  display: flex;
  align-items: center;
}

.spaces-names li span span, .spaces .spaces-title{
  overflow: hidden;
  text-overflow: ellipsis;
}

.spaces .spaces-title:hover,
.spaces-container:hover .spaces-title,
.spaces .space-item:hover .spaces-title,
.spaces-names li span:hover span {
  color: #0094FF;
}

.spaces .active-title {
  font-weight: 600;
  color: #0094FF;
}

.spaces .space-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.spaces .arrow {
  display: inline-block;
  margin-bottom: 1px;
  transition: rotate 0.3s ease-in;
}

.spaces .dot,
.dot {
  background-color: #29435c;
  height: 7px;
  width: 7px;
  display: inline-block;
  border-radius: 7px;
  margin-bottom: 1px;
}

.spaces .arrow[space-open="true"] {
  rotate: 90deg;
}

.spaces .arrow[hidden="true"],
.spaces .dot[hidden="true"],
.spaces .action .copy-icon[hidden="true"],
.spaces .action .cancel-copy-icon[hidden="true"],
.spaces .action .paste-icon[hidden="true"],
#page-action[hidden="true"] {
  display: none;
}

#page-action[hidden="false"] {
  display: inline-block;
}

.toggle-btn {
  position: fixed;
  top: 50%;
  left: 255px;
  box-sizing: border-box;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  z-index: 1;
}

.toggle-btn-img {
  transition: rotate 0.3s ease-in;
  transform-origin: center;
}

.toggle-btn-img[open="true"] {
  rotate: 180deg;
}

.spaces .action {
  margin-left: 5px;
}

.spaces .action img,
.delete-space {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.spaces .action .add-child-icon {
  height: 10px;
  margin-bottom: -1px;
  margin-right: 5px;
}

.spaces .action .copy-paste {
  margin-bottom: -2px;
  margin-left: 4px;
}

.spaces .action .copy-icon[hidden="false"],
.spaces .action .cancel-copy-icon[hidden="false"],
.spaces .action .paste-icon[hidden="false"] {
  display: inline-block;
}

.spaces .action .close-icon,
.delete-space {
  rotate: 45deg;
  margin-bottom: -2px;
}

.parent-space {
  margin-bottom: 10px;
}

.spaces-container:hover .action > img {
  opacity: 1;
  visibility: visible;
}

.childNode {
  margin-left: 15px;
}

.no-data {
  display: flex;
  height: calc(100% - 89px);
}

.user-dropdown {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  border-radius: 6px;
  overflow: hidden;
  max-height: 350px;
  max-width: 350px;
  min-width: 200px;
  overflow-y: auto;
  display: none;
  z-index: 1040;
}

.user-dropdown ul {
  margin: 0;
  padding: 0;
}

.user-dropdown ul li {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #29435c;
  cursor: pointer;
  margin: 0;
  padding: 10px;
  transition: all 0.3s ease-in-out;
}

.user-dropdown ul li:hover {
  color: #fff;
  background-color: #0094FF;
}

.page-container {
  height: 100%;
  gap: 30px;
}

.page-container * {
  box-sizing: border-box;
}

.user-detail {
  font-size: 12px;
  font-weight: 300;
  font-family: "Poppins";
  margin-bottom: 15px !important;
  display: none;
}

.share-item, .save-item {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #29435c;
  text-align: center;
  background-color: #fff;
  padding: 5px 10px;
  top: 54px;
  left: -10px;
  border-radius: 4px;
  background-color: #fff;
  display: none;
  opacity: 0;
  box-shadow: rgb(0 0 0 / 19%) 0px 10px 20px, rgb(0 0 0 / 23%) 0px 6px 6px;
  z-index: 1060;
  transition: all 0.3s ease-in-out;
}

.save-item{
  left: 50px;
}

.page-head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  display: none;
  align-items: flex-start;
  padding-top: 10px;
  padding-right: 25px;
}

.page-head .page-breadcrumb {
  margin: 0;
  list-style: none;
  flex: 1 1;
  overflow-wrap: break-word;
}
.page-head .page-breadcrumb li {
  display: inline;
  font-size: 15px;
}
.page-head .page-breadcrumb li + li:before {
  padding: 2px;
  color: #29435c;
  content: "/\00a0";
}
.page-head .page-breadcrumb li:not(:last-child) a {
  color: #0275d8;
  font-family: "Poppins";
  text-decoration: none;
  cursor: pointer;
}
.page-head .page-breadcrumb li:not(:last-child) a:hover {
  color: #0094FF;
  text-decoration: underline;
}
.page-head .page-breadcrumb li:last-child a,
.page-head .page-breadcrumb li:last-child a:hover {
  font-weight: bold;
  color: #29435c;
  font-family: "Poppins";
}

.search-drawer {
  background-color: #fff;
  top: 0;
  position: fixed;
  padding: 25px;
  width: 25%;
  height: 100vh;
  z-index: 1060;
  transition: all 0.3s ease-in-out;
}

.search-drawer[open="true"] {
  right: 0%;
}

.search-drawer[open="false"] {
  right: -30%;
}

.search-drawer-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 1040;
}

.search-drawer .search input {
  width: 100%;
  font-size: 13px;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  padding-right: 27px;
  font-family: "Poppins";
  color: #29435c;
  font-weight: 500;
  transition: all 0.3s ease-in;
}

.search-drawer .search img {
  right: 7px;
  top: 0;
}

.search-drawer .search input:focus {
  border: none;
  border-bottom: 1px solid #ccc;
}

.search-drawer .close-search {
  margin-bottom: 10px;
}

.search-drawer .article-image {
  width: 60px;
  height: 60px;
}

.search-drawer .title {
  font-size: 13px;
  font-family: "Poppins";
  color: #29435c;
}

.search-drawer .search-item {
  padding: 0 10px;
  transition: all 0.3s ease-in;
}

.search-drawer .search-item:hover {
  background-color: #f4f5f7;
}

.search-drawer .no-data-icon {
  top: 25%;
  left: 35%;
  width: 150px;
  height: 150px;
}

.search-drawer #total-results {
  color: #29435c;
  font-family: "Poppins";
  font-size: 13px;
  font-weight: 500;
  padding-left: 20px;
}

.search-drawer #search-result {
  overflow-y: auto;
  height: calc(100vh - 129px);
}

.space-content:has(.pages-txt, .page-item) {
  color: #29435c;
  font-weight: bold;
  font-size: 15px;
}

.space-content .childpages {
  padding-left: 30px;
}

.menu-btn {
  display: none;
  justify-content: center;
  align-items: center;
  padding: 0;
  background-color: transparent;
  border: none;
}
.menu-btn:hover {
  background-color: transparent;
}

.menu-dropdown {
  right: 0;
  margin-top: 5px;
  border-radius: 3px;
  background-color: #fff;
  display: none;
  overflow: hidden;
  /* box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); */
  box-shadow: 0 4px 8px -2px rgba(9, 30, 66, 0.25),
    0 0 1px rgba(9, 30, 66, 0.25);
}

.menu-dropdown ul li {
  padding: 10px;
  color: #29435c;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  width: max-content;
  transition: all 0.3s ease-in;
}

.menu-dropdown ul li:hover {
  background-color: #0094FF;
  color: #fff;
}

#toggle-search-drawer img {
  height: 18px;
}

.page-history,
.attachments {
  margin-top: 25px;
  display: none;
}

.page-history table,
.attachments table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}

.page-history th,
.attachments th {
  color: #29435c;
  font-weight: 600;
  font-size: 14px;
  border-bottom: 1px solid #80808040 !important;
}

.page-history td,
.attachments td {
  font-size: 13px;
  font-weight: 300;
}

.page-history td,
.attachments td,
th {
  text-align: center;
  border-bottom: 1px solid #ced3e680 !important;
  padding: 10px;
}

.page-history tr:first-child td {
  font-weight: 600 !important;
}

.page-history .version-number:hover {
  text-decoration: underline;
  color: #0094FF;
}

#action-menu {
  display: flex;
}

.editor-tooltip {
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 12px;
  background: #000000ad;
  font-weight: 500;
  font-family: "Poppins";
  display: none;
  z-index: 1040;
}

#save-draft,
#publish {
  display: none;
}

.active-space {
  font-weight: 600 !important;
  color: #0094FF !important;
}

.space-title:hover > .delete-space,
.space-title:hover > .edit-space {
  opacity: 1;
  visibility: visible;
}

.contentEditor a {
  color: #0275d8;
  text-decoration: none;
  cursor: pointer;
}

.contentEditor a:hover {
  color: #0094FF;
  text-decoration: underline;
}

.tribute-container {
  background: #fff;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px,
    rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
  border-radius: 6px;
}

.tribute-container ul {
  border: none;
  border-radius: 6px;
  overflow: hidden;
  min-width: 100px;
}

.tribute-container li {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #29435c;
  cursor: pointer;
  margin: 0;
  padding: 10px;
}

.tribute-container li.highlight {
  background-color: #0094FF;
  color: #fff;
}

.nodata {
  display: none;
  /* margin-right: 50px; */
  padding: 6px !important;
}

.edit-title img {
  visibility: hidden;
  opacity: 0;
  height: 13px;
  margin-top: 3px;
  margin-left: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.page-title-container {
  display: flex;
  align-items: center;
  gap: 5px;
}

.page-title-container:hover .edit-title img {
  visibility: visible;
  opacity: 1;
}

.page-title[contenteditable="true"] {
  outline: 1px solid #ccc;
  padding: 2px 8px;
  background: #fff;
  border-radius: 3px;
}

.no-issue-list:hover {
  background: #fff !important;
  color: #29435c !important;
}

.cdx-quote {
  border-left: unset !important;
  font-style: unset !important;
}

.ce-code__textarea:disabled {
  background: #f8f7fa !important;
}

.ce-rawtool__textarea:disabled {
  background: #1e2128;
}

.drag-sidebar {
  top: 0;
  height: 100%;
  position: absolute;
  right: -12px;
  width: 10px;
  z-index: 0;
  cursor: col-resize;
}

.drag-sidebar-icon {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 12px;
  bottom: 0;
  width: 6px;
}

.spaces-container {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.all-spaces {
  white-space: nowrap;
  overflow: hidden;
}

/* delete modal css start  */
.delete-modal .delete-modal-body {
  text-align: center;
}
.delete-modal img {
  height: 62px;
  width: 62px;
}
/* delete modal css end  */

/* drag drop list style start */
.pageList li.activeDrop > .parent-space .spaces-container {
  border-bottom: 2px solid #fa602a;
}
/* drag drop list style end */

.add-space,
.add-space path {
  cursor: pointer;
  transition: all 0.3s ease;
}

.add-space:hover > path {
  fill: #0094FF;
}

.selectionList-font-family {
  box-shadow: 0 3px 15px -3px rgba(13, 20, 33, 0.13);
}

.image-tool__tune > svg {
  stroke-width: 0;
}

.ce-block i {
  font-style: italic !important;
}

.edit-space {
  height: 9px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.contentEditor .cdx-attaches--with-file .cdx-attaches__file-icon-label {
  left: unset !important;
  width: 100% !important;
  text-align: center !important;
  top: 10px !important;
  padding: 0 !important;
}

.contentEditor .cdx-attaches--with-file .cdx-attaches__file-icon-background {
  width: 30px !important;
  margin-right: 0 !important;
}

.contentEditor .cdx-attaches--with-file .cdx-attaches__file-icon {
  margin-right: 12px !important;
}

.contentEditor .cdx-attaches--with-file .cdx-attaches__title {
  line-height: 1.2em !important;
}
.controller-new_pages #content {
  overflow: hidden;
}
.ce-conversion-toolbar.ce-conversion-toolbar--showed,
.selectionList-font-family{
  position: absolute;
  bottom: 40px;
  top:unset !important;
}

div#page-content,
.codex-editor__redactor{
  padding-bottom: 40px !important;
}

.controller-new_pages.action-index .next-btn:disabled {
  cursor: not-allowed;
  border-color: #0094ffc7;
  background-color: #0094ffc7;
}

.controller-new_pages.action-index #main-menu li a.test-suites{
  background: #fff;
  color: #555 ;
}

.controller-requirements.action-index #main-menu li a.test-suites {
  background: #fff;
  color: #555;
}

.spinner {
   width: 56px;
   height: 56px;
   border-radius: 50%;
   background: conic-gradient(#0000 10%,#474bff);
   -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 9px),#000 0);
   animation: spinner-zp9dbg 1s infinite linear;
}

@keyframes spinner-zp9dbg {
   to {
      transform: rotate(1turn);
   }
}

#requirement_template {
  margin-top: 10px;
  width: 100%;
  height: 40px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  color: #29435c;
}
.add-page-modal .action-btn{
  margin-top: 20px;
}