@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css");
:root {
  --primary: #624bff;
  --primary-light: rgb(186.9666666667, 177, 255);
  --primary-dark: rgb(29.1333333333, 0, 228);
  --secondary: #e0dcfe;
  --tertiary: #624bff;
  --primary-glow: #b1a5ff;
}

*,
*:before,
*:after {
  border-sizing: border-box;
}

html,
body {
  font-family: "Inter", sans-serif;
  margin: 0 !important;
  padding: 0;
  overflow-x: hidden;
  font-size: 15px;
}

body {
  min-height: 100vh;
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  font-size: 22px;
}

h2 {
  color: #000;
}

h3 {
  font-size: 20px;
}
@media screen and (min-width: 1200px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 1.2;
}

p,
label {
  color: #637381;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

.theme-text__primary {
  color: var(--primary) !important;
}
.theme-text__danger {
  color: #dc3545;
}
.theme-text__black {
  color: #000;
}
.theme-text__white {
  color: #fff;
}
.theme-text__code {
  font-family: monospace, Arial, "sans-serif";
}
.theme-text__pink__transparent {
  background-color: transparent;
  color: #d63384;
}
.theme-text__small {
  font-size: 16px;
}
.theme-text__medium {
  font-size: 22px;
}
.theme-text__large {
  font-size: 28px;
}

.theme-ui__popup {
  position: fixed;
  display: none;
  z-index: 9999;
  width: 500px;
  height: 400px;
  top: 50%;
  left: 50%;
  margin-top: -200px;
  margin-left: -250px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 2px 2px 8px black;
  padding: 20px;
}
.theme-ui__popup.active {
  display: block;
}
.theme-ui__popup-close {
  color: #000;
  font-size: 22px;
}
.theme-ui__popup .acf-form {
  width: 100%;
}
.theme-ui__excerpt p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.theme-ui__actions {
  top: 10px;
  right: 25px;
  position: absolute;
  display: flex;
  flex-direction: row;
}
.theme-ui__actions.ticket {
  top: 12px;
  right: 16px;
}

.ms-3 {
  margin-left: 12px !important;
}

.theme-fw__light {
  font-weight: 300 !important;
}
.theme-fw__medium {
  font-weight: 500 !important;
}
.theme-fw__black {
  font-weight: 700 !important;
}

.theme-pl-0 {
  padding-left: 0px;
}

.theme-pl-4 {
  padding-left: 4px;
}

.theme-pl-8 {
  padding-left: 8px;
}

.theme-pl-12 {
  padding-left: 12px;
}

.theme-pl-16 {
  padding-left: 16px;
}

.theme-pl-20 {
  padding-left: 20px;
}

.theme-pl-24 {
  padding-left: 24px;
}

.theme-pl-28 {
  padding-left: 28px;
}

.theme-pl-32 {
  padding-left: 32px;
}

.theme-pl-36 {
  padding-left: 36px;
}

.theme-pl-40 {
  padding-left: 40px;
}

.theme-pr-0 {
  padding-right: 0px;
}

.theme-pr-4 {
  padding-right: 4px;
}

.theme-pr-8 {
  padding-right: 8px;
}

.theme-pr-12 {
  padding-right: 12px;
}

.theme-pr-16 {
  padding-right: 16px;
}

.theme-pr-20 {
  padding-right: 20px;
}

.theme-pr-24 {
  padding-right: 24px;
}

.theme-pr-28 {
  padding-right: 28px;
}

.theme-pr-32 {
  padding-right: 32px;
}

.theme-pr-36 {
  padding-right: 36px;
}

.theme-pr-40 {
  padding-right: 40px;
}

.theme-pt-0 {
  padding-top: 0px;
}

.theme-pt-4 {
  padding-top: 4px;
}

.theme-pt-8 {
  padding-top: 8px;
}

.theme-pt-12 {
  padding-top: 12px;
}

.theme-pt-16 {
  padding-top: 16px;
}

.theme-pt-20 {
  padding-top: 20px;
}

.theme-pt-24 {
  padding-top: 24px;
}

.theme-pt-28 {
  padding-top: 28px;
}

.theme-pt-32 {
  padding-top: 32px;
}

.theme-pt-36 {
  padding-top: 36px;
}

.theme-pt-40 {
  padding-top: 40px;
}

.theme-pb-0 {
  padding-bottom: 0px;
}

.theme-pb-4 {
  padding-bottom: 4px;
}

.theme-pb-8 {
  padding-bottom: 8px;
}

.theme-pb-12 {
  padding-bottom: 12px;
}

.theme-pb-16 {
  padding-bottom: 16px;
}

.theme-pb-20 {
  padding-bottom: 20px;
}

.theme-pb-24 {
  padding-bottom: 24px;
}

.theme-pb-28 {
  padding-bottom: 28px;
}

.theme-pb-32 {
  padding-bottom: 32px;
}

.theme-pb-36 {
  padding-bottom: 36px;
}

.theme-pb-40 {
  padding-bottom: 40px;
}

.theme-ml-0 {
  margin-left: 0px;
}

.theme-ml-4 {
  margin-left: 4px;
}

.theme-ml-8 {
  margin-left: 8px;
}

.theme-ml-12 {
  margin-left: 12px;
}

.theme-ml-16 {
  margin-left: 16px;
}

.theme-ml-20 {
  margin-left: 20px;
}

.theme-ml-24 {
  margin-left: 24px;
}

.theme-ml-28 {
  margin-left: 28px;
}

.theme-ml-32 {
  margin-left: 32px;
}

.theme-ml-36 {
  margin-left: 36px;
}

.theme-ml-40 {
  margin-left: 40px;
}

.theme-mr-0 {
  margin-right: 0px;
}

.theme-mr-4 {
  margin-right: 4px;
}

.theme-mr-8 {
  margin-right: 8px;
}

.theme-mr-12 {
  margin-right: 12px;
}

.theme-mr-16 {
  margin-right: 16px;
}

.theme-mr-20 {
  margin-right: 20px;
}

.theme-mr-24 {
  margin-right: 24px;
}

.theme-mr-28 {
  margin-right: 28px;
}

.theme-mr-32 {
  margin-right: 32px;
}

.theme-mr-36 {
  margin-right: 36px;
}

.theme-mr-40 {
  margin-right: 40px;
}

.theme-mt-0 {
  margin-top: 0px;
}

.theme-mt-4 {
  margin-top: 4px;
}

.theme-mt-8 {
  margin-top: 8px;
}

.theme-mt-12 {
  margin-top: 12px;
}

.theme-mt-16 {
  margin-top: 16px;
}

.theme-mt-20 {
  margin-top: 20px;
}

.theme-mt-24 {
  margin-top: 24px;
}

.theme-mt-28 {
  margin-top: 28px;
}

.theme-mt-32 {
  margin-top: 32px;
}

.theme-mt-36 {
  margin-top: 36px;
}

.theme-mt-40 {
  margin-top: 40px;
}

.theme-mb-0 {
  margin-bottom: 0px;
}

.theme-mb-4 {
  margin-bottom: 4px;
}

.theme-mb-8 {
  margin-bottom: 8px;
}

.theme-mb-12 {
  margin-bottom: 12px;
}

.theme-mb-16 {
  margin-bottom: 16px;
}

.theme-mb-20 {
  margin-bottom: 20px;
}

.theme-mb-24 {
  margin-bottom: 24px;
}

.theme-mb-28 {
  margin-bottom: 28px;
}

.theme-mb-32 {
  margin-bottom: 32px;
}

.theme-mb-36 {
  margin-bottom: 36px;
}

.theme-mb-40 {
  margin-bottom: 40px;
}

.width-25 {
  width: 25%;
}

.width-50 {
  width: 50%;
}

.width-75 {
  width: 75%;
}

.width-100 {
  width: 100%;
}

.theme-border {
  position: relative;
}
.theme-border__gray:after {
  border-color: #637381;
  content: "";
  width: 100%;
  margin-right: 14px;
  margin-left: 14px;
  transform: translateX(-12px);
  position: absolute;
  bottom: -4px;
  display: block;
  height: 1px;
  background-color: #000;
}
.theme-border-radius__bottom {
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}
.theme-border-radius__bottom__none {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.theme-border-radius__top {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}
.theme-border-radius__top__none {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.theme-outline {
  outline: 2px solid;
}
.theme-outline__open {
  outline-color: #0ea5e9;
}
.theme-outline__open.theme-glow {
  box-shadow: rgba(14, 165, 233, 0.3) 0px 0px 15px 5px !important;
}
.theme-outline__planned {
  outline-color: #bf00ff;
}
.theme-outline__planned.theme-glow {
  box-shadow: rgba(191, 0, 255, 0.3) 0px 0px 15px 5px !important;
}
.theme-outline__progress {
  outline-color: #f59e0b;
}
.theme-outline__progress.theme-glow {
  box-shadow: rgba(245, 158, 11, 0.3) 0px 0px 15px 5px !important;
}
.theme-outline__danger {
  outline-color: #dc3545;
}
.theme-outline__danger.theme-glow {
  box-shadow: rgba(220, 53, 69, 0.3) 0px 0px 15px 5px !important;
}
.theme-outline__done {
  outline-color: #198754;
}
.theme-outline__done.theme-glow {
  box-shadow: rgba(25, 135, 84, 0.3) 0px 0px 15px 5px !important;
}
.theme-outline__closed {
  outline-color: #000;
}
.theme-outline__closed.theme-glow {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 15px 5px !important;
}
.theme-outline.small {
  outline-width: 1px;
}
.theme-outline.medium {
  outline-width: 3px;
}
.theme-outline.large {
  outline-width: 4px;
}

a {
  text-decoration: none;
  color: var(--primary);
}
a.black {
  color: #000;
}
a:hover {
  color: var(--primary-dark);
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border: 0 solid;
  border-color: inherit;
  table-layout: fixed;
}

.theme-table__fixed {
  overflow: auto;
  width: 100%;
}

table {
  width: 100%;
  color: #637381;
  border-collapse: collapse;
  white-space: nowrap;
}

thead {
  background-color: #f1f5f9;
  color: #637381;
  border-bottom-width: 1px;
  border-color: rgba(0, 0, 0, 0.175);
}

th {
  text-align: left;
  font-weight: 500;
  padding: 0 12px;
}

td {
  padding: 10px 12px;
  vertical-align: middle;
  width: auto;
  min-width: fit-content;
}

tr {
  height: 50px;
  border-bottom-width: 1px;
  border-color: rgba(0, 0, 0, 0.175);
  overflow-x: scroll;
}
tr td:first-child,
tr th:first-child {
  padding: 10px 20px;
}
tr td:last-child,
tr th:last-child {
  padding: 0px 20px;
}

.theme-f__bold {
  font-weight: 700 !important;
}

.theme-progress-bar {
  display: flex;
  position: relative;
  align-items: center;
  background-color: #c4cdd5;
}
.theme-progress-bar span {
  background-color: var(--primary);
  display: block;
  width: 0px;
  height: 5px;
  border-radius: 6px;
}

code,
pre {
  font-family: monospace, Arial, "sans-serif";
}

code {
  background-color: #212b36;
  color: #fff;
  padding: 1em;
  margin: 0;
  border-radius: 6px;
}

.theme-avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  position: relative;
  height: 40px;
  width: 40px;
}
.theme-avatar__rounded {
  border-radius: 50%;
}
.theme-avatar__primary {
  background-color: var(--primary);
  color: #fff;
}
.theme-avatar__small {
  height: 30px;
  width: 30px;
}
.theme-avatar__medium {
  height: 60px;
  width: 60px;
}
.theme-avatar__large {
  height: 84px;
  width: 84px;
}
.theme-avatar__huge {
  height: 120px;
  width: 120px;
}
.theme-avatar__profile img {
  border: 4px solid #c4cdd5;
}
.theme-avatar__profile:before {
  content: "";
  position: absolute;
  background-color: #198754;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  bottom: 0;
  right: 5%;
  border: 2px solid #fff;
  z-index: 999;
}
.theme-avatar__profile__image {
  height: 120px;
  width: 120px;
}
@media screen and (max-width: 768px) {
  .theme-avatar__profile__image {
    height: 84px;
    width: 84px;
  }
}
@media screen and (max-width: 768px) {
  .theme-avatar__profile {
    margin-right: 0px;
  }
}

.theme-list-style__none {
  list-style: none;
}

.theme-post-content__wrapper p {
  padding: 16px 0px;
}

.theme-sign-in,
.theme-sign-up,
.theme-reset-password {
  display: flex;
  flex-direction: column;
}

.theme-sign-in__form,
.theme-sign-up__form,
.theme-reset-password__form {
  display: flex;
  flex-direction: column;
}
.theme-sign-in__form label,
.theme-sign-up__form label,
.theme-reset-password__form label {
  margin-bottom: 10px;
}
.theme-sign-in__form input:not([type=checkbox], [type=submit]),
.theme-sign-up__form input:not([type=checkbox], [type=submit]),
.theme-reset-password__form input:not([type=checkbox], [type=submit]) {
  margin-bottom: 20px;
}

.theme-form__links {
  display: flex;
  justify-content: space-between;
}

select[data-filter-select=true] {
  border: unset;
  background-color: unset;
  font-weight: 500;
}

select,
textarea,
input[type=text],
input[type=password],
input[type=number],
input[type=email],
input[type=tel],
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time],
input[type=week] {
  padding: 8px 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #637381;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c4cdd5;
  appearance: none;
  border-radius: 6px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
select:focus,
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus {
  color: #637381;
  background-color: #fff;
  border-color: var(--primary-glow);
  outline: 0;
  box-shadow: 0px 0px 0px 4px var(--primary-glow);
}

.dash-ui-form__field {
  margin-bottom: 6px;
  position: relative;
}
.dash-ui-form__field label {
  display: block;
}
.dash-ui-form__field label.required::after {
  content: "*";
  color: red;
  margin-left: 0.25em;
  font-size: 1.2em;
}
.dash-ui-form__field input[type=text],
.dash-ui-form__field input[type=email],
.dash-ui-form__field input[type=number],
.dash-ui-form__field input[type=password] {
  padding: 8px 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #637381;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c4cdd5;
  appearance: none;
  border-radius: 6px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.dash-ui-form__field input[type=text]:focus,
.dash-ui-form__field input[type=email]:focus,
.dash-ui-form__field input[type=number]:focus,
.dash-ui-form__field input[type=password]:focus {
  color: #637381;
  background-color: #fff;
  border-color: var(--primary-glow);
  outline: 0;
  box-shadow: 0px 0px 0px 4px var(--primary-glow);
}
.dash-ui-form__field select {
  padding: 8px 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #637381;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c4cdd5;
  appearance: none;
  border-radius: 6px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.dash-ui-form__field select:focus {
  color: #637381;
  background-color: #fff;
  border-color: var(--primary-glow);
  outline: 0;
  box-shadow: 0px 0px 0px 4px var(--primary-glow);
}
.dash-ui-form__field textarea {
  padding: 8px 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #637381;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c4cdd5;
  appearance: none;
  border-radius: 6px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.dash-ui-form__field textarea:focus {
  color: #637381;
  background-color: #fff;
  border-color: var(--primary-glow);
  outline: 0;
  box-shadow: 0px 0px 0px 4px var(--primary-glow);
}
.dash-ui-form__field h6 {
  color: #637381;
}
.dash-ui-form__field ul > li {
  color: #637381;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

.theme-avatar__stack {
  display: flex;
  transform: translateX(21px);
}
.theme-avatar__stack.large .theme-avatar {
  height: 50px;
  width: 50px;
}
.theme-avatar__stack.medium .theme-avatar {
  height: 40px;
  width: 40px;
}
.theme-avatar__stack.small .theme-avatar {
  height: 50px;
  width: 50px;
}
.theme-avatar__stack.tiny .theme-avatar {
  height: 25px;
  width: 25px;
}
.theme-avatar__stack .theme-avatar {
  margin-left: -21px;
  border: 2px solid #fff;
}
.theme-avatar__stack .theme-avatar:hover {
  z-index: 2;
  cursor: pointer;
}

.theme-dropdown__notifications {
  position: relative;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.theme-dropdown {
  position: relative;
}

.theme-dropdown__menu {
  font-size: 14px;
  line-height: 22px;
  color: #454f5b;
  border: none;
  box-shadow: 0 0 1px rgba(60, 66, 87, 0.05), 0 3px 6px rgba(60, 66, 87, 0.1), 0 9px 24px rgba(60, 66, 87, 0.2);
  border-radius: 8px;
  z-index: 1040;
}

.theme-center {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-color: #f1f5f9;
}

.theme-smooth__shadow {
  box-shadow: 0 1px 2px rgba(21, 30, 40, 0.07), 0 2px 4px rgba(21, 30, 40, 0.07), 0 4px 8px rgba(21, 30, 40, 0.07), 0 8px 16px rgba(21, 30, 40, 0.07), 0 16px 32px rgba(21, 30, 40, 0.07), 0 32px 64px rgba(21, 30, 40, 0.07) !important;
}

#sign-in-submit {
  font-family: "Inter", sans-serif;
  display: inline-block;
  padding: 8px 16px;
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  transition: all 0.15s;
  border-radius: 6px;
  width: 100%;
  outline: none;
}
#sign-in-submit:hover {
  cursor: pointer;
  color: #fff;
  background-color: #5340d9;
}

.acf-button {
  border: none;
  display: inline-block;
  padding: 8px 16px;
  background-color: var(--primary);
  border-radius: 6px;
  color: #fff;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  text-align: center;
  transition: all 0.15s;
}
.acf-button:hover {
  color: #fff;
  background-color: #5340d9;
}

.acf-form {
  padding: 20px;
}

.theme-btn, .gform_footer input[type=submit].gform_button.button {
  display: inline-block;
  padding: 8px 16px;
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  transition: all 0.15s;
  cursor: pointer;
  border: 0px;
}
.theme-btn:hover, .gform_footer input[type=submit].gform_button.button:hover {
  color: #fff;
  background-color: #5340d9;
}
.theme-btn__orange {
  background-color: #f59e0b;
}
.theme-btn__orange:hover {
  background-color: #C78006;
}
.theme-btn__primary, .gform_footer input[type=submit].gform_button.button {
  background-color: var(--primary) !important;
}
.theme-btn__primary:hover, .gform_footer input[type=submit].gform_button.button:hover {
  background-color: var(--primary-dark) !important;
}
.theme-btn__tertiary {
  background-color: var(--tertiary) !important;
}
.theme-btn__tertiary:hover {
  background-color: var(--tertiary-dark) !important;
}
.theme-btn__green {
  background-color: #198754;
}
.theme-btn__green:hover {
  background-color: #146640;
}
.theme-btn__red {
  background-color: #dc3545;
}
.theme-btn__red:hover {
  background-color: #B32C3A;
}
.theme-btn__outlined {
  border: 1px solid var(--primary);
  background-color: transparent;
  color: var(--primary);
}
.theme-btn__white {
  color: #000;
  background-color: #fff;
}
.theme-btn__white:hover {
  color: #000;
  background-color: #fff;
}
.theme-btn__rounded, .gform_footer input[type=submit].gform_button.button {
  border-radius: 6px;
}
.theme-btn__icon {
  border-radius: 50%;
}
.theme-btn__chat-edit {
  color: #f59e0b;
}
.theme-btn__chat-delete {
  color: #dc3545;
}

.theme-badge {
  display: inline-block;
  padding: 6px 10px;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  border-radius: 6px;
}
.theme-badge__info, .theme-badge__open {
  background-color: #0ea5e9;
}
.theme-badge__planned {
  background-color: #bf00ff;
}
.theme-badge__warning, .theme-badge__progress {
  background-color: #f59e0b;
}
.theme-badge__danger {
  background-color: #dc3545;
}
.theme-badge__success, .theme-badge__done {
  background-color: #198754;
}
.theme-badge__dark, .theme-badge__closed {
  background-color: #000;
}
.theme-badge__small {
  font-size: 10px;
}
.theme-badge__large {
  font-size: 18px;
}

.theme-hamburger-toggle {
  margin-right: 20px;
}

.login-username,
.login-password,
.login-remember {
  display: flex;
  flex-direction: column;
}

.theme-form__field,
#sign-in-username,
#sign-in-password {
  display: block;
  padding: 8px 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #637381;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c4cdd5;
  appearance: none;
  border-radius: 6px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.theme-form__field:focus,
#sign-in-username:focus,
#sign-in-password:focus {
  color: #637381;
  background-color: #fff;
  border-color: var(--primary-light);
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(98, 75, 255, 0.25);
}
.theme-form__field::placeholder,
#sign-in-username::placeholder,
#sign-in-password::placeholder {
  color: #637381;
  opacity: 1;
}
.theme-form__field.full-width,
#sign-in-username.full-width,
#sign-in-password.full-width {
  width: 100%;
}

.theme-form__check {
  display: flex;
}

.sign-in-remember {
  margin-bottom: 20px;
}

.theme-form__check__input,
#sign-in-remember {
  width: 16px;
  height: 16px;
  margin-top: 0.25em;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  transform: translateY(6px);
}
.theme-form__check__input:focus,
#sign-in-remember:focus {
  border-color: var(--primary-light);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(98, 75, 255, 0.25);
}
.theme-form__check__input:active,
#sign-in-remember:active {
  filter: brightness(90%);
}
.theme-form__check__input:checked,
#sign-in-remember:checked {
  background-color: var(--primary);
  background-image: url("./assets/img/check.svg");
}
.theme-form__check__input:hover,
#sign-in-remember:hover {
  cursor: pointer;
}

.theme-icon {
  color: #000;
  font-size: 20px;
  padding: 8px;
}
.theme-icon__border {
  border: 1px solid #dfe3e8;
  border-radius: 6px;
}
.theme-icon__primary {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--secondary);
  height: 40px;
  width: 40px;
  color: var(--primary);
  border-radius: 6px;
  font-size: 18px;
}
.theme-icon__green {
  color: #198754 !important;
}
.theme-icon__orange {
  color: #f59e0b !important;
}
.theme-icon__red {
  color: #dc3545 !important;
}
.theme-icon__blue {
  color: #0ea5e9 !important;
}
.theme-icon__dark-blue {
  color: #09628B !important;
}
.theme-icon.purple-hover {
  color: #000;
}
.theme-icon.purple-hover:hover {
  color: var(--primary);
}

.theme-tickets {
  width: 100%;
  height: 600px;
  border: 2px dashed #637381;
  overflow-y: auto;
  padding: 8px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.theme-tickets__placeholder {
  background: var(--primary);
  height: 2px;
  margin: 8px 0px;
}
.theme-tickets .theme-card {
  margin-top: 8px;
  margin-bottom: 8px;
}
.theme-tickets .theme-card a {
  cursor: grab;
}
.theme-tickets .theme-card a:active {
  cursor: grabbing;
}

.theme-chat {
  padding: 12px 24px;
  border-radius: 6px;
  margin-right: auto;
  background-color: #212b36;
  color: #fff;
  margin-bottom: 12px;
}
.theme-chat p {
  color: #fff;
}
.theme-chat .text-small p {
  font-size: 12px;
}
.theme-chat .text-align__right p {
  text-align: right;
}
.theme-chat__user {
  margin-left: auto;
  margin-right: 0px;
}
.theme-chat__author {
  background-color: var(--primary);
}
.theme-chat__list {
  display: flex;
  flex-direction: column;
}
.theme-chat__actions {
  background-color: #fff;
  border-radius: 6px;
  padding: 2px 6px;
  margin-left: 18px;
}
.theme-chat__content {
  width: 100%;
  height: auto;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  outline: none;
  resize: none;
  width: 300px;
  height: 200px;
}
.theme-chat__content.readonly {
  background-color: transparent;
  color: #fff;
  border: none;
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  resize: none;
  overflow: hidden;
  width: auto;
  height: auto;
}

.theme-status {
  height: 8px;
  width: 48px;
  border-radius: 24px;
}
.theme-status__open {
  background-color: #0ea5e9;
}
.theme-status__planned {
  background-color: #bf00ff;
}
.theme-status__progress {
  background-color: #f59e0b;
}
.theme-status__danger {
  background-color: #dc3545;
}
.theme-status__done {
  background-color: #198754;
}
.theme-status__closed {
  background-color: #000;
}
.theme-status__dot {
  border-radius: 24px;
  width: 12px;
  height: 12px;
}

.theme-notification {
  position: relative;
}

.theme-overlay {
  position: relative;
}
.theme-overlay i {
  cursor: pointer;
}

.loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #000;
  width: 25px;
  height: 25px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}
.loader-wrapper {
  height: 100%;
  width: fit-content;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.theme-overlay__actions {
  padding: 15px 0px !important;
}

.theme-overlay__menu {
  pointer-events: none;
  position: absolute;
  display: block;
  background-color: #fff;
  z-index: -1;
  opacity: 0;
  inset: 50px 0px auto auto;
  transform: translateY(-20px);
  box-shadow: 2px 4px rgba(0, 0, 20, 0.08), 0 1px 2px rgba(0, 0, 20, 0.08);
  transition: opacity 500ms, transform 500ms;
  padding: 12px;
  border-radius: 8px;
}
.theme-overlay__menu.medium {
  z-index: 99;
  right: 0px;
  top: 42px;
  position: absolute !important;
}
.theme-overlay__menu.active {
  opacity: 1;
  transform: translateY(0px);
  z-index: 99;
  pointer-events: auto;
}
.theme-overlay__menu.active.tiny {
  z-index: 1;
}
.theme-overlay__menu .theme-border p,
.theme-overlay__menu .theme-border a {
  padding: 4px 10px;
}
.theme-overlay__menu ul {
  display: flex;
  flex-direction: column;
}
.theme-overlay__menu li {
  padding: 4px 10px;
}
.theme-overlay__menu li:hover {
  background-color: #f1f5f9;
}
.theme-overlay__menu.close {
  inset: 20px 0px auto auto;
}
.theme-overlay__menu.tiny {
  width: 190px;
  z-index: -1;
}
.theme-overlay__menu.small {
  width: 250px;
}
.theme-overlay__menu.medium {
  width: 400px;
}
.theme-overlay__menu.large {
  width: 600px;
}

.theme-badge {
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.theme-badge__red {
  background-color: #dc3545;
}

.theme-card {
  position: relative;
  display: block;
  margin-bottom: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 20, 0.08), 0 1px 2px rgba(0, 0, 20, 0.08);
  border-radius: 8px;
  padding: 0;
  color: #000;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .theme-card {
    margin-bottom: 20px;
  }
}
.theme-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.theme-card__header__table {
  border-bottom: 1px solid rgba(0, 0, 0, 0.175);
}
.theme-card__inner {
  display: block;
  padding: 20px;
}
.theme-card__inner.actions {
  padding-right: 74px;
}
.theme-card__content {
  padding-top: 24px;
}
.theme-card__footer-btn {
  display: flex;
  justify-content: center;
}
.theme-card__image img {
  width: 100%;
  border-radius: 6px;
}
.theme-card__profile__bg {
  height: 150px;
  background-color: var(--primary);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.theme-card__profile__header {
  margin-top: 10px;
}
.theme-card__profile__header a {
  transform: translateY(-50px);
}
@media screen and (max-width: 768px) {
  .theme-card__profile__header a {
    transform: translateY(-35px);
  }
}
.theme-card__profile__header h2 {
  font-size: 30px !important;
}
@media screen and (max-width: 768px) {
  .theme-card__profile__header {
    flex-direction: column;
    margin-top: 0px;
  }
}
.theme-card__navigation {
  display: flex;
  border-top: 1px solid #dfe3e8;
  overflow: auto;
}
.theme-card__navigation li {
  margin: 21px 10px 10px 20px;
  padding: 0px 0px 10px 0px;
}
.theme-card__navigation a {
  padding: 20px 0px 0px 0px;
  color: #637381;
  font-weight: 500;
  transition: color 300ms;
  white-space: nowrap;
}
.theme-card__navigation a:hover {
  border-top: 2px solid var(--primary);
  color: var(--primary);
}
.theme-card__navigation a.active {
  border-top: 2px solid var(--primary);
  color: var(--primary);
}
.theme-card__info h2 {
  font-size: 30px !important;
  font-weight: 700 !important;
}
.theme-card__info .lead {
  font-size: 19px;
  font-weight: 300;
}
.theme-card__info p {
  margin-bottom: 1rem;
}
.theme-card__info pre {
  margin-bottom: 0.5rem;
}
.theme-card .theme-statistic {
  font-size: 36px;
  color: #000;
}
@media screen and (max-width: 1240px) {
  .theme-card .theme-statistic {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .theme-card .theme-statistic {
    font-size: 24px;
  }
}
.theme-card h2 {
  font-size: 18px;
}
.theme-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.theme-card ul > li {
  display: block;
}
.theme-card .black:hover {
  color: #000;
}
.theme-card .black-link:hover {
  color: var(--primary-dark);
}

.theme-card-list {
  display: flex;
  flex-direction: column;
  padding: 0px;
}
.theme-card-list__item {
  padding-bottom: 12px;
  margin-top: 4px;
  margin-bottom: 12px;
}
.theme-card-list__item.active {
  color: var(--primary) !important;
}
.theme-card-list__item.active i {
  fill: var(--primary) !important;
}

.theme-card-docs i {
  color: #d63384;
  font-size: 0.875em;
  word-wrap: break-word;
}

.theme-card-bundle {
  margin-bottom: 10px;
  display: flex;
}
.theme-card-bundle .theme-icon {
  max-width: 54px;
}

.theme-card-footer {
  text-align: center;
  padding: 10px 20px;
}

.theme-card-wrapper {
  transform: translateY(16vh);
}

.theme-content {
  padding-left: 0px;
  transition: padding-left 300ms;
}
@media screen and (max-width: 768px) {
  .theme-content {
    overflow-y: hidden;
  }
}
.theme-content.active {
  padding-left: 250px;
}
@media screen and (max-width: 768px) {
  .theme-content.active {
    margin: 0;
    height: 100vh;
    overflow: auto;
    padding-left: 0px;
  }
}

.filter-table-column {
  cursor: pointer;
}

.menu-dash-ui-menu-container {
  display: block;
  position: fixed;
  opacity: 1;
  width: 100%;
  top: 0;
  left: -250px;
  bottom: 0;
  width: 250px;
  background-color: #212b36;
  color: #fff;
  transition: left 300ms, opacity 300ms, width 300ms;
  z-index: 999;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .menu-dash-ui-menu-container {
    left: -100%;
    width: 100%;
    opacity: 1;
    padding-top: 100px;
  }
}
.menu-dash-ui-menu-container.active {
  left: 0;
}
@media screen and (max-width: 768px) {
  .menu-dash-ui-menu-container.active {
    left: 0;
    width: 100%;
  }
}
.menu-dash-ui-menu-container li {
  list-style: none;
}
.menu-dash-ui-menu-container h2 {
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 16px 0px 24px;
}
.menu-dash-ui-menu-container h3 {
  padding: 24px 24px 24px 0px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.28px;
  font-weight: 700;
  color: #454f5b;
  margin-bottom: -10px;
}
.menu-dash-ui-menu-container .close {
  display: none;
}
@media screen and (max-width: 768px) {
  .menu-dash-ui-menu-container .close {
    display: block;
  }
}
.menu-dash-ui-menu-container .menu-item {
  display: flex;
  flex-direction: column;
  color: #919eab;
  font-weight: 500;
  line-height: 1.8;
  overflow: hidden;
  transition: all 0.5s;
  cursor: pointer;
}
.menu-dash-ui-menu-container .menu-item > ul {
  display: none;
}
.menu-dash-ui-menu-container .menu-item > ul > li {
  margin-left: 24px;
}
.menu-dash-ui-menu-container .menu-item.menu-item-has-children:before {
  display: block;
  content: "";
  background: url("./assets/imgs/chevron-down.7d6f0dba.svg");
  margin-left: auto;
  position: absolute;
  right: 24px;
  height: 24px;
  width: 24px;
  filter: brightness(0) invert(1);
  transform: scale(0.7);
  transition: transform 300ms;
}
.menu-dash-ui-menu-container .menu-item.active > a {
  margin-bottom: 12px;
}
.menu-dash-ui-menu-container .menu-item.active:before {
  transform: rotate(180deg) scale(0.7);
}
.menu-dash-ui-menu-container .menu-item.active > ul {
  display: block;
}
.menu-dash-ui-menu-container .menu {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-dash-ui-menu-container .menu i {
  margin-right: 10px;
  font-weight: 500;
}
.menu-dash-ui-menu-container .menu li {
  margin: 6px 24px;
}
.menu-dash-ui-menu-container .menu li.current_page_item a {
  color: #fff;
  text-decoration: underline;
}
.menu-dash-ui-menu-container .menu li .dash-logo {
  width: 150px;
  margin-bottom: 12px;
}
.menu-dash-ui-menu-container .menu li .dash-logo img {
  width: 100%;
  height: 100%;
}
.menu-dash-ui-menu-container .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-dash-ui-menu-container .menu a {
  color: #919eab;
  background: transparent;
}
.menu-dash-ui-menu-container .menu a:hover {
  color: #fff;
}
.menu-dash-ui-menu-container .menu a.active {
  color: #fff;
}

.theme-nav__header i {
  z-index: 28;
}

.theme-header {
  position: relative;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .theme-header {
    z-index: 9999;
  }
}
.theme-header a i {
  color: #454f5b;
  font-size: 20px;
}
.theme-header ul {
  display: flex;
  list-style: none;
}
.theme-header li {
  list-style: none;
}
.theme-header .theme-avatar:before {
  content: "";
  position: absolute;
  background-color: #198754;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  bottom: 0;
  right: 5%;
  border: 2px solid #fff;
  z-index: 5;
}

.theme-profile__header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .theme-profile__header__wrapper {
    flex-direction: column;
    margin-bottom: 20px;
    text-align: center;
  }
}

.theme-profile__header__title {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .theme-profile__header__title {
    margin-left: 0px;
    transform: translateY(-15px);
  }
}

.theme-p {
  padding-top: 8vh;
  padding-bottom: 8vh;
}

.theme-pt {
  padding-top: 8vh;
}

.theme-pb {
  padding-bottom: 8vh;
}

.theme-px {
  padding-left: 20px;
  padding-right: 20px;
}

.theme-m {
  margin-top: 8vh;
  margin-bottom: 8vh;
}

.theme-mt {
  margin-top: 8vh;
}

.theme-mb {
  margin-bottom: 8vh;
}

.theme-bg__gray {
  background-color: #637381;
}
.theme-bg__black {
  background-color: #000;
}
.theme-bg__primary {
  background-color: var(--primary);
}
.theme-bg__gray, .theme-bg__black, .theme-bg__primary {
  color: #fff !important;
}
.theme-bg__light {
  background-color: #f1f5f9;
}
.theme-bg__image {
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.theme-media-item {
  padding: 24px;
}
.theme-media-item__file {
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 1/1;
  border: 1px solid #f3f3f3;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.theme-media-item__file img {
  display: inline-block;
  object-position: center;
  object-fit: contain;
}
.theme-tag {
  font-size: 14px;
  background-color: #f3f3f3;
  color: #999;
  border-radius: 50px;
  padding: 4px 8px;
  margin-right: 8px;
  display: inline-flex;
  flex-direction: row;
  margin-bottom: 8px;
}
.theme-tag__ui {
  display: none;
}
.theme-tag__ui i {
  color: var(--primary);
}
.theme-tag__ui .bi-x {
  color: #FF0000;
}
.theme-tag:hover .theme-tag__ui {
  display: block;
}

.dash-ui.data-table__image {
  display: inline-block;
}
.dash-ui.data-table__image img {
  max-height: 54px;
  object-fit: cover;
}
.dash-ui-label {
  padding: 4px 12px;
  width: fit-content;
  border-radius: 6px;
  color: black;
  font-weight: 500;
}

.wp-block-code code {
  color: #fff;
}

.dash-ui__notice {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  background-color: #c4cdd5;
  color: #fff;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.45);
}
.dash-ui__notice.success {
  background-color: #A8E6CF;
  color: #000;
}
.dash-ui__notice.error {
  background-color: #FFB3BA;
  color: #000;
}
.dash-ui__notice.warning {
  background-color: #FFD966;
  color: #000;
}
.dash-ui__notice.active {
  display: block;
  right: 20px;
}

.dash-dropdown-autocomplete,
.dash-dropdown-autocomplete__assigned-users,
.dash-dropdown-autocomplete,
.dash-dropdown-autocomplete__assigned-post {
  display: none;
  position: absolute;
  width: 250px;
  height: 200px;
  z-index: 5;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 2px 2px 8px black;
  padding: 20px;
  margin-top: 12px;
  overflow-y: auto;
}
.dash-dropdown-autocomplete span,
.dash-dropdown-autocomplete__assigned-users span,
.dash-dropdown-autocomplete span,
.dash-dropdown-autocomplete__assigned-post span {
  display: block;
  width: 100%;
  text-align: start;
  cursor: pointer;
  transition: 0.5s ease all;
}
.dash-dropdown-autocomplete span:hover,
.dash-dropdown-autocomplete__assigned-users span:hover,
.dash-dropdown-autocomplete span:hover,
.dash-dropdown-autocomplete__assigned-post span:hover {
  background-color: #c4cdd5;
  color: #fff;
}

.no-transition {
  transition: none !important;
}

.dash-ui-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  /* Alignment classes */
}
.dash-ui-popup.fullscreen .popup-content {
  width: 100%;
  height: 100%;
}
.dash-ui-popup .popup-content {
  background: #fff;
  padding: 32px;
  position: relative;
  border-radius: 6px;
}
.dash-ui-popup .close-popup {
  position: absolute;
  top: 4px;
  right: 4px;
  background: transparent;
  border: none;
  font-size: 22px;
  cursor: pointer;
}
.dash-ui-popup.align-left {
  justify-content: flex-start;
}
.dash-ui-popup.align-right {
  justify-content: flex-end;
}
.dash-ui-popup.valign-top {
  align-items: flex-start;
}
.dash-ui-popup.valign-bottom {
  align-items: flex-end;
}

#email-template-popup .card-body {
  cursor: pointer;
  transition: 0.5s ease all;
}
#email-template-popup .card-body:hover {
  background-color: #c4cdd5;
}

#dash-ui-delete-status {
  cursor: pointer;
}

.dash-ui__create-wrapper {
  padding: 24px 0;
  background-color: #f1f5f9;
  width: fit-content;
  display: flex;
}
.dash-ui__create-wrapper.full-width {
  width: 100%;
}
.dash-ui__create-wrapper.align-right {
  justify-content: flex-end;
}
.dash-ui__create-wrapper.align-left {
  justify-content: flex-start;
}
.dash-ui__create-wrapper.align-center {
  justify-content: center;
}

.dash-ui-linked-color {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.dash-ui-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 20px 0;
}

.dash-ui-pagination a {
  padding: 8px 12px;
  border: 1px solid #ddd;
  text-decoration: none;
  border-radius: 4px;
}

.dash-ui-pagination a.active {
  background-color: #007bff;
  color: white;
  border-color: #007bff;
}

.dash-ui-pagination .pagination-dots {
  padding: 8px 12px;
}

.dash-ui-remove-file {
  color: #dc3545;
  cursor: pointer;
}

/* GF styling */
.gform_heading h2.gform_title {
  font-size: 21px;
}

.gform-body.gform_body .gform_fields .gfield label.gfield_label,
.gform-body.gform_body .gform_fields .gfield legend.gfield_label,
.gform-body.gform_body .gform_fields .gfield label.gform-field-label {
  display: block;
  color: #637381;
}
.gform-body.gform_body .gform_fields .gfield .gfield_description {
  color: #637381;
}
.gform-body.gform_body .gform_fields .gfield .ginput_container input[type=text],
.gform-body.gform_body .gform_fields .gfield .ginput_container input[type=email],
.gform-body.gform_body .gform_fields .gfield .ginput_container input[type=number],
.gform-body.gform_body .gform_fields .gfield .ginput_container input[type=password],
.gform-body.gform_body .gform_fields .gfield .ginput_container input[type=tel] {
  padding: 8px 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #637381;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c4cdd5;
  appearance: none;
  border-radius: 6px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.gform-body.gform_body .gform_fields .gfield .ginput_container input[type=text]:focus,
.gform-body.gform_body .gform_fields .gfield .ginput_container input[type=email]:focus,
.gform-body.gform_body .gform_fields .gfield .ginput_container input[type=number]:focus,
.gform-body.gform_body .gform_fields .gfield .ginput_container input[type=password]:focus,
.gform-body.gform_body .gform_fields .gfield .ginput_container input[type=tel]:focus {
  color: #637381;
  background-color: #fff;
  border-color: var(--primary-glow);
  outline: 0;
  box-shadow: 0px 0px 0px 4px var(--primary-glow);
}
.gform-body.gform_body .gform_fields .gfield .ginput_container select {
  padding: 8px 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #637381;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c4cdd5;
  appearance: none;
  border-radius: 6px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.gform-body.gform_body .gform_fields .gfield .ginput_container select:focus {
  color: #637381;
  background-color: #fff;
  border-color: var(--primary-glow);
  outline: 0;
  box-shadow: 0px 0px 0px 4px var(--primary-glow);
}
.gform-body.gform_body .gform_fields .gfield .ginput_container textarea {
  padding: 8px 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #637381;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c4cdd5;
  appearance: none;
  border-radius: 6px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.gform-body.gform_body .gform_fields .gfield .ginput_container textarea:focus {
  color: #637381;
  background-color: #fff;
  border-color: var(--primary-glow);
  outline: 0;
  box-shadow: 0px 0px 0px 4px var(--primary-glow);
}

.kanban-board {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 32px;
  box-sizing: border-box;
}

.kanban-column {
  flex: 1;
  background: #f9f9f9;
  padding: 10px;
  border-radius: 5px;
  min-width: 300px;
  min-height: 40vh;
}
.kanban-column-color {
  margin-left: 12px;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #616161;
}

.kanban-column-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

.kanban-column-content {
  min-height: 100px;
  border: 1px dashed var(--primary-dark);
  height: 100%;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
}

.kanban-card {
  padding: 10px;
  background: #f1f5f9;
  color: #000;
  border-radius: 3px;
  margin-bottom: 10px;
  cursor: move;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: background 0.2s ease-in-out;
}

.kanban-card:hover {
  background: var(--secondary);
}

.ui-sortable-placeholder {
  visibility: visible !important;
  background: #fff;
  border: 2px dashed var(--primary-dark);
  height: 50px;
  margin-bottom: 10px;
  border-radius: 3px;
}

.kanban-card {
  transition: all 0.2s ease-in-out;
}

.ui-sortable-helper {
  transition: transform 0.2s ease-in-out;
}

#wpadminbar {
  top: unset !important;
  bottom: 0 !important;
}

div[data-filter=filter-wrapper] {
  display: none;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
div[data-filter=filter-wrapper].active {
  display: block;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.dash-ui-tabs {
  margin-bottom: 20px;
}

.dash-ui-tab-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  border-bottom: 1px solid #ddd;
}

.dash-ui-tab {
  margin: 0;
  padding: 10px 20px;
}
.dash-ui-tab a {
  text-decoration: none;
  color: #666;
}
.dash-ui-tab.active {
  border-bottom: 2px solid #0073aa;
}
.dash-ui-tab.active a {
  color: #0073aa;
  font-weight: 500;
}

.dash-ui-popover {
  position: fixed;
  top: 0;
  right: -100%;
  width: 400px;
  height: 100vh;
  background: #fff;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
  transition: right 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 999;
  overflow-y: auto;
  visibility: hidden;
  /* HTML: <div class="loader"></div> */
}
.dash-ui-popover.active {
  right: 0;
  transition: right 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  visibility: visible;
}
.dash-ui-popover .infolist-header {
  padding: 20px;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1;
}
.dash-ui-popover .infolist-header h2 {
  margin: 0;
  font-size: 1.5em;
  color: #333;
}
.dash-ui-popover .error {
  background: rgba(240, 1, 1, 0.8);
  color: #fff;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-size: 0.875rem;
  width: fit-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dash-ui-popover .dash-ui-popover-close {
  cursor: pointer;
  font-size: 20px;
  color: #333;
  border: unset;
  background: unset;
}
.dash-ui-popover .infolist-content {
  padding: 20px;
}
.dash-ui-popover .info-row {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
}
.dash-ui-popover .info-row label {
  font-weight: 600;
  min-width: 120px;
  color: #666;
}
.dash-ui-popover .info-row span {
  flex: 1;
  color: #333;
}
.dash-ui-popover .loader-popover {
  opacity: 0.4;
  width: 40px;
  aspect-ratio: 1;
  --g: radial-gradient(farthest-side, #0000 calc(95% - 3px), #bfbfbf calc(100% - 3px) 98%, #0000 101%) no-repeat;
  background: var(--g), var(--g), var(--g);
  background-size: 20px 20px;
  animation: l10 1.5s infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@keyframes l10 {
  0% {
    background-position: 0 0, 0 100%, 100% 100%;
  }
  25% {
    background-position: 100% 0, 0 100%, 100% 100%;
  }
  50% {
    background-position: 100% 0, 0 0, 100% 100%;
  }
  75% {
    background-position: 100% 0, 0 0, 0 100%;
  }
  100% {
    background-position: 100% 100%, 0 0, 0 100%;
  }
}

.dash-ui-popover-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 9998;
}
.dash-ui-popover-overlay.active {
  opacity: 1;
  visibility: visible;
}

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