/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-progress {
  font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block; }

.ant-progress-line {
  width: 100%;
  font-size: 14px;
  position: relative; }

.ant-progress-small.ant-progress-line,
.ant-progress-small.ant-progress-line .ant-progress-text .anticon {
  font-size: 12px; }

.ant-progress-outer {
  display: inline-block;
  width: 100%;
  margin-right: 0;
  padding-right: 0; }

.ant-progress-show-info .ant-progress-outer {
  padding-right: calc(2em + 8px);
  margin-right: calc(-2em - 8px); }

.ant-progress-inner {
  display: inline-block;
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 100px;
  vertical-align: middle;
  position: relative; }

.ant-progress-circle-trail {
  stroke: #f5f5f5; }

.ant-progress-circle-path {
  stroke: #1890ff;
  -webkit-animation: ant-progress-appear 0.3s;
  animation: ant-progress-appear 0.3s; }

.ant-progress-success-bg,
.ant-progress-bg {
  background-color: #1890ff;
  -webkit-transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
  transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
  position: relative; }

.ant-progress-success-bg {
  background-color: #52c41a;
  position: absolute;
  top: 0;
  left: 0; }

.ant-progress-text {
  word-break: normal;
  width: 2em;
  text-align: left;
  font-size: 1em;
  margin-left: 8px;
  vertical-align: middle;
  display: inline-block;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.45);
  line-height: 1; }

.ant-progress-text .anticon {
  font-size: 14px; }

.ant-progress-status-active .ant-progress-bg:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 10px;
  -webkit-animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
  animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite; }

.ant-progress-status-exception .ant-progress-bg {
  background-color: #f5222d; }

.ant-progress-status-exception .ant-progress-text {
  color: #f5222d; }

.ant-progress-status-exception .ant-progress-circle-path {
  stroke: #f5222d; }

.ant-progress-status-success .ant-progress-bg {
  background-color: #52c41a; }

.ant-progress-status-success .ant-progress-text {
  color: #52c41a; }

.ant-progress-status-success .ant-progress-circle-path {
  stroke: #52c41a; }

.ant-progress-circle .ant-progress-inner {
  position: relative;
  line-height: 1;
  background-color: transparent; }

.ant-progress-circle .ant-progress-text {
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  line-height: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  margin: 0;
  color: rgba(0, 0, 0, 0.65); }

.ant-progress-circle .ant-progress-text .anticon {
  font-size: 1.16666667em; }

.ant-progress-circle.ant-progress-status-exception .ant-progress-text {
  color: #f5222d; }

.ant-progress-circle.ant-progress-status-success .ant-progress-text {
  color: #52c41a; }

@-webkit-keyframes ant-progress-active {
  0% {
    opacity: 0.1;
    width: 0; }
  20% {
    opacity: 0.5;
    width: 0; }
  100% {
    opacity: 0;
    width: 100%; } }

@keyframes ant-progress-active {
  0% {
    opacity: 0.1;
    width: 0; }
  20% {
    opacity: 0.5;
    width: 0; }
  100% {
    opacity: 0;
    width: 100%; } }

.ant-message,
.ant-popover,
.ant-dropdown,
.ant-dropdown-menu-submenu-popup {
  z-index: 160001; }
  .ant-message.ant-message-bottom,
  .ant-popover.ant-message-bottom,
  .ant-dropdown.ant-message-bottom,
  .ant-dropdown-menu-submenu-popup.ant-message-bottom {
    bottom: 50px;
    top: initial !important; }

.rml-description {
  font-size: 10px;
  font-style: intalic;
  opacity: 0.7; }

/* Meta box */
.rml-postbox {
  position: relative;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  background: #fff;
  margin-bottom: 15px; }
  .rml-postbox > h2 {
    font-size: 14px;
    padding: 8px 12px;
    margin: 0;
    line-height: 1.4;
    border-bottom: 1px solid #eee; }
  .rml-postbox > ul {
    background: #d86767;
    color: white;
    padding: 5px 11px !important; }
  .rml-postbox > .inside {
    padding: 8px 12px; }
  .rml-postbox form > h3 {
    margin: 10px 0 5px 0;
    text-transform: uppercase;
    font-size: 12px;
    color: #777777; }
    .rml-postbox form > h3:first-of-type {
      margin-top: 0; }
  .rml-postbox form > label {
    font-weight: bold;
    display: block;
    margin-top: 10px; }
  .rml-postbox form .regular-text {
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

.rml-drop-zone {
  margin: 5px 0;
  padding: 10px;
  text-align: center;
  background: #dceaf0; }

.aiot-wp-dark-mode .rml-postbox {
  border: 1px solid #1b2127;
  color: white;
  background: #32373c; }
  .aiot-wp-dark-mode .rml-postbox h2 {
    border-bottom-color: #1c2228; }

/* Options navigation menu */
.rml-options {
  border-bottom: 5px solid #E1E1E1;
  border-left: 5px solid #E1E1E1; }
  .rml-options nav {
    background: url(../images/icon.png) no-repeat 10px center;
    padding: 15px 5px 0px 70px;
    border-bottom: 1px solid #E1E1E1; }
    .rml-options nav ul {
      padding: 0px;
      margin: 0px; }
      .rml-options nav ul:after {
        clear: both;
        display: block;
        content: ' '; }
  .rml-options .nav-tab {
    margin-bottom: -1px;
    cursor: pointer; }
  .rml-options > table {
    display: none;
    margin: 0px; }
    .rml-options > table td, .rml-options > table th {
      padding: 17px 20px; }

.rml-container {
  display: block;
  float: left; }

/* Fix layout crashes for page builders */
.aiot-tree hr {
  margin: 0 !important; }

.aiot-tree .page-title-action {
  margin-left: 4px;
  padding: 4px 8px;
  position: relative;
  top: -3px;
  text-decoration: none;
  border: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #f7f7f7;
  text-shadow: none;
  font-weight: 600;
  font-size: 13px;
  line-height: normal;
  color: #0073aa;
  cursor: pointer;
  outline: 0; }

.aiot-tree .aiot-toolbar-items > a {
  line-height: 18px; }

.aiot-tree .aiot-node-count {
  line-height: 18.2px; }

.attachment-filters.attachment-filters-rml {
  display: none !important; }

ul.attachments {
  /* Spin loader */ }
  ul.attachments.rml-loading:after {
    line-height: 1;
    content: "\E64D";
    display: block;
    position: fixed;
    border-radius: 99px;
    padding: 10px;
    bottom: 23px;
    left: 50%;
    background: #a6a6a6;
    color: white;
    font-family: anticon !important;
    font-size: 24px;
    -webkit-animation: loadingCircle 1s infinite linear;
            animation: loadingCircle 1s infinite linear;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    will-change: transform;
    border: 2px solid white; }
  ul.attachments > li.ui-sortable-placeholder {
    height: 10px !important; }

/* View in attachments details */
.rml-folder-edit {
  border: 1px solid #ddd;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  color: #32373c;
  outline: 0;
  -webkit-transition: .05s border-color ease-in-out;
  -o-transition: .05s border-color ease-in-out;
  transition: .05s border-color ease-in-out;
  position: relative;
  padding: 0px 10px; }
  .rml-folder-edit:hover {
    color: white;
    background: #0073AA;
    cursor: pointer; }
  .rml-folder-edit select {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    opacity: 0;
    z-index: 999; }
  .rml-folder-edit > div {
    padding: 5px; }

#post-body .rml-folder-edit select {
  opacity: 1; }

/* Shortcut info container */
.rml-shortcut-info-container {
  margin-bottom: 15px;
  padding-bottom: 15px; }
  .rml-shortcut-info-container h2 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    color: #666;
    margin: 0 0 10px 0; }

/* Shortcut icon with tooltip in grid mode */
body.upload-php ul.attachments {
  padding-bottom: 8px !important; }

.rml-shortcut-grid .rml-shortcut-container {
  position: absolute;
  bottom: -10px;
  left: -10px;
  padding: 3px 3px 4px 4px;
  color: #0073aa;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  border-radius: 14px;
  font-size: 11px;
  border: 1px solid transparent;
  text-align: left; }

.media-frame.mode-grid .rml-shortcut-grid:focus .rml-shortcut-container,
.media-frame.mode-grid .selected .rml-shortcut-container {
  bottom: 0;
  left: 0;
  border-radius: 0px 14px 0px 0px; }

/* Shortcut icon with tooltip in table mode */
.rmlShortcutSpan {
  display: none; }

/* Shortcut icon with tooltip */
.rml-shortcut-container i.rmlicon-share {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: block;
  text-shadow: 0px 1px  1px white, 0px -1px 1px white, 1px 0px  1px white, -1px 0px 1px white, 0px 0px 5px black;
  -webkit-transition: all 50ms ease;
  -o-transition: all 50ms ease;
  transition: all 50ms ease;
  font-size: 24px; }

/* Locked icon for folders */
.rml-locked:not(.aiot-forceEnable) .aiot-node-name {
  padding-left: 15px;
  width: calc(100% - 65px) !important; }

.rml-locked:not(.aiot-forceEnable) .aiot-node-icon:after {
  display: block;
  font-family: 'anticon' !important;
  content: '\E67B';
  position: absolute;
  left: 29px;
  top: 5px;
  color: #b7b7b7;
  font-size: 11px; }

/* Upload container */
li.attachment.uploading {
  display: none; }

body.aiot-currently-sorting > .uploader-window {
  display: none !important; }

.rml-upload {
  float: right; }
  .rml-upload .rml-upload-image,
  .rml-upload .rml-upload-container {
    float: left; }
  .rml-upload .rml-upload-image img {
    width: auto;
    max-width: 200px;
    max-height: 89px; }
  .rml-upload .rml-upload-container {
    width: 300px;
    margin-left: 15px;
    text-align: left;
    font-size: 12px; }
    .rml-upload .rml-upload-container strong.rml-upload-file {
      display: block;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      overflow: hidden; }
    .rml-upload .rml-upload-container .rml-upload-folder {
      font-size: 11px; }
      .rml-upload .rml-upload-container .rml-upload-folder .anticon {
        margin-right: 3px; }
    .rml-upload .rml-upload-container .ant-progress-text {
      float: right; }
    .rml-upload .rml-upload-container .rml-upload-progress {
      float: left;
      margin-top: -15px;
      font-size: 1em;
      color: rgba(0, 0, 0, 0.45); }
    .rml-upload .rml-upload-container .rml-upload-deny {
      color: red;
      clear: both;
      padding-top: 10px; }
      .rml-upload .rml-upload-container .rml-upload-deny i {
        color: red; }

/* Media > "Add new" */
.media-item .filename {
  float: left; }

.media-item .media-item-rml-folder {
  float: right;
  font-size: 10px;
  padding: 8px;
  color: #808080; }

/* Media modal */
.media-frame.rml-media-modal {
  /* Some plugins hide menu */ }
  .media-frame.rml-media-modal .media-frame-menu {
    display: block !important;
    width: 270px; }
  .media-frame.rml-media-modal:not(.hide-menu) .media-frame-title,
  .media-frame.rml-media-modal:not(.hide-menu) .media-frame-router,
  .media-frame.rml-media-modal:not(.hide-menu) .media-frame-content,
  .media-frame.rml-media-modal:not(.hide-menu) .media-frame-toolbar {
    left: 270px; }
  .media-frame.rml-media-modal.hide-menu .media-frame-menu {
    left: -270px !important; }
  .media-frame.rml-media-modal .rml-modal-container .aiot-pad {
    margin: 0;
    padding: 0; }
    .media-frame.rml-media-modal .rml-modal-container .aiot-pad > div:nth-child(1) {
      /* Toolbar */
      padding: 0 20px; }
    .media-frame.rml-media-modal .rml-modal-container .aiot-pad > div:nth-child(2) {
      /* Nodes */
      padding: 0 20px; }
    .media-frame.rml-media-modal .rml-modal-container .aiot-pad > div {
      display: block !important; }
    .media-frame.rml-media-modal .rml-modal-container .aiot-pad .aiot-tree-headline {
      padding-top: 0; }
  .media-frame.rml-media-modal.rml-mobile-modal .media-menu {
    overflow-y: auto; }
  .media-frame.rml-media-modal:not(.rml-mobile-modal) .media-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: -10px; }
  .media-frame.rml-media-modal:not(.rml-mobile-modal) .rml-modal-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    position: relative; }
    .media-frame.rml-media-modal:not(.rml-mobile-modal) .rml-modal-container > .aiot-tree {
      position: static; }
      .media-frame.rml-media-modal:not(.rml-mobile-modal) .rml-modal-container > .aiot-tree > .aiot-pad {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .media-frame.rml-media-modal:not(.rml-mobile-modal) .rml-modal-container > .aiot-tree > .aiot-pad > div:nth-child(2) {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 auto;
                  flex: 1 1 auto;
          overflow: auto; }

.rml-webkit .media-frame.rml-media-modal:not(.rml-mobile-modal) .rml-modal-container .aiot-pad > div:nth-child(2) {
  overflow-y: overlay; }

/* Sortable Table List */
.ui-sortable-helper-wp-media-list {
  background: #f9f9f9 !important;
  -webkit-box-shadow: 0px 0px 5px 3px #326ba5 !important;
          box-shadow: 0px 0px 5px 3px #326ba5 !important;
  padding: 0px !important; }
  .ui-sortable-helper-wp-media-list td {
    display: none; }
    .ui-sortable-helper-wp-media-list td.title {
      display: table-cell; }
      .ui-sortable-helper-wp-media-list td.title .row-actions {
        opacity: 0; }
  .ui-sortable-helper-wp-media-list th {
    opacity: 0; }

/* Responsive media modal */
@media all and (max-width: 900px) {
  .media-frame.rml-media-modal .media-menu {
    width: 0 !important; }
  .media-frame.rml-media-modal .rml-modal-container {
    display: none; }
  .media-frame.rml-media-modal .media-frame-title,
  .media-frame.rml-media-modal .media-frame-router,
  .media-frame.rml-media-modal .media-frame-content,
  .media-frame.rml-media-modal .media-frame-toolbar {
    left: 0 !important; } }

/* Reponsiveness */
@media all and (max-width: 700px) {
  body.activate-aiot #wpbody .rml-container {
    width: 100% !important; } }

/** Touch relevant styles (only tablets and mobile) */
body.rml-touch ul.attachments,
body.rml-touch.upload-php .wp-list-table.media {
  padding-right: 30px !important; }

/* EML compatibility */
body.upload-php.eml-grid.activate-aiot #wpbody-content {
  float: right !important;
  padding-left: 15px !important; }
  body.upload-php.eml-grid.activate-aiot #wpbody-content > .wrap {
    position: relative;
    left: 0;
    bottom: 0;
    height: 300px; }

body.upload-php.eml-grid.activate-aiot #wpbody {
  position: relative !important;
  height: auto;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto; }

/* Fix Enfold / Avia media picker bug (Thanks to Josh!) */
.avia-media-img-only .media-frame-menu {
  display: block; }

.avia-media-img-only .media-menu > .media-menu-item, .avia-media-img-only .media-menu > .separator {
  display: none; }

html[dir="rtl"] .ant-message,
html[dir="rtl"] .ant-popover,
html[dir="rtl"] .ant-dropdown,
html[dir="rtl"] .ant-dropdown-menu-submenu-popup {
  text-align: right; }

html[dir="rtl"] .rml-media-modal.media-frame:not(.hide-menu) .media-frame-title,
html[dir="rtl"] .rml-media-modal.media-frame:not(.hide-menu) .media-frame-router,
html[dir="rtl"] .rml-media-modal.media-frame:not(.hide-menu) .media-frame-content,
html[dir="rtl"] .rml-media-modal.media-frame:not(.hide-menu) .media-frame-toolbar {
  left: 0;
  right: 270px; }

@media (max-width: 900px) {
  html[dir="rtl"] .rml-media-modal.media-frame:not(.hide-menu) .media-frame-content,
  html[dir="rtl"] .rml-media-modal.media-frame:not(.hide-menu) .media-frame-router,
  html[dir="rtl"] .rml-media-modal.media-frame:not(.hide-menu) .media-frame-title,
  html[dir="rtl"] .rml-media-modal.media-frame:not(.hide-menu) .media-frame-toolbar {
    right: 0 !important; } }

.aiot-theme-wordpress {
  border-right: 1px solid #e5e5e5; }
  .aiot-theme-wordpress > .aiot-pad.wrap {
    margin: 0 0 15px 0; }
  .aiot-theme-wordpress .aiot-tree-headline {
    height: 31px;
    font-size: 23px;
    font-weight: 400;
    margin: 0;
    padding: 9px 15px 4px 0;
    line-height: 29px; }
  .aiot-theme-wordpress .aiot-nodes {
    padding-bottom: 80px; }
    .aiot-theme-wordpress .aiot-nodes .aiot-node-icon i {
      background: #f1f1f1 !important;
      border-top: 3px solid #f1f1f1 !important;
      border-bottom: 3px solid #f1f1f1 !important; }

body.activate-aiot {
  position: static !important; }
  body.activate-aiot #wpbody-content {
    float: right;
    box-sizing: border-box;
    padding-left: 15px; }
  body.activate-aiot.rtl #wpbody-content {
    padding-left: 0; }
  body.activate-aiot.rtl .aiot-theme-wordpress {
    border-right: 1px solid #e5e5e5; }
    body.activate-aiot.rtl .aiot-theme-wordpress > .aiot-pad.wrap {
      margin-left: 15px; }

/* Dark Mode */
body.aiot-wp-dark-mode .aiot-theme-wordpress {
  border-right-color: #535556; }

body.aiot-wp-dark-mode .aiot-tree .aiot-split-collapse, body.aiot-wp-dark-mode .aiot-tree .aiot-split-resizer {
  background: #464646; }

body.aiot-wp-dark-mode .aiot-tree .aiot-split-collapse:after, body.aiot-wp-dark-mode .aiot-tree .aiot-split-resizer:after {
  color: #9a9a9a; }

body.aiot-wp-dark-mode .aiot-tree .aiot-nodes .aiot-node input.aiot-node-name,
body.aiot-wp-dark-mode .aiot-tree .aiot-toolbar-items > a:hover {
  color: white; }

body.aiot-wp-dark-mode .aiot-tree .aiot-fixed-header > div {
  background: #23282d; }
  body.aiot-wp-dark-mode .aiot-tree .aiot-fixed-header > div .aiot-toolbar {
    border-color: #191f25; }

body.aiot-wp-dark-mode .aiot-toolbar {
  background-color: #32373c;
  border-color: #191f25;
  color: #bbc8d4; }

body.aiot-wp-dark-mode .aiot-tree .aiot-nodes .aiot-node {
  color: #bbc8d4; }
  body.aiot-wp-dark-mode .aiot-tree .aiot-nodes .aiot-node .aiot-node-count {
    background: #3e464e; }
  body.aiot-wp-dark-mode .aiot-tree .aiot-nodes .aiot-node.aiot-active {
    background: #32383e;
    background: linear-gradient(to right, rgba(224, 224, 224, 0) 30px, #23282d 30%, #4e555d 100%); }

body.aiot-wp-dark-mode .aiot-tree hr {
  border-color: #454c53; }

body.aiot-wp-dark-mode .aiot-tree .aiot-expander {
  color: #9ea3a8; }

body.aiot-wp-dark-mode .aiot-tree .aiot-nodes ul:after {
  border-right-color: #616161;
  border-left-color: #424242; }

body.aiot-wp-dark-mode .aiot-tree .aiot-expander:after {
  background: #23282d; }

body.aiot-wp-dark-mode .aiot-theme-wordpress .aiot-nodes .aiot-node-icon i {
  background-color: #23282d !important;
  border-top-color: #23282d !important;
  border-bottom-color: #23282d !important; }

/* Respnsiveness */
@media all and (max-width: 700px) {
  .aiot-tree.aiot-full-width .aiot-nodes {
    padding-bottom: 0; }
  #wpbody-content {
    width: auto !important;
    float: inherit !important;
    display: block !important;
    left: inherit !important;
    right: inherit !important;
    bottom: inherit !important;
    top: inherit !important; } }


/*# sourceMappingURL=rml.css.map*/