/*!
Theme Name: Helpdesk
Author: Makaulius
Description: Helpdesk theme for WordPress
Version: 1.0.6
Tested up to: 5.4
Requires PHP: 5.6
Text Domain: helpdesk
GitHub Theme URI: makaulius/helpdesk
Primary Branch: main
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
  overflow: visible;
}

progress, sub, sup {
  vertical-align: baseline;
}

[type=checkbox], [type=radio], legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

details, main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

h1, h2, h3 {
  line-height: 1.333;
  color: #5D596C;
  font-weight: 600;
}

h1 {
  font-size: 20px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 18px;
  }
}

h2 {
  font-size: 18px;
  line-height: 1.333;
}

h3 {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}

a {
  color: #6F6B7D;
  -webkit-transition: color 0.16 ease;
  transition: color 0.16 ease;
}

body {
  font-family: "Public Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #6F6B7D;
  background-color: #F8F7FA;
  padding: 32px;
}
@media (max-width: 768px) {
  body {
    background-color: #ffffff;
    padding: 0;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(111, 107, 125, 0.16);
          box-shadow: 0px 4px 16px 0px rgba(111, 107, 125, 0.16);
  border-radius: 8px;
}
@media (max-width: 768px) {
  main {
    border-radius: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media (min-width: 768px) {
  main {
    height: calc(100vh - 64px - 72px);
  }
}

#list {
  height: 100%;
  width: 33.3334%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1024px) {
  #list {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #list {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    pointer-events: none;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: visibility 0.16s ease, -webkit-transform 0.16s ease;
    transition: visibility 0.16s ease, -webkit-transform 0.16s ease;
    transition: transform 0.16s ease, visibility 0.16s ease;
    transition: transform 0.16s ease, visibility 0.16s ease, -webkit-transform 0.16s ease;
  }
  #list.active {
    pointer-events: auto;
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
#list > header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 8px 8px 16px;
  border-bottom: 1px solid #DBDADE;
  color: #5D596C;
  position: relative;
}
#list > header > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (max-width: 768px) {
  #list > header {
    padding: 8px 8px 8px 12px;
  }
}
#list > header h2 {
  margin: 0;
  line-height: 24px;
}
#list > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#content {
  height: 100%;
  width: 66.6667%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #DBDADE;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1024px) {
  #content {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #content {
    width: 100%;
    border: none;
  }
}
#content.loading {
  pointer-events: none;
  opacity: 0.5;
}

@media (max-width: 768px) {
  .desktop-only {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}

.placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50%;
  height: 50vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 20px;
  gap: 16px;
  color: #A5A3AE;
  font-weight: 600;
  margin: 32px 0;
}

[data-scroll] {
  position: relative;
  scrollbar-width: thin !important;
  overflow: auto;
}
[data-scroll]::-webkit-scrollbar {
  width: 6px;
}
[data-scroll]::-webkit-scrollbar-track {
  background: transparent;
}
[data-scroll]::-webkit-scrollbar-thumb {
  background-color: #A5A3AE;
  border-radius: 8px;
  border: transparent;
}

.button,
input[type=submit] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #7367F0;
  font-weight: 600;
  font-size: 15px;
  line-height: 16px;
  padding: 12px 16px;
  border-radius: 4px;
  outline: none;
  border: none;
  -webkit-transition: background-color 0.16s ease, -webkit-filter 0.16s ease;
  transition: background-color 0.16s ease, -webkit-filter 0.16s ease;
  transition: filter 0.16s ease, background-color 0.16s ease;
  transition: filter 0.16s ease, background-color 0.16s ease, -webkit-filter 0.16s ease;
  cursor: pointer;
}
@media (max-width: 768px) {
  .button,
  input[type=submit] {
    gap: 4px;
    padding: 10px 14px;
    font-size: 14px;
  }
}
.button:has(i),
input[type=submit]:has(i) {
  padding-left: 12px;
}
@media (max-width: 768px) {
  .button:has(i),
  input[type=submit]:has(i) {
    padding-left: 10px;
  }
}
.button:hover,
input[type=submit]:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
.button i,
input[type=submit] i {
  font-size: 16px;
  line-height: inherit;
  width: 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .button i,
  input[type=submit] i {
    font-size: 14px;
  }
}
.button.button--outline, .button.acf-gallery-add,
input[type=submit].button--outline,
input[type=submit].acf-gallery-add {
  padding: 11px 15px;
  border: 1px solid #7367F0;
  color: #7367F0;
  background-color: transparent;
}
@media (max-width: 768px) {
  .button.button--outline, .button.acf-gallery-add,
  input[type=submit].button--outline,
  input[type=submit].acf-gallery-add {
    padding: 9px 13px;
  }
}
.button.button--outline:hover, .button.acf-gallery-add:hover,
input[type=submit].button--outline:hover,
input[type=submit].acf-gallery-add:hover {
  background-color: #E9E7FD;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}
.button.button--small, .button.acf-gallery-add,
input[type=submit].button--small,
input[type=submit].acf-gallery-add {
  font-size: 14px;
  padding: 7px 12px;
}
.button[data-new-status=canceled], .button.button--red,
input[type=submit][data-new-status=canceled],
input[type=submit].button--red {
  background-color: #EA5455;
}
.button.button--orange,
input[type=submit].button--orange {
  background-color: #FF9F43;
}
.button.button--gray,
input[type=submit].button--gray {
  background-color: #A5A3AE;
}

.fancybox-slide--html .fancybox-close-small,
.round-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  cursor: pointer;
  outline: none;
  border: none;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 18px;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='40' height='40' rx='20' fill='%23E9E7FD'/%3E%3C/svg%3E%0A");
  background-size: 0%;
  background-position: center;
  -webkit-transition: background 0.16s ease;
  transition: background 0.16s ease;
  background-repeat: no-repeat;
  background-color: #ffffff;
  font-weight: 400;
}
@media (max-width: 768px) {
  .fancybox-slide--html .fancybox-close-small,
  .round-button {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
}
.fancybox-slide--html .fancybox-close-small:hover,
.round-button:hover {
  background-size: 100%;
}
.fancybox-slide--html .fancybox-close-small.round-button--mobile,
.round-button.round-button--mobile {
  width: 48px;
  height: 48px;
  background: #7367F0;
  color: #ffffff;
  font-size: 18px;
}
@media (min-width: 768px) {
  .fancybox-slide--html .fancybox-close-small.round-button--mobile,
  .round-button.round-button--mobile {
    display: none;
  }
}

.acf-button-group label {
  font-size: 15px;
  line-height: 16px;
  border-color: #DBDADE;
  font-size: 14px;
  padding: 7px 12px;
  color: #6F6B7D;
  -webkit-transition: background-color 0.16s ease, color 0.16s ease, border-color 0.16s ease;
  transition: background-color 0.16s ease, color 0.16s ease, border-color 0.16s ease;
}
.acf-button-group label:hover {
  color: #6F6B7D;
  background-color: #E9E7FD;
  border-color: #DBDADE;
}
.acf-button-group label.selected {
  color: #ffffff;
  border-color: #7367F0;
  background-color: #7367F0;
}

input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=week],
textarea,
select,
.acf-field input[type=text],
.acf-field input[type=password],
.acf-field input[type=date],
.acf-field input[type=datetime],
.acf-field input[type=datetime-local],
.acf-field input[type=email],
.acf-field input[type=month],
.acf-field input[type=number],
.acf-field input[type=search],
.acf-field input[type=tel],
.acf-field input[type=time],
.acf-field input[type=url],
.acf-field input[type=week],
.acf-field textarea,
.acf-field select input[type=text] {
  color: #6F6B7D;
  font-size: 15px;
  line-height: 16px;
  padding: 11px 15px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #DBDADE;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  -webkit-transition: border-color 0.16s ease;
  transition: border-color 0.16s ease;
}
@media (max-width: 768px) {
  input[type=text],
  input[type=password],
  input[type=date],
  input[type=datetime],
  input[type=datetime-local],
  input[type=email],
  input[type=month],
  input[type=number],
  input[type=search],
  input[type=tel],
  input[type=time],
  input[type=url],
  input[type=week],
  textarea,
  select,
  .acf-field input[type=text],
  .acf-field input[type=password],
  .acf-field input[type=date],
  .acf-field input[type=datetime],
  .acf-field input[type=datetime-local],
  .acf-field input[type=email],
  .acf-field input[type=month],
  .acf-field input[type=number],
  .acf-field input[type=search],
  .acf-field input[type=tel],
  .acf-field input[type=time],
  .acf-field input[type=url],
  .acf-field input[type=week],
  .acf-field textarea,
  .acf-field select input[type=text] {
    height: 36px;
    padding: 9px 11px;
  }
}
input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus,
select:focus,
.acf-field input[type=text]:focus,
.acf-field input[type=password]:focus,
.acf-field input[type=date]:focus,
.acf-field input[type=datetime]:focus,
.acf-field input[type=datetime-local]:focus,
.acf-field input[type=email]:focus,
.acf-field input[type=month]:focus,
.acf-field input[type=number]:focus,
.acf-field input[type=search]:focus,
.acf-field input[type=tel]:focus,
.acf-field input[type=time]:focus,
.acf-field input[type=url]:focus,
.acf-field input[type=week]:focus,
.acf-field textarea:focus,
.acf-field select input[type=text]:focus {
  border-color: #7367F0;
}
input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=datetime]::-webkit-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=week]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, .acf-field input[type=text]::-webkit-input-placeholder, .acf-field input[type=password]::-webkit-input-placeholder, .acf-field input[type=date]::-webkit-input-placeholder, .acf-field input[type=datetime]::-webkit-input-placeholder, .acf-field input[type=datetime-local]::-webkit-input-placeholder, .acf-field input[type=email]::-webkit-input-placeholder, .acf-field input[type=month]::-webkit-input-placeholder, .acf-field input[type=number]::-webkit-input-placeholder, .acf-field input[type=search]::-webkit-input-placeholder, .acf-field input[type=tel]::-webkit-input-placeholder, .acf-field input[type=time]::-webkit-input-placeholder, .acf-field input[type=url]::-webkit-input-placeholder, .acf-field input[type=week]::-webkit-input-placeholder, .acf-field textarea::-webkit-input-placeholder, .acf-field select input[type=text]::-webkit-input-placeholder {
  color: #A5A3AE;
}
input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=week]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder, .acf-field input[type=text]::-moz-placeholder, .acf-field input[type=password]::-moz-placeholder, .acf-field input[type=date]::-moz-placeholder, .acf-field input[type=datetime]::-moz-placeholder, .acf-field input[type=datetime-local]::-moz-placeholder, .acf-field input[type=email]::-moz-placeholder, .acf-field input[type=month]::-moz-placeholder, .acf-field input[type=number]::-moz-placeholder, .acf-field input[type=search]::-moz-placeholder, .acf-field input[type=tel]::-moz-placeholder, .acf-field input[type=time]::-moz-placeholder, .acf-field input[type=url]::-moz-placeholder, .acf-field input[type=week]::-moz-placeholder, .acf-field textarea::-moz-placeholder, .acf-field select input[type=text]::-moz-placeholder {
  color: #A5A3AE;
}
input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=datetime]:-ms-input-placeholder, input[type=datetime-local]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=week]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder, .acf-field input[type=text]:-ms-input-placeholder, .acf-field input[type=password]:-ms-input-placeholder, .acf-field input[type=date]:-ms-input-placeholder, .acf-field input[type=datetime]:-ms-input-placeholder, .acf-field input[type=datetime-local]:-ms-input-placeholder, .acf-field input[type=email]:-ms-input-placeholder, .acf-field input[type=month]:-ms-input-placeholder, .acf-field input[type=number]:-ms-input-placeholder, .acf-field input[type=search]:-ms-input-placeholder, .acf-field input[type=tel]:-ms-input-placeholder, .acf-field input[type=time]:-ms-input-placeholder, .acf-field input[type=url]:-ms-input-placeholder, .acf-field input[type=week]:-ms-input-placeholder, .acf-field textarea:-ms-input-placeholder, .acf-field select input[type=text]:-ms-input-placeholder {
  color: #A5A3AE;
}
input[type=text]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=date]::-ms-input-placeholder, input[type=datetime]::-ms-input-placeholder, input[type=datetime-local]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=month]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=time]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder, input[type=week]::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder, .acf-field input[type=text]::-ms-input-placeholder, .acf-field input[type=password]::-ms-input-placeholder, .acf-field input[type=date]::-ms-input-placeholder, .acf-field input[type=datetime]::-ms-input-placeholder, .acf-field input[type=datetime-local]::-ms-input-placeholder, .acf-field input[type=email]::-ms-input-placeholder, .acf-field input[type=month]::-ms-input-placeholder, .acf-field input[type=number]::-ms-input-placeholder, .acf-field input[type=search]::-ms-input-placeholder, .acf-field input[type=tel]::-ms-input-placeholder, .acf-field input[type=time]::-ms-input-placeholder, .acf-field input[type=url]::-ms-input-placeholder, .acf-field input[type=week]::-ms-input-placeholder, .acf-field textarea::-ms-input-placeholder, .acf-field select input[type=text]::-ms-input-placeholder {
  color: #A5A3AE;
}
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=date]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=email]::placeholder,
input[type=month]::placeholder,
input[type=number]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=time]::placeholder,
input[type=url]::placeholder,
input[type=week]::placeholder,
textarea::placeholder,
select::placeholder,
.acf-field input[type=text]::placeholder,
.acf-field input[type=password]::placeholder,
.acf-field input[type=date]::placeholder,
.acf-field input[type=datetime]::placeholder,
.acf-field input[type=datetime-local]::placeholder,
.acf-field input[type=email]::placeholder,
.acf-field input[type=month]::placeholder,
.acf-field input[type=number]::placeholder,
.acf-field input[type=search]::placeholder,
.acf-field input[type=tel]::placeholder,
.acf-field input[type=time]::placeholder,
.acf-field input[type=url]::placeholder,
.acf-field input[type=week]::placeholder,
.acf-field textarea::placeholder,
.acf-field select input[type=text]::placeholder {
  color: #A5A3AE;
}

.chip {
  font-size: 13px;
  line-height: 16px;
  white-space: nowrap;
  font-weight: 600;
  color: #A5A3AE;
  background-color: #F1F1F3;
  padding: 4px 6px;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .chip {
    font-size: 12px;
    padding: 2px 4px;
  }
}
.chip.chip--in-progress {
  color: #7367F0;
  background-color: #E9E7FD;
}
.chip.chip--pending {
  color: #FF9F43;
  background-color: #FFF0E1;
}
.chip.chip--completed {
  color: #28C76F;
  background-color: #DDF6E8;
}
.chip.chip--canceled {
  color: #A5A3AE;
  background-color: #F1F1F3;
}

.acf-fields > .acf-field {
  padding: 0;
  border: none;
}

.acf-gallery {
  height: auto !important;
  border-color: #DBDADE;
  padding: 0;
  border: none;
}
.acf-gallery .acf-gallery-main {
  position: relative;
  padding: 0;
  border: none;
}
.acf-gallery .acf-gallery-attachments {
  position: relative;
  padding: 0;
  border: none;
  margin: 0 -4px 8px;
}
.acf-gallery .acf-gallery-attachments .acf-gallery-attachment {
  padding-left: 4px;
  padding-right: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
}
.acf-gallery .acf-gallery-attachments .acf-gallery-attachment.active .margin {
  -webkit-box-shadow: 0px 0px 0px 3px #E9E7FD;
          box-shadow: 0px 0px 0px 3px #E9E7FD;
  border-color: #ffffff;
}
.acf-gallery .acf-gallery-attachments .acf-gallery-attachment .thumbnail {
  -webkit-transform: none;
          transform: none;
}
.acf-gallery .acf-gallery-attachments .acf-gallery-attachment .filename {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  padding: 0 5%;
  border: none;
  background: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 80%;
}
.acf-gallery .acf-gallery-attachments .acf-gallery-attachment .margin {
  margin: 0;
  border: none;
  border-radius: 4px;
  border: 1px solid #DBDADE;
  background-color: #F8F7FA;
}
.acf-gallery .acf-gallery-attachments .acf-gallery-attachment .margin img {
  display: block;
  border-radius: 4px;
  border: none;
  -webkit-transform: none;
          transform: none;
  border: none;
}
.acf-gallery .acf-gallery-toolbar {
  position: relative;
  padding: 0;
  border: none;
}
.acf-gallery .acf-gallery-toolbar .acf-fr {
  display: none;
}

.acf-gallery-attachment {
  width: 12.5% !important;
}
@media (max-width: 768px) {
  .acf-gallery-attachment {
    width: 25% !important;
  }
}

.acf-gallery .acf-gallery-toolbar {
  background-color: transparent;
}

.acf-editor-wrap .wp-editor-container {
  border-color: #DBDADE;
  border-radius: 4px;
}

.acf-fields > .acf-field {
  border: none;
}

.acf-field .acf-label {
  margin: 0;
}

.acf-field .acf-label label,
label {
  font-size: 14px;
  line-height: 16px;
  color: #5D596C;
  margin-bottom: 6px;
}

div.mce-statusbar,
.mce-statusbar .mce-container-body {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

div.mce-panel {
  background: transparent !important;
}

@media screen and (max-width: 782px) {
  .mce-toolbar .mce-btn button, .qt-dfw {
    padding: 2px 3px !important;
  }
}
.attachments-browser .media-toolbar {
  display: none !important;
}

a.acf-icon {
  width: 24px;
  height: 24px;
  border: none;
  line-height: 24px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
a.acf-icon.-pencil:before {
  content: "\f304";
}
a.acf-icon.-cancel:before {
  content: "\e59b";
}
a.acf-icon:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 12px;
  margin: 0 !important;
}

a.acf-icon.-minus:hover,
a.acf-icon.-cancel:hover {
  color: #EA5455;
}

a.acf-icon.dark {
  background-color: #25293C;
}

.acf-label p.description {
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  color: #A5A3AE;
  margin: 0 0 4px;
}

.acf-notice {
  border: none;
  border-radius: 4px;
}
.acf-notice p {
  font-size: 14px;
  line-height: 16px;
}
.acf-notice.-error {
  color: #EA5455;
  background-color: #FCE4E4;
}

.acf-field .acf-notice {
  display: none !important;
  margin-bottom: 8px;
}
.acf-field .acf-notice.-error {
  background: transparent;
  padding: 0;
  color: #EA5455;
  border: none;
}
.acf-field .acf-notice p {
  margin: 0;
  line-height: 16px;
}

.acf-error input {
  border-color: #EA5455 !important;
}

.acf-spinner {
  position: absolute;
  width: 64px;
  height: 16px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  background-image: url("img/loader-dark.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.fancybox-bg {
  background-color: #25293C;
}

.fancybox-slide--html .fancybox-close-small,
.fancybox-close-small {
  top: 8px;
  right: 8px;
}
@media (max-width: 768px) {
  .fancybox-slide--html .fancybox-close-small,
  .fancybox-close-small {
    top: 4px;
    right: 4px;
  }
}

.fancybox-content {
  border-radius: 8px;
  padding: 48px 40px 40px;
  width: 100%;
  max-width: 960px;
}
@media (max-width: 768px) {
  .fancybox-content {
    padding: 32px 24px 24px;
  }
}

.fancybox-slide--image .fancybox-content {
  border-radius: 0;
  padding: 0;
}

#alert {
  position: fixed;
  width: 100%;
  max-width: 320px;
  left: 16px;
  bottom: 16px;
  z-index: 99;
  font-size: 15px;
  line-height: 1.333;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #DBDADE;
  background-color: #F8F7FA;
  color: #6F6B7D;
}
@media (max-width: 768px) {
  #alert {
    left: 8px;
    bottom: 8px;
  }
}
#alert.green {
  color: #28C76F;
  background-color: #DDF6E8;
  border-color: #28C76F;
}

.attachment-details .description,
.media-sidebar .description {
  display: none;
}
.attachment-details .setting,
.media-sidebar .setting {
  display: none !important;
}
.attachment-details .setting[data-setting=caption],
.media-sidebar .setting[data-setting=caption] {
  display: block !important;
}

.uploader-inline-content .post-upload-ui {
  display: none !important;
}

.confirmation {
  max-width: 360px;
  padding: 32px;
}
@media (max-width: 768px) {
  .confirmation {
    padding: 24px;
  }
}
.confirmation > h1 {
  margin: 0 0 24px;
}
.confirmation p {
  line-height: 1.2;
  margin: 0;
}
.confirmation label {
  display: block;
  font-weight: 500;
  margin-bottom: 4px;
}
.confirmation input {
  width: 100%;
}
.confirmation > div {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.confirmation > div > * {
  width: calc(50% - 4px);
}
.confirmation > div > *:only-child {
  width: 100%;
}

[data-tooltip] {
  position: relative;
}
[data-tooltip]:before {
  content: attr(data-tooltip);
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, -70%, 0);
          transform: translate3d(-50%, -70%, 0);
  padding: 4px 8px;
  font-size: 13px;
  line-height: 16px;
  background-color: #25293C;
  color: #ffffff;
  border-radius: 20px;
  z-index: 9;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.16s ease, visibility 0.16s ease;
  transition: opacity 0.16s ease, visibility 0.16s ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  pointer-events: none;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
[data-tooltip]:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.48s;
          transition-delay: 0.48s;
}

.popup-menu {
  position: relative;
}
.popup-menu ul {
  list-style: none;
  margin: 0;
  padding: 8px 0;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(111, 107, 125, 0.24);
          box-shadow: 0px 2px 6px 0px rgba(111, 107, 125, 0.24);
  border-radius: 8px;
  background-color: #ffffff;
  position: absolute;
  top: 32px;
  width: 192px;
  right: 4px;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.16s ease, visibility 0.16s ease;
  transition: opacity 0.16s ease, visibility 0.16s ease;
  z-index: 11;
}
.popup-menu ul.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.popup-menu ul hr {
  margin: 4px 0;
}
.popup-menu ul li {
  display: block;
}
.popup-menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #6F6B7D;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  padding: 8px 16px;
  line-height: 24px;
  -webkit-transition: background-color 0.16s ease;
  transition: background-color 0.16s ease;
}
.popup-menu ul li a:hover {
  background-color: #E9E7FD;
}
.popup-menu ul li a i {
  display: block;
  width: 16px;
  text-align: center;
  font-size: 16px;
}
.popup-menu ul li a[data-src="#canceled-confirmation"] {
  color: #EA5455;
}
.popup-menu ul li a.active {
  color: #7367F0;
  padding-right: 40px;
  position: relative;
}
.popup-menu ul li a.active:after {
  content: "\f00c";
  text-align: center;
  width: 24px;
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  top: 8px;
  right: 8px;
}

hr {
  margin: 16px 0;
  display: block;
  height: 1px;
  width: 100%;
  background-color: #DBDADE;
  border: none;
  outline: none;
}

figure {
  margin: 0;
  position: relative;
}
figure figcaption {
  display: block;
  position: absolute;
  font-size: 14px;
  left: 8px;
  bottom: 8px;
  padding: 4px 8px;
  border-radius: 8px;
  color: #6F6B7D;
  background-color: #ffffff;
  max-width: calc(100% - 16px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  border: 1px solid #DBDADE;
  display: flex;
  padding: 7px 8px;
  gap: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  -webkit-transition: background-color 0.16s ease;
  transition: background-color 0.16s ease;
}
.file:hover {
  background-color: #F8F7FA;
}
.file i {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  background-color: #F1F1F3;
}
.file span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.file span span {
  display: block;
  font-size: 11px;
  color: #A5A3AE;
}

.helpdesk-loader {
  display: block;
  position: absolute;
  width: 64px;
  height: 16px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  background-image: url("img/loader.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.ticket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 16px;
  padding: 24px;
  border-bottom: 1px solid #DBDADE;
  text-decoration: none;
}
@media (min-width: 768px) {
  .ticket {
    max-height: 75%;
  }
}
@media (max-width: 768px) {
  .ticket {
    padding: 16px;
  }
}
.ticket > * {
  width: 100%;
}
.ticket > header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.ticket > header h1, .ticket > header h3 {
  margin: 0;
}
.ticket > header h1 {
  padding-right: 40px;
}
.ticket > header h3 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ticket > header > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: 100%;
}
.ticket.canceled h1, .ticket.canceled h3 {
  color: #A5A3AE;
  text-decoration: line-through;
}
.ticket.canceled .ticket-type span {
  color: #A5A3AE !important;
}
.ticket.completed .ticket-type span {
  color: #A5A3AE !important;
}
@media (min-width: 768px) {
  .ticket.collapsed .ticket-documents,
  .ticket.collapsed .ticket-images,
  .ticket.collapsed .ticket-content {
    display: none;
  }
  .ticket.collapsed h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
.ticket.collapsed .bind-collapse-ticket:after {
  content: "\f107";
}

@media (max-width: 768px) {
  article.ticket {
    border-bottom: 0;
  }
}

a.ticket {
  padding: 16px;
  -webkit-transition: background-color 0.16s ease;
  transition: background-color 0.16s ease;
}
@media (max-width: 768px) {
  a.ticket {
    padding: 12px;
  }
}
a.ticket:hover {
  background-color: #F8F7FA;
}
a.ticket .ticket-user {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}
a.ticket.canceled, a.ticket.completed {
  display: none;
}

.show-completed a.ticket.completed {
  display: block;
}

.show-canceled a.ticket.canceled {
  display: block;
}

li.current a.ticket {
  background-color: #F8F7FA;
}

.ticket-user {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  background-color: #7367F0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .ticket-user {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
}

.ticket-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #A5A3AE;
}
.ticket-meta > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.ticket-meta > div .date {
  min-width: 88px;
  text-align: right;
}

.ticket-content {
  font-size: 15px;
}
@media (max-width: 768px) {
  .ticket-content {
    padding-bottom: 64px;
  }
}
.ticket-content p {
  margin: 0.5em 0;
}
.ticket-content > *:first-child {
  margin-top: 0;
}
.ticket-content > *:last-child {
  margin-bottom: 0;
}

.ticket-documents,
.ticket-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -4px;
  row-gap: 8px;
  padding: 0;
  list-style: none;
  width: calc(100% + 8px);
}
.ticket-documents li,
.ticket-images li {
  padding: 0 4px;
}

.ticket-documents li {
  width: 25%;
}
@media (max-width: 768px) {
  .ticket-documents li {
    width: 50%;
  }
}

.ticket-images li {
  width: 12.5%;
}
@media (max-width: 768px) {
  .ticket-images li {
    width: 25%;
  }
}
.ticket-images img {
  display: block;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #DBDADE;
}

.ticket-status {
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
  padding: 0 6px;
  color: #A5A3AE;
  background-color: #F1F1F3;
  border-radius: 4px;
}
.ticket-status.submitted {
  color: #00CFE8;
  background-color: #D9F8FC;
}
.ticket-status.in-progress {
  color: #7367F0;
  background-color: #E9E7FD;
}
.ticket-status.pending {
  color: #FF9F43;
  background-color: #FFF0E1;
}
.ticket-status.completed {
  color: #28C76F;
  background-color: #DDF6E8;
}

.ticket-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.ticket-type span {
  width: 24px;
  height: 24px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.ticket-type span:after {
  font-family: "Font Awesome 6 Pro";
}
.ticket-type span.priority {
  color: #EA5455;
}
.ticket-type span.priority:after {
  content: "\f06a";
}
.ticket-type span.task:after {
  content: "\f058";
}
.ticket-type span.bug {
  color: #EA5455;
}
.ticket-type span.bug:after {
  content: "\f188";
}
.ticket-type span.question:after {
  content: "\f059";
}

.bind-collapse-ticket {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  bottom: -12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: 0px 0px 0px 1px #DBDADE;
          box-shadow: 0px 0px 0px 1px #DBDADE;
  background-color: #ffffff;
  -webkit-transition: background-color 0.16s ease;
  transition: background-color 0.16s ease;
  z-index: 2;
  cursor: pointer;
}
.bind-collapse-ticket:hover {
  background-color: #F8F7FA;
}
.bind-collapse-ticket:after {
  content: "\f106";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .bind-collapse-ticket {
    display: none;
  }
}

.bind-open-tickets,
.bind-open-comments {
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 9;
}

.bind-open-comments {
  left: auto;
  right: 16px;
}

.bind-close-comments {
  position: absolute;
  top: 8px;
  right: 8px;
}

#ticket-actions {
  position: absolute;
  width: auto;
  top: 8px;
  right: 8px;
  z-index: 9;
}

#new-ticket .acf-form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  row-gap: 24px;
  padding-bottom: 64px;
}
@media (max-width: 768px) {
  #new-ticket .acf-form-fields {
    padding-bottom: 48px;
    row-gap: 16px;
  }
}
#new-ticket .acf-form-fields .acf-field {
  width: 100%;
}
#new-ticket .acf-form-fields .acf-field.acf-field-button-group {
  width: auto;
}
#new-ticket .acf-field-wysiwyg {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
#new-ticket .acf-field-gallery {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
#new-ticket .acf-form-submit {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
@media (max-width: 768px) {
  #new-ticket .acf-form-submit {
    bottom: 24px;
    right: 24px;
  }
}
#new-ticket.is-validating {
  opacity: 0.75;
  pointer-events: none;
}
#new-ticket .acf-field.task-message {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  border-radius: 4px;
  color: #7367F0;
  border: 1px solid #7367F0;
  background-color: #E9E7FD;
  padding: 11px 12px;
  font-size: 14px;
  line-height: 16px;
  width: auto;
}
@media (max-width: 768px) {
  #new-ticket .acf-field.task-message {
    position: relative;
    width: 100%;
  }
}
#new-ticket .acf-field.task-message p {
  margin: 0;
}
#new-ticket .acf-field.task-message.task-message--priority {
  color: #FF9F43;
  border: 1px solid #FF9F43;
  background-color: #FFF0E1;
}

/* Comment file upload */
.acf-field-comment-file .acf-file-uploader .file-wrap {
  border: none;
  padding: 11px;
  border-radius: 4px;
  border: 1px solid #DBDADE;
  min-height: auto;
}
@media (max-width: 768px) {
  .acf-field-comment-file .acf-file-uploader .file-wrap {
    padding: 0;
    border: none;
    width: 36px;
    height: 36px;
  }
}
.acf-field-comment-file .acf-file-uploader .file-wrap .file-icon {
  display: none;
}
.acf-field-comment-file .acf-file-uploader .file-wrap .file-info {
  padding: 0;
  margin: 0;
}
.acf-field-comment-file .acf-file-uploader .file-wrap .file-info p {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  white-space: nowrap;
}
.acf-field-comment-file .acf-file-uploader .file-wrap .file-info p > *:not([data-name=filename]) {
  display: none;
}
.acf-field-comment-file .acf-file-uploader .file-wrap .file-info p [data-name=filename] {
  display: block;
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .acf-field-comment-file .acf-file-uploader .file-wrap .file-info p [data-name=filename] {
    display: none;
  }
}
.acf-field-comment-file .acf-file-uploader .file-wrap .acf-icon.-pencil {
  display: none;
}
.acf-field-comment-file .acf-file-uploader .file-wrap .acf-actions.-hover {
  padding: 7px;
}
@media (max-width: 768px) {
  .acf-field-comment-file .acf-file-uploader .file-wrap .acf-actions {
    padding: 5px !important;
    display: block !important;
  }
}
.acf-field-comment-file .acf-file-uploader .hide-if-value p {
  font-size: 0;
}
.acf-field-comment-file .acf-file-uploader .acf-button {
  background: transparent;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  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='M17.3086 5.81641C16.3945 4.90234 14.8828 4.90234 13.9688 5.81641L7.25391 12.5664C5.70703 14.1133 5.70703 16.6094 7.25391 18.1211C8.76562 19.668 11.2617 19.668 12.8086 18.1211L18.1523 12.7773C18.4688 12.4609 18.9961 12.4609 19.3125 12.7773C19.6641 13.1289 19.6641 13.6562 19.3125 13.9727L14.0039 19.3164C11.7891 21.5312 8.23828 21.5312 6.05859 19.3164C3.84375 17.1367 3.84375 13.5859 6.05859 11.3711L12.8086 4.62109C14.3555 3.07422 16.9219 3.07422 18.5039 4.62109C20.0508 6.20312 20.0508 8.76953 18.5039 10.3164L12.0352 16.7852C10.9102 17.9102 9.08203 17.8047 8.09766 16.5742C7.25391 15.5195 7.35938 14.0078 8.30859 13.0586L13.6523 7.71484C13.9688 7.39844 14.4961 7.39844 14.8125 7.71484C15.1641 8.06641 15.1641 8.59375 14.8125 8.91016L9.50391 14.2539C9.15234 14.6055 9.11719 15.1328 9.43359 15.5195C9.78516 15.9414 10.418 16.0117 10.8398 15.5898L17.3086 9.12109C18.2227 8.20703 18.2227 6.73047 17.3086 5.81641Z' fill='%235D596C'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .acf-field-comment-file .acf-file-uploader .acf-button {
    width: 36px;
    height: 36px;
  }
}
.acf-field-comment-file .acf-file-uploader .acf-button:hover {
  background-color: #E9E7FD;
  color: #7367F0;
  -webkit-filter: none;
          filter: none;
}

#ticket-comments {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #F8F7FA;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  #ticket-comments {
    border-bottom-right-radius: 8px;
  }
}
@media (max-width: 768px) {
  #ticket-comments {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 9999;
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    pointer-events: none;
    -webkit-transition: visibility 0.16s ease, -webkit-transform 0.16s ease;
    transition: visibility 0.16s ease, -webkit-transform 0.16s ease;
    transition: transform 0.16s ease, visibility 0.16s ease;
    transition: transform 0.16s ease, visibility 0.16s ease, -webkit-transform 0.16s ease;
  }
  #ticket-comments.active {
    pointer-events: auto;
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
#ticket-comments ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 24px;
  gap: 8px;
  height: calc(100% - 80px);
}
@media (max-width: 768px) {
  #ticket-comments ul {
    padding: 16px;
    height: calc(100% - 52px);
  }
}

.comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  max-width: 75%;
  line-height: 1.3333;
  margin-top: 24px;
}
.comment:first-child {
  margin-top: 0;
}
@media (max-width: 768px) {
  .comment {
    max-width: 90%;
    font-size: 15px;
  }
}
.comment > * {
  border-radius: 8px;
  text-decoration: none;
  margin: 0;
  padding: 12px 16px;
  color: #6F6B7D;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(111, 107, 125, 0.24);
          box-shadow: 0px 2px 6px 0px rgba(111, 107, 125, 0.24);
}
.comment .file {
  border: none;
}

.comment-left {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.comment-left + .comment-left {
  margin-top: 0;
}
.comment-left > * {
  border-bottom-left-radius: 0;
}

.comment-right {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.comment-right + .comment-right {
  margin-top: 0;
}
.comment-right > * {
  border-bottom-right-radius: 0;
  color: #ffffff;
  background-color: #7367F0;
}
.comment-right .file:hover {
  background-color: #7367F0;
}
.comment-right .file span span {
  color: rgba(255, 255, 255, 0.48);
}
.comment-right .file i {
  background-color: rgba(255, 255, 255, 0.24);
}

.comment-image {
  display: block;
  padding: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
}
@media (max-width: 768px) {
  .comment-image {
    max-width: 50%;
  }
}
.comment-image img {
  display: block;
  width: 100%;
  height: auto;
}

.comments-time {
  font-size: 13px;
  color: #A5A3AE;
  font-weight: 500;
  margin-top: 24px;
  width: 100%;
  text-align: center;
}
.comments-time:first-child {
  margin-top: 0;
}

.comment-status {
  cursor: default;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.comment-status p {
  display: inline-block;
  border-radius: 4px;
  margin: 0;
  padding: 8px 16px;
}
.comment-status p span {
  display: block;
}
.comment-status p .button {
  margin-top: 8px;
}
.comment-status.submitted p {
  color: #00CFE8;
  background-color: #D9F8FC;
}
.comment-status.pending p {
  color: #FF9F43;
  background-color: #FFF0E1;
}
.comment-status.in-progress p {
  color: #7367F0;
  background-color: #E9E7FD;
}
.comment-status.completed p {
  color: #28C76F;
  background-color: #DDF6E8;
}
.comment-status.canceled p {
  color: #EA5455;
  background-color: #FCE4E4;
}

.comment-respond {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 24px;
}
@media (max-width: 768px) {
  .comment-respond {
    position: fixed;
    width: 100%;
    padding: 0;
  }
}
.comment-respond #commentform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
  padding: 8px;
  border-radius: 8px;
  position: relative;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(111, 107, 125, 0.16);
          box-shadow: 0px 4px 16px 0px rgba(111, 107, 125, 0.16);
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .comment-respond #commentform {
    height: auto;
    border-radius: 0;
  }
}
.comment-respond #commentform #comment {
  border: none;
  font-size: 15px;
  line-height: 16px;
  color: #6F6B7D;
  padding: 12px;
  outline: none;
  width: 100%;
  border-radius: 4px;
  resize: none;
  overflow: hidden;
  min-height: 40px;
  max-height: 120px;
}
@media (max-width: 768px) {
  .comment-respond #commentform #comment {
    padding: 8px;
    min-height: 36px;
    max-height: 108px;
  }
}
.comment-respond #commentform #comment::-webkit-input-placeholder {
  color: #A5A3AE;
}
.comment-respond #commentform #comment::-moz-placeholder {
  color: #A5A3AE;
}
.comment-respond #commentform #comment:-ms-input-placeholder {
  color: #A5A3AE;
}
.comment-respond #commentform #comment::-ms-input-placeholder {
  color: #A5A3AE;
}
.comment-respond #commentform #comment::placeholder {
  color: #A5A3AE;
}
.comment-respond #commentform #comment.error {
  background-color: #FCE4E4;
}
.comment-respond #commentform #comment.error::-webkit-input-placeholder {
  color: #EA5455;
}
.comment-respond #commentform #comment.error::-moz-placeholder {
  color: #EA5455;
}
.comment-respond #commentform #comment.error:-ms-input-placeholder {
  color: #EA5455;
}
.comment-respond #commentform #comment.error::-ms-input-placeholder {
  color: #EA5455;
}
.comment-respond #commentform #comment.error::placeholder {
  color: #EA5455;
}
.comment-respond #commentform input[type=submit] {
  top: 8px;
  right: 8px;
  padding-left: 36px;
  text-align: center;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.63675 7.09376H11.4727L2.77737 3.37501L4.63675 7.09376ZM4.63675 8.40626L2.77737 12.1523L11.4727 8.40626H4.63675ZM2.20316 1.70704L14.4532 6.95704C14.7813 7.09376 15 7.42188 15 7.77735C15 8.10547 14.7813 8.4336 14.4532 8.57032L2.20316 13.8203C1.87503 13.957 1.46487 13.875 1.21878 13.6016C0.972687 13.3555 0.917999 12.9453 1.08206 12.6172L3.51566 7.75001L1.08206 2.91016C0.917999 2.58204 0.972687 2.17188 1.21878 1.89844C1.46487 1.65235 1.87503 1.57032 2.20316 1.70704Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: left 12px center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .comment-respond #commentform input[type=submit] {
    width: 36px;
    padding-left: 0;
    padding-right: 0;
    background-position: center;
    text-indent: -9999px;
  }
}
.comment-respond #commentform p {
  margin: 0;
}
.comment-respond #commentform #acf-field_comment_file {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 4px;
  text-indent: -9999px;
  background-position: center;
  background-repeat: no-repeat;
  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='M17.3086 5.81641C16.3945 4.90234 14.8828 4.90234 13.9688 5.81641L7.25391 12.5664C5.70703 14.1133 5.70703 16.6094 7.25391 18.1211C8.76562 19.668 11.2617 19.668 12.8086 18.1211L18.1523 12.7773C18.4688 12.4609 18.9961 12.4609 19.3125 12.7773C19.6641 13.1289 19.6641 13.6562 19.3125 13.9727L14.0039 19.3164C11.7891 21.5312 8.23828 21.5312 6.05859 19.3164C3.84375 17.1367 3.84375 13.5859 6.05859 11.3711L12.8086 4.62109C14.3555 3.07422 16.9219 3.07422 18.5039 4.62109C20.0508 6.20312 20.0508 8.76953 18.5039 10.3164L12.0352 16.7852C10.9102 17.9102 9.08203 17.8047 8.09766 16.5742C7.25391 15.5195 7.35938 14.0078 8.30859 13.0586L13.6523 7.71484C13.9688 7.39844 14.4961 7.39844 14.8125 7.71484C15.1641 8.06641 15.1641 8.59375 14.8125 8.91016L9.50391 14.2539C9.15234 14.6055 9.11719 15.1328 9.43359 15.5195C9.78516 15.9414 10.418 16.0117 10.8398 15.5898L17.3086 9.12109C18.2227 8.20703 18.2227 6.73047 17.3086 5.81641Z' fill='%235D596C'/%3E%3C/svg%3E%0A");
  cursor: pointer;
  -webkit-transition: background-color 0.16s ease;
  transition: background-color 0.16s ease;
}
.comment-respond #commentform #acf-field_comment_file:hover {
  background-color: #F1F1F3;
}
.comment-respond #commentform .acf-file-uploader {
  position: relative;
}
.comment-respond #commentform .acf-file-uploader .filename-tooltip {
  display: block;
  position: absolute;
  color: #ffffff;
  background-color: #25293C;
  font-size: 14px;
  line-height: 16px;
  padding: 4px 8px;
  border-radius: 4px;
  top: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 188px;
}
.comment-respond #commentform .acf-file-uploader .filename-tooltip span {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.comment-respond #commentform .acf-file-uploader .filename-tooltip:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #25293C;
}
.comment-respond #commentform .acf-comment-fields {
  margin: 0;
}
.comment-respond #commentform .acf-comment-fields .acf-field {
  margin: 0;
}
.comment-respond #commentform .acf-comment-fields .acf-label {
  display: none;
}/*# sourceMappingURL=style.css.map */