/*!
  Theme Name: my-artbees
  Theme URI: https://my.artbees.net
  Description: A plain-vanilla & lightweight theme for Artbees
  Author: Artbees Team
  Author URI: https://artbees.net
  Version: 2.7.0
  Stable tag: 1.0
  Requires at least: 4.7
  Tested up to: 5.8
  Requires PHP: 7.4
  License: GNU General Public License v3 or later.
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
  Text Domain: artbees
  Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

:root {
  --Colors-Background-bg-brand-solid: #5200ff;
  --Colors-brand-solid: #5200ff;
  --Components-Buttons-Primary-button-color: #5200ff;
  --Components-Buttons-Primary-button-color-hover: #5200ff; /* other options: #1f04b8
}

html {
    line-height: 1.15;
    /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
*,
*::before,
*::after {
  box-sizing: border-box;
  /* 3 */
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 0.9rem;
}
/* Grouping content
 */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: none;
  border-top: 1px solid #e3e8ee;
  background: transparent;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  white-space: pre-wrap;
}
/* Text-level semantics
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: #344054;
  transition: all 300ms ease-in-out 0s;
}
a:hover,
a:active {
  color: #182230;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
 */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  height: auto;
  max-width: 100%;
}
/* Interactive
 */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}
figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}
/* Misc
 */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/* Print
 */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    page-break-inside: avoid;
    border: 1px solid #cccccc;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/**
 * Form styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */

label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 1rem;
  /* 1 */
  line-height: 1.5;
  /* 1 */
  margin: 0;
  /* 2 */
}
input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
select,
textarea {
  width: 100%;
  transition: all 0.3s;
}
input[type="text"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  outline: 0 none;
}

input.artbees-input-nostyle {
  border: none;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  width: auto;
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
button,
[type="submit"],
[type="button"] {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  transition: all 0.3s;
}
button:focus,
[type="submit"]:focus,
[type="button"]:focus {
  outline: none;
}
button:hover,
button:focus,
[type="submit"]:hover,
[type="submit"]:focus,
[type="button"]:hover,
[type="button"]:focus {
  text-decoration: none;
}
button:not(:disabled),
[type="submit"]:not(:disabled),
[type="button"]:not(:disabled) {
  cursor: pointer;
}
/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
  resize: vertical;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
select {
  display: block;
}
/**
 * Table styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */

table {
  background-color: transparent;
  width: 100%;
  margin-bottom: 15px;
  font-size: 15px;
  border-spacing: 0;
  border-collapse: collapse;
}
table th,
table td {
  padding: 15px 0;
  line-height: 1.5;
  vertical-align: top;
  border: none;
}
table th {
  color: #1a1f36;
}
table td {
  color: #3c4257;
}
/**
 * List styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */

dl,
dt,
dd,
ol,
ul,
li {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* Atomic classes */

.group:after {
  content: "";
  display: table;
  clear: both;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-4 {
  margin-top: 2rem !important;
}
.mt-3 {
  margin-top: 1.5rem !important;
}
.mt-2 {
  margin-top: 1rem !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-7 {
  margin-bottom: 5rem !important;
}
.mb-6 {
  margin-bottom: 4rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-4 {
  margin-bottom: 2rem !important;
}
.mb-3 {
  margin-bottom: 1.5rem !important;
}
.mb-2 {
  margin-bottom: 1rem !important;
}
.mb-1 {
  margin-bottom: 0.5rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mr-5 {
  margin-right: 3rem !important;
}
.mr-3 {
  margin-right: 1.5rem !important;
}
.mr-1 {
  margin-right: 0.5rem !important;
}
.mr-2 {
  margin-right: 1rem !important;
}
.ml-5 {
  margin-left: 3rem !important;
}
.ml-3 {
  margin-left: 1.5rem !important;
}
.ml-2 {
  margin-left: 1rem !important;
}
.ml-1 {
  margin-left: 0.5rem !important;
}
.align-r {
  text-align: right;
}
.align-c {
  text-align: center;
}
.d-none {
  display: none;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.display-block {
  display: block;
}
.display-flex {
  display: -webkit-flex !important;
  display: flex !important;
}
.space-between-center {
  justify-content: space-between;
  align-items: center;
}
.space-between-flex-end {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 40px;
}
.position-absolute {
  position: absolute;
}
.position-relative {
  position: relative;
}
.full-height-page {
  height: calc(100vh);
  min-height: 100px;
}
.image-background {
  background-size: cover;
  background-position: 50%;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0.1;
}
.font-size-20 {
  font-size: 20px;
}
.font-size-36 {
  font-size: 36px;
}
.font-size-12 {
  font-size: 12px;
  line-height: 18px;
}
.underline {
  text-decoration: underline;
}
.line-height-1 {
  line-height: 1;
}
.no-margin {
  margin: 0;
}
.text-weight-bold {
  font-weight: 700;
}
.max-width-450 {
  max-width: 450px;
}
.max-width-1000 {
  max-width: 1000px;
}
.max-width-1400 {
  max-width: 1400px;
}
.width-100 {
  display: block;
  width: 100%;
  max-width: 100% !important;
}
.full-width {
  width: 100%;
  max-width: 100% !important;
}
.text-color-default {
  color: #3c4257;
}
.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/* Spinner for form elements */
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
  border: 3px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.container {
  width: 100%;
}
.row {
  position: relative;
  width: 100%;
}
.row [class^="col"] {
  float: left;
  margin: 0 3% 0 0;
  min-height: 0.125rem;
}
.row::after {
  content: "";
  display: table;
  clear: both;
}
.col-one-half {
  width: 47%;
}
.col-one-third {
  width: 30.33%;
}
.col-two-third {
  width: 63%;
}
.col-one-fourth {
  width: 19%;
}
@media (max-width: 1200px) {
  /* 960px */
  .row [class^="col"] {
    margin: 0 0 3em;
    width: 100%;
  }
}
.accent-color {
  color: #14104f;
}
.accent-color-link {
  color: #14104f;
}
.accent-color-link:hover {
  color: #1a1f36;
}
/* Custom form elements */

.custom-control {
  position: relative;
  display: block;
  min-height: 2rem;
  padding-left: 28px;
  padding-bottom: 20px;
}
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: var(--Colors-brand-solid, #5200ff);
  box-shadow: 0 0 0 1px var(--Colors-brand-solid, #5200ff);
}
.custom-control-input:focus ~ .custom-control-label::before {
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px,
    rgb(0 0 0 / 12%) 0px 1px 1px 0px, rgb(60 66 87 / 16%) 0px 0px 0px 1px,
    rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px,
    rgb(60 66 87 / 8%) 0px 2px 5px 0px;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control .custom-control-label {
  position: relative;
  color: #475467;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  user-select: none;
  cursor: pointer;
}
.custom-control-label::before {
  position: absolute;
  top: 3px;
  left: -25px;
  display: block;
  width: 14px;
  height: 14px;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px,
    rgb(0 0 0 / 12%) 0px 1px 1px 0px, rgb(60 66 87 / 16%) 0px 0px 0px 1px,
    rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px,
    rgb(60 66 87 / 8%) 0px 2px 5px 0px;
}
.custom-control-label::after {
  position: absolute;
  top: 2px;
  left: -26px;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: var(--Colors-brand-solid, #5200ff) !important;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  background-color: var(--Colors-brand-solid, #5200ff) !important;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: var(--Colors-brand-solid, #5200ff) !important;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  border: none !important;
  background-color: #efefef !important;
  padding: 15px 20px !important;
  height: auto !important;
}
.custom-select:focus {
  box-shadow: none !important;
}
.custom-control-label::before,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-select {
    transition: none;
  }
}

/**************************\
  Basic Modal Styles
\**************************/

.artbees-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.artbees-modal__container {
  background-color: #fff;
  max-width: 700px;
  min-width: 580px;
  max-height: 100vh;
  overflow-y: auto;
  box-sizing: border-box;
  border-radius: var(--radius-xl, 12px);
  background: var(--Colors-Background-bg-primary, #fff);
  box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.03),
    0px 20px 24px -4px rgba(16, 24, 40, 0.08);
}
.artbees-modal__container.artbees-modal-full {
  min-width: 90vw;
  min-height: 90vh;
  max-width: 100%;
  max-width: 100%;
}

.artbees-modal__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  gap: 12px;
  padding: 20px;
  border-bottom: 1px solid #eaecf0;
}

.artbees-modal-icon {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #eaecf0;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.artbees-modal-icon svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.artbees-modal-icon svg path {
  stroke: #344054;
}

.artbees-modal-icon-brand svg path {
  stroke: #3613fa;
}
.artbees-modal-icon-note svg path {
  stroke: #667085;
}
.artbees-modal-icon-red svg path {
  stroke: #d92d20;
}

.artbees-modal-icon-success svg path {
  stroke: #079455;
}

.artbees-modal-heading-text {
  display: flex;
  padding: var(--spacing-none, 0px);
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
}

.artbees-modal__title {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  color: #101828;
  margin: 0;
}
.artbees-modal__desc {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #475467;
  margin: 0;
}

.artbees-modal__close {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18 6L6 18M6 6L18 18' stroke='%2398A2B3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat;
  background-size: 24px 24px;
  border: 0;
  position: absolute;
  top: 16px;
  right: 12px;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.artbees-modal__content {
  padding: 30px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.artbees-modal-full .artbees-modal__content {
  overflow-y: scroll;
  max-height: calc(90vh - 100px);
  height: calc(90vh - 100px);
}

.artbees-modal__footer {
  display: flex;
  justify-content: space-between;
  padding: 25px;
  align-items: center;
  gap: var(--spacing-lg, 12px);
  border-top: 1px solid #eaecf0;
}

.artbees-modal__footer .button-group {
  display: flex;
  gap: var(--spacing-lg, 15px);
}

.artbees-modal__footer button {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.artbees-modal-more-link {
  display: flex;
  gap: 3px;
  font-size: 13px;
  color: #475467;
  text-decoration: underline;
}
.artbees-modal-more-link svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.artbees-rating-holder {
  display: flex;
  align-items: center;
}
.artbees-rating-holder span {
  display: flex;
  align-items: center;
}

.artbees-rating-holder svg {
  width: 20x;
  height: 20px;
}
.artbees-rating-holder .filled-star {
  color: transparent;
}

.artbees-rating-holder .filled-star {
  color: var(--Colors-Background-bg-brand-solid, #5200ff);
}
.artbees-rating-holder .filled-star svg {
  fill: var(--Colors-Background-bg-brand-solid, #5200ff);
}

.artbees-rating-holder .empty-star svg {
  color: #7a7d81;
}

/**************************\
    Demo Animation Style
  \**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .artbees-modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .artbees-modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .artbees-modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .artbees-modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .artbees-modal__container,
.micromodal-slide .artbees-modal__overlay {
  will-change: transform;
}

/* Custom styles for the Artbees Vertical Header */
.body-relative {
  position: relative;
  height: auto !important;
  min-height: 100vh;
}
.artbees-vertical-header {
  background-color: rgb(255, 255, 255);
  position: fixed;
  width: 280px;
  height: 100%;
  top: 0;
  bottom: 0;
  padding: 30px 16px;
  border-right: 1px solid #eaecf0;
  transition: all 0.3s ease-in-out;
}
.artbees-mobile-header-close {
  display: none;
  position: absolute;
  top: 35px;
  right: 16px;
}
.artbees-logo {
  display: inline-block;
  padding: 0 12px;
}
.artbees-logo img {
  height: auto;
  width: 150px;
  max-width: 150px;
}
.artbees-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.artbees-menu li {
  padding: 6px 0;
  line-height: 24px;
}
.artbees-menu li span {
  vertical-align: middle;
  padding-left: 12px;
}
.artbees-menu li a {
  color: #344054;
  display: flex;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 8px 12px;
  border-radius: 6px;
  letter-spacing: 0.5px;
}
.artbees-menu li a svg path {
  stroke: #667085 !important;
}

.artbees-menu li a:hover,
.artbees-menu li.is-current-page a {
  background-color: #f9fafb;
  color: #182230;
}
.artbees-navigation-sidebar-footer,
.artbees-navigation-sidebar-footer-holder,
.artbees-user-profile,
.artbees-logout-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.artbees-navigation-sidebar-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 40px);
  padding: 24px 0 30px;
  margin: 0 16px;
  border-top: 1px solid #eaecf0;
  align-items: flex-end;
}

.artbees-navigation-sidebar-footer-holder,
.artbees-user-profile {
  gap: 12px;
  flex: 1 0 0;
}

.artbees-user-profile img {
  width: 40px;
  height: 40px;
  border-radius: 1000px;
  border: 0.75px solid rgba(0, 0, 0, 0.08);
}

.artbees-user-profile > span {
  padding: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.artbees-user-profile-name,
.artbees-user-profile-email {
  color: #344054;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 150px;
  display: inherit;
}

.user-profile-cell a {
  display: flex;
  align-items: center;
  gap: 12px;
}

.user-profile-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.user-profile-display-name {
  color: #101828;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.user-profile-login-name {
  color: #475467;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.artbees-user-profile-email {
  color: #475467;
  font-weight: 400;
}

.artbees-logout-link {
  flex-direction: column;
  align-items: flex-end;
}

/* Hover effects grouped together */
.artbees-user-profile:hover span {
  color: #182230;
}
.artbees-logout-link svg path {
  stroke: #667085 !important;
}
.artbees-logout-link:hover svg path {
  stroke: #464b56 !important;
}

/* Main Content */

.artbees-main-content {
  padding: 30px 50px;
}

.artbees-main-content-top.add-divider {
  border-bottom: 1px solid #eaecf0;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.artbees-main-content-inner {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.artbees-main-content-inner.flex-direction-row {
  flex-direction: row;
}
.artbees-main-content.with-vertical-header {
  min-height: calc(100vh - 80px);
}
.with-vertical-header {
  margin-left: 280px;
}

.artbees-main-content-title {
  color: #101828;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  margin: 0 0 5px 0;
}
.artbees-main-content-description {
  color: #475467;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

/* Cards */

.flex-columns-holder {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap;
  align-content: flex-start;
}

.artbees-card {
  display: flex;
  align-items: flex-start;
  flex: 1 0 calc(50% - 24px);
  border-radius: 12px;
  border: 1px solid var(--Colors-Border-border-secondary, #eaecf0);
  background: var(--Colors-Background-bg-primary, #fff);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 20px;
  gap: 20px;
  transition: box-shadow 0.2s ease-in-out;
}
.artbees-card:hover {
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03),
    0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}

.artbees-card-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.artbees-card-title {
  display: flex;
  color: #344054;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}
.artbees-card-description {
  display: flex;
  color: #475467;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
.artbees-card-icon {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #eaecf0;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.artbees-card-icon svg path {
  width: 24px;
  height: 24px;
  stroke: #344054;
}

/* Tabs */
.artbees-page-tabs-container {
  margin-bottom: 30px;
  display: flex;
  align-items: stretch;
  flex-direction: column;
}

.artbees-page-tabs {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  padding: 5px;
  align-self: stretch;
  align-self: stretch;
  border-radius: var(--spacing-md, 8px);
  border: 1px solid var(--Colors-Border-border-secondary, #eaecf0);
  background: var(--Colors-Background-bg-secondary_alt, #f9fafb);
}
.artbees-page-tab {
  cursor: pointer;
  transition: 0.2s;
  display: flex;
  display: flex;
  height: 36px;
  padding: var(--spacing-md, 8px) var(--spacing-lg, 12px);
  justify-content: center;
  align-items: center;
  gap: var(--spacing-md, 8px);
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #667085;
}
.artbees-page-tab:hover {
  color: #101828;
}
.artbees-page-tab.is-active {
  border-radius: var(--spacing-sm, 6px);
  background: var(--Colors-Background-bg-primary_alt, #fff);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06),
    0px 1px 3px 0px rgba(16, 24, 40, 0.1);
  color: #344054;
}

.artbees-page-tab-contents {
  padding-top: 32px;
}
.artbees-page-tab-content {
  display: none;
}

.artbees-horizontal-header {
  border-bottom: 1px solid #eaecf0;
  padding: 30px 40px;
  display: flex;
  align-items: flex-start;
  background-color: #0c111d;
}
.artbees-horiznotanl-logo {
  display: flex;
  align-items: center;
}
.artbees-horiznotanl-logo img {
  max-width: 280px;
}
.artbees-horizontal-header-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  max-width: 1300px;
  width: 1300px;
  margin: 0 auto;
  justify-content: space-between;
}
.artbees-horizontal-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 26px;
  list-style: none;
  margin: 0;
}

.artbees-horizontal-menu a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.artbees-main-container {
  max-width: 1300px;
  width: 1300px;
  margin: 0 auto;
  padding: 40px 0;
}
.artbees-page-title {
  color: var(--colors-text-text-primary-900, #101828);
  font-family: Inter;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px; /* 126.667% */
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.artbees-release-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
}
.artbees-release-item {
  border-radius: var(--radius-xl, 12px);
  border: 1px solid var(--Colors-Border-border-secondary, #eaecf0);
  background: var(--Colors-Background-bg-primary, #fff);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  overflow: hidden;
  padding: 30px;
}
.artbees-release-header {
  flex-direction: row;
  align-items: center;
  gap: 20px;
  display: flex;
  margin-bottom: 10px;
}
.artbees-release-badge {
  display: flex;
}
.artbees-release-badge img {
  width: 50px;
  height: 50px;
  border-radius: 12px;
}
.artbees-release-meta {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  flex: 1 0 0;
}
.artbees-release-title {
  display: flex;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  color: #101828;
  margin: 0;
  gap: 15px;
  align-items: center;
  padding-bottom: 4px;
}
.artbees-release-version {
  display: flex;
  padding: var(--spacing-xxs, 4px) var(--spacing-md, 10px);
  align-items: center;
  border-radius: var(--radius-full, 1000px);
  border: 1px solid
    var(--Component-colors-Utility-Brand-utility-brand-200, #e9d7fe);
  background: var(--Component-colors-Utility-Brand-utility-brand-50, #f9f5ff);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  color: #6941c6;
  text-align: center;
}
.artbees-release-date {
  font-size: 13px;
  color: #475467;
}

.artbees-release-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding-top: 20px;
  color: var(--colors-text-text-tertiary-600, #475467);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.artbees-release-content table {
  display: none;
}

.artbees-release-content .artbees-release-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.artbees-plugin-releases .artbees-release-content ul {
  list-style: outside;
  padding-left: 20px;
  margin-bottom: 50px;
}

.artbees-plugin-releases .artbees-release-content h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}

.artbees-plugin-releases .artbees-release-content a {
  color: var(--Colors-Background-bg-brand-solid, #3613fa);
}

/* Form elements */

.artbees-inline-filter-form {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 16px;
  border-radius: 12px;
  background: #f9fafb;
  padding: 20px;
}
.artbees-inline-filter-form-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 8px;
}
.artbees-inline-filter-form-group label {
  color: #344054;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.artbees-segment-filter-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.daterangepicker .calendar-table td {
  padding: 0;
}
.daterangepicker td.active,
.daterangepicker td.active:hover,
.daterangepicker .ranges li.active {
  background: #5200ff !important;
  color: #fff !important;
}
.daterangepicker td.in-range {
  background: #f9f5ff;
}

.artbees-form-group {
  display: flex;
  gap: 16px 32px;
  align-self: stretch;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eaecf0;
}
.artbees-form-group.artbees-inline-form {
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.artbees-form-group.artbees-block-form {
  flex-direction: column;
  align-items: flex-start;
  align-content: flex-start;
}
.artbees-form-group-block {
  padding-bottom: 20px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.artbees-form-group-label {
  display: flex;
  flex: 1 0 0;
  color: #344054;
  font-style: normal;
  line-height: 20px;
  flex-direction: column;
}

.artbees-form-group-block .artbees-form-label-text {
  font-weight: 500;
}
.artbees-form-group-block .artbees-form-group-label {
  margin-bottom: 5px;
}

.artbees-inline-form .artbees-form-group-label {
  min-width: 200px;
  max-width: 320px;
  flex-direction: column;
  align-items: flex-start;
}

.artbees-form-label-text {
  font-size: 14px;
  font-weight: 600;
}

.artbees-form-label-hint {
  font-size: 13px;
  font-weight: 400;
}

.double-button-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  justify-content: space-evenly;
  width: 100%;
}

#artbees-search-users-form .artbees-form-input {
  width: 100%;
}

.double-button-group .artbees-btn {
  width: 50%;
}
.artbees-form-label-hint-link {
  color: var(--Colors-brand-solid, #3613fa);
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  margin-top: 10px;
}
.artbees-form-label-hint-link svg {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.artbees-form-group-input {
  display: flex;
  min-width: 400px;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  flex: 1 0 0;
}
.artbees-block-form .artbees-form-group-input {
  width: 100%;
}
.flex-container {
  display: flex;
  flex-direction: row;
}
.artbees-form-uploader-container {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  border-radius: 12px;
  border: 2px solid #eaecf0;
  background: #fbfcfd;
}
.artbees-form-uploader-container.dragover {
  border: 2px solid var(--Colors-brand-solid);
}

.artbees-upload-attached-files {
  display: flex;
  margin-top: 3px;
  margin-bottom: 8px;
  width: 100%;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.artbees-form-uploader-icon {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #eaecf0;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  margin-bottom: 12px;
}
.artbees-form-uploader-icon svg {
  width: 20px;
  height: 20px;
  stroke: #344054;
}

.artbees-form-uploader-content {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #475467;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 5px;
}
.artbees-form-uploader-content a {
  color: var(--Colors-brand-solid, #3613fa);
  font-weight: 600;
}
.artbees-form-uploader-input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.artbees-uploader-file-item,
.artbees-uploader-file-error {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  padding: 10px 20px;
  border: 1px solid #eaecf0;
  background: #f9fafb;
  width: calc(50% - 5px);
  flex-direction: row;
  justify-content: flex-start;
  position: relative;
}
.artbees-uploader-file-error {
  border: 1px solid #fecdca;
  background: #fef3f2;
  color: #b42318;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.artbees-uploader-file-type {
  display: flex;
  position: relative;
}
.artbees-uploader-file-type span {
  position: absolute;
  bottom: 4px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 9px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.artbees-uploader-file-type svg path.brand-fill {
  fill: var(--Colors-brand-solid, #3613fa);
}
.artbees-uploader-file-data {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.artbees-uploader-file-name {
  color: #344054;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.artbees-uploader-file-size {
  color: #475467;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.artbees-uploader-file-remove {
  cursor: pointer;
  color: #667085;
  transition: 0.2s;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M16 6V5.2C16 4.0799 16 3.51984 15.782 3.09202C15.5903 2.71569 15.2843 2.40973 14.908 2.21799C14.4802 2 13.9201 2 12.8 2H11.2C10.0799 2 9.51984 2 9.09202 2.21799C8.71569 2.40973 8.40973 2.71569 8.21799 3.09202C8 3.51984 8 4.0799 8 5.2V6M10 11.5V16.5M14 11.5V16.5M3 6H21M19 6V17.2C19 18.8802 19 19.7202 18.673 20.362C18.3854 20.9265 17.9265 21.3854 17.362 21.673C16.7202 22 15.8802 22 14.2 22H9.8C8.11984 22 7.27976 22 6.63803 21.673C6.07354 21.3854 5.6146 20.9265 5.32698 20.362C5 19.7202 5 18.8802 5 17.2V6" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E')
    no-repeat;
  background-size: 20px 20px;
  background-position: 0 center;
  opacity: 0.4;
}
.artbees-uploader-file-remove:hover {
  opacity: 1;
}
/* Form Inputs */
.artbees-form-input {
  width: 100%;
  max-width: 500px;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 8px;
  border: 1px solid #d0d5dd;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  display: flex;
  padding: var(--spacing-md, 8px) var(--spacing-lg, 12px);
  align-items: center;
  gap: var(--spacing-md, 8px);
  align-self: stretch;
  color: #101828;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.artbees-form-input-sm {
  font-size: 13px;
  padding: 5px 8px;
}
.artbees-form-input::placeholder {
  color: #667085;
}
select.artbees-form-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3E%3Cpath d='M5.66699 7.5L10.667 12.5L15.667 7.5' stroke='%23667085' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    97% / 15% no-repeat #fff;
  background-size: 20px;
}
.artbees-rich-editor {
  width: 100%;
  min-height: 200px;
  resize: vertical;
  min-width: 400px;
  max-width: 100%;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 8px;
  border: 1px solid #d0d5dd;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: var(--spacing-md, 8px) var(--spacing-lg, 12px);
  color: #101828;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
textarea.artbees-form-input {
  min-height: 200px;
  resize: vertical;
  min-width: 400px;
  max-width: 100%;
}
.artbees-form-input:focus,
.artbees-rich-editor:focus {
  outline: none;
  border: 1px solid rgba(54, 19, 250, 0.4);
  box-shadow: 0px 0px 0px 4px rgba(215, 208, 254, 0.4),
    0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.artbees-user-filter-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}
.artbees-user-filter-container .js__filter-container {
  display: flex;
  flex-direction: row;
  gap: 14px;
  align-items: center;
  justify-content: space-evenly;
}

.artbees-filter-dropdown {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 270px;
  min-width: none;
}

.artbees-filter-operator {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 220px;
  min-width: none;
}

.js__input-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.js__input-container .artbees-form-input {
  width: 260px;
}
.js__remove-button svg {
  width: 20px;
  height: 20px;
  stroke: #667085;
}

/* Articles list in dashboard */

.dashboard-article-list-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  color: #101828;
}

.dashboard-article-list ul,
.dashboard-article-list li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dashboard-article-list li a {
  display: inline-block;
  color: #344054;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: 0.2s;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.09 9C9.3251 8.33167 9.78915 7.76811 10.4 7.40913C11.0108 7.05016 11.7289 6.91894 12.4272 7.03871C13.1255 7.15849 13.7588 7.52152 14.2151 8.06353C14.6713 8.60553 14.9211 9.29152 14.92 10C14.92 12 11.92 13 11.92 13M12 17H12.01M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat;
  background-size: 18px 18px;
  background-position: 0 center;
  padding: 1px 0 1px 26px;
  margin: 5px 0;
}
.dashboard-article-list li a:hover {
  color: var(--Colors-brand-solid, #3613fa);
}

/* Alerts */

.artbees-alert {
  display: flex;
  padding: 14px;
  align-items: flex-start;
  gap: 16px;
  border-radius: 12px;
  border: 1px solid #d0d5dd;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  margin-bottom: 20px;
}

.artbees-alert-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border-radius: var(--radius-full, 1000px);
  align-items: center;
  justify-content: center;
  display: flex;
}

.artbees-alert-icon .outline-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border-radius: var(--spacing-3xl, 24px);
  border: 2px solid #e5ddf7;
}

.artbees-alert-icon .outline-outer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  border-radius: var(--spacing-3xl, 24px);
  border: 2px solid #f2eefb;
}

.artbees-alert-icon svg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.artbees-alert-text {
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  color: var(--colors-text-text-secondary-700, #344054);
  padding-right: var(--spacing-4xl, 32px);
  align-items: flex-start;
  gap: var(--spacing-md, 5px);
  align-self: stretch;
  display: flex;
  flex-direction: column;
}
.artbees-alert-text ul {
  margin: 15px 0 0;
  padding: 0 0 0 20px;
}
.artbees-alert-text ul li {
  padding-bottom: 5px;
}

.artbees-alert-text a {
  color: var(--colors-text-text-secondary-700, #344054);
}

.artbees-alert-text-title {
  font-weight: 600;
  display: flex;
}

.artbees-alert-text-link {
  font-weight: 600;
  color: var(--Colors-brand-solid);
}

.artbees-alert-icon.color-brand svg path {
  stroke: #3613fa;
}
.artbees-alert-icon.color-brand .outline-inner {
  border: 2px solid #d7d0fe;
}
.artbees-alert-icon.color-brand .outline-outer {
  border: 2px solid #ebe7fe;
}

.artbees-alert-icon.color-gray svg path {
  stroke: #667085;
}
.artbees-alert-icon.color-gray .outline-inner {
  border: 2px solid #e0e2e7;
}
.artbees-alert-icon.color-gray .outline-outer {
  border: 2px solid #eff1f3;
}

.artbees-alert-icon.color-red svg path {
  stroke: #d92d20;
}
.artbees-alert-icon.color-red .outline-inner {
  border: 2px solid #f8d4d1;
}
.artbees-alert-icon.color-red .outline-outer {
  border: 2px solid #fceae8;
}

.artbees-alert-icon.color-warning svg path {
  stroke: #b54708;
}
.artbees-alert-icon.color-warning .outline-inner {
  border: 2px solid #fbc9ac;
}
.artbees-alert-icon.color-warning .outline-outer {
  border: 2px solid #feebe0;
}

.artbees-alert-icon.color-green svg path {
  stroke: #079455;
}
.artbees-alert-icon.color-green .outline-inner {
  border: 2px solid #bbfcdf;
}
.artbees-alert-icon.color-green .outline-outer {
  border: 2px solid #ddfdef;
}
.artbees-form-ajax-response {
  display: none;
  max-width: 700px;
}
.alert-success-icon,
.alert-error-icon {
  display: none;
}
.artbees-alert-success .alert-success-icon {
  display: flex;
}
.artbees-alert-error .alert-error-icon {
  display: flex;
}
.artbees-alert-warning .alert-warning-icon {
  display: flex;
}
.artbees-alert-error.artbees-alert {
  border: 1px solid #d92d20;
  background: #faebef;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.artbees-alert-error.artbees-alert .artbees-alert-text {
  color: #b42318;
}

.artbees-alert-warning.artbees-alert {
  border: 1px solid
    var(--Component-colors-Utility-Warning-utility-warning-200, #fedf89);
  background: var(
    --Component-colors-Utility-Warning-utility-warning-100,
    #fef0c7
  );
}
.artbees-alert-warning.artbees-alert .artbees-alert-text {
  color: #b54708;
}

.artbees-alert-success.artbees-alert {
  border: 1px solid #079455;
  background: #dcfaef;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.artbees-alert-success.artbees-alert .artbees-alert-text {
  color: #067647;
}

/* Badges  */

.artbees-badge {
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  padding: 3px 6px;
  border-radius: 4px;
}
.artbees-badge-green {
  background: #dcfaef;
  color: #0e6245;
}
.artbees-badge-gray {
  background: #e3e8ee;
  color: #4f566b;
}
.artbees-badge-red {
  background: #faebef;
  color: #cd3d64;
}

/* Buttons */
.artbees-btn {
  border: none;
  transition: all 250ms ease-in-out 0s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  border-radius: 8px;
}

/* Button Sizes */
.artbees-btn.btn-size-sm {
  border-radius: 8px;
  gap: 8px;
  padding: 8px 12px;
  line-height: 20px;
}
.artbees-btn.btn-size-md {
  border-radius: 8px;
  gap: 10px;
  padding: 10px 14px;
  line-height: 20px;
}
.artbees-btn.btn-size-lg {
  gap: 10px;
  padding: 10px 16px;
  line-height: 20px;
}
.artbees-btn.btn-size-xl {
  gap: 10px;
  padding: 12px 18px;
  font-size: 16px;
  line-height: 24px;
}
.artbees-btn.btn-size-2xl {
  gap: 14px;
  padding: 16px 22px;
  font-size: 18px;
  line-height: 28px;
}
.artbees-btn.btn-size-2xl .btn-icon svg {
  width: 24px;
  height: 24px;
}
.artbees-btn.btn-long {
  min-width: 180px;
}

/* Button Types */
.artbees-btn-primary {
  border: 1px solid var(--Components-Buttons-Primary-button-color);
  background: var(--Components-Buttons-Primary-button-color);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #fff;
}
.artbees-btn-primary:hover {
  border: 1px solid var(--Components-Buttons-Primary-button-color-hover);
  background: var(--Components-Buttons-Primary-button-color-hover);
  box-shadow: 0px 0px 0px 4px rgba(215, 208, 254, 0.4),
    0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #ffff;
}
.artbees-btn-primary.artbees-btn[disabled],
.artbees-btn-primary.is-disabled {
  border: 1px solid #eaecf0;
  background: #f2f4f7;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #98a2b3;
}
.artbees-btn-white {
  border: 1px solid #d0d5dd;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #344054;
}
.artbees-btn-white:hover {
  border: 1px solid #d0d5dd;
  background: #f9fafb;
  box-shadow: 0px 0px 0px 4px rgba(152, 162, 179, 0.14),
    0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #182230;
}
.artbees-btn-white.artbees-btn[disabled],
.artbees-btn-white.is-disabled {
  border: 1px solid #eaecf0;
  background: var(--Colors-Background-bg-primary, #fff);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #98a2b3;
}
.artbees-btn-red {
  border: 1px solid #d92d20;
  background: #d92d20;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #fff;
}
.artbees-btn-red:hover {
  border: 1px solid #b42318;
  box-shadow: 0px 0px 0px 4px rgba(240, 68, 56, 0.24),
    0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #fff;
}
.artbees-btn-red.artbees-btn[disabled],
.artbees-btn-red.is-disabled {
  border: 1px solid #eaecf0;
  background: #f2f4f7;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #98a2b3;
}

.artbees-btn .btn-icon svg {
  width: 20px;
  height: 20px;
}
.artbees-btn .btn-icon svg,
.artbees-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.artbees-form-btn-group {
  display: flex;
}

.artbees-form-btn-group.align-end {
  justify-content: flex-end;
}

.btn-status-spinner {
  display: none;
}

.artbees-btn > .spinner-border {
  display: none;
  margin-right: 6px;
  vertical-align: middle;
}
.artbees-btn.form-in-submission > .spinner-border {
  display: inline-block;
}
.artbees-btn.form-in-submission .btn-icon {
  display: none;
}
.artbees-form-input.is-error {
  border-color: #d92d20;
}
.artbees-input-error-msg {
  font-size: 13px;
  color: #d92d20;
}
.artbees-btn .btn-icon-status {
  display: none;
}

.artbees-btn.is-btn-success .btn-icon-success {
  display: inline-block;
}
.artbees-btn.is-btn-error .btn-icon-error {
  display: inline-block;
}

/* Toggle */

.artbees-toggle {
  display: inline-block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}
.artbees-toggle-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #667085;
  margin-right: 10px;
  vertical-align: text-bottom;
}
.artbees-toggle i {
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
  width: 44px;
  height: 24px;
  background-color: #dadada;
  border-radius: 23px;
  vertical-align: text-bottom;
  transition: all 0.3s linear;
}
.artbees-toggle i::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 42px;
  height: 22px;
  background-color: #f2f2f2;
  border-radius: 11px;
  transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  transition: all 0.25s linear;
}
.artbees-toggle i::after {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 21px;
  height: 21px;
  background-color: #fff;
  border-radius: 11px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  transform: translate3d(2px, 2px, 0);
  transition: all 0.2s ease-in-out;
}
.artbees-toggle:active i::after {
  width: 28px;
  transform: translate3d(2px, 2px, 0);
}
.artbees-toggle:active input:checked + i::after {
  transform: translate3d(16px, 2px, 0);
}
.artbees-toggle input {
  display: none;
}
.artbees-toggle input:checked + i {
  background-color: var(--Colors-brand-solid);
}
.artbees-toggle input:checked + i::before {
  transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}
.artbees-toggle input:checked + i::after {
  transform: translate3d(23px, 2px, 0);
}
/* Tables */
.artbees-table {
  padding: var(--spacing-none, 0px);
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-none, 0px);
  border-radius: var(--radius-xl, 12px);
  border: 1px solid var(--Colors-Border-border-secondary, #E2E8F0);
  background: var(--Colors-Background-bg-primary, #fff);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.artbees-table table {
  margin-bottom: 0;
}

.artbees-pagination {
  display: flex;
  width: 100%;
  padding: 15px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
}
.artbees-pagination-holder {
  display: flex;
  align-items: flex-start;
  border-radius: 8px;
  border: 1px solid #d0d5dd;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #344054;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  overflow: hidden;
}

.artbees-pagination-holder a,
.artbees-pagination-holder > span {
  display: flex;
  min-height: 40px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-right: 1px solid #d0d5dd;
  background: #fff;
}
.artbees-pagination-holder > :last-child {
  border-right: none;
}

.artbees-pagination a:hover,
.artbees-pagination span.current {
  background: #f9fafb;
}

.artbees-pagination svg {
  width: 20px;
  height: 20px;
}

.artbees-table-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--spacing-2xl, 20px);
  border-radius: var(--radius-xl, 12px);
  align-self: stretch;
  background: var(--Colors-Background-bg-primary, #fff);
  padding: 16px;
}
.artbees-table-header-left {
  display: flex;
  height: 52px;
  padding: var(--spacing-none, 0px);
  flex-direction: row;
  align-items: center;
  gap: var(--spacing-xs, 10px);
  flex: 1 0 0;
}
.artbees-table-header-right {
  display: flex;
  padding: var(--spacing-none, 0px);
  align-items: center;
  gap: var(--spacing-lg, 12px);
}
.artbees-table-header-title {
  display: flex;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  color: #101828;
  margin: 0;
}
.artbees-table-heading-count {
  display: flex;
  padding: var(--spacing-xxs, 4px) var(--spacing-md, 10px);
  align-items: center;
  border-radius: var(--radius-full, 1000px);
  border: 1px solid
    var(--Component-colors-Utility-Brand-utility-brand-200, #e9d7fe);
  background: var(--Component-colors-Utility-Brand-utility-brand-50, #f9f5ff);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  color: #6941c6;
  text-align: center;
  gap: var(--spacing-xs, 5px);
}

.artbees-table-footer {
  display: flex;
  padding: 20px;
  flex-direction: column;
  border-top: 1px solid var(--Colors-Border-border-secondary, #E2E8F0);
}

.artbees-table-footer-text {
  display: flex;
  flex-direction: row;
  font-size: 13px;
  font-weight: 400;
}

.artbees-table-footer-link {
  display: flex;
  align-items: center;
  color: var(--Colors-brand-solid, #3613fa);
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  margin-top: 10px;
}
.artbees-table-footer-link svg {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.artbees-table table thead th {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  color: #475467;
  background: #fff;
  text-align: left;
  padding: 12px 24px;
}
.artbees-table.with-heading table thead th {
  border-top: 1px solid #E2E8F0;
  background: #f9fafb;
}
.artbees-table table tbody tr {
  border-top: 1px solid #E2E8F0;
  background: #fff;
}
.artbees-table table tbody tr:hover {
  background: #F7FAFC;
}

.artbees-table table tbody tr:nth-child(even) {
  background: #fbfcfd;
}

.artbees-table table tbody tr:nth-child(even):hover {
  background: #FFF;
}

.artbees-table table tbody tr td,
.artbees-table table thead tr th {
  text-align: left;
}
.artbees-table table tbody tr td:last-child,
.artbees-table table thead tr th:last-child {
  text-align: right;
}

.artbees-table table tbody td {
  padding: 14px 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  vertical-align: middle;
}

.table-action-buttons {
  display: flex;
  gap: 12px;
}
.table-action-buttons a {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.table-action-buttons svg {
  width: 20px;
  height: 20px;
}
.table-action-buttons svg path {
  stroke: #475467;
}
.artbees-license-key-btn {
  color: #344054;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}
.artbees-license-key-btn:hover {
  color: #111;
}
.artbees-ticket-subject {
  font-weight: 500;
}

/* Dashboard Modules */
.dashboard-main-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  padding-right: 40px;
  min-width: calc(100% - 340px);
}
.dashboard-main-sidebar {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  flex-direction: column;
  max-width: 340px;
  flex: 0 0 360px;
  gap: 10px;
}

.sellkit-kb-popular-articles {
  display: flex;
}
.artbees-blog-list-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.artbees-blog-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  color: #101828;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eaecf0;
}

.artbees-blog-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-self: stretch;
  list-style: none;
  padding: 0;
  margin: 0;
}

.artbees-blog-list-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 0 0 calc(50% - 20px);
  align-self: stretch;
  margin-right: 15px;
  margin-bottom: 15px;
}
.artbees-blog-list-item:nth-child(2n) {
  margin-right: 0;
}
.artbees-blog-list-item-image {
  border-radius: 16px;
  overflow: hidden;
  display: block;
}
.artbees-blog-list-item-image span {
  display: flex;
  width: 100%;
  height: 0;
  padding-top: 50%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.artbees-blog-list-item-meta {
  color: var(--Colors-brand-solid, #3613fa);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  gap: 5px;
  margin-bottom: 5px;
}
.artbees-blog-list-item-title {
  color: #101828;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  margin: 0 0 10px;
}
.artbees-blog-list-item-categories {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.artbees-blog-list-item-category {
  display: flex;
  padding: 2px 8px;
  align-items: center;
  gap: 6px;
  border-radius: 6px;
  border: 1px solid #d0d5dd;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #344054;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
.artbees-blog-list-item-category-skin {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  display: flex;
}

.dashboard-kb-popular-articles {
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #eaecf0;
  background: #f9fafb;
}
.dashboard-kb-popular-articles-title {
  color: #101828;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  border-bottom: 1px solid #eaecf0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 10px;
}
.dashboard-kb-popular-articles-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dashboard-kb-popular-articles-list li a {
  display: inline-block;
  color: #344054;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  transition: 0.2s;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.09 9C9.3251 8.33167 9.78915 7.76811 10.4 7.40913C11.0108 7.05016 11.7289 6.91894 12.4272 7.03871C13.1255 7.15849 13.7588 7.52152 14.2151 8.06353C14.6713 8.60553 14.9211 9.29152 14.92 10C14.92 12 11.92 13 11.92 13M12 17H12.01M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z' stroke='%23bdc8d3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 0 4px;
  min-height: 20px;
  padding: 1px 0 1px 23px;
  margin: 6px 0;
}
.dashboard-kb-popular-articles-list li a:hover {
  color: var(--Colors-brand-solid, #3613fa);
}

.artbees-sidebar-card {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 12px;
  border: 1px solid #eaecf0;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  margin-bottom: 20px;
}
.artbees-sidebar-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  gap: 10px;
}

.artbees-badge-vip {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  padding: var(--spacing-xxs, 3px) 14px var(--spacing-xxs, 2px)
    var(--spacing-md, 12px);
  align-items: center;
  gap: 5px;
  border-radius: var(--radius-full, 1000px);
  border: 1px solid
    var(--Component-colors-Utility-Success-utility-success-200, #abefc6);
  background: var(
    --Component-colors-Utility-Success-utility-success-50,
    #ecfdf3
  );
}
.artbees-badge-vip-icon {
  display: flex;
}

.artbees-badge-vip-icon svg {
  width: 18px;
  height: 18px;
}

.artbees-badge-vip-icon svg path {
  stroke: #17b26a;
}

.artbees-badge-vip-text {
  color: #067647;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

.artbees-sidebar-card-title {
  color: var(--colors-text-text-primary-900, #101828);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.artbees-sidebar-card-desc {
  color: var(--colors-text-text-tertiary-600, #475467);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.artbees-sidebar-card-desc-link {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: var(--Colors-brand-solid, #3613fa);
}
.artbees-sidebar-card-desc-link-icon {
  vertical-align: top;
}
.artbees-sidebar-card-desc-link-icon svg {
  width: 20px;
  height: 20px;
}
.artbees-sidebar-card-footer {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-top: 1px solid #eaecf0;
}

/* Progress diagram */
.artbees-progress-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.artbees-progress-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
}

.artbees-progress-box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 20px solid #eaecf0;
}

.artbees-progress-num {
  color: #101828;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
}

.artbees-progress-title {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #475467;
}

.artbees-progress-svg {
  position: absolute;
  width: 100%;
  height: 100%;
  fill: none;
  transform: rotate(-90deg);
}

.artbees-progress-circle {
  stroke: url(#gradientStyle);
  stroke-width: 20px;
  stroke-dasharray: 503;
  stroke-dashoffset: 503;
  animation-duration: 0;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  transition: 0.5s stroke-dashoffset;
  stroke-linecap: round;
}

/* Two column Page */

.artbees-two-column-page {
  -webkit-flex-direction: row;
  flex-direction: row;
  height: 100%;
}
.artbees-two-column-page .artbees-column-left,
.artbees-two-column-page .artbees-column-right {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  height: 100%;
  padding: 25px;
}
.artbees-column-left {
  background-color: #fff;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 50px 25px;
  max-width: 100%;
}
.artbees-column-left .wrapper {
  width: 480px;
  max-width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.artbees-column-left .footer-legals {
  color: #354070;
  font-size: 12px;
}
.artbees-column-left .footer-legals a {
  color: #2f3964;
  font-weight: 500;
}
.forgot-password {
  color: #2f3964;
  right: 0;
  top: 0;
  z-index: 1;
  font-size: 12px;
  font-weight: 600;
}
.forgot-password:hover {
  text-decoration: underline;
}
.artbees-column-left .social-login {
  margin-bottom: 1em;
  padding-bottom: 2em;
  border-bottom: 1px dashed #dee1e6;
}
.social-button {
  font-weight: 600;
  margin-bottom: 0;
  text-transform: none;
  letter-spacing: normal;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  border-radius: 5px;
  border: 0;
  outline: 0 none !important;
  transition: all 0.25s;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
}
.social-button svg {
  position: relative;
  top: -1px;
  vertical-align: middle;
  margin-right: 10px;
}
.social-button:hover {
  opacity: 0.9;
}
.social-button.facebook {
  background: #3664a2;
  color: #fff;
}
.social-button.google {
  background: #ea4436;
  color: #fff;
}
.artbees-column-right {
  background-color: #15104f;
  color: #fff;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 35px 60px;
  max-height: 100%;
  overflow-y: auto;
  cursor: default;
}
.artbees-column-right .content {
  width: 500px;
  max-width: 100%;
  z-index: 1;
}
.artbees-column-right .content h2 {
  font-weight: 700;
  font-size: 42px;
  margin-bottom: 50px;
}
.artbees-column-right .content p {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 60px;
}
.artbees-password-strength-padge {
  position: absolute;
  right: 12px;
  top: 35px;
}
.artbees-password-strength-padge > span {
  padding: 3px 5px;
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
}
.strong-password {
  background: #17a272;
}
.medium-password {
  background: #f1661e;
}
.weak-password {
  background: #d34f72;
}

/* Support page */
.dashboard-support-search-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
}
.artbees-support-search {
  max-width: 100%;
  padding: 12px 12px 12px 44px;
  font-size: 16px;
}
.search-form-icon svg {
  width: 20px;
  height: 20px;
}
.search-form-icon svg path {
  stroke: #667085;
}
.search-form-status {
  left: 15px;
  top: 15px;
  position: absolute;
}
.search-form-status .spinner-border {
  border-color: #4f566b;
  border-width: 1px;
  border-right-color: transparent;
  display: none;
  margin-top: 1px;
}

.artbees-search-article-list {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  margin-top: 20px;
  padding-right: 20px;
}
.artbees-support-search-container {
  display: flex;
  flex-direction: column;
  align-self: stretch;
}

.artbees-search-results-title {
  color: #101828;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.artbees-search-article-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.artbees-search-article-list ul li {
  display: flex;
  flex-direction: row;
  gap: 3px;
  border-bottom: 1px solid #eaecf0;
}
.artbees-search-article-list ul li:last-child {
  border-bottom: none;
}

.artbees-support-article-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.artbees-support-article-text {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
}
.artbees-support-article-icon {
  display: flex;
  padding-top: 4px;
}
.artbees-support-article-icon {
  width: 20px;
  height: 20px;
}
.artbees-support-article-icon svg path {
  stroke: var(--Colors-brand-solid);
}
.artbees-support-article-excerpt {
  font-size: 13px;
  line-height: 20px;
  color: #475467;
  padding-bottom: 25px;
}

/* Nothing Found */
.artbees-nothing-found-container {
  align-items: flex-start;
  display: none;
  gap: 8px;
  flex-direction: column;
  align-self: flex-start;
}
.artbees-nothing-found-icon {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #eaecf0;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  margin-bottom: 15px;
}
.artbees-nothing-found-icon svg {
  width: 20px;
  height: 20px;
}
.artbees-nothing-found-icon svg path {
  stroke: #344054;
}

.artbees-nothing-found-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  color: #101828;
  display: flex;
}
.artbees-nothing-found-desc {
  overflow: hidden;
  color: #475467;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

/* Downloads Page */

.title-count-container {
  display: flex;
  align-items: center;
  gap: 6px;
}
.downloads-table-header {
  padding: 25px;
}
.downloads-table-header-left {
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.artbees-download-release-date {
  font-size: 13px;
  color: #475467;
}

.artbees-table-header-badge {
  display: flex;
}
.artbees-table-header-badge img {
  width: 50px;
  height: 50px;
  border-radius: 12px;
}
.artbees-downloads-table-plugin-name {
  font-weight: 600;
  font-size: 15px;
}

.artbees-table-framed-text {
  border-radius: 1000px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding: 2px 10px;
}
.artbees-table-framed-text.type-required,
.artbees-table-framed-text.-color-green {
  border: 1px solid #abefc6;
  background: #ecfdf3;
  color: #067647;
}
.artbees-table-framed-text.type-optional,
.artbees-table-framed-text.-color-gray {
  border: 1px solid #eaecf0;
  background: #f2f4f7;
  color: #344054;
}

.artbees-table-framed-text.type-legacy,
.artbees-table-framed-text.-color-yellow {
  border: 1px solid #fedf89;
  background: #fffaeb;
  color: #b54708;
}

.artbees-table-framed-text.-color-red {
  border: 1px solid #fecdca;
  background: #fef3f2;
  color: #b42318;
}
.artbees-table-framed-text.-color-blue {
  border: 1px solid #b9e6fe;
  background: #f0f9ff;
  color: #026aa2;
}

/* Upload field */
.uploaded-files-preview {
  list-style: none;
  margin: 0;
  padding: 0;
}
.artbees-uploaded-file-item {
  display: inline-block;
  margin: 0 10px 10px 0;
  border-radius: 4px;
  line-height: 16px;
  padding: 5px 10px;
  box-shadow: 0 0 0 1px #8c97d5;
  background: #e2f1ff;
  color: #4659bd;
}
.artbees-uploaded-file-item a,
.artbees-uploaded-file-item > span {
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
}
.artbees-uploaded-file-item .svg-icon {
  width: 16px;
  height: 16px;
  margin-left: 10px;
  cursor: pointer;
}
/* Manage Plugins */
.artbees-item-status {
  padding: 1px 3px;
  border-radius: 3px;
  font-size: 9px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.artbees-item-status.is-active {
  box-shadow: 0 0 0 1px #50e6b2;
  background: #dcfaef;
  color: #0e6245;
}
.artbees-item-status.is-inactive {
  box-shadow: 0 0 0 1px #7c859e;
  background: #e3e8ee;
  color: #4f566b;
}

/* Site Header */

.artbees-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 40px 30;
  margin-top: 50px;
  background: #fff;
  border-top: 1px solid #eaecf0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  gap: 40px;
}

.artbees-footer-inner {
  display: flex;
  flex-direction: row;
  padding: 50px 50px 20px;
  gap: 30px;
  max-width: 1300px;
}

.artbees-footer-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  flex: 1 1;
}
.artbees-footer-slogan {
  color: #475467;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
  margin-bottom: 20px;
}
.footer-social-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
.footer-social-links a:hover svg path {
  fill: #728097;
}

.artbees-footer-col-heading {
  color: #667085;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 15px;
}

.artbees-footer-link-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.artbees-footer-link-list a {
  color: #475467;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.artbees-footer-subscribe {
  display: flex;
  flex-direction: column;
}
.artbees-footer-subscribe .artbees-form-group-block {
  padding-bottom: 0;
}
.artbees-footer-subscribe-heading {
  display: flex;
  margin: 0;

  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  padding-bottom: 10px;
}
.artbees-footer-subscribe-desc {
  display: flex;
  color: #475467;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 32px;
}

.artbees-sub-footer {
  display: flex;
  background-color: #f9fafb;
  min-width: 100%;
  padding: 25px;
}
.artbees-sub-footer-container {
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 280px;
}
.artbees-copyright-text {
  display: flex;
  color: #667085;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.artbees-footer-legal-link {
  display: flex;
}

.artbees-footer-legal-link ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.artbees-footer-legal-link a {
  color: #667085;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.artbees-footer-legal-link a:hover {
  color: #101828;
}

.dashboard-account-section {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  padding: 20px 0;
  border-bottom: 1px solid #eaecf0;
}
.dashboard-account-section-header {
  display: flex;
  min-width: 200px;
  max-width: 320px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
}
.dashboard-account-section-title {
  color: #344054;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding-bottom: 4px;
}
.dashboard-account-section-desc {
  color: #475467;
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}
.dashboard-account-section-settings {
  min-width: calc(100% - 320px);
  max-width: 100%;
  padding-left: 20px;
}

/* Auth page */
.artbees-authentication-page {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: calc(100vh);
  min-height: 900px;
  width: 100%;
}

.artbees-authentication-page-content {
  display: flex;
  flex: 1 1 50%;
  height: 100%;
  flex-direction: column;
  padding: 40px;
  max-width: 100%;
  align-items: center;
}
.artbees-authentication-page-content-inner {
  flex-direction: column;
  align-items: center;
  display: flex;
  max-width: 500px;
  width: 500px;
  justify-content: flex-start;
  height: 100%;
}
.artbees-authentication-page-hero {
  display: flex;
  flex: 1 1 50%;
  height: 100%;
  padding: 50px 10%;
  background-color: #f2f4f7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-height: 100%;
  overflow-y: auto;
}

.artbees-authentication-logo {
  display: flex;
  align-self: flex-start;
  width: 180px;
}

.artbees-authentication-page-form {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  justify-content: start;
  padding-top: 30%;
}

.artbees-authentication-page-form-title {
  color: #101828;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  margin: 0 0 10px;
}

.artbees-authentication-page-form-description {
  color: #475467;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 20px;
}
.artbees-authentication-page-form-footer {
  color: #475467;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 15px;
}
.artbees-authentication-page-form-footer-link {
  color: var(--Colors-brand-solid);
  font-weight: 600;
}

.artbees-authentication-page-legal {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #475467;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.artbees-authentication-page-legal-copyright {
  display: flex;
}

.artbees-authentication-page-legal-link {
  display: flex;
}

.artbees-authentication-page-legal-link ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 13px;
}

.artbees-authentication-testimonial {
  display: flex;
  padding: 35% 6% 6%;
  flex-direction: column;
}

.artbees-authentication-testimonial-content {
  color: #101828;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
  padding-bottom: 25px;
}

.artbees-authentication-testimonial-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.artbees-authentication-testimonial-meta {
  display: flex;
  flex-direction: column;
}
.artbees-authentication-testimonial-name {
  color: #101828;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.artbees-authentication-testimonial-company {
  color: #475467;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.artbees-auth-forget-link {
  color: var(--Colors-brand-solid);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: inline-flex;
  align-self: end;
  padding: 10px 0 0 0;
}

.artbees-modal-license-container {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.artbees-modal-license-container li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.artbees-modal-license-label {
  color: #475467;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.artbees-modal-license-value {
  color: #344054;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.artbees-modal-license-api-key-btn {
  position: relative;
}

.artbees-modal-license-api-key-btn-tooltip {
  display: none;
  color: #475467;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  position: absolute;
  top: -31px;
  left: -85px;
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #eaecf0;
  width: 125px;
}

.artbees-modal-license-api-key-btn:hover>.artbees-modal-license-api-key-btn-tooltip {
  display: block;
}

.artbees-agent-topics-ticket-subject {
  color: var(--colors-text-text-primary-900, #101828);
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

/* Single ticket view */

.artbees-single-ticket-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 1300px;
  height: 100vh;
  border-right: 1px solid #eaecf0;
  position: relative;
}

.artbees-single-ticket-top {
  padding: 15px 30px;
  border-bottom: 1px solid #eaecf0;
  align-self: stretch;
  position: absolute;
  top: 0;
  width: 100%;
  height: 110px;
  background-color: #fff;
}

.artbees-single-ticket-top-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.artbees-single-ticket-back-btn {
  font-size: 13px;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #475467;
  gap: 6px;
  margin-bottom: 6px;
  max-width: 140px;
}
.artbees-single-ticket-back-btn svg {
  width: 16px;
  height: 16px;
}
.artbees-single-ticket-back-btn svg {
  stroke: #d0d5dd;
}

.artbees-single-ticket-left {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
}
.artbees-single-ticket-left-top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
}

.artbees-single-ticket-subject {
  color: #101828;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  max-width: 550px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.artbees-single-ticket-category {
  display: flex;
  padding: 3px 8px;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #d0d5dd;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #344054;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.artbees-single-ticket-create-date {
  color: #475467;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.artbees-single-ticket-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 15px;
}

.artbees-single-ticket-conversation-container {
  display: block;
  overflow-y: auto;
  margin-top: 110px;
  flex-grow: 1;
}

.artbees-single-ticket-conversation {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 30px;
  flex-grow: 1;
  align-self: stretch;
  justify-content: flex-end;
  min-height: 100%;
}

.artbees-single-ticket-thread {
  display: flex;
  flex-direction: row;
  gap: 10px;
  max-width: 70%;
  min-width: 70%;
}

.artbees-single-ticket-agent {
  display: flex;
  align-self: flex-start;
}

.artbees-single-ticket-customer {
  display: flex;
  align-self: flex-end;
}

.artbees-single-ticket-agent-avatar {
  display: flex;
  flex-wrap: nowrap;
  min-width: 40px;
  height: 40px;
  border-radius: 1000px;
  border: 1px solid #c0c6dd;
  overflow: hidden;
}
.artbees-single-ticket-agent-avatar img {
  width: 40px;
  height: 40px;
  display: block;
}

.artbees-single-ticket-thread-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
.artbees-single-ticket-thread-content-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.artbees-single-ticket-thread-name {
  display: flex;
  justify-content: flex-start;
  flex-grow: 1;
  color: #344054;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.artbees-single-ticket-thread-date {
  display: flex;
  justify-content: flex-end;
  color: #475467;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.artbees-single-ticket-thread-text {
  display: flex;
  padding: 15px;
  align-items: flex-start;
  flex-direction: column;
  align-self: stretch;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.artbees-single-ticket-thread-text a {
  color: var(--Colors-brand-solid, #3613fa);
  font-weight: 500;
}
.artbees-single-ticket-thread-text pre,
.artbees-single-ticket-thread-text code {
  font-size: 12px;
  background-color: #0c111d;
  padding: 10px;
  color: #fff;
  max-width: 100%;
  margin: 15px;
  white-space: pre-wrap; /* Ensures that the code wraps */
  word-wrap: break-word; /* Breaks the word at the end of line */
  display: block;
}

.artbees-single-ticket-thread-text p:last-child {
  margin-bottom: 0;
}

.artbees-single-ticket-agent .artbees-single-ticket-thread-text {
  border-radius: var(--radius-none, 0px) var(--radius-md, 8px)
    var(--radius-md, 8px) var(--radius-md, 8px);
  border: 1px solid #5200ff4f;
  background: #5200ff0d;
  color: #101828;
}
.artbees-single-ticket-agent .artbees-single-ticket-agent-avatar {
  border: 1px solid #5200ff;
}
.artbees-single-ticket-customer .artbees-single-ticket-thread-text {
  border-radius: var(--radius-md, 8px) var(--radius-none, 0px)
    var(--radius-md, 8px) var(--radius-md, 8px);
  border: 1px solid #eaecf0;
  background: #f9fafb;
  color: #101828;
}
.artbees-single-ticket-thread-attachments {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  align-self: flex-start;
  margin-top: 5px;
  width: 100%;
}
.artbees-single-ticket-thread-attachment {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 6px;
  padding: 4px 7px;
  border: 1px solid #eaecf0;
  background: #fbfcfd;
  width: calc(25% - 6px);
  flex-direction: row;
  justify-content: flex-start;
  position: relative;
}
.artbees-single-ticket-thread-attachment:hover {
  box-shadow: 0px 2px 3px 0px rgba(16, 24, 40, 0.07);
  background-color: #f4f5f8;
}
.artbees-single-ticket-thread-attachment-type {
  display: flex;
  position: relative;
}

.artbees-single-ticket-thread-attachment-type span {
  position: absolute;
  bottom: 6px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 9px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.artbees-single-ticket-thread-attachment-type svg {
  width: 26px;
}
.artbees-single-ticket-thread-attachment-data {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.artbees-single-ticket-thread-attachment-name {
  color: #344054;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.artbees-single-ticket-thread-attachment-size {
  color: #475467;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.artbees-single-ticket-response {
  position: relative;
  padding: 0 15px 10px;
}

.artbees-form-buttons {
  position: absolute;
  bottom: 31px;
  right: 37px;
  display: flex;
  gap: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.artbees-form-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #fff;
}
.artbees-form-buttons a:hover {
  border: 1px solid var(--Colors-Border-border-secondary, #eaecf0);
  background: var(--Colors-Background-bg-secondary, #f9fafb);
}
.artbees-form-buttons svg {
  width: 20px;
  height: 20px;
}
.artbees-form-buttons svg path {
  stroke: #667085;
}

.artbees-ticket-respond-field {
  min-height: 150px;
  padding-bottom: 60px;
}

.artbees-form-emoji-toolbar:not(.shown) {
  visibility: hidden !important;
  height: 0 !important;
}
#artbees-respond-ticket-form .artbees-form-ajax-response {
  max-width: 100%;
  width: 100%;
}

.artbees-user-detail-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; /* Allow items to wrap onto multiple lines */
  border-radius: 12px;
  background: #f9fafb;
  padding: var(--spacing-2xl, 20px);
  align-items: flex-start;
  gap: 50px;
  margin-bottom: 40px;
}
.artbees-user-detail-list li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  flex-basis: 30%; /* Each item will take up half of the container's main size */
}
.artbees-user-detail-list .artbees-user-label {
  color: var(--colors-text-text-secondary-700, #344054);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.artbees-user-detail-list .artbees-user-value {
  color: var(--Colors-Text-text-secondary_hover, #182230);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.artbees-mobile-header {
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding: 15px 30px;
  border-bottom: 1px solid #eaecf0;
  background-color: #fff;
  margin-bottom: 30px;
}
.artbees-mobile-header-burger {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #101828;
  cursor: pointer;
}
.artbees-mobile-header-burger svg path {
  stroke: #101828;
}

#wp-content-wrap {
  width: 100%;
}

.artbees-campaign-page-heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.artbees-campaign-page-heading-left .artbees-main-content-title {
  font-size: 26px;
}
.artbees-campaign-page-heading-right {
}
.artbees-page-back-link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--Colors-Background-bg-brand-solid, #3613fa);
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  max-width: 200px;
  margin-bottom: 10px;
}
.artbees-page-back-link-icon {
  display: flex;
  align-items: center;
}
.artbees-page-back-link-icon svg {
  width: 18px;
  height: 18px;
}

.artbees-page-back-link-text {
  display: flex;
  align-items: center;
}

.artbees-campaign-page {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
.artbees-campaign-page-content {
  display: flex;
  flex: 1 1 75%;
  flex-direction: column;
  align-items: flex-start;
}
.artbees-campaign-page-content-heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 20px;
}
.artbees-campaign-page-sidebar {
  display: flex;
  padding: 58px 0 30px 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 35%;
}
/* Make the artbees-campaign-page-report 3 column */
.artbees-campaign-page-reports {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
  width: 100%;
}
.artbees-campaign-page-report {
  display: flex;
  flex-direction: column;
  flex: 1 1 30%;
  justify-content: space-between;
  display: flex;
  padding: 20px 22px;
  flex-direction: column;
  align-items: flex-start;
  min-height: 164px;
  justify-content: flex-start;
  gap: 10px;
  border-radius: var(--radius-xl, 12px);
  border: 1px solid var(--Colors-Border-border-secondary, #eaecf0);
  background: var(--Colors-Background-bg-primary, #fff);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.artbees-campaign-page-report .report-title {
  color: var(--colors-text-text-primary-900, #101828);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding-bottom: 5px;
}

.artbees-campaign-page-report .report-value {
  color: var(--colors-text-text-primary-900, #101828);
  font-family: Inter;
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
}

.artbees-campaign-page-report .report-sub-value {
  color: #475467;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.artbees-campaign-page-details {
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: var(--radius-2xl, 16px);
  border: 1px solid var(--Colors-Border-border-secondary, #eaecf0);
  background: var(--Colors-Background-bg-secondary, #f9fafb);
}

.artbees-campaign-page-details h4 {
  margin-bottom: 15px;
  color: var(--colors-text-text-primary-900, #101828);
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.campaign-page-detail-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #eaecf0;
  width: 100%;
}
.campaign-page-detail-item:last-child {
  border-bottom: none;
}
.campaign-page-detail-item label {
  color: #344054;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.campaign-page-detail-item span {
  color: #475467;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.artbees-campaign-page-details-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.artbees-dots-menu-container {
  position: relative;
}
.artbees-dots-menu-link {
}
.artbees-dots-menu-link svg {
  width: 20px;
  height: 20px;
}
.artbees-dots-menu-dropdown {
  position: absolute;
  top: 26px;
  right: -10px;
  min-width: 180px;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  border-radius: var(--radius-md, 8px);
  border: 1px solid var(--Colors-Border-border-secondary, #eaecf0);
  background: var(--Colors-Background-bg-primary, #fff);
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08),
    0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}
.artbees-dots-menu-dropdown ul {
  list-style: none;
  padding: 10px 5px;
  margin: 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}
.artbees-dots-menu-dropdown ul li {
  padding: 0;
  margin: 0;
  width: 100%;
}
.artbees-dots-menu-dropdown li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 10px;
  color: var(--colors-text-text-secondary-700, #344054);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 0 0;
}
.artbees-dots-menu-dropdown li .icon {
  display: flex;
  align-items: center;
}
.artbees-dots-menu-dropdown li svg {
  width: 18px;
  height: 18px;
}
.artbees-dots-menu-dropdown li svg path {
  stroke: #667085;
}

/* Mobile optmisations */
@media (max-width: 1300px) {
  .artbees-main-container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
  }
  .artbees-horizontal-menu {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .artbees-horizontal-header {
    padding: 25px;
  }
  .artbees-horizontal-header-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    justify-content: flex-start;
  }

  .artbees-horizontal-menu a {
  }
  .dashboard-main-content {
    min-width: 100%;
    padding: 0;
  }

  .artbees-main-content {
    padding: 20px 30px;
  }
  .artbees-main-content-inner.flex-direction-row {
    flex-direction: column;
  }
  .dashboard-main-sidebar {
    max-width: 100%;
    padding-top: 50px;
    flex-direction: row;
    gap: 30px;
  }

  .artbees-table table tbody td,
  .artbees-table table thead th {
    padding: 10px;
  }

  .dashboard-main-sidebar .artbees-sidebar-card,
  .dashboard-kb-popular-articles {
    width: 50%;
  }
  .artbees-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .artbees-authentication-page-hero {
    padding: 40px 20px;
  }
}

@media (max-width: 1100px) {
  .artbees-table-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .dashboard-main-sidebar {
    flex-direction: column;
    gap: 10px;
  }
  .dashboard-main-sidebar .artbees-sidebar-card,
  .dashboard-kb-popular-articles {
    width: 100%;
  }

  .artbees-authentication-page-content {
    flex: 1 1 100%;
    padding: 25px;
  }

  .artbees-authentication-page-hero {
    display: none;
  }
}

@media (max-width: 960px) {
  .artbees-mobile-header {
    display: flex;
  }
  .artbees-card,
  .artbees-blog-list-item {
    flex: 0 0 100%;
  }
  .dashboard-main-content ul {
    padding-left: 0px;
  }
  .artbees-vertical-header {
    transform: translateX(-280px);
    z-index: 999;
  }
  .with-vertical-header {
    margin-left: 0;
  }
  .artbees-main-content-top.mb-5 {
    margin-bottom: 20px !important;
  }
  .artbees-mobile-header-close {
    display: block;
  }
  .artbees-sub-footer-container {
    margin-left: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .artbees-authentication-page-content-inner {
    max-width: 500px;
    width: 100%;
  }
  .artbees-authentication-page {
    height: auto;
  }
  .artbees-authentication-page-legal {
    padding-top: 50px;
  }
  .artbees-authentication-page-form {
    padding-top: 40px;
  }
}

.artbees-pricing-section {
  margin: 50px 0;
}
.artbees-pricing-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.artbees-pricing-card {
  flex: 1;
  min-width: 280px;
  max-width: 380px;
  border-radius: 15px;
  padding: 30px 0;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid #eaeaea;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.artbees-pricing-card>div {
  padding-left: 30px;
  padding-right: 30px;
}

.artbees-pricing-card.featured {
  border-color: #D6BCFA;
}
.pricing-badge {
  position: absolute;
  top: -10px;
  right: 20px;
  background: #FF4B91;
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 12px;
  border-radius: 20px;
}

.pricing-title {
  font-size: 24px;
  margin-bottom: 15px;
  color: #333;
}
.pricing-amount {
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin-bottom: 15px;
  margin-top: 15px;
  border-top: 1px solid #eaeaea;
  padding-top: 15px;
}
.price {
  font-size: 42px;
  font-weight: bold;
  color: #111;
}
.pricing-original {
  text-decoration: line-through;
  color: #999;
  font-size: 20px;
}
.pricing-period {
  color: #777;
  font-size: 18px;
}
.pricing-save-badge {
  display: inline-block;
  background: #fef2c6;
  color: #8a6d06;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
}
.pricing-features {
  flex: 1;
  margin-bottom: 25px;
}
.pricing-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #444;
}

.pricing-feature img {
  width: 15px;
}

/* .pricing-feature.modal-bulk-register-license-feature {
  margin-bottom: 0;
} */

.feature-icon svg {
  width: 18px;
  height: 18px;
  fill: #7066f1;
}

.pricing-footer {
  padding-left: 30px;
  padding-right: 30px;
}
/* .pricing-btn {
  width: fit-content;
  text-align: center;
  font-weight: 600;
  padding: 12px 36px;
  border-radius: 8px;
  background-color: #665DF8;
  color: white;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.pricing-btn:hover {
  background-color: #5249E8;
  color: #fff;
  border-color: #D6BCFA;
  -webkit-text-stroke: 0.75px #D6BCFA;
  text-stroke: 0.25px #D6BCFA;
} */
.artbees-pricing-footer {
  text-align: center;
  margin-top: 20px;
  color: #666;
  font-size: 14px;
}
.artbees-pricing-footer a {
  color: #665DF8;
  text-decoration: none;
}

/* Bulk License pagination */
.artbees-pagination {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px;
}

.license-list-pagination>.pagination-links> a.pagination-link.active,
.license-list-pagination>.pagination-links> a.pagination-link.active:hover {
  background-color: #465162;
  color: white;
  border-color: #465162;
}
.pagination-info {
  color: #666;
  font-size: 14px;
}
.pagination-links {
  display: flex;
  gap: 5px;
}
.pagination-link {
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  text-decoration: none;
  color: #465162;
  font-size: 12px;
  background-color: #e9ecf0 ;
  font-weight: 800;
}
.pagination-link:hover {
  background-color: #f5f5f5;
}
.pagination-link.active {
  background-color: #4C51BF;
  color: white;
  border-color: #4C51BF;
}
.pagination-link.prev,
.pagination-link.next {
  padding: 5px 15px;
}