.rbi-dash {
  font-family: 'rbi-dash';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.rtl .rbi-dash:before {
  /*rtl:ignore*/
  display: inline-block;
  /*rtl:ignore*/
  -webkit-transform: scale(-1, 1);
  /*rtl:ignore*/
  transform: scale(-1, 1);
  /*rtl:ignore*/
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
}

.rbi-dash-group:before {
  content: "\e92f";
}

.rbi-dash-seen:before {
  content: "\e92d";
}

.rbi-dash-writing:before {
  content: '\e92c';
}

.rbi-dash-font-o:before {
  content: '\e92e';
}

.rbi-dash-wordpress:before {
  content: '\e92a';
}

.rbi-dash-bbpress:before {
  content: '\e92b';
}

.rbi-dash-adobe:before {
  content: '\e91f';
}

.rbi-dash-broom:before {
  content: '\e91e';
}

.rbi-dash-info:before {
  content: '\e91c';
}

.rbi-dash-chat:before {
  content: '\e91a';
}

.rbi-dash-chart:before {
  content: '\e919';
}

.rbi-dash-attachment:before {
  content: '\e924';
}

.rbi-dash-edit:before {
  content: '\e923';
}

.rbi-dash-write:before {
  content: '\e922';
}

.rbi-dash-openai:before {
  content: '\e921';
}

.rbi-dash-card:before {
  content: '\e915';
}

.rbi-dash-laptop:before {
  content: '\e909';
}

.rbi-dash-setting:before {
  content: '\e91d';
}

.rbi-dash-trash:before {
  content: '\e90e';
}

.rbi-dash-cloud:before {
  content: '\e91b';
}

.rbi-dash-search:before {
  content: '\e918';
}

.rbi-dash-external:before {
  content: '\e917';
}

.rbi-dash-click:before {
  content: '\e916';
}

.rbi-dash-archive:before {
  content: '\e920';
}

.rbi-dash-unlock:before {
  content: '\e913';
}

.rbi-dash-import:before {
  content: '\e912';
}

.rbi-dash-phpinfo:before {
  content: '\e911';
}

.rbi-dash-plugin:before {
  content: '\e910';
}

.rbi-dash-license:before {
  content: '\e90d';
}

.rbi-dash-bag:before {
  content: '\e90a';
}

.rbi-dash-dashboard:before {
  content: '\e907';
}

.rbi-dash-font:before {
  content: '\e906';
}

.rbi-dash-horn:before {
  content: '\e905';
}

.rbi-dash-option:before {
  content: '\e904';
}

.rbi-dash-translate:before {
  content: '\e902';
}

.rbi-dash-layer:before {
  content: '\e903';
}

.rbi-dash-share:before {
  content: '\e901';
}

.rbi-dash-brand:before {
  content: '\e900';
}

.rbi-dash-load:before {
  content: '\e90f';
}

.rbi-dash-check:before {
  content: '\e90c';
}

.rbi-dash-close:before {
  content: '\e914';
}

.rbi-dash-arrow-right:before {
  content: '\e90b';
}

.rbi-dash-key:before {
  content: '\e908';
}

.rbi-dash-gtm:before {
  content: '\e925';
}

.rbi-dash-link:before {
  content: '\e927';
}

.rbi-dash-code:before {
  content: '\e926';
}

.rbi-dash-server:before {
  content: '\e928';
}

.rbi-dash-more:before {
  content: '\e929';
}

/** admin bar */
#adminmenu #toplevel_page_foxiz-admin .dashicons-awards:before {
  font-family: 'rbi-dash';
  font-size: 18px;
  content: '\e900';
}

#wpadminbar #wp-admin-bar-ruby-options>.ab-item:before {
  font-family: 'rbi-dash';
  font-size: 16px;
  line-height: 24px;
  content: '\e904';
}

#wpadminbar #wp-admin-bar-ruby-dashboard>.ab-item:before {
  font-family: 'rbi-dash';
  font-size: 16px;
  line-height: 21px;
  content: '\e900';
}

.rb-dashboard-wrap {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1420px;
  min-height: 90vh;
  margin: auto;
  padding: 20px;
  gap: 30px;
}

.rb-dashboard-server-info .rb-section-header {
  margin-top: 25px;
}

.rb-dashboard-header+.wrap {
  max-width: 1380px;
  margin: 0 auto;
}

.foxiz_page_ruby-options .rb-dashboard-header+.wrap {
  max-width: 100%;
  margin: 10px 20px 0 2px;
  padding: 0 20px;
}

.rb-dashboard-wrap * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.rb-dashboard-wrap h3,
.rb-dashboard-header h2,
.rb-dashboard-header h3,
.rb-response-info>* {
  margin: 0;
}

.rb-dashboard-wrap img {
  max-width: 100%;
  object-fit: cover;
}

.rb-dashboard-section {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  padding: 40px;
  border-radius: 5px;
  background: #fff;
  gap: 25px;
}

.rb-dashboard-fw {
  width: 100%;
}

.rb-dashboard-header {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 0 0;
}

.rb-dashboard-header a {
  -webkit-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
  color: inherit;
  outline: none !important;
  box-shadow: none;
}

.rb-dashboard-header-inner {
  display: flex;
  flex-flow: column nowrap;
  flex-grow: 1;
  margin: 0 -20px;
  padding: 20px 40px 0 40px;
  background: #fff;
}

.rb-dashboard-logo {
  display: flex;
  align-items: center;
  letter-spacing: -.02em;
  gap: 5px;
}

.rb-dashboard-logo i {
  font-size: 24px;
  color: #ff184e;
}

.rb-theme-name {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.rb-dashboard-topbar {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #8881;
  gap: 15px;
}

.rb-dashboard-topbar-left {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
}

.rbi-dashboard-menu-wrap {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: space-between;
}

a.buy-now-btn {
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  padding: 7px 20px;
  color: #fff;
  border-radius: 5px;
  background: #000;
  gap: 4px;
}

.buy-now-btn:hover {
  background: #42b978;
}

.rb-dashboard-meta {
  font-size: 12px;
  line-height: 1;
  color: #aaa;
  margin-right: 10px;
}

.rb-dashboard-meta .is-valid {
  color: #42b978;
}

p.rb-dashboard-desc {
  line-height: 1.7;
}

.rb-ver {
  font-weight: 600;
  margin: 0 15px;
  padding-left: 15px;
  border-left: 1px dashed #8884;
}

.is-expired span {
  font-weight: 600;
  text-transform: uppercase;
  color: #ff815c;
}

.rb-theme-status {
  padding: 3px 10px;
  text-transform: capitalize;
  font-size: 11px;
  color: #fff;
  border-radius: 2px;
  background: #42b978;
}

.rb-theme-status.is-unregistered {
  background: #ff815c;
}

.rb-theme-status.is-error {
  background: #ff6464;
  color: #fff;
}

.rb-links {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  flex-grow: 0;
  color: #aaa;
  gap: 10px 20px;
}

.rb-links a {
  -webkit-transition: all .3s;
  transition: all .3s;
  white-space: nowrap;
}

.rb-links a:hover {
  color: #000;
}

.rb-dashboard-changelog {
  display: inline-flex;
  align-items: center;
  padding: 4px 20px;
  white-space: nowrap;
  color: #000;
  border: 1px solid #8881;
  border-radius: 20px;
  gap: 7px;
}

.rb-menu-item {
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  padding: 20px 0 15px;
  -webkit-transition: all .25s;
  transition: all .25s;
  white-space: nowrap;
  text-decoration: none;
  color: inherit;
  border-bottom: 5px solid transparent;
  gap: 7px;
}

.rb-submenu-items {
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  display: flex;
  visibility: hidden;
  flex-flow: column nowrap;
  width: 240px;
  padding: 12px 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  border: 2px solid #000;
  border-radius: 5px;
  background: #fff;
}

.rb-menu-has-child:hover .rb-submenu-items,
.rb-menu-has-child:focus .rb-submenu-items {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}

.rb-submenu-item {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  padding: 15px 0;
  white-space: nowrap;
  border-bottom: 1px solid #8882;
  gap: 7px;
}

.rb-submenu-item:last-child {
  border-bottom: 0;
}

.rb-menu-item:hover,
.rb-menu-item:focus,
.rb-menu-item.active {
  border-color: #42b978;
}

.rb-submenu-item:hover,
.rb-submenu-item.active {
  color: #42b978;
}

.rb-menu-has-child {
  position: relative;
  display: flex;
}

.rb-dashboard-menu-right {
  display: flex;
  align-items: center;
  padding: 5px 0;
  gap: 7px;
}

a.rb-dashboard-changelog:hover {
  color: #fff;
  background: #000
}

/** panel */
.rb-dashboard-wrap strong {
  font-weight: 700;
  margin-left: .2em;
}

.rb-panel-header {
  display: flex;
  align-items: center;
}

.rb-panel-header h1 {
  font-size: 2.5rem;
  line-height: 1.1;
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
}

.rb-panel-heading i {
  font-size: 2.2rem;
  width: 1em;
  height: 1em;
  margin-right: 7px;
}

.rb-dashboard-wrap .sub-heading {
  font-size: 1rem;
  line-height: 1.7;
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 15px;
}

.translation-note {
  font-weight: bold;
  max-width: 1000px;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
  background: #ffd596;
}

.rb-panel-logo {
  width: 90px;
  margin-right: 20px;
}

.rb-panel-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.rb-dashboard-menu {
  font-size: 1rem;
  display: inline-flex;
  flex-flow: row wrap;
  flex-grow: 1;
  gap: 40px;
}

/** system info */
.rb-system-info {
  display: flex;
  flex-flow: row wrap;
  max-width: 1100px;
  margin-top: 30px;
  margin-right: -20px;
  margin-left: -20px;
}

.rb-panel-col {
  display: flex;
  flex: 0 0 50%;
  flex-grow: 1;
  padding-right: 20px;
  padding-left: 20px;
}

.rb-panel-col .rb-inner {
  display: block;
  width: 100%;
  padding: 60px 40px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background-color: #fff;
}

.rb-section-header {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
  gap: 10px 20px;
}

.rb-section-header h2 {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  display: inline-flex;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 2px solid;
}

.rb-section-header i {
  margin-right: 4px;
}

.scs-form {
  position: relative;
}

.scs-form i {
  font-size: 15px;
  line-height: 36px;
  position: absolute;
  top: 0;
  left: 5px;
  display: block;
  width: 36px;
  text-align: center;
  pointer-events: none;
}

.scs-form input {
  font-size: 13px;
  line-height: 36px;
  min-width: 250px;
  padding: 0 15px 0 36px;
  border: 1px solid #8882;
  box-shadow: none !important;
}

.scs-form input:focus {
  border-color: #000;
}

.info-el {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.info-el:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.info-content {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
}

.info-warning {
  font-size: .8rem;
  display: block;
  margin-top: 12px;
  color: #aaa;
}

.info-value {
  font-size: 1rem;
  font-weight: 700;
  justify-content: flex-end;
  color: #42b978;
}

.is-warning .info-value {
  color: #ff332e;
}

.info-label {
  font-size: 1.1rem;
  flex-grow: 1;
}

/** register purchase form */
.rb-panel {
  position: relative;
  display: block;
  width: 100%;
  max-width: 740px;
  margin-top: 50px;
  padding: 60px 40px;
  background-color: #fff;
}

.rb-activate-header,
.rb-project-id-header {
  display: block;
  margin-bottom: 40px;
}

.rb-activate-header h2,
.rb-project-id-header h2,
.rb-font-details-header h2 {
  font-size: 1.75rem;
  margin-top: 0;
}

.rb-activate-header h2,
.rb-project-id-header h2 {
  font-weight: 700;
}

.rb-activate-header.is-activated h2 {
  color: #42b978;
}

.rb-activate-header i {
  margin-right: 7px;
}

.rb-activate-header p,
.rb-fonts-header p {
  font-size: 1rem;
}

.rb-panel-input {
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.rb-panel-inline {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  flex-grow: 1;
  justify-content: flex-start;
  width: 100%;
  gap: 15px;
}

.rb-panel-inline:not(.no-border) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #8882;
}

.rb-panel-label {
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  flex-grow: 1;
  margin-bottom: 10px;
  padding-left: 10px;
  text-transform: uppercase;
  border-left: 7px solid;
}

input.rb-panel-input-text {
  font-size: 1.2rem;
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-bottom: 2px solid #000;
  border-radius: 0;
  outline: none !important;
  background: none;
  box-shadow: none !important;
}

input[name='activated_purchase_code'] {
  cursor: not-allowed;
  pointer-events: none;
  color: #42b978;
}

input.rb-panel-input-text:-webkit-autofill,
input.rb-panel-input-text:-webkit-autofill:hover,
input.rb-panel-input-text:-webkit-autofill:focus,
input.rb-panel-input-text:-webkit-autofill:active {
  font-family: inherit;
  color: inherit;
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

input.rb-panel-input-text::placeholder {
  font-size: 1rem;
  color: #aaaa;
}

input.rb-panel-input-text:focus {
  border-bottom: 2px solid #42b978;
}

.rb-panel-submit {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.rb-panel-inline .rb-panel-label,
.rb-panel-inline-label {
  display: flex;
  flex-grow: 0;
  min-width: 30%;
  margin: 0;
}

.rb-panel-inline input,
.rb-panel-inline select {
  display: flex;
  flex-grow: 1;
  padding: 7px 20px;
  border: 1px solid #8882;
}

.rb-panel-inline input,
.rb-panel-inline select {
  display: flex;
  flex-grow: 1;
  max-width: 100%;
  padding: 7px 20px;
  border: 1px solid #8882;
}

.rb-panel-inline input:focus,
.rb-panel-inline select:focus {
  border-color: #000;
  box-shadow: none;
}

.rb-purchase-code-info {
  margin-left: auto;
}

.rb-purchase-code-info a {
  text-decoration: underline dotted;
  color: #aaa;
}

.rb-purchase-code-info a:hover {
  text-decoration: underline solid;
  color: #000;
}

.ruby-bbp-settings input[type='submit'],
.rb-panel-button,
button.rb-panel-button {
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 30px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  white-space: nowrap;
  text-decoration: none;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 5px;
  outline: none;
  background-color: #000;
  box-shadow: none;
  gap: 7px;
}

.rb-panel-button i:not(.rbi-dash-load) {
  font-size: 1.2em;
}

.rb-panel-button.is-outlined {
  color: #000;
  border: 1px solid;
  background: none;
}

.rb-panel-button.is-translation-btn {
  min-width: 185px;
}

.rb-panel-button.refresh-exp-btn {
  padding-left: 12px;
  padding-right: 12px;
  border-color: #8882;
  color: #888;
}

.simple-gtm-submit:disabled,
button.rb-panel-button:disabled,
.rb-panel-button:disabled {
  cursor: not-allowed;
  opacity: .5 !important;
}

.re-fetch-translation {
  line-height: 1;
  padding: 10px 20px;
  cursor: pointer;
  transition: all .25s;
  border: 1px solid;
  border-radius: 7px;
}

.re-fetch-translation:hover {
  color: #fff;
  border-color: #009250;
  background-color: #009250;
}

.rb-panel-button.is-big-button {
  font-size: 16px;
  padding: 12px 40px;
}

.rb-panel-button.deregister-button {
  font-size: 16px;
  padding: 10px 40px;
  color: inherit;
  border: 2px solid currentColor;
  background: none;
}

.rb-panel-button.is-big-btn {
  font-size: 16px;
  padding: 10px 40px;
}

.rb-panel-button:hover,
.rb-panel-button:focus {
  color: #000;
  outline: none;
  background-color: #68e58d;
  box-shadow: none;
}

.is-outlined:hover,
.is-outlined:focus {
  color: #fff;
  border-color: #000;
  background: #000;
  box-shadow: none;
}

.rb-plugin[data-status='is-active'] .rb-panel-button:hover,
.rb-panel-button.deregister-button:hover,
.rb-panel-button.deregister-button:focus,
.rb-panel-button.hover-warning:hover,
.rb-panel-button.hover-warning:focus {
  color: #fff;
  border-color: #ff332e;
  background: #ff332e;
}

input.rb-panel-input-text.rb-validate-error {
  border-color: #ff332e;
}

input.rb-panel-input-text:disabled,
input.rb-panel-input-text[readonly] {
  cursor: not-allowed;
  pointer-events: none !important;
  opacity: .5;
  border-color: #8884;
}

.rb-panel-button.disabled,
.rb-panel-button.deregister-button:disabled {
  cursor: not-allowed;
  pointer-events: none !important;
  color: #aaa !important;
  border: #8882 !important;
  background: #8882 !important;
}

.rb-error-info {
  line-height: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  color: #ff332e;
}

.rb-error {
  display: block;
  color: #ff332e;
}

.is-disable,
.is-disabled {
  pointer-events: none !important;
}

.rb-loading {
  line-height: 1;
  display: inline-flex;
}

.rb-loading.is-hidden,
.is-hidden {
  display: none !important;
}

.rb-loading i {
  display: inline-block;
  -webkit-animation: rb-loading 2s linear infinite;
  animation: rb-loading 2s linear infinite;
  text-align: center;
  color: inherit;
}

@-webkit-keyframes rb-loading {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rb-loading {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rb-response-info {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #ff9257;
}

.rb-activate-form .rb-response-info {
  margin-top: 30px;
}

.rb-response-info .info-success {
  font-size: inherit;
  color: #42b978;
}

.rb-redirect-button {
  display: inline-flex;
  margin-top: 10px;
}

/** importer */
.rb-demos,
.rb-demos * {
  box-sizing: border-box;
}

.rb-disabled {
  cursor: alias;
  pointer-events: none;
  opacity: .5;
}

.rb-demos {
  display: grid;
  align-items: stretch;
  flex-flow: row wrap;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.rb-demo-item {
  display: flex;
  overflow: hidden;
  border: 1px solid #8882;
  border-radius: 5px;
}

.rb-demo-item .inner-item {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
}

.rb-demo-item .demo-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all .25s;
  transition: all .25s;
  object-fit: cover;
  object-position: center top;
}

.rb-show-spinner {
  display: block;
  visibility: visible;
  opacity: 1;
}

.demo-name {
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.demo-name i {
  font-size: .95em;
  font-weight: 400;
  margin-right: 5px;
}

.demo-content {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  border-top: 1px solid #8882;
  gap: 20px;
}

.loading-info {
  font-weight: 400;
  margin-right: 4px;
  text-decoration: none;
  color: #aaa;
  outline: none !important;
  box-shadow: none;
}

a.activate-info.loading {
  text-decoration: none;
}

.dash-small-info {
  font-size: 12px;
  font-style: italic;
  margin-top: 10px;
  color: #aaa;
}

.dash-small-info i {
  font-size: 12px;
  display: inline;
  margin-right: 3px;
}

.demo-preview {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 70%;
}

.is-error {
  color: #ff6464;
}

.import-actions {
  font-weight: 600;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin-top: auto;
  gap: 10px;
}

.demo-status {
  font-size: 11px;
  display: inline-flex;
  margin: 0;
  padding: 3px 8px;
  border-radius: 5px;
  background: #afffb8;
}

.rb-importer-btn {
  line-height: 1;
  display: inline-flex;
  align-items: center;
  padding: 10px 40px;
  cursor: pointer;
  -webkit-transition: all .25s;
  transition: all .25s;
  color: #fff;
  border-radius: 5px;
  background-color: #000;
  gap: 5px;
}

.rb-importer-btn:hover {
  color: #000;
  background: #68e58d;
}

.rb-dashboard-title {
  font-size: 30px;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 0 20px;
  gap: 7px;
}

.rb-dashboard-tips {
  font-style: italic;
  line-height: 1.7;
  display: block;
  width: 100%;
  padding: 7px 20px;
  color: #e44f14;
  border-radius: 5px;
  border: 1px solid #e49c14;
}

.rb-dashboard-tips.is-error {
  color: #bd1414;
  background: #bd141410;
}

.rb-dashboard-tips a {
  font-weight: 700;
  color: inherit;
  outline: none;
  text-decoration-style: dotted;
}

.rb-dashboard-tips a:hover {
  outline: none;
  text-decoration-style: solid;
}

.rb-dashboard-tips i {
  font-size: 15px;
  line-height: 1.3;
  margin-right: 2px;
}

.rb-dashboard-tips p {
  font-size: 14px;
}

.rb-dashboard-help-text {
  color: #2c7741;
  background: #EBFFD6;
  display: block;
  width: 100%;
  padding: 7px 12px;
  border-radius: 3px;
  font-size: 11px;
}

.rb-translation-dropdown-title {
  font-weight: 500;
}

.rb-translation-data {
  position: relative;
}

.rb-translation-dropdown {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 110%;
  display: flex;
  flex-flow: column nowrap;
  gap: 15px;
  background: #fff;
  width: 310px;
  padding: 25px;
  border-radius: 5px;
  box-shadow: 0 4px 10px #0002;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: all .3s;
}

.rb-translation-data.is-open .rb-translation-dropdown {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  top: 100%;
}

.rb-translation-dropdown-section {
  display: flex;
  flex-flow: column nowrap;
  gap: 7px;
}

.rb-translation-dropdown-content {
  display: flex;
  flex-flow: column nowrap;
  gap: 7px;
  padding: 10px;
  border: 1px solid #8882;
  border-radius: 7px;
}

#rb-import-translation-file {
  padding: 5px 0;
  cursor: pointer;
}

.importer-headline h2 {
  font-size: 22px;
  font-weight: 700;
}

.importer-headline h2 i {
  font-size: 26px;
  display: inline-block;
  margin-top: -3px;
  margin-right: 10px;
}

.importer-desc p {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 20px;
}

.importer-desc p:before {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 7px;
  content: '';
  border-radius: 100%;
  background-color: #ff2828;
}

.importer-tips {
  position: relative;
  display: block;
  margin-top: 30px;
  padding: 20px 30px;
  color: #666;
  border-top: 5px solid #524cff;
  border-radius: 7px;
  background: #fff;
}

.importer-tips p {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 7px;
}

.importer-notice {
  margin-top: 20px;
  padding: 20px 30px;
  border: 4px solid #ffa739;
  border-radius: 10px;
}

.importer-notice p {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 7px;
}

/* translation */
p.rb-notice {
  font-size: 1rem;
  font-weight: 700;
  display: block;
  max-width: 1000px;
  padding: 20px;
  color: #fff;
  background-color: #ff9a5d;
}

.rb-translation-header {
  font-size: 12px;
  display: flex;
  flex-flow: row nowrap;
  padding: 12px 0;
}

.rb-translation-header>* {
  width: 50%;
  margin: 0;
}

.rb-translation-form .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 7px 0;
  border-top: 1px solid #8884;
}

.rb-translation-form input[type='text'] {
  font-weight: 500;
  width: 50%;
  padding: 5px 0;
  color: #42b978;
  border-color: transparent;
  box-shadow: none !important;
}

.rb-translation-form input[type='text']::placeholder {
  font-weight: 400;
  color: #ddd;
}

.rb-translation-form label {
  font-size: 14px;
  width: 50%;
  padding-right: 40px;
}

.rb-translation-header i {
  margin-right: 4px;
}

.rb-form-sticky {
  position: sticky;
  bottom: 0;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
  padding: 10px 0 20px;
  border-top: 2px solid #000;
  background-color: #fff;
  gap: 10px;
}

.rb-form-sticky button {
  margin-left: auto;
}

.rb-translation-submit {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  gap: 10px;
}

.fetch-translation {
  display: flex;
  align-items: center;
}

.update-translation-loader {
  margin-right: 20px;
}

.rb-form-sticky .rb-info {
  font-size: 13px;
  font-weight: 500;
  display: none;
  margin: 0 20px 0 0;
  color: #42b978;
}

.rb-translation-search input {
  min-width: 320px;
}

.rb-form-sticky .rb-info.is-error {
  color: #ee3f3f;
}

.rb-font-notice {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 30px;
  color: #ff9257;
}

.rb-font-item.is-top {
  font-weight: 700;
  border-bottom: 2px solid;
}

.rb-font-item.is-top>* {
  font-size: 15px;
}

.rb-font-detail {
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.font-details-footer {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid #8882;
  gap: 10px;
}

.rb-adobe-font {
  padding-top: 25px;
}

.font-details-footer i {
  margin-right: 5px;
}

.rb-font-item {
  display: flex;
  flex-flow: row nowrap;
}

.rb-font-item>* {
  flex-grow: 1;
  width: 33%;
}

.font-settings {
  display: flex;
  flex-flow: row wrap;
  margin-top: 40px;
  margin-right: -20px;
  margin-left: -20px;
}

.font-setting-el {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  width: 50%;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-bottom: 1px solid #eee;
}

.font-setting-el:nth-child(even) {
  border-left: 1px solid #eee;
}

.font-setting-title {
  font-weight: 700;
  flex-shrink: 0;
  width: 120px;
  margin: 0;
}

.rb-font-setting {
  width: auto;
  max-width: 250px;
}

[disabled='disabled'].rb-panel-button:hover,
[disabled='disabled'].rb-panel-button:focus {
  cursor: not-allowed;
  pointer-events: none;
  background: #aaa;
}

.simple-gtm-wrap {
  position: relative;
  width: 100%;
  max-width: 740px;
  margin-top: 50px;
  padding: 40px 40px 60px;
  border-top: 5px solid #524cff;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 20px #0001;
}

.simple-gtm-desc {
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 40px;
  color: #888;
}

.simple-gtm-submit {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 40px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #fff;
  border: none;
  border-radius: 10px;
  background-color: #68e58d;
}

select.rb-selection {
  font-size: 15px;
  font-weight: 700;
}

.simple-gtm-submit:hover,
.simple-gtm-submit:focus {
  background-color: #68e58d;
}

.rb-form-response i {
  margin-right: 4px;
}

.rb-form-tip-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 100%;
  display: block;
  visibility: hidden;
  width: 240px;
  padding: 20px;
  cursor: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-transform: none;
  opacity: 0;
  color: #000;
  border: 2px solid #000;
  border-radius: 5px;
  background: #fff;
}

.rb-form-tip {
  position: relative;
  cursor: pointer;
}

.rb-form-tip:hover .rb-form-tip-content {
  visibility: visible;
  opacity: 1;
}

.rb-form-tip i {
  margin-left: 3px;
  color: #0e8933;
}

.rb-switch {
  position: relative;
  display: inline-flex;
  width: 60px;
  height: 34px;
}

input[type='checkbox'].rb-switch-input {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.rb-switch-slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  transition: .4s;
  border-radius: 34px;
  background-color: #ccc;
}

.rb-switch-slider:before {
  position: absolute;
  bottom: 4px;
  left: 4px;
  width: 26px;
  height: 26px;
  content: '';
  transition: .4s;
  border-radius: 50%;
  background-color: white;
}

.rb-switch-input:checked+.rb-switch-slider {
  background-color: #68e58d;
}

.rb-switch-input:checked+.rb-switch-slider:before {
  transform: translateX(26px);
}

.rb-update-separator {
  margin: 15px -12px;
  border: 1px solid #ffd253;
}

.rb-update-warning {
  padding: 0 10px 10px;
}

.rb-update-warning i {
  margin-right: 4px;
  color: #ffa42f;
}

.notice-success .rb-update-separator {
  border-color: #7fba89;
}

.notice-success .rb-update-warning i {
  color: #7fba89;
}

.rb-update-warning-title {
  font-weight: 700;
  margin-bottom: 5px;
}

.rb-update-warning+p {
  display: none;
}

.rb-intro-content {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 40px;
}

.rb-intro-big-icon {
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  width: 70px;
  height: 70px;
  color: #000;
  border: 3px solid;
  border-radius: 10px;
}

.rb-intro-featured img {
  width: 100%;
  max-width: 150px;
}

.rb-dashboard-headline {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -.03em;
}

.rb-dashboard-headline i {
  margin-right: 10px;
}

.rb-dashboard-tagline {
  font-size: 18px;
  line-height: 1.5;
  max-width: 900px;
  margin: 0;
}

.rb-dashboard-steps {
  display: grid;
  padding-bottom: 15px;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

.rb-dashboard-steps.col-50 {
  grid-template-columns: repeat(2, 1fr);
}

.rb-dashboard-step {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  padding: 20px 90px 20px 20px;
  text-decoration: none;
  color: inherit;
  border: 1px solid #8882;
  border-radius: 5px;
  box-shadow: none;
}

a.rb-dashboard-step:not(.disabled):hover,
a.rb-dashboard-step:not(.disabled):focus {
  color: inherit;
  border-color: #68e58d;
}

.rb-dashboard-step.disabled {
  opacity: .5;
}

.rb-step-icon {
  font-size: 24px;
  position: absolute;
  top: 50%;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  border: 1px solid;
  border-radius: 100%;
}

.rb-dashboard-step.is-checked {
  pointer-events: none;
  border-color: #68e58d;
}

.is-checked .rb-step-icon {
  border-color: #68e58d;
  background: #68e58d;
}

.rb-form-wrap {
  margin-bottom: 40px;
}

.rb-inline-big-form-wrap {
  display: flex;
  align-items: flex-end;
  flex-flow: row wrap;
}

.is-boxed {
  padding: 20px;
  border: 1px solid #8882;
  border-radius: 5px;
}

.rb-inline-big-form-wrap .rb-panel-input {
  flex-grow: 1;
  margin-bottom: 0;
  padding-right: 30px;
}

.rb-activate-form .rb-loading {
  font-size: 18px;
}

#rb-register-theme-btn+.rb-loading {
  margin-left: 10px;
}

.deregister-action .rb-loading {
  position: absolute;
  right: calc(100% + 10px);
}

.rb-plugins-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}


.rb-plugin {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  padding: 15px;
  border: 1px solid #8882;
  border-radius: 5px;
  gap: 15px;
}

.rb-plugin-header {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  gap: 20px;
}

.rb-plugin-status {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 0 7px;
  color: #c59919;
  border-radius: 3px;
  background: #c5991911;
}

.rb-plugin[data-status='is-not_found'] .rb-plugin-status {
  color: #777;
  background: #0001;
}

.rb-plugin[data-status='is-active'] .rb-plugin-status {
  color: #42b978;
  background: #42b97811;
}

.rb-plugin-title {
  padding-top: 10px;
}

.rb-plugin-icon {
  overflow: hidden;
  flex-shrink: 0;
  width: 70px;
  border-radius: 5px;
}

.rb-plugin-description {
  font-size: 15px;
  margin: 15px 0 0;
  color: #777;
}

.rb-plugin-button {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}

.ruby-install-plugin.ruby-button {
  min-width: 120px;
  padding-right: 5px;
  padding-left: 5px;
}

.ruby-install-plugin .rb-loading {
  font-size: 13px;
  margin: 0;
}

.rb-plugin-error {
  font-size: 12px;
  color: #d63638;
}

.rb-plugin-footer {
  text-align: right;
  display: block;
  color: #aaa;
  font-size: 12px;
}


.rb-importer {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 30px 20px;
  color: #000;
  background: #0008;
}

.rb-intro-buttons {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  gap: 7px;
}

.rb-intro-buttons button {
  min-width: 160px;
}

.rb-importer-activated {
  overflow: hidden;
  padding-right: 16px;
}

.rb-importer-activated .rb-importer {
  display: flex;
}

.rb-import-form {
  display: flex;
  overflow: clip;
  flex-flow: column nowrap;
  width: 100%;
  max-width: 480px;
  border-radius: 5px;
  background: #fff;
  gap: 20px;
}

.rb-import-header {
  font-size: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.rb-import-header * {
  position: relative;
  z-index: 10;
}

.rb-import-header:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  opacity: .8;
  background: #000;
}

.rb-import-header h3 {
  font-size: 22px;
  color: #fff;
}

.rb-step-title {
  display: flex;
  flex-flow: column wrap;
  gap: 10px;
}

.rb-step-title h3 {
  display: flex;
  align-items: center;
  padding-bottom: 3px;
  gap: 7px;
}

.rb-step-title p {
  font-size: 12px;
  margin: 0;
  color: #777;
}

.rb-step-title p.b-description {
  font-size: 14px;
  padding-top: 10px;
}

.rb-close-import {
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #fff;
  border-radius: 5px;
  background: #000;
}

.rb-cleanup-form .rb-close-import {
  margin: 20px 20px 0 auto;
}

.rb-close-import:hover {
  background: #ff531f;
}

.rb-close-import.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .1;
}

.rb-plugin-info {
  font-size: 13px;
  font-weight: 400;
  margin-left: 10px;
  color: #85ad79;
}

.rb-plugin-info.is-required {
  color: #ff531f;
}

.rb-plugin-info.is-recommended {
  color: #ff9800;
}

.rb-import-preview {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}

.rb-import-content {
  display: flex;
  padding: 0 30px 30px 30px;
}

.rb-import-step {
  display: none;
  flex-flow: column nowrap;
  justify-content: space-between;
  width: 100%;
  min-height: 350px;
  gap: 25px;
}

.rb-import-step.activated-step {
  display: flex;
}

.rb-import-section {
  display: flex;
  flex-flow: column nowrap;
  gap: 20px;
}

.rb-import-section-body {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  letter-spacing: -0.02em;
}

.rb-import-checkbox {
  display: flex;
  align-items: center;
  flex-flow: row-reverse nowrap;
  justify-content: space-between;
  padding: 5px 0;
  cursor: pointer;
  border-top: 1px solid #8882;
  gap: 5px 0;
}

.clear-up-label {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  margin: 0;
}

.rb-import-checkbox.is-clear-up {
  padding-top: 15px;
}

.left-indent {
  padding-left: 10px;
}

.rb-import-checkbox input[type='checkbox'] {
  display: none;
}

.rb-checkbox-style {
  display: flex;
  align-items: center;
  width: 46px;
  height: 26px;
  -webkit-transition: all .1s;
  transition: all .1s;
  border: 1px solid #8884;
  border-radius: 26px;
  background-color: #fff;
}

.rb-import-checkbox i {
  width: 20px;
  height: 20px;
  margin-left: 2px;
  -webkit-transition: all .1s;
  transition: all .1s;
  border-radius: 20px;
  background-color: #000;
}

.rb-import-checkbox input:checked+span i {
  margin-left: 22px;
  background-color: #fff;
}

.rb-import-checkbox input:checked+span {
  border-color: #42b978;
  background-color: #42b978;
}

.rb-import-btn {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 10px;
  cursor: pointer;
  color: #fff;
  border: none;
  border-radius: 5px;
  background: none;
  background: #000;
}

.rb-import-btn i {
  margin-left: 5px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.rb-import-btn:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.rb-import-btn:not(:disabled):hover,
.rb-import-btn:not(:disabled):focus {
  color: #000;
  background: #68e58d;
}

.rb-import-btn:not(:disabled):hover i,
.rb-import-btn:not(:disabled):focus i {
  -webkit-transform: translateX(7px);
  transform: translateX(7px);
}

.rb-step-title .rb-loading {
  font-size: 14px;
}

.rb-import-progress {
  width: 100%;
  margin-top: 20px;
}

.rb-import-progress-title {
  font-size: 12px;
  font-weight: 400;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-bottom: 10px;
}

.rb-import-progress-bar {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 7px;
  border-radius: 7px;
  background-color: #8883;
}

.rb-import-progress-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  max-width: 100%;
  height: 100%;
  -webkit-transition: width .2s;
  transition: width .2s;
  -webkit-animation: rbmove 1.2s linear infinite;
  animation: rbmove 1.2s linear infinite;
  border-radius: 7px;
  background-color: #68e58d;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%,
      color-stop(.25, rgba(255, 255, 255, .2)),
      color-stop(.25, transparent), color-stop(.5, transparent),
      color-stop(.5, rgba(255, 255, 255, .2)),
      color-stop(.75, rgba(255, 255, 255, .2)),
      color-stop(.75, transparent), to(transparent));
  background-image: -moz-linear-gradient(-45deg,
      rgba(255, 255, 255, .2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, .2) 50%,
      rgba(255, 255, 255, .2) 75%,
      transparent 75%,
      transparent);
  -moz-background-size: 50px 50px;
  -webkit-background-size: 50px 50px;
  background-size: 100px 100%;
}

@keyframes rbmove {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 50px 50px;
  }
}

@-webkit-keyframes rbmove {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 50px 50px;
  }
}

.rb-step-complete,
.rb-step-error {
  padding-top: 30px;
}

.rb-step-complete .rbi-dash-check {
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #68e58d;
}

.rb-step-error .rbi-dash-info {
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 100%;
  background: #ff531f;
}

.rb-import-buttons {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  margin-top: 10px;
  gap: 10px;
}

.rb-import-buttons .rb-panel-button.refresh-exp-btn {
  color: #000;
  background-color: #68e58d;
  padding: 8px 40px;
}

.rb-import-buttons .rb-panel-button.refresh-exp-btn:hover {
  color: #fff;
  background-color: #000;
}

.rb-import-buttons a {
  font-size: 14px;
}

.rb-import-buttons a.is-view-site {
  color: #000;
  border: 1px solid currentColor;
  background: none;
}

.rb-import-buttons a.is-view-site:hover {
  color: #fff;
  border-color: #000;
  background: #000;
}

.rb-cleanup-form i.rbi-dash-broom {
  font-size: 60px;
  margin-right: 15px;
}

.rb-cleanup-form .rb-import-section-body {
  margin-top: 20px;
}

.rb-cleanup-buttons {
  display: flex;
  flex-flow: column nowrap;
  gap: 10px;
}

.rb-cleanup-info i {
  margin-right: 5px;
}

.ruby-bbp-settings .nav-tab {
  font-size: 16px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  border-bottom: 5px solid transparent;
  background: none;
}

.ruby-bbp-settings .nav-tab:hover,
.ruby-bbp-settings .nav-tab:focus,
.ruby-bbp-settings .nav-tab.nav-tab-active {
  border-color: #42b978;
  outline: none;
  box-shadow: none;
}

.ruby-bbp-settings h2.nav-tab-wrapper {
  display: flex;
  padding: 0 0 0 5px;
  border-bottom: 0;
  gap: 20px;
}

.ruby-bbp-settings h2.nav-tab-wrapper .nav-tab {
  margin: 0;
}

.wrap.ruby-bbp-settings {
  margin: 0;
}

.ruby-bbp-settings textarea,
.ruby-bbp-settings select,
.ruby-bbp-settings input:not([type='submit']) {
  display: flex;
  flex-grow: 1;
  width: 100%;
  max-width: 400px;
  padding: 7px 20px;
  border: 1px solid #8882;
}

.ruby-bbp-settings form table {
  margin-top: 20px;
}

.ruby-bbp-settings form p {
  font-size: 13px;
  margin: 5px 0;
}

.ruby-bbp-settings form tr {
  border-top: 1px solid #8882;
}

.ruby-bbp-settings .submit {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
  padding: 0;
}

.rb-tooltip {
  display: inline-flex;
  position: relative;
  height: 1.6em;
  width: 30px;
  align-items: center;
  justify-content: center;
}

.rb-tooltip i {
  display: inline-flex;
  font-size: 15px;
  justify-content: center;
  cursor: pointer;
  width: 100%;
}

.rb-tooltip-content {
  display: block;
  position: absolute;
  top: calc(100% - 5px);
  left: calc(100% - 5px);
  text-align: left;
  width: 250px;
  background: #fff;
  padding: 12px;
  border-radius: 5px;
  font-size: 12px;
  border-top: 2px solid #000;
  z-index: 100;
  box-shadow: 0 4px 10px #0001;
  transition: all .2s;
  opacity: 0;
  visibility: hidden;
}

.rb-tooltip:hover .rb-tooltip-content {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

@media (max-width: 1280px) {
  .rb-dashboard-menu {
    gap: 25px;
    font-size: 15px;
  }
}

@media (max-width: 1024px) {
  .rb-dashboard-header-inner {
    padding: 20px 20px 0 20px;
  }

  .rbi-dashboard-menu-wrap {
    align-items: self-start;
    flex-flow: column-reverse nowrap;
  }

  .rb-dashboard-menu-right {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #8882;
  }

  .rb-dashboard-menu-right .rb-dashboard-meta {
    margin-right: auto;
  }

  .rb-dashboard-wrap {
    padding: 20px 20px 20px 0;
  }

  .rb-dashboard-menu {
    display: flex;
    overflow-x: auto;
    flex-flow: row nowrap;
    width: 100%;
    gap: 30px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .rb-menu-item {
    font-size: 15px;
    padding: 17px 0 12px;
  }

  .rb-dashboard-steps.col-50,
  .rb-dashboard-steps {
    padding-bottom: 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 7px;
  }

  .rb-demos,
  .rb-plugins-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .rb-dashboard-headline {
    font-size: 32px;
  }

  .rb-dashboard-tagline {
    font-size: 16px;
  }

  .rb-intro-content.yes-button {
    flex-flow: column nowrap;
    gap: 20px;
  }

  .rb-intro-buttons {
    flex-flow: row wrap;
  }

  .rb-dashboard-title {
    font-size: 24px;
    line-height: 1.2;
  }

  .rb-intro-big-icon {
    font-size: 36px;
    width: 60px;
    height: 60px;
  }

  .rb-menu-has-child>a {
    display: none;
  }

  .rb-submenu-items {
    position: relative;
    top: auto;
    display: flex;
    visibility: visible;
    flex-flow: row nowrap;
    width: auto;
    padding: 0;
    pointer-events: auto;
    opacity: 1;
    border: none;
    gap: 30px;
  }

  .rb-submenu-item:last-child,
  .rb-submenu-item {
    font-size: 15px;
    line-height: 1;
    padding: 17px 0 12px;
    border-bottom: 5px solid transparent;
  }

  .rb-submenu-item:hover,
  .rb-submenu-item:focus,
  .rb-submenu-item.active {
    border-color: #42b978;
  }

  a.buy-now-btn {
    font-size: 11px;
    padding: 5px 15px;
  }

  .rb-dashboard-changelog {
    padding: 3px 10px;
  }

  .rb-dashboard-topbar {
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .rb-dashboard-section {
    padding: 20px;
    gap: 20px;
  }

  .rb-demos,
  .rb-plugins-wrap {
    grid-template-columns: repeat(1, 1fr);
  }

  .rb-intro-content {
    gap: 20px;
  }

  .rb-dashboard-headline {
    font-size: 26px;
  }

  .rb-dashboard-tagline {
    font-size: 14px;
  }

  .rb-translation-form label {
    font-size: 13px;
  }

  .rb-inline-big-form-wrap .rb-panel-button {
    width: 100%;
    margin-top: 10px;
  }

  .rb-panel-inline {
    align-items: flex-start;
    flex-flow: column nowrap;
    gap: 10px;
  }

  .rb-panel-inline input,
  .rb-panel-inline select {
    width: 100%;
  }

  .rb-panel-button.is-big-button {
    font-size: 14px;
    padding: 10px 25px;
  }

  .rb-font-item.is-top>* {
    font-size: 11px;
  }

  .deregister-action .rb-loading {
    right: auto;
    left: calc(100% + 10px);
  }
}

@font-face {
  font-family: 'rbi-dash';
  src: url('rbi-dash.woff2?ver=2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
