@import url(https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.11.5/css/lightbox.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css);
@import url(https://fonts.googleapis.com/css2?family=Clicker+Script&family=Montserrat:wght@100;300;400;600&family=Poppins:wght@100;300;500&display=swap);
@import url(https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.css);
@import url(https://cdn.datatables.net/1.12.1/css/jquery.dataTables.min.css);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css);
:root {
  --small-font-size: 12px;
  --default-font-size: 14px;
  --large-font-size: 18px;
  --title-font-size: 24px;
  --font-family: Poppins, sans-serif;
  --default-transition: .3s all ease-in-out;
  --skin-bg-info: 79, 193, 233;
  --skin-bg-brand-1: 58, 175, 191;
  --skin-bg-brand-2: 219, 149, 4;
  --skin-bg-brand-3: 153, 4, 77;
  --skin-bg-brand-4: 31, 28, 48;
  --skin-bg-error: 234, 32, 39;
  --skin-bg-warning: 219, 149, 4;
  --skin-bg-success: 68, 189, 50;
  --skin-bg-dark: 31, 28, 48;
  --skin-bg-light: 245, 245, 245;
  --skin-success: #44bd32;
  --skin-warning: #ea5920;
  --skin-error: #EA2027;
  --skin-brand-1: #3aafbf;
  --skin-brand-2: #db9504;
  --skin-brand-3: #99044d;
  --skin-light: whitesmoke;
  --skin-dark: #000;
  --skin-brand-dark: #1f1c30;
  --skin-odd-row: 37, 44, 64;
  --skin-even-row: 37, 44, 64;
}

body {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  font-family: var(--font-family);
  font-size: var(--default-font-size);
}

p {
  color: black;
}

img {
  max-width: 100%;
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
}
.flex-row .w-1-3 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

/* RESPONSIVE */
@media only screen and (max-width : 425px) {
  * {
    font-size: var(--small-font-size);
  }
}
/* https://animate.style/ */
/* animate__animated */
.animate__delay-0_2s {
  animation-delay: 0.2s;
}

.animate__delay-0_4s {
  animation-delay: 0.4s;
}

.animate__delay-0_6s {
  animation-delay: 0.6s;
}

.animate__delay-0_8s {
  animation-delay: 0.8s;
}

#sidebar .tooltip-container .tooltip-text {
  left: 0;
  transform: unset;
}
#sidebar .tooltip-container .tooltip-text::after {
  left: 4px;
  margin-left: 0;
}

.tooltip-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
  top: -1px;
}
.tooltip-container i {
  font-size: 12px;
}
.tooltip-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
.tooltip-container.error-tooltip i {
  color: var(--skin-error);
}
.tooltip-container.error-tooltip .tooltip-text {
  background: var(--skin-error);
}
.tooltip-container.error-tooltip .tooltip-text::after {
  border-color: var(--skin-error) transparent transparent transparent;
}
.tooltip-container .tooltip-text {
  box-shadow: 0 0 3px #000;
  visibility: hidden;
  min-width: 120px;
  background-color: #3aafbf;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.tooltip-container .tooltip-text::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #3aafbf transparent transparent transparent;
}

.landing {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 50%;
  margin: 0 auto;
  padding: 60px;
}
.landing h1 {
  color: white;
  font-size: 44px;
  font-weight: 300;
  margin: 0;
}
.landing p {
  color: white;
}
.landing span {
  color: white;
  font-size: 44px;
}
.landing img {
  max-width: 150px;
  background: white;
  border-radius: 50%;
  padding: 19px;
  overflow: initial;
}

body.light .landing {
  max-width: 100%;
}

/*
########################################
        Create New Fitting Sheet
########################################
*/
.fitting-sheet.new-post .acf-field--post-title .acf-label {
  display: block;
}
.fitting-sheet.new-post .acf-field--post-title .acf-input input[type=text] {
  background: #fff;
  border: 1px solid #ccc;
  text-align: left;
  color: #2c3e50;
  font-size: 14px;
}
.fitting-sheet.new-post .acf-field--post-title .acf-input::before {
  content: none;
}

/*
########################################
            Outstanding
########################################
*/
.fitting-sheet .acf-field--post-title .acf-label {
  display: none;
}
.fitting-sheet .acf-field--post-title .acf-input {
  position: relative;
}
.fitting-sheet .acf-field--post-title .acf-input input[type=text] {
  background: none;
  border: none;
  text-align: left;
  color: var(--skin-brand-2);
  font-size: 32px;
  padding-left: 0;
  margin-left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.fitting-sheet .acf-field--post-title .acf-input input[type=text]:focus {
  outline: none;
}
.fitting-sheet .aw_manager .acf-field[data-key=field_66057d21e80f0],
.fitting-sheet .aw_fitter .acf-field[data-key=field_66057d21e80f0] {
  display: none;
}

/*
########################################
          Temp Styling
########################################
*/
.ready-to-close-fitting-sheet .action-panel,
.closed-fitting-sheet .action-panel,
.new-post .action-panel {
  display: none;
}

.hub-form.client .acf-field[data-key=_post_title] {
  display: none;
}

.closed-fitting-sheet .acf-form-submit {
  display: none !important;
}

.hide-me .acf-label {
  display: none;
}

.select2-dropdown,
.select2-search__field {
  font-weight: 300;
}

.hub-form {
  padding: 20px;
  max-width: 1280px;
  margin: auto;
  position: relative;
  margin-bottom: 40px;
  /* 
  ================================ 
  ============= View ============= 
  ================================ 
  */
}
.hub-form #acf_title_proxy {
  font-size: 24px;
  font-weight: 400;
}
.hub-form .action-panel {
  padding: 0;
}
.hub-form input:disabled {
  opacity: 0.5;
}
.hub-form.save-only-button .acf-form-submit input[type=submit] {
  width: 50%;
  background: rgb(var(--skin-bg-success));
}
.hub-form.save-only-button .acf-form-submit input.btn-draft[type=submit] {
  background: rgb(var(--skin-bg-brand-2));
}
.hub-form .acf-fields > .acf-field {
  border: none;
}
@media only screen and (max-width : 425px) {
  .hub-form .acf-fields > .acf-field {
    padding: 5px;
  }
}
.hub-form .acf-fields .acf-fields .-left > .acf-field > .acf-label::after {
  left: 12px;
}
.hub-form .acf-is-prepended,
.hub-form .acf-is-appended {
  border: none;
  padding: 0;
  margin: 0;
  min-height: unset;
  line-height: 1.7;
  font-size: 14px;
}
.hub-form .acf-image-uploader {
  font-size: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hub-form .acf-additional-field [data-key=_validate_email] {
  display: none;
}
.hub-form.client .acf-form .acf-form-fields {
  margin-top: 30px;
}
.hub-form #message {
  display: none;
}
.hub-form #message p {
  color: white;
}
.hub-form h1 {
  color: white;
  padding-left: 15px;
  font-weight: 500;
  text-align: center;
  font-weight: var(--large-font-size);
}
.hub-form .form-title {
  color: white;
  padding-left: 15px;
  font-weight: 500;
  text-align: left;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  font-weight: 300;
  border-left: 1px solid rgb(var(--skin-bg-brand-1), 0.2);
  border-bottom: 1px solid rgba(var(--skin-bg-brand-1), 0.2);
}
.hub-form .form-title h2, .hub-form .form-title h3 {
  padding: 0;
  margin: 0;
  font-weight: 300;
}
@media only screen and (max-width : 425px) {
  .hub-form .form-title {
    display: contents;
    text-align: right;
  }
}
.hub-form .acf-field .acf-label label {
  display: inline;
}
.hub-form .acf-field .tasklist {
  align-content: center;
}
.hub-form .acf-field .complete .tasklist select {
  color: white;
  background-color: rgb(var(--skin-bg-success));
}
.hub-form .acf-field .problem .tasklist select {
  color: white;
  background-color: rgb(var(--skin-bg-error));
}
.hub-form label {
  font-weight: 300;
  color: white;
}
.hub-form span.acf-additional-field {
  display: block;
  padding: 0 2px;
  background-color: #ededed;
}
.hub-form span.acf-additional-field[data-key=client_details] {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
       column-gap: 40px;
  width: 50%;
  padding: 10px;
}
@media only screen and (max-width : 425px) {
  .hub-form span.acf-additional-field[data-key=client_details] {
    flex-direction: column;
    width: 100%;
    text-align: center;
  }
}
.hub-form span.acf-additional-field[data-key=client_details][data-key=status] {
  display: none;
}
@media only screen and (max-width : 425px) {
  .hub-form span.acf-additional-field span {
    margin-top: 10px;
  }
}
.hub-form span.acf-additional-field[data-key=development_address] {
  margin-top: 10px;
}
.hub-form span.acf-additional-field.top-level.taxonomy {
  margin: 5px 0 0;
}
.hub-form span.acf-additional-field.top-level.post-object {
  margin: 5px 0 0;
}
.hub-form span.acf-additional-field.top-level.relationship {
  margin: 0 0 15px;
}
.hub-form span.acf-additional-field .key,
.hub-form span.acf-additional-field .separator,
.hub-form span.acf-additional-field .value {
  font-size: var(--small-font-size);
  font-weight: 300;
  font-size: 14px;
}
.hub-form span.acf-additional-field .key {
  font-weight: 400;
  display: block;
}
.hub-form span.acf-additional-field .separator {
  margin-right: 5px;
}
.hub-form .hide-label > .acf-label {
  display: none;
}
.hub-form .acf-fields.-border {
  background: none;
  border: none;
}
.hub-form .acf-fields .acf-field .acf-label {
  margin: 0 0 20px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.hub-form .acf-fields .acf-field .acf-label::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 20px;
  background: var(--skin-brand-3);
  left: 0;
  bottom: -5px;
}
.hub-form .acf-fields .acf-field .acf-accordion-content > .acf-fields > .acf-field {
  border: 1px solid #e9e9e9;
}
.hub-form .acf-fields .acf-field .acf-accordion-content > .acf-fields p.description {
  font-size: 11px;
  font-weight: 300;
  color: black;
  padding: 0;
  margin: 0;
}
.hub-form .acf-fields .acf-field .acf-accordion-content label {
  color: black;
  font-weight: 400;
  font-size: 12px;
}
.hub-form .acf-fields ul.acf-radio-list li {
  display: inline-block;
  margin-right: 50px;
}
.hub-form .acf-fields .acf-icon::before {
  position: relative;
  top: 3px;
}
.hub-form .acf-fields .acf-icon.small::before {
  top: 1px;
}
.hub-form .acf-fields .acf-input input {
  border-radius: 0px !important;
  font-weight: 300;
}
.hub-form .acf-fields .acf-input textarea,
.hub-form .acf-fields .acf-input .select2-selection {
  font-weight: 300;
}
.hub-form .acf-fields .acf-input label {
  font-weight: 300;
}
.hub-form .acf-fields .acf-input a {
  color: var(--skin-brand-1);
  font-weight: 300;
}
.hub-form .acf-fields .acf-input a.acf-button {
  background-color: rgb(var(--skin-bg-success));
  padding: 6px 16px;
  color: white;
  text-decoration: none;
  position: relative;
  z-index: 999;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.hub-form .acf-fields .acf-input a.acf-button.acf-download-files {
  background-color: rgb(var(--skin-bg-brand-2));
  margin-left: 10px;
}
.hub-form .acf-fields .acf-input .acf-gallery-side {
  z-index: 2;
}
.hub-form .acf-fields .acf-input .acf-gallery-side-data {
  padding: 0px;
}
.hub-form .acf-fields .acf-input .acf-gallery-side-data .acf-gallery-side-info {
  padding: 20px;
  margin: 0;
}
.hub-form .acf-fields .acf-input .acf-gallery-side-data .acf-gallery-side-info .actions {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-top: 10px;
}
.hub-form .acf-fields .acf-input .acf-gallery-side-data .acf-gallery-side-info .actions a {
  padding: 12px;
  margin: 4px 0;
  color: white;
  text-decoration: none;
  width: 48%;
  text-align: center;
}
.hub-form .acf-fields .acf-input .acf-gallery-side-data .acf-gallery-side-info .actions a.view {
  background-color: rgb(var(--skin-bg-success));
}
.hub-form .acf-fields .acf-input .acf-gallery-side-data .acf-gallery-side-info .actions a.download {
  background-color: rgb(var(--skin-bg-brand-1));
}
.hub-form .acf-fields .acf-input .acf-gallery-side-data .acf-gallery-side-info .actions a.acf-gallery-edit {
  background-color: rgb(var(--skin-bg-brand-3));
}
.hub-form .acf-fields .acf-input .acf-gallery-side-data .acf-gallery-side-info .actions a.acf-gallery-remove {
  background-color: rgb(var(--skin-bg-error));
}
.hub-form .acf-fields .acf-input .acf-gallery-side-data .acf-gallery-side-info .filename {
  padding-bottom: 4px;
}
.hub-form .acf-fields .acf-input .acf-gallery-side-data .acf-gallery-side-info .filename strong {
  font-weight: 400;
}
.hub-form .acf-fields .acf-input .acf-gallery-side-data .acf-gallery-side-info .uploaded,
.hub-form .acf-fields .acf-input .acf-gallery-side-data .acf-gallery-side-info .dimensions {
  font-weight: 300;
  font-size: 10px;
  margin: 0;
}
.hub-form .acf-fields .acf-input .acf-gallery-side-data .form-table {
  display: none;
}
.hub-form .acf-fields .acf-gallery {
  z-index: 99999;
}
.hub-form .acf-fields .acf-gallery.-open .acf-gallery-toolbar {
  top: 213px;
}
.hub-form .acf-fields .acf-gallery.-open li {
  width: 100%;
}
.hub-form .acf-fields .acf-gallery.-open .acf-gallery-update {
  display: none;
}
.hub-form .acf-fields .acf-gallery-toolbar a {
  display: block;
  margin-bottom: 10px;
}
.hub-form .acf-fields .acf-accordion-content .acf-field {
  margin: 0;
}
.hub-form .acf-fields input {
  padding: 8px;
  border: 1px solid #ccc;
  color: #2c3e50;
}
.hub-form .acf-fields input[type=range] {
  -webkit-appearance: revert;
     -moz-appearance: revert;
          appearance: revert;
  padding: 0;
  accent-color: var(--skin-brand-1);
}
.hub-form .acf-fields select {
  padding: 8px;
  border: 1px solid #ccc;
  color: #2c3e50;
  background: white;
  min-height: 45px;
}
.hub-form .acf-fields select.acf-gallery-sort {
  min-height: unset;
}
.hub-form .acf-fields input[type=radio] {
  min-height: unset;
  -webkit-appearance: revert;
     -moz-appearance: revert;
          appearance: revert;
}
.hub-form .acf-fields textarea {
  border: 1px solid #ccc;
}
.hub-form .acf-fields .select2-selection {
  padding: 8px;
  border: 1px solid #ccc;
  color: #2c3e50;
  min-height: 45px;
}
.hub-form .acf-fields .select2-selection .select2-selection__arrow {
  top: 10px;
}
.hub-form .acf-field-gallery {
  margin-top: 0;
}
.hub-form .acf-field-accordion .acf-accordion-title {
  background: rgb(var(--skin-bg-brand-1));
  border: none;
  margin: -1px;
  transition: all 0.3s ease-in-out;
}
.hub-form .acf-field-accordion .acf-accordion-title:hover {
  background: rgba(var(--skin-bg-brand-1), 0.8);
}
.hub-form .acf-field-accordion .acf-accordion-title label {
  color: var(--skin-light);
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
}
.hub-form .acf-field-accordion .acf-label.acf-accordion-title {
  margin: -1px;
}
.hub-form .acf-field-accordion .acf-label.acf-accordion-title::after {
  display: none;
}
.hub-form .acf-field-accordion .acf-label.acf-accordion-title .acf-accordion-icon {
  color: var(--skin-light);
}
.hub-form .acf-field-accordion .acf-relationship {
  color: var(--skin-dark);
}
.hub-form .acf-form-submit {
  margin-top: 20px;
  position: relative;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin: 0 auto;
}
@media only screen and (max-width : 425px) {
  .hub-form .acf-form-submit {
    flex-direction: column;
    gap: 10px;
  }
}
.hub-form .acf-form-submit input[type=submit] {
  font-weight: 300;
  text-decoration: none;
  color: var(--skin-light);
  background-color: rgb(var(--skin-bg-warning));
  display: block;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 12px 0;
  width: 100%;
  margin: 0 auto;
}
.hub-form .acf-form-submit input[type=submit].btn-next {
  background-color: rgb(var(--skin-bg-success));
}
.hub-form .acf-form-submit input[type=submit].btn-prev {
  background-color: rgb(var(--skin-bg-error));
}
.hub-form .acf-form-submit input[type=submit].btn-create {
  background-color: rgb(var(--skin-bg-success));
}
.hub-form .acf-form-submit .acf-spinner {
  width: 100%;
  height: 102%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(var(--skin-bg-success));
  z-index: 9999;
}
.hub-form .acf-form-submit .acf-spinner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.hub-form .acf-notice {
  background: rgb(var(--skin-bg-error));
  color: var(--skin-light);
}
.hub-form .acf-field.acf-accordion {
  margin-bottom: 10px;
  border: 2px solid var(--skin-brand-1);
}
.hub-form.view .acf-relationship {
  border: none;
}
.hub-form.view .acf-relationship .filters {
  display: none;
}
.hub-form.view .acf-relationship .choices {
  display: none;
}
.hub-form.view .acf-relationship .values {
  width: 100%;
  position: relative;
}
.hub-form.view .acf-relationship .values::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.hub-form.view .acf-relationship .values ul {
  height: auto;
}
.hub-form.view .acf-field--post-title .acf-label {
  display: none;
}
.hub-form.view .acf-field--post-title input {
  padding: 0;
  margin: 0;
  color: var(--skin-brand-1);
  background-color: unset;
  border: unset;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
}
.hub-form.view .acf-fields {
  background: none;
  border: none;
}
.hub-form.view .acf-fields label {
  margin: 0;
}
.hub-form.view .acf-fields .acf-field .highlight-label {
  border: 1px solid rgb(var(--skin-bg-brand-3));
}
.hub-form.view .acf-fields .acf-field .highlight-label label {
  color: white;
}
.hub-form.view .acf-fields .acf-field .highlight-label::before {
  background: rgb(var(--skin-bg-brand-3));
  border: none;
}
.hub-form.view .acf-fields .acf-field .blue-banner-label {
  background: rgb(var(--skin-bg-brand-1));
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
.hub-form.view .acf-fields .acf-field .blue-banner-label .acf-label {
  padding-bottom: 10px;
}
.hub-form.view .acf-fields .acf-field .blue-banner-label .acf-label::after {
  left: 50%;
  transform: translateX(-50%);
}
.hub-form.view .acf-fields .acf-field .blue-banner-label::before {
  background: rgb(var(--skin-bg-brand-1));
  border: none;
}
.hub-form.view .acf-fields .acf-field .blue-banner-label label {
  color: var(--skin-light);
  text-align: center;
}
.hub-form.view .acf-fields .acf-field .blue-banner-label input {
  color: var(--skin-light);
  text-align: center;
}
.hub-form.view .acf-fields .acf-field.acf-field--post-title {
  position: relative;
  margin-bottom: 20px;
}
.hub-form.view .acf-fields .acf-field.acf-field--post-title::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 50%;
  background: var(--skin-brand-3);
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
}
.hub-form.view .acf-fields .acf-field.acf-field--post-title input {
  color: var(--skin-brand-1);
}
.hub-form.view .acf-input {
  padding: 0;
  margin: 0;
}
.hub-form.view .acf-input textarea {
  background: none;
  border: none;
  color: #2c3e50;
  font-weight: 300;
  margin: 0;
  padding: 0;
  resize: none;
  outline: none;
}
.hub-form.view .acf-input input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  font-weight: 300;
  min-height: unset;
  outline: none;
}
.hub-form.view .acf-input select {
  outline: none;
}
.hub-form.view table {
  background: none;
  border: none;
}
.hub-form.view table tbody {
  background: unset;
}
.hub-form.view table tbody td {
  background: none;
}
.hub-form.view .select2-container {
  pointer-events: none;
}
.hub-form.view .acf-input .acf-date-picker,
.hub-form.view .acf-input .acf-time-picker {
  pointer-events: none;
}
.hub-form.view .acf-actions.-hover {
  display: none;
}
.hub-form.view .acf-row-handle.remove {
  display: none;
}
.hub-form.view .acf-button {
  display: none;
}

/*
########################################
              Responsive
########################################
*/
@media only screen and (max-width : 992px) {
  #content {
    width: 100% !important;
    max-width: 100% !important;
    left: 0 !important;
    padding-top: 40px;
  }
  .fitting-sheet {
    width: 100%;
    max-width: 100%;
  }
  .fitting-sheet .acf-field--post-title .acf-input input[type=text] {
    font-size: 16px;
  }
  .acf-field-6604296c772cd .acf-fields.-left > .acf-field::before {
    display: none;
  }
  .acf-field-6604296c772cd .acf-table thead {
    display: none;
  }
  .acf-field-6604296c772cd .acf-table .acf-field {
    display: flex;
    flex-direction: column;
  }
  .acf-field-6604296c772cd .acf-table .acf-row {
    display: flex;
    flex-direction: column;
  }
  .acf-field-6604296c772cd .acf-table .acf-row .acf-label {
    width: 100% !important;
  }
  .acf-field-6604296c772cd .acf-table .acf-row .acf-input {
    width: 100% !important;
  }
  .hub-form {
    box-shadow: none;
    padding: 10px;
  }
  .hub-form .action-panel {
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 0;
  }
  .hub-form .action-panel a {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (max-width : 992px) and (max-width : 768px) {
  .hub-form .action-panel a {
    margin: 0;
  }
}
@media only screen and (max-width : 992px) and (max-width : 768px) {
  .hub-form .form-title {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width : 992px) {
  .hub-form .acf-repeater .acf-table .responsive-heading {
    display: none;
  }
  .hub-form .acf-table thead {
    display: none;
  }
  .hub-form .acf-table .responsive-heading {
    font-size: 12px;
    font-weight: 300;
    padding-bottom: 4px;
  }
  .hub-form .acf-table .acf-row {
    width: 100%;
  }
}
@media only screen and (max-width : 425px) {
  .hub-form .acf-fields .acf-input a.acf-button {
    display: block;
    margin-top: 5px;
  }
  .hub-form .acf-table .acf-row {
    display: flex;
    flex-direction: column;
  }
  .hub-form .acf-table .acf-row .acf-row-handle {
    padding: 0;
  }
  .hub-form .acf-field-gallery {
    margin-top: 40px !important;
  }
  .hub-form .acf-field-gallery .acf-hl li {
    width: 100%;
  }
  .hub-form .acf-gallery-side {
    max-width: 100%;
  }
  .hub-form .acf-gallery-side .acf-gallery-side-inner {
    max-width: 100%;
  }
}
.skin-color-1 {
  color: var(--skin-brand-1);
}

.text-red {
  color: rgb(var(--skin-error)) !important;
}

.btn-green {
  background: rgb(var(--skin-success));
}

.btn-warning {
  background: rgb(var(--skin-warning));
}

.btn-skin-error {
  background: rgb(var(--skin-error));
}

.btn-skin-brand-1 {
  background: rgb(var(--skin-brand-1));
}

.btn-skin-brand-2 {
  background: rgb(var(--skin-brand-2));
}

.btn-skin-brand-3 {
  background: rgb(var(--skin-brand-3));
}

.hide {
  display: none !important;
}

.hidden {
  visibility: hidden !important;
}

.acf-field[data-name=status] {
  position: relative;
}

strong {
  font-weight: 400;
}

.error404 #sidebar {
  display: none;
}
.error404 #content {
  width: 100%;
  left: 0%;
}

.action-bar {
  color: white;
}
.action-bar .material-icons {
  color: white;
  font-size: 18px;
  position: relative;
  top: 3px;
  left: 5px;
}

.admin-bar #sidebar .menu-sidebar .footer-block {
  bottom: 32px;
}

.landing img {
  pointer-events: none;
}

.page-heading-bar {
  display: flex;
  justify-content: space-between;
  background: white;
  align-items: center;
  padding: 20px;
}
.page-heading-bar h1 {
  margin: 0;
}
@media only screen and (max-width : 768px) {
  .page-heading-bar h1 {
    margin-top: 0;
  }
}
@media only screen and (max-width : 425px) {
  .page-heading-bar h1::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.page-heading-bar h2, .page-heading-bar h3 {
  margin: 0;
  font-weight: 300;
}
@media only screen and (max-width : 768px) {
  .page-heading-bar {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.action-panel {
  position: relative;
  display: flex;
  gap: 5px;
  padding: 0 30px;
}
@media only screen and (max-width : 425px) {
  .action-panel {
    justify-content: center;
    width: 100%;
  }
}
.action-panel .action-btn {
  text-decoration: none;
  color: var(--skin-light);
  cursor: pointer;
  padding: 5px 13px;
  font-size: 10px;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: row;
}
.action-panel .action-btn i {
  position: relative;
  lefT: -5px;
}
.action-panel .create-btn {
  background-color: rgb(var(--skin-bg-success));
}
.action-panel .back-btn {
  background-color: rgb(var(--skin-bg-error));
}
.action-panel .print-btn {
  background-color: rgb(var(--skin-bg-brand-2));
}

@media only screen and (max-width : 768px) {
  .form-title {
    width: 100%;
    text-align: center;
  }
}
.screen-reader-text {
  display: none;
}

.btn {
  font-weight: 300;
  text-decoration: none;
  color: var(--skin-bg-light);
  display: block;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 12px 0;
  width: 50%;
}

.responsive-heading {
  display: none;
}

.no-data {
  text-align: center;
  color: white;
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 0;
}
.no-data .page-header {
  color: whitesmoke;
  font-weight: 300;
  margin: 0;
}
.no-data .page-header i {
  font-size: 100px;
}
.no-data .page-header .success-icon {
  color: var(--skin-success);
  margin: 0;
  padding: 0;
  font-size: 80px;
  margin-top: 50px;
  text-shadow: 0px 1px 3px black;
}
.no-data .page-header .success-text {
  font-size: 60px;
  color: whitesmoke;
  margin: 0;
  text-shadow: 0px 1px 3px black;
}
.no-data .page-header .success-text span {
  color: var(--skin-success);
  font-weight: 500;
  font-size: 60px;
}
.no-data .page-header .error-icon {
  color: var(--skin-error);
  margin: 0;
  padding: 0;
  font-size: 80px;
  margin-top: 50px;
  text-shadow: 0px 1px 3px black;
}
.no-data .page-header .error-text {
  font-size: 60px;
  color: whitesmoke;
  text-shadow: 0px 1px 3px black;
}
.no-data .page-header .error-text span {
  color: var(--skin-error);
  font-weight: 500;
  font-size: 60px;
}
.no-data .page-content p {
  color: #333;
  font-weight: 300;
}
.no-data .page-content .btn {
  width: 40%;
  margin: 20px auto 0;
}

body.dark .no-data .page-content p,
body.brand .no-data .page-content p {
  color: white;
  font-weight: 300;
}

.page-template-login #background-left,
.page-template-login #sidebar {
  display: none;
}
.page-template-login #content {
  width: 100%;
  left: 0;
  padding: 0;
}
.page-template-login #login {
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.page-template-login #login img {
  max-width: 85px;
}
.page-template-login #login #footer {
  padding-top: 10px;
}
.page-template-login #login .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.page-template-login #login .inner .contact-adworks {
  font-weight: 300;
  transition: 0.2s all ease-in-out;
}
.page-template-login #login .inner .contact-adworks:hover {
  color: var(--skin-error);
}
.page-template-login #login .inner .box-border {
  padding: 4px;
  border-top: 2px solid var(--skin-bg-brand-2);
  border-bottom: 2px solid var(--skin-bg-brand-2);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto;
  text-transform: uppercase;
}
.page-template-login #login h2 {
  line-height: 44px;
  text-transform: initial;
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 36px;
  padding: 20px 0;
  color: white;
  margin: 0;
}
.page-template-login #login h2 span {
  font-size: 36px;
}
.page-template-login #login h2 .skin-color-2 {
  color: var(--skin-brand-2);
}
.page-template-login #login .remember-me {
  color: white;
  font-weight: 300;
  padding: 10px 0;
}
.page-template-login #login input[type=text],
.page-template-login #login input[type=password] {
  background-color: var(--skin-light);
  border: none;
  color: var(--skin-dark);
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 5px;
  width: 87%;
  border: 2px solid rgb(var(--skin-light));
  transition: all 0.5s ease-in-out;
  border-radius: 5px 5px 5px 5px;
}
.page-template-login #login input[type=submit] {
  border: none;
  color: var(--skin-light);
  padding: 15px 80px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  border-radius: 5px 5px 5px 5px;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
  margin: 5px auto;
  background: rgb(var(--skin-bg-success));
}
.page-template-login #login .contact-adworks {
  color: var(--skin-light);
  text-decoration: none;
}

#sidebar,
#content {
  position: relative;
  z-index: 1;
}

#sidebar {
  width: 12%;
  z-index: 5;
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: rgb(var(--skin-bg-dark));
}
@media only screen and (max-width : 1200px) {
  #sidebar {
    width: 18%;
    height: 100vh;
  }
}
@media only screen and (min-width : 1200px) {
  #sidebar {
    position: fixed;
  }
}
#sidebar .theme {
  position: relative;
}
#sidebar .theme:hover .theme-selection {
  display: block;
  position: absolute;
  left: 100%;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  font-size: 12px;
}
@media only screen and (max-width : 425px) {
  #sidebar .theme:hover .theme-selection {
    left: -180px;
  }
}
@media only screen and (max-width : 1200px) {
  #sidebar .theme:hover .theme-selection {
    left: -140px;
  }
}
#sidebar .theme .theme-selection {
  position: absolute;
  top: 0;
  left: 100%;
  visibility: hidden;
  opacity: 0;
  list-style: none;
  padding: 0;
  width: 200px;
  z-index: -999;
  transition: all 0.3s ease-in-out;
  background: rgb(var(--skin-bg-brand-4));
  font-size: 12px;
}
#sidebar .theme .theme-selection a {
  text-decoration: none;
  text-decoration: none;
  display: block;
  padding: 13px 34px;
  color: var(--skin-light);
  font-weight: 300;
  transition: all 0.3s ease-in-out;
  position: relative;
  font-size: 12px;
}
#sidebar .theme .theme-selection a:hover {
  background-color: rgb(var(--skin-bg-brand-1));
  color: white !important;
}
#sidebar::after {
  content: "";
  position: fixed;
  background-color: rgb(var(--skin-bg-dark));
  height: 100%;
  width: 12%;
  z-index: 1;
}
@media only screen and (max-width : 1200px) {
  #sidebar::after {
    width: 18%;
  }
}
#sidebar aside {
  z-index: 2;
}
#sidebar .wrapper {
  display: flex;
  flex-direction: row;
  padding: 15px 0;
}
#sidebar .logo-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  width: 70%;
}
#sidebar .logo-container .logo-text {
  font-weight: 300;
  text-align: center;
}
#sidebar .logo-container .logo-text span {
  color: var(--skin-brand-1);
  font-weight: 400;
}
#sidebar .logo-container .spacer-line {
  background: rgb(var(--skin-bg-light));
  width: 80%;
  height: 1px;
  display: block;
  margin: 10px auto;
}
#sidebar .logo-container .hub {
  display: block;
  font-size: 24px;
  font-weight: 300;
  color: var(--skin-brand-2);
}
#sidebar .logo-container img {
  display: block;
  margin: 0 auto;
  max-width: 80px;
}
#sidebar .menu-sidebar {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#sidebar .menu-sidebar nav {
  height: 100%;
}
#sidebar .menu-sidebar .footer-block {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  width: 30%;
  background: var(--skin-bg-brand-4);
  padding: 8px;
  margin: 0;
}
#sidebar .menu-sidebar .footer-block .heading-link {
  position: relative;
  display: flex;
  justify-content: center;
}
#sidebar .menu-sidebar .footer-block .heading-link a {
  font-size: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--skin-light);
  text-decoration: none;
  font-weight: 300;
  padding: 10px 20px;
  transition: all 0.2s ease-in-out;
}
#sidebar .menu-sidebar .footer-block .heading-link a:hover {
  color: var(--skin-brand-1);
  transition: all 0.2s ease-in-out;
}
#sidebar #menu-sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
#sidebar #menu-sidebar-menu li.current-menu-item a {
  background: rgb(var(--skin-bg-brand-1));
}
#sidebar #menu-sidebar-menu li a {
  text-decoration: none;
  text-decoration: none;
  display: block;
  padding: 13px 34px;
  color: var(--skin-light);
  font-weight: 300;
  transition: all 0.3s ease-in-out;
  position: relative;
  font-size: 12px;
}
#sidebar #menu-sidebar-menu li a:hover {
  background: rgb(var(--skin-bg-brand-1));
  transition: all 0.6s ease-in-out;
}
#sidebar #menu-sidebar-menu .menu-item-has-children {
  position: relative;
}
#sidebar #menu-sidebar-menu .menu-item-has-children::after {
  content: ">";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  color: white;
}
#sidebar #menu-sidebar-menu .menu-item-has-children .sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  visibility: hidden;
  opacity: 0;
  list-style: none;
  padding: 0;
  width: 200px;
  z-index: -999;
  transition: all 0.3s ease-in-out;
  background: rgb(var(--skin-bg-brand-4));
  font-size: 12px;
}
#sidebar #menu-sidebar-menu .menu-item-has-children .sub-menu a {
  position: relative;
  font-weight: 300;
}
#sidebar #menu-sidebar-menu .menu-item-has-children .sub-menu a:before {
  content: "-";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
#sidebar #menu-sidebar-menu .menu-item-has-children.current-menu-parent {
  background: rgb(var(--skin-bg-brand-1));
}
#sidebar #menu-sidebar-menu .menu-item-has-children:hover {
  transition: all 0.3s ease-in-out;
  background: rgb(var(--skin-bg-brand-1));
}
#sidebar #menu-sidebar-menu .menu-item-has-children:hover .sub-menu {
  display: block;
  position: absolute;
  left: 100%;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  font-size: 12px;
}

/*
########################################
              Responsive
########################################
*/
@media only screen and (max-width : 992px) {
  #wpadminbar {
    display: none;
  }
  .media-modal-backdrop {
    opacity: 0.9 !important;
  }
  .media-frame-title h1 {
    font-weight: 300;
  }
  .media-modal-content {
    max-width: 80%;
    margin: auto;
    max-height: 80%;
  }
  #sidebar {
    width: 80%;
    position: fixed;
    z-index: 999;
    right: 0;
    transform: translateX(100%);
    transition: var(--default-transition);
    visibility: hidden;
  }
  #content {
    width: 100%;
    left: 0;
  }
  .mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    height: 50px;
    background-color: white;
    width: 100%;
    z-index: 999;
  }
  .mobile-header .mobile-menu {
    position: fixed;
    z-index: 99999999;
    color: #333333;
    right: 0;
    top: 0;
    padding: 10px;
    display: block !important;
  }
  body.dark .mobile-header,
  body.brand .mobile-header {
    background-color: rgb(var(--skin-bg-dark));
  }
  body.dark .mobile-header .mobile-menu,
  body.brand .mobile-header .mobile-menu {
    color: white;
  }
  #sidebar.mobile-nav-active {
    transform: translateX(0);
    visibility: visible;
    overflow: scroll;
  }
  #sidebar.mobile-nav-active #menu-sidebar-menu .menu-item-has-children .sub-menu {
    display: block;
    position: relative;
    visibility: visible;
    left: 0;
    z-index: 1;
    opacity: 1;
    width: 100%;
  }
  #sidebar {
    width: 80%;
    position: fixed;
    z-index: 999;
    right: 0;
    top: 50px;
    transform: translateX(100%);
    transition: var(--default-transition);
    visibility: hidden;
  }
  #sidebar::after {
    box-shadow: none;
  }
  .responsive-heading {
    display: block;
  }
  table.dataTable {
    width: 100% !important;
    padding: 0 15px;
  }
  table.hub-table {
    margin: 0 !important;
  }
  table.dataTable thead,
  table.dataTable tfoot {
    display: none;
  }
  table.dataTable tbody tr {
    transition: all 0.2s ease-in-out;
    display: block;
    margin-bottom: 30px;
    text-align: left;
  }
  table.dataTable tbody tr td {
    display: block;
  }
}
body.brand.page-template-login {
  background-color: rgb(var(--skin-bg-brand-1));
}
body.brand.page-template-login #login span {
  color: white;
}
body.brand.page-template-login #login img {
  max-width: 85px;
  background: white;
  border-radius: 50%;
  padding: 10px;
  overflow: initial;
}

body.brand #background-left {
  background-color: rgb(var(--skin-bg-brand-1));
  position: fixed;
  right: 58%;
  width: 100%;
  height: 200vh;
  transform: skewX(-20deg);
  transition: all 0.3s;
}
body.brand #background-right {
  position: fixed;
  left: 41%;
  width: 100%;
  height: 200vh;
  background-color: rgb(var(--skin-bg-brand-1));
  transform: skewX(-20deg);
  transition: all 0.3s;
}
body.brand .page-heading-bar {
  background-color: rgb(var(--skin-bg-dark));
}
body.brand .page-heading-bar h1 {
  color: white;
}
body.brand .page-heading-bar h2, body.brand .page-heading-bar h3 {
  color: white;
}
body.brand .hub-form .acf-fields .acf-field-accordion {
  border: none;
}
body.brand .hub-form .acf-fields .acf-field-accordion .acf-accordion-title {
  background-color: rgb(var(--skin-bg-dark));
}

#content {
  width: 88%;
  left: 12%;
  position: relative;
}
@media only screen and (max-width : 1200px) {
  #content {
    width: 80%;
    left: 18%;
  }
}
@media only screen and (max-width : 768px) {
  #content {
    width: 100%;
    left: 0%;
  }
}
#content .dataTables_paginate {
  color: var(--skin-light) !important;
  font-weight: 300;
  padding-right: 20px;
}
#content .dataTables_paginate .dataTables_wrapper {
  color: var(--skin-light) !important;
}
#content .dataTables_paginate .dataTables_paginate {
  color: var(--skin-light) !important;
}
#content .dataTables_paginate .paginate_button {
  color: var(--skin-light) !important;
}
#content .dataTables_paginate .paginate_button:hover {
  background: rgb(var(--skin-bg-brand-1));
}
#content .dataTables_paginate .paginate_button.current {
  color: var(--skin-light) !important;
  background-color: rgb(var(--skin-bg-brand-1));
}
#content .dataTables_paginate .dataTables_wrapper {
  color: var(--skin-light);
}
#content .dataTables_paginate .dataTables_paginate {
  color: var(--skin-light);
}
#content .dataTables_paginate .paginate_button.current:hover {
  color: var(--skin-light) !important;
  background-color: rgb(var(--skin-bg-brand-1));
}

body.dark #background-left,
body.dark #background-right,
body.light #background-left,
body.light #background-right {
  display: none;
}

body.dark {
  background-color: #363a45;
}
body.dark .landing {
  background: none;
  border: none;
  box-shadow: none;
}
body.dark .landing h1 {
  color: white;
  font-weight: 300;
  margin: 0;
}
body.dark .landing img {
  max-width: 150px;
  background: none;
}
body.dark #sidebar {
  background-color: #272b34;
}
body.dark #sidebar #menu-sidebar-menu li {
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
body.dark #sidebar #menu-sidebar-menu li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
body.dark #sidebar #menu-sidebar-menu li a {
  font-weight: 300;
  text-decoration: none;
}
body.dark #sidebar #menu-sidebar-menu li a:hover {
  text-decoration: underline;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease-in-out;
}
body.dark #sidebar #menu-sidebar-menu li.current-menu-item a {
  font-weight: 500;
  background: rgba(255, 255, 255, 0.1);
}
body.dark #sidebar #menu-sidebar-menu .menu-item .current-menu-parent {
  color: #272b34;
  background: rgba(255, 255, 255, 0.1);
}
body.dark #sidebar #menu-sidebar-menu .menu-item .current-menu-parent .menu-item {
  background: rgba(255, 255, 255, 0.1);
}
body.dark #sidebar #menu-sidebar-menu .menu-item:has(.current-menu-item) {
  background: rgba(255, 255, 255, 0.1);
  font-weight: 500;
}
body.dark #sidebar #menu-sidebar-menu .menu-item-has-children .sub-menu {
  background: #2b2d31;
}
body.dark #sidebar #menu-sidebar-menu .menu-item-has-children.current-menu-parent {
  color: #272b34;
}
body.dark #sidebar #menu-sidebar-menu .menu-item-has-children.menu-item-has-children:after {
  color: white;
}
body.dark #sidebar #menu-sidebar-menu .menu-item-has-children.menu-item-has-children:hover {
  background: rgba(255, 255, 255, 0.1);
}
body.dark #sidebar:after {
  background-color: #2b2d31;
}
body.dark #sidebar .theme .theme-selection {
  background-color: #2b2d31;
}
body.dark .page-heading-bar {
  background-color: #2b2d31;
}
body.dark .page-heading-bar h1 {
  color: white;
}
body.dark .page-heading-bar h2, body.dark .page-heading-bar h3 {
  color: white;
}
body.dark table.hub-table thead {
  background-color: #2b2d31;
}
body.dark table.hub-table tbody td:first-child {
  background: none;
}
body.dark table.hub-table tbody td:first-child a {
  font-size: 12px;
  color: white;
}
body.dark table.hub-table tbody tr:nth-of-type(odd) {
  background-color: #2b2d31;
}
body.dark table.hub-table tbody tr:nth-of-type(even) {
  background-color: #2b2d31;
}
body.dark table.hub-table tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
body.dark table.hub-table tbody tr:hover td {
  font-weight: 400;
}
body.dark .hub-form {
  background: #363a45;
  border: none;
  box-shadow: none;
}
body.dark .hub-form p {
  font-weight: 300;
}
body.dark .hub-form #acf-_post_title {
  color: white;
  text-align: center;
  font-size: 27px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #2b2d31;
  padding: 8px;
}
body.dark .hub-form .responsive-heading {
  color: white;
}
body.dark .hub-form #acf_title_proxy {
  background: #2b2d31;
  color: white;
  border: none;
}
body.dark .hub-form .acf-fields .acf-field-accordion {
  border: none;
}
body.dark .hub-form .acf-fields .acf-field-accordion .acf-accordion-title {
  background: #2b2d31;
}
body.dark .hub-form .acf-fields .acf-field-accordion .acf-accordion-content > .acf-fields > .acf-field {
  border: none;
}
body.dark .hub-form .acf-fields .acf-field-accordion .acf-accordion-content {
  background: #2b2d31;
}
body.dark .hub-form .acf-fields .acf-field-accordion .acf-accordion-content .acf-fields {
  border-color: white;
}
body.dark .hub-form .acf-fields .acf-field-accordion .acf-accordion-content .acf-fields .acf-field .description {
  color: white;
}
body.dark .hub-form .acf-fields .acf-field-accordion .acf-accordion-content .acf-label:after {
  background: white;
}
body.dark .hub-form .acf-fields .acf-field-accordion .acf-accordion-content .acf-file-uploader p {
  color: white;
}
body.dark .hub-form .acf-fields .acf-field-accordion .acf-accordion-content label {
  color: white;
}
body.dark .hub-form .acf-fields .acf-field-accordion .acf-accordion-content input, body.dark .hub-form .acf-fields .acf-field-accordion .acf-accordion-content textarea {
  background: #363a45;
  color: white;
  font-weight: 300;
}
body.dark .hub-form .acf-fields .acf-field-accordion .acf-accordion-content .acf-input .acf-file-uploader .file-icon {
  background: none;
}
body.dark .hub-form .acf-fields .acf-field-accordion .acf-accordion-content .acf-input .acf-file-uploader .file-wrap {
  background: none;
}
body.dark .hub-form .acf-fields .acf-field-accordion .acf-accordion-content .acf-input .acf-file-uploader .file-info a {
  color: white;
  text-decoration: underline;
}
body.dark .hub-form .acf-fields .acf-table thead tr th {
  background: #363a45;
}
body.dark .hub-form .acf-fields .acf-table tbody tr td {
  background: #363a45;
}
body.dark .hub-form .acf-fields .acf-fields.-left > .acf-field:before {
  background: #363a45;
  border-color: white;
}
body.dark .hub-form .acf-fields select {
  background: #363a45;
  color: white;
}
body.dark .hub-form .acf-fields select option {
  font-weight: 300;
}
body.dark .hub-form .select, body.dark .hub-form .select2, body.dark .hub-form .select2-selection {
  background-color: #363a45;
  color: white;
}
body.dark .hub-form .select2-selection__arrow {
  border-color: #fff transparent transparent transparent;
}
body.dark .hub-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: white;
  font-weight: 300;
}
body.dark .hub-form span.acf-additional-field {
  background-color: #363a45;
  color: white;
}
body.dark .hub-form .acf-gallery .acf-gallery-main, body.dark .hub-form .acf-gallery .acf-gallery-sort, body.dark .hub-form .acf-gallery .acf-gallery-toolbar {
  background: #363a45;
  color: white;
}
body.dark .hub-form .acf-switch {
  background: #363a45;
}
body.dark .hub-form .acf-switch-slider {
  background: #272b34;
}
body.dark .select2-dropdown,
body.dark .select2-search__field {
  background: #363a45;
  color: white;
  font-weight: 300;
}
body.dark .select2-results .select2-results__option--highlighted {
  background: rgba(255, 255, 255, 0.1);
}
body.dark .select2-search__field:hover {
  background: rgba(255, 255, 255, 0.1);
}
body.dark .select2-container--default .select2-results__option[aria-selected=true] {
  background: rgba(255, 255, 255, 0.1);
}
body.dark #hub-view-ticket section,
body.dark .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
  background: #272b34;
  box-shadow: none;
  border: none;
}
body.dark .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
  border-color: transparent #272b34 transparent transparent;
}
body.dark .timeline-centered .timeline-entry.end .timeline-entry-inner .timeline-label:after {
  border-color: transparent transparent #272b34 transparent;
}
body.dark #content .dataTables_paginate .paginate_button:hover {
  background: rgba(255, 255, 255, 0.1);
}
body.dark #content .dataTables_paginate .paginate_button.current {
  background: rgba(255, 255, 255, 0.1);
}
body.dark #hub-view-ticket .text-info-container {
  background: #272b34;
  box-shadow: none;
}
body.dark #hub-view-ticket .ticket-details .heading, body.dark #hub-view-ticket .ticket-details h3 {
  color: white;
}
body.dark #hub-view-ticket .ticket-details h3 {
  position: relative;
}
body.dark #hub-view-ticket .ticket-details h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 4px;
  background: white;
}

body.light {
  background-color: #f1f3f4;
}
body.light #login .inner {
  padding: 30px 0;
  background: white;
}
body.light #login .inner h2 {
  color: var(--skin-brand-1);
}
body.light #login .inner h2 span {
  font-weight: 400;
  color: var(--skin-brand-1);
}
body.light #login .inner h2 span.skin-color-2 {
  color: var(--skin-brand-2);
}
body.light #login .inner .remember-me {
  color: #333333;
}
body.light #login .inner #footer a {
  color: #333333;
}
body.light .landing {
  box-shadow: none;
  background: none;
  border: none;
}
body.light .landing span {
  font-weight: 500;
}
body.light .landing h1 {
  color: #333333;
  font-weight: 300;
  margin: 0;
}
body.light .landing img {
  max-width: 150px;
  background: none;
}
body.light .landing span {
  color: #333333;
}
body.light #hub-view-ticket p {
  color: #333333;
}
body.light #hub-view-ticket a {
  color: #333333;
}
body.light #hub-view-ticket .text-info-container {
  background: white;
}
body.light #hub-view-ticket span.heading {
  color: #333333;
}
body.light #hub-view-ticket header h3 {
  color: #333333;
  position: relative;
}
body.light #hub-view-ticket header h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 4px;
  background: var(--skin-brand-1);
}
body.light table.hub-table tfoot th {
  border: none;
}
body.light .action-bar .material-icons {
  color: #333333;
}
body.light .timeline-centered:before {
  background: white;
}
body.light .theme-selection {
  background-color: rgb(var(--skin-bg-brand-1)) !important;
}
body.light .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
  color: #333333;
}
body.light .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
  border-color: transparent rgb(255, 255, 255) transparent transparent;
}
body.light .timeline-centered .timeline-entry.end .timeline-entry-inner .timeline-label:after {
  border-color: transparent transparent rgb(255, 255, 255) transparent;
}
body.light .datatable-wrapper .toggle-dt-columns {
  color: #333333;
}
body.light .datatable-wrapper .toggle-dt-columns a {
  color: #333333;
}
body.light #hub-view-ticket section {
  background-color: white;
  box-shadow: none;
}
body.light #hub-view-ticket .timeline-label {
  background-color: white;
  box-shadow: none;
}
body.light #hub-view-ticket .timeline-label p {
  color: #333333;
}
body.light #hub-view-ticket .timeline-label p a {
  color: #333333;
}
body.light #sidebar {
  background-color: white;
  box-shadow: none;
}
body.light #sidebar:after {
  box-shadow: none;
}
body.light #sidebar .theme .theme-selection {
  background-color: white !important;
}
body.light #sidebar .theme .theme-selection a:hover {
  color: #333333 !important;
  background-color: rgba(0, 0, 0, 0.1);
}
body.light #sidebar .logo-container {
  color: var(--skin-bg-brand-1);
}
body.light #sidebar .logo-container .logo-text {
  color: var(--skin-brand-1);
}
body.light #sidebar .logo-container .logo-text span {
  color: var(--skin-brand-1);
}
body.light #sidebar::after {
  background-color: white;
}
body.light #sidebar #menu-sidebar-menu {
  background: white;
}
body.light #sidebar #menu-sidebar-menu li {
  background: white;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body.light #sidebar #menu-sidebar-menu li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
body.light #sidebar #menu-sidebar-menu li a {
  color: #333333;
  font-weight: 400;
  text-decoration: none;
}
body.light #sidebar #menu-sidebar-menu li a:hover {
  text-decoration: underline;
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
body.light #sidebar #menu-sidebar-menu li.current-menu-item a {
  font-weight: 500;
  background: rgba(0, 0, 0, 0.1);
}
body.light #sidebar #menu-sidebar-menu .menu-item .current-menu-parent {
  color: #333333;
  background: rgba(0, 0, 0, 0.1);
}
body.light #sidebar #menu-sidebar-menu .menu-item .current-menu-parent .menu-item {
  background: rgba(0, 0, 0, 0.1);
}
body.light #sidebar #menu-sidebar-menu .menu-item:has(.current-menu-item) {
  background: rgba(0, 0, 0, 0.1);
  font-weight: 500;
}
body.light #sidebar #menu-sidebar-menu .menu-item-has-children .sub-menu {
  background: white;
}
body.light #sidebar #menu-sidebar-menu .menu-item-has-children.current-menu-parent {
  color: white;
}
body.light #sidebar #menu-sidebar-menu .menu-item-has-children.menu-item-has-children:after {
  color: #333333;
}
body.light #sidebar #menu-sidebar-menu .menu-item-has-children.menu-item-has-children:hover {
  background: white;
}
body.light #sidebar .menu-sidebar .footer-block {
  border: none;
}
body.light #sidebar .menu-sidebar .footer-block .heading-link a {
  color: #333333;
}
body.light #sidebar .menu-sidebar .footer-block .heading-link a:hover {
  background: #f1f3f4;
}
body.light .list h1 {
  color: #333333;
}
body.light .list h1:before {
  background-color: rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width : 992px) {
  body.light .hub-table.dataTable .responsive-heading {
    background: white;
    border-right: 1px solid #f1f3f4;
  }
}
body.light #content .dataTables_paginate .paginate_button {
  color: var(--skin-dark) !important;
}
body.light #content .dataTables_paginate .paginate_button.current {
  color: #333333 !important;
  background: white !important;
}
body.light #content .dataTables_paginate .paginate_button:hover {
  background: white !important;
}
body.light #content .datatable-wrapper label,
body.light #content .datatable-wrapper select {
  color: #333333;
}
body.light #content .datatable-wrapper select {
  background: white;
}
body.light .hub-form {
  background: none;
  border: none;
  box-shadow: none;
}
body.light .hub-form #acf-_post_title {
  color: #333333;
  text-align: center;
  font-size: 27px;
  border: 1px solid #ccc;
  background: white;
  padding: 8px;
}
body.light .hub-form label,
body.light .hub-form .form-title {
  color: #333333;
  border: none;
}
body.light .hub-form .form-title {
  background: none;
}
body.light .hub-form .acf-field.acf-accordion {
  border: none;
}
body.light .hub-form .acf-field.acf-accordion .acf-accordion-icon {
  color: #333333;
}
body.light .hub-form .acf-field .acf-label:after {
  background: rgba(0, 0, 0, 0.1);
}
body.light .hub-form .acf-field-accordion .acf-accordion-title {
  background: white;
}
body.light .hub-form .acf-field-accordion .acf-accordion-title label {
  color: #333333;
  font-weight: 500;
}
body.light table.hub-table thead {
  background: white;
}
body.light table.hub-table thead th {
  color: #333333;
}
body.light table.hub-table tbody tr:nth-of-type(odd) {
  background-color: white;
}
body.light table.hub-table tbody tr:nth-of-type(odd) td {
  color: #333333;
}
body.light table.hub-table tbody tr:nth-of-type(even) {
  background-color: white;
}
body.light table.hub-table tbody tr:nth-of-type(even) td {
  color: #333333;
}
body.light table.hub-table tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
body.light table.hub-table tbody tr:hover td {
  font-size: 11px;
  font-weight: 400;
}
body.light table.hub-table tbody tr td {
  font-size: 11px;
  font-weight: 300;
}
body.light table.hub-table tbody td:first-child {
  background: none;
}
body.light table.hub-table tbody td:first-child a {
  color: #333333;
  font-weight: 400;
  font-size: 12px;
}

.lb-dataContainer {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
  padding-right: 7px;
  z-index: 99;
}

.list h1 {
  color: var(--skin-light);
  padding-left: 35px;
  text-align: left;
  font-size: var(--title-font-size);
  position: relative;
  font-weight: 300;
}
.list h1::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 4px;
  background-color: var(--skin-brand-1);
}

.dataTable thead tr th:first-child, .dataTable tfoot tr th:first-child {
  max-width: 60px;
}

body.menu-item-parent-digital-tickets thead tr th:last-child, body.menu-item-parent-digital-tickets tfoot tr th:last-child {
  display: none;
}
body.menu-item-parent-digital-tickets tbody tr td:last-child {
  display: none;
}

body.page-template-acf-list-post-type.menu-item-parent-fitting-sheets thead tr th:first-child, body.page-template-acf-list-post-type.menu-item-parent-fitting-sheets tfoot tr th:first-child,
body.page-template-acf-list-post-type.menu-item-parent-clients thead tr th:first-child,
body.page-template-acf-list-post-type.menu-item-parent-clients tfoot tr th:first-child,
body.page-template-acf-list-post-type.menu-item-parent-campaigns thead tr th:first-child,
body.page-template-acf-list-post-type.menu-item-parent-campaigns tfoot tr th:first-child {
  display: none;
}
body.page-template-acf-list-post-type.menu-item-parent-fitting-sheets tbody tr td:first-child,
body.page-template-acf-list-post-type.menu-item-parent-clients tbody tr td:first-child,
body.page-template-acf-list-post-type.menu-item-parent-campaigns tbody tr td:first-child {
  display: none;
}
body.page-template-acf-list-post-type.menu-item-parent-fitting-sheets tbody tr td:nth-child(2),
body.page-template-acf-list-post-type.menu-item-parent-clients tbody tr td:nth-child(2),
body.page-template-acf-list-post-type.menu-item-parent-campaigns tbody tr td:nth-child(2) {
  font-weight: 400;
}

.datatable-wrapper .toggle-dt-columns {
  color: var(--skin-light);
  font-weight: 300;
  text-align: center;
  margin: 0px;
  padding: 20px;
}
@media only screen and (max-width : 425px) {
  .datatable-wrapper .toggle-dt-columns {
    width: 80%;
    margin: 18px auto;
  }
}
.datatable-wrapper .toggle-dt-columns .title {
  display: block;
  font-size: 12px;
}
.datatable-wrapper .toggle-dt-columns a {
  color: var(--skin-light);
  font-weight: 300;
  transition: all 0.3s ease-in-out;
}
.datatable-wrapper .toggle-dt-columns a:hover {
  color: var(--skin-brand-2);
}
.datatable-wrapper .toggle-dt-columns a.active {
  color: #404040;
}
.datatable-wrapper .toggle-dt-columns a.active:hover {
  color: var(--skin-brand-2);
}
.datatable-wrapper #DataTables_Table_0_filter {
  display: none;
}
.datatable-wrapper label {
  display: block;
  color: var(--skin-light);
  font-weight: 300;
  margin-left: 30px;
  margin-bottom: 15px;
}
.datatable-wrapper tfoot label {
  margin: 0;
  text-align: center;
}
.datatable-wrapper select {
  color: var(--skin-light);
}
.datatable-wrapper select option {
  color: var(--skin-dark);
}
.datatable-wrapper .dataTables_info {
  color: var(--skin-light);
  margin-left: 30px;
  font-weight: 300;
}
.datatable-wrapper .rejection-reason {
  background-color: rgb(var(--skin-bg-error));
  font-weight: 400;
  font-size: 14px;
  width: 100%;
  display: block;
  padding: 4px;
}
.datatable-wrapper .rejection-reason strong {
  display: block;
  font-weight: 300;
}
.datatable-wrapper .rejection-reason .date {
  font-size: 10px;
}
.datatable-wrapper .job-rejected {
  color: var(--skin-error);
  font-weight: 400;
}

table.hub-table {
  width: 96%;
  margin: 0 2%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
}
table.hub-table thead {
  background-color: rgb(var(--skin-odd-row));
}
table.hub-table thead th {
  color: var(--skin-light);
  padding: 10px 8px;
  font-weight: 300;
}
table.hub-table tfoot th {
  padding: 10px 2px;
  font-weight: 300;
  color: var(--skin-light);
  vertical-align: top;
}
table.hub-table tfoot th[data-type=date_picker] {
  max-width: 150px;
}
table.hub-table tfoot th[data-type=date_picker] label {
  font-size: 10px;
  display: inline-block !important;
  width: 15% !important;
}
table.hub-table tfoot th[data-type=date_picker] input {
  margin-bottom: 4px;
  width: 80% !important;
  font-weight: 300;
}
table.hub-table tfoot th[data-type=datetime_picker] {
  max-width: 150px;
}
table.hub-table tfoot th[data-type=datetime_picker] label {
  font-size: 10px;
  display: inline-block !important;
  width: 15% !important;
}
table.hub-table tfoot th[data-type=datetime_picker] input {
  margin-bottom: 4px;
  width: 80% !important;
  font-weight: 300;
}
table.hub-table tfoot input {
  font-size: 12px;
  margin: 0;
  padding: 3px 4px;
}
table.hub-table tbody tr {
  position: relative;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
table.hub-table tbody tr:hover {
  transform: scale(1.01);
}
table.hub-table tbody td {
  font-weight: 300;
  padding: 7px 6px;
  font-size: 11px;
  padding: 12px;
  border-bottom: 1px solid var(--skin-light);
  color: var(--skin-light);
  box-sizing: content-box;
}
table.hub-table tbody td a {
  color: var(--skin-light);
}
table.hub-table tbody td:first-child {
  background: rgb(var(--skin-odd-row));
}
table.hub-table tbody td:first-child a {
  color: var(--skin-error);
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}
table.hub-table tbody tr:nth-of-type(odd) {
  background: rgba(var(--skin-even-row), 0.5);
}
table.hub-table tbody tr:nth-of-type(even) {
  background: rgba(var(--skin-odd-row), 0.75);
}
table.hub-table .duplicate-link {
  font-size: 10px;
  text-decoration: none;
  background: rgb(var(--skin-bg-success));
  padding: 4px 12px;
}

.new-post.fitting-sheet button {
  display: none;
}

/*
########################################
              Responsive
########################################
*/
@media only screen and (max-width : 992px) {
  .list .create-new {
    display: none;
  }
  .list h1 {
    padding: 0;
    text-align: center;
    margin-top: 40px;
  }
  .list h1::after {
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
  }
  .list h1::before {
    left: 0;
  }
  .hub-table.dataTable td {
    display: flex;
    justify-content: flex-start;
    padding: 0;
    padding-right: 10px;
    align-items: center;
  }
  .hub-table.dataTable td .responsive-heading {
    width: 30%;
    min-width: 30%;
    padding: 10px 5px;
    margin-right: 10px;
    background: var(--skin-brand-1);
  }
}
@media only screen and (max-width : 768px) {
  .list h1 {
    margin-top: 0;
  }
  .list h1::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
#hub-view-ticket {
  padding-top: 30px;
}
#hub-view-ticket h2 {
  position: relative;
}
#hub-view-ticket h2::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 20px;
  background: var(--skin-brand-1);
  bottom: 5px;
  left: 0;
}
#hub-view-ticket .text-info-container {
  padding: 15px;
  margin: 0 auto;
  margin-bottom: 20px;
  background: rgb(var(--skin-bg-info));
  max-width: 1024px;
}

#hub-view-ticket .action-bar span,
#hub-view-ticket .action-bar a {
  cursor: pointer;
}

.timeline-start {
  padding: 0 30px;
}

#hub-view-ticket section {
  background: rgba(37, 44, 64, 0.5);
  padding: 20px;
  max-width: 1280px;
  margin: auto;
  box-shadow: 2px 2px 5px rgb(var(--skin-bg-brand-1));
  word-break: break-all;
}

#hub-view-ticket .ticket-details {
  position: relative;
}

#hub-view-ticket .ticket-details .action-bar {
  position: absolute;
  top: 10px;
  right: 10px;
}

#hub-view-ticket .ticket-details .action-bar a {
  color: var(--skin-light);
  font-weight: 300;
}

#hub-view-ticket section a {
  color: var(--skin-light);
}

body.light #hub-view-ticket .ticket-message {
  color: #333333;
  font-weight: 300;
}

#hub-view-ticket .ticket-message {
  color: var(--skin-light);
  font-weight: 300;
}

#hub-view-ticket .ticket-message hr {
  margin: 20px 0;
}

#hub-view-ticket .pin-icon {
  position: absolute;
  top: -30px;
  left: -10px;
  max-width: 40px;
  transform: rotate(-45deg);
}

#hub-view-ticket .main-details {
  padding: 10px;
  text-align: center;
}

#hub-view-ticket .form-summary {
  padding: 0px 10px;
}

#hub-view-ticket header {
  margin-bottom: 10px;
}

#hub-view-ticket header h3 {
  font-weight: 300;
  font-size: 30px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  color: var(--skin-brand-2);
  margin-bottom: 30px;
}

#hub-view-ticket h2 {
  border-bottom: 1px solid rgba(var(--skin-light) 0.3);
  padding-bottom: 10px;
}

#hub-view-ticket p {
  font-weight: 300;
  font-size: 14px;
  color: white;
}

#hub-view-ticket .text-info {
  text-align: center;
}

#hub-view-ticket span.heading {
  font-weight: 300;
  color: var(--skin-brand-1);
  text-transform: capitalize;
  font-size: 24px;
  display: block;
  margin-bottom: 0px;
}

.timeline-icon {
  padding-top: 7px;
}

.acf-file-uploader .file-info {
  position: relative;
  z-index: 9999;
}

.acf-file-uploader p {
  font-weight: 300;
  padding-bottom: 8px;
}

.acf-file-uploader p a {
  margin-top: 10px;
}

/*
########################################
              Responsive
########################################
*/
@media only screen and (max-width : 992px) {
  #hub-view-ticket .ticket-details {
    margin: 10px;
  }
  #hub-view-ticket .ticket-details h3 {
    font-size: 20px;
  }
  #hub-view-ticket .ticket-details .heading {
    font-size: 18px;
  }
  #hub-view-ticket .ticket-details .flex-row {
    flex-direction: column;
  }
  #hub-view-ticket .ticket-details .flex-row .w-1-3 {
    flex: 100%;
    max-width: 100%;
  }
}
.client .acf-field--post-title {
  position: relative;
}
.client .acf-field--post-title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}

/* Timeline start */
:root {
  --last-timeline-height: 0px; /*FIXME: move to variables? */
}

/* FIXME: sassify */
.page-body .main-content .cbp_tmtimeline:before {
  background: #f5f5f6; /* FIXME: there shouldn't be hard-coded colors, just varaibles */
  width: 5px;
  margin-left: -6px;
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmtime > span {
  color: #111; /* FIXME: there shouldn't be hard-coded colors, just varaibles */
  font-size: 15px;
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmtime > span:first-child {
  font-weight: bold;
  margin-bottom: 2px;
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmtime > span:last-child {
  color: whitesmoke;
  zoom: 1;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-size: 12px;
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmtime > span.large {
  font-size: 17px;
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmtime > span.hidden + span {
  margin-top: 8px;
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmicon {
  background: #ffffff; /* FIXME: there shouldn't be hard-coded colors, just varaibles */
  color: #d2d2d2; /* FIXME: there shouldn't be hard-coded colors, just varaibles */
  box-shadow: 0px 0px 0px 5px #f5f5f6;
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmicon.bg-primary {
  background-color: whitesmoke;
  color: #fff; /* FIXME: there shouldn't be hard-coded colors, just varaibles */
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmicon.bg-secondary {
  background-color: #ee4749; /* FIXME: there shouldn't be hard-coded colors, just varaibles */
  color: #fff; /* FIXME: there shouldn't be hard-coded colors, just varaibles */
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmicon.bg-success {
  background-color: #00a651; /* FIXME: there shouldn't be hard-coded colors, just varaibles */
  color: #fff; /* FIXME: there shouldn't be hard-coded colors, just varaibles */
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmicon.bg-info {
  background-color: #21a9e1; /* FIXME: there shouldn't be hard-coded colors, just varaibles */
  color: #fff; /* FIXME: there shouldn't be hard-coded colors, just varaibles */
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmicon.bg-warning {
  background-color: #fad839; /* FIXME: there shouldn't be hard-coded colors, just varaibles */
  color: #fff; /* FIXME: there shouldn't be hard-coded colors, just varaibles */
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmicon.bg-danger {
  background-color: #cc2424; /* FIXME: there shouldn't be hard-coded colors, just varaibles */
  color: #fff; /* FIXME: there shouldn't be hard-coded colors, just varaibles */
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel {
  background: #f5f5f6; /* FIXME: there shouldn't be hard-coded colors, just varaibles */
  color: #737881; /* FIXME: there shouldn't be hard-coded colors, just varaibles */
  margin-bottom: 70px;
  padding: 1.7em;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel h2,
.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel p {
  color: #737881; /* FIXME: there shouldn't be hard-coded colors, just varaibles */
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  margin: 0;
  line-height: 1.42857143;
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel p + p {
  margin-top: 15px;
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel h2 {
  font-size: 16px;
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel h2 a {
  color: whitesmoke;
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel h2 span {
  zoom: 1;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel:after {
  border-right-color: #f5f5f6; /* FIXME: there shouldn't be hard-coded colors, just varaibles */
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel.empty {
  background: 0;
  padding: 9px 0;
  margin-bottom: 70px;
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel.empty:after {
  visibility: hidden;
}

@media screen and (max-width: 47.2em) {
  .page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel:after {
    border-right-color: transparent;
    border-bottom-color: #f5f5f6; /* FIXME: there shouldn't be hard-coded colors, just varaibles */
    left: 10px;
  }
  .page-body .main-content .cbp_tmtimeline > li .large {
    font-weight: bold;
    font-size: 16px !important;
  }
  .page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel.empty {
    background: #f5f5f6; /* FIXME: there shouldn't be hard-coded colors, just varaibles */
    padding: 1.7em;
  }
  .page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel.empty:after {
    visibility: visible;
  }
  .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
    left: 60px !important;
  }
  .timeline-centered {
    margin-top: 0px;
  }
}
.timeline-centered {
  clear: both;
  position: relative;
  margin-bottom: 30px;
}

.timeline-centered:before,
.timeline-centered:after {
  content: " ";
  display: table;
}

.timeline-centered:after {
  clear: both;
}

.timeline-centered:before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  background: #f5f5f6; /* FIXME: there shouldn't be hard-coded colors, just varaibles */
  left: 50%;
  top: 0px;
  bottom: var(--last-timeline-height);
  margin-left: -4px;
}

.timeline-centered .timeline-entry {
  position: relative;
  width: 50%;
  float: right;
  margin-bottom: 75px;
  clear: both;
}

.timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
  content: " ";
  display: table;
}

.timeline-centered .timeline-entry:after {
  clear: both;
}

.timeline-centered .timeline-entry.begin {
  margin-bottom: 0;
}

.timeline-centered .timeline-entry.left-aligned {
  float: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
  margin-left: 0;
  margin-right: -18px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
  text-align: left;
  white-space: nowrap;
  left: auto;
  right: 100%;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
  float: right;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
  margin-left: 0;
  margin-right: 70px;
  /*overflow: hidden;*/
  word-break: break-word;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -9px;
  transform: rotate(180deg);
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label .action-bar {
  padding: 8px 0;
  position: absolute;
  right: 15px;
  top: 0px;
  z-index: 1;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label .action-bar i,
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label .action-bar a {
  margin-left: 4px;
  color: var(--skin-info);
}

.timeline-centered .timeline-entry .timeline-entry-inner {
  position: relative;
  margin-left: -22px;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after {
  content: " ";
  display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
  clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
  position: absolute;
  left: -115px;
  top: -15px;
  text-align: right;
  padding: 10px;
  box-sizing: border-box;
}

.timeline-time {
  padding: 15px !important;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
  display: block;
  color: whitesmoke;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
  font-size: 15px;
  font-weight: 400;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
  font-size: 12px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
  background: #fff; /* FIXME: there shouldn't be hard-coded colors, just varaibles */
  color: #737881; /* FIXME: there shouldn't be hard-coded colors, just varaibles */
  display: block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 20px;
  -moz-background-clip: padding;
  border-radius: 20px;
  background-clip: padding-box;
  text-align: center;
  box-shadow: 0px 0px 0px 3px #f5f5f6;
  line-height: 40px;
  font-size: 15px;
  color: white;
  float: left;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
  background-color: whitesmoke;
  color: #fff; /* FIXME: there shouldn't be hard-coded colors, just varaibles */
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
  background-color: #ee4749; /* FIXME: there shouldn't be hard-coded colors, just varaibles */
  color: #fff; /* FIXME: there shouldn't be hard-coded colors, just varaibles */
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
  background-color: #00a651; /* FIXME: there shouldn't be hard-coded colors, just varaibles */
  color: #fff; /* FIXME: there shouldn't be hard-coded colors, just varaibles */
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
  background-color: #21a9e1; /* FIXME: there shouldn't be hard-coded colors, just varaibles */
  color: #fff; /* FIXME: there shouldn't be hard-coded colors, just varaibles */
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
  background-color: #fad839; /* FIXME: there shouldn't be hard-coded colors, just varaibles */
  color: #fff; /* FIXME: there shouldn't be hard-coded colors, just varaibles */
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
  background-color: #cc2424; /* FIXME: there shouldn't be hard-coded colors, just varaibles */
  color: #fff; /* FIXME: there shouldn't be hard-coded colors, just varaibles */
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
  position: relative;
  background: rgba(37, 44, 64, 0.5); /* FIXME: there shouldn't be hard-coded colors, just varaibles */
  padding: 1.7em;
  margin-left: 70px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  word-break: break-word;
  box-shadow: 2px 2px 4px #07aabc;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
  content: "";
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent rgba(37, 44, 64, 0.9) transparent transparent; /* FIXME: there shouldn't be hard-coded colors, just varaibles */
  left: 0;
  top: 10px;
  margin-left: -9px;
  z-index: -1;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2,
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
  color: whitesmoke;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
  font-weight: 500;
  position: relative;
  text-align: left;
  top: -10px;
  font-size: var(--bigger-font-size);
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
  color: whitesmoke;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
  zoom: 1;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p a {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: whitesmoke;
  display: block;
  margin: 8px 0;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
  margin-top: 15px;
}

.timeline-centered .timeline-entry.end h2::after {
  display: none;
}

.timeline-centered .timeline-entry.end .timeline-entry-inner .timeline-label {
  position: relative;
  transform: translate(-50%, 70px);
  text-align: center;
  margin-left: 9px;
}

.timeline-centered .timeline-entry.end .timeline-entry-inner .timeline-label:after {
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent rgba(37, 44, 64, 0.8) transparent; /* FIXME: there shouldn't be hard-coded colors, just varaibles */
  left: 50%;
  top: -20px;
}

.timeline-centered .timeline-entry.end .timeline-entry-inner .timeline-time {
  text-align: center;
  font-weight: 300;
  left: -128px;
  top: -15px;
}

.timeline-centered .timeline-entry.end .timeline-entry-inner .timeline-label h2 {
  text-align: center;
  font-size: 22px;
  margin: 0;
  left: 0;
}

.timeline-centered .timeline-entry.end .timeline-entry-inner .timeline-label p {
  text-align: center;
}

/* Responsive */
@media screen and (max-width: 47.2em) {
  .timeline-centered:before {
    left: 22px;
  }
  .timeline-centered .timeline-entry,
  .timeline-centered .timeline-entry.left-aligned {
    width: 100%;
    float: none;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner,
  .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
    margin-left: 0;
    margin-right: 0;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time,
  .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
    left: 60px;
    right: auto;
    top: -40px;
    width: auto;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time span,
  .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time span {
    display: inline-block;
  }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time span + span,
  .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time span + span {
    margin-left: 10px;
  }
  .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
    float: left;
  }
  .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
    margin-left: 70px;
    margin-right: 0;
  }
  .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
    left: 0;
    right: auto;
    margin-left: -9px;
    margin-right: 0;
    transform: rotate(0deg);
  }
  .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
    left: 60px !important;
  }
  .timeline-centered .timeline-entry.end .timeline-entry-inner .timeline-label {
    transform: translate(0, 70px);
    margin-left: 0;
  }
  .timeline-centered .timeline-entry.end .timeline-entry-inner .timeline-label:after {
    left: 10px;
    top: -20px;
  }
  .timeline-centered .timeline-entry.end .timeline-entry-inner .timeline-time {
    left: 40px;
    top: 30px;
  }
}
@media screen and (min-width: 1700px) {
  .cbp_tmtimeline > li .cbp_tmtime {
    width: 23% !important;
  }
}
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
  white-space: nowrap;
  right: auto;
  left: 100%;
}

.dashboard .fitting-sheet ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
  padding: 0;
}
.dashboard .fitting-sheet ul li {
  position: relative;
  list-style: none;
  width: 40%;
  padding: 60px 0px;
  text-align: center;
  margin: 25px 20px;
  background: rgba(37, 44, 64, 0.5);
}
@media only screen and (max-width : 425px) {
  .dashboard .fitting-sheet ul li {
    width: 100%;
    padding: 40px 0px;
    margin: 10px;
  }
}
.dashboard .fitting-sheet ul li:first-child {
  width: 70%;
}
@media only screen and (max-width : 425px) {
  .dashboard .fitting-sheet ul li:first-child {
    width: 100%;
  }
}
.dashboard .fitting-sheet ul li a {
  text-decoration: none;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: 300;
  box-shadow: 2px 2px 5px rgb(var(--skin-bg-brand-1));
  transition: all 0.3s ease-in-out;
}
.dashboard .fitting-sheet ul li a:hover {
  color: rgb(var(--skin-bg-brand-1));
}

.modal {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.modal.add-attachments .inner {
  width: 50%;
}
.modal #view-attachments-modal section.modal-body {
  padding: 20px 20px 20px 0px;
}
.modal .inner {
  background-color: #fefefe;
  margin: 10% auto;
  width: auto;
  max-width: 1024px;
}
.modal .modal-content header,
.modal .modal-content footer {
  position: relative;
  background: var(--skin-info);
  color: whitesmoke;
  text-align: center;
  line-height: 1.8;
  padding-top: 5px;
  min-height: 15px;
}
.modal .modal-content header {
  padding: 10px 0;
  background-color: rgb(var(--skin-bg-brand-1));
}
.modal .modal-content header h4 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.modal .modal-content header a.close-modal {
  position: absolute;
  top: -5px;
  right: 15px;
  font-size: 32px;
  color: var(--skin-error);
  cursor: pointer;
}
.modal .modal-content footer {
  display: flex;
  justify-content: flex-end;
  position: relative;
  background-color: rgb(var(--skin-bg-brand-1));
  color: whitesmoke;
  text-align: center;
  line-height: 1.8;
  min-height: 40px;
}
.modal .modal-body {
  padding: 20px;
}
.modal .modal-body .flex-row {
  display: flex;
  flex-wrap: wrap;
}
.modal .modal-body .flex-row .w-1-5 {
  flex: 0 0 20%;
  max-width: 20%;
}
.modal .modal-body .flex-row .w-1-5 ul {
  padding: 0;
}
.modal .modal-body .flex-row .w-1-5 ul li {
  list-style: none;
}
.modal .modal-body .flex-row .w-4-5 {
  flex: 0 0 80%;
  max-width: 80%;
}
.modal .modal-body .flex-row .w-4-5 .attachments {
  padding: 0 0 0 20px;
}
.modal .modal-body .flex-row .w-4-5 .attachments .display-image img {
  width: 100%;
}
.modal .modal-body .flex-row .w-4-5 .attachments .preview-images {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgb(var(--skin-bg-brand-1));
}
.modal .modal-body .flex-row .w-4-5 .attachments .preview-images .thumbnail {
  flex: 0 0 10%;
  max-width: 10%;
}
.modal .modal-body .flex-row .w-4-5 .attachments .preview-images .thumbnail a {
  display: block;
  margin: 0 10px;
  height: 100%;
}
.modal .modal-body .flex-row .w-4-5 .attachments .preview-images .thumbnail a .img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.media-modal-content {
  z-index: 999999;
}

.modal #view-attachments-modal .attachment-filters li {
  list-style: none;
}

.modal #view-attachments-modal .attachment-filters a {
  background: var(--skin-info);
  color: whitesmoke;
  display: block;
  margin-bottom: 10px;
  padding: 10px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
}

.modal #view-attachments-modal .attachment-filters .active {
  background: var(--skin-success);
}

.modal #view-attachments-modal .file {
  text-align: center;
  display: block;
  text-decoration: none;
  margin-bottom: 15px;
}

.modal #view-attachments-modal .file .attachment-block {
  width: 100px;
  padding: 25px 0;
  display: block;
  border: 3px solid #000000;
  background: lightgrey;
  text-align: center;
  color: #07aabc;
  margin: 0 auto;
}

.modal #view-attachments-modal .name {
  display: block;
  margin: 12px 18px 4px 18px;
  font-size: 13px;
}

.modal #view-attachments-modal .file .date-time {
  display: block;
  color: var(--skin-disabled);
}

.modal #reject-fitting-sheet-modal textarea {
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
}

/*
########################################
        User Role - Global
########################################
*/
.admin-note { /* Only visible to administrator user role */
  visibility: hidden;
  opacity: 0;
  height: 0px;
  color: var(--skin-error);
  font-size: var(--small-font-size);
}
.admin-note:before {
  content: "Admin notice: ";
  color: var(--skin-error);
  font-weight: bold;
}

.tooltip-container.admin-tooltip {
  visibility: hidden;
  opacity: 0;
  height: 0px;
}
.tooltip-container.admin-tooltip i {
  color: var(--skin-warning);
}

.administrator .admin-tooltip,
.administrator .admin-note {
  visibility: visible;
  opacity: 1;
  z-index: 9;
}

.aw_manager .menu-sidebar .ex_aw_manager {
  display: none;
}

.aw_fitter .menu-sidebar .ex_aw_fitter {
  display: none;
}
.aw_fitter .acf-field[data-key=field_6821ce5f0989e] .acf-button,
.aw_fitter .acf-field[data-key=field_6821ce5f0989e] .acf-icon {
  display: none !important;
}
.aw_fitter .dataTable thead tr th:last-child, .aw_fitter .dataTable tfoot tr th:last-child {
  display: none;
}
.aw_fitter .dataTable tbody tr td:last-child {
  display: none;
}
.aw_fitter .hub-form .acf-field--post-title {
  pointer-events: none;
  position: relative;
}
.aw_fitter .hub-form .acf-field--post-title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}

.aw_staff .menu-sidebar .ex_aw_staff {
  display: none;
}

.aw_client .menu-sidebar .ex_aw_client {
  display: none;
}

.aw_fitter .menu-item-899,
.aw_fitter .menu-item-419,
.aw_fitter .menu-item-307,
.aw_fitter .menu-item-396,
.aw_fitter .menu-item-845,
.aw_fitter .create-btn {
  display: none;
}

.acf-user-role-read-only.acf-user-role-invisible:before {
  content: none;
}

/*
########################################
      User Role - Read Only
########################################
*/
.acf-user-role-read-only {
  overflow: hidden;
}
.acf-user-role-read-only:before {
  content: "Read Only";
  position: absolute;
  right: -60px;
  top: -15px;
  z-index: 9999;
  font-size: 15px;
  color: white;
  opacity: 1;
  text-align: center;
  background: var(--skin-brand-2);
  padding: 30px 60px 15px 60px;
  width: 50px;
  height: 35px;
  font-weight: 300;
  line-height: 1.1;
  transform: rotate(45deg);
}
.acf-user-role-read-only .select2,
.acf-user-role-read-only .select2-selection,
.acf-user-role-read-only .hide-if-value,
.acf-user-role-read-only .hasDatepicker {
  position: relative;
  z-index: 9999;
  pointer-events: none;
}
.acf-user-role-read-only .acf-icon,
.acf-user-role-read-only .acf-button,
.acf-user-role-read-only .acf-gallery-edit,
.acf-user-role-read-only .acf-gallery-remove {
  display: none !important;
}

/*
########################################
      User Role - Invisible
########################################
*/
.acf-user-role-invisible > * {
  display: none;
}
.acf-user-role-invisible::after {
  content: "Your current user role does not allow you to view this section";
}

/*
########################################
      Fitting Sheets
########################################
*/
.aw_fitter .fitting-sheet .acf-field[data-key=field_66057d21e80f0],
.aw_manager .fitting-sheet .acf-field[data-key=field_66057d21e80f0] {
  display: none;
}
.aw_fitter .fitting-sheet.new-post .acf-field-accordion[data-key=field_660a7c80c1ef5],
.aw_manager .fitting-sheet.new-post .acf-field-accordion[data-key=field_660a7c80c1ef5] { /* Create Fitting Sheet - Reject Fitting Sheet */
  display: none;
}
.aw_fitter.closed-fitting-sheet .acf-form-submit,
.aw_manager.closed-fitting-sheet .acf-form-submit {
  display: none;
}
.aw_fitter.closed-fitting-sheet .acf-field[data-key=field_660a7c80c1ef5],
.aw_manager.closed-fitting-sheet .acf-field[data-key=field_660a7c80c1ef5] { /* Closed > Fitting Sheet Status Accordian */
  display: none;
}

.aw_fitter.outstanding-fitting-sheet .btn-prev {
  display: none !important;
}

.aw_fitter.closed-fitting-sheet .acf-form-submit,
.aw_fitter.ready-to-close-fitting-sheet .acf-form-submit {
  display: none !important;
}

.aw_fitter .acf-field[data-key=field_66e80f6dee5cf],
.aw_fitter .acf-field[data-key=field_67109e35c898e],
.aw_manager .acf-field[data-key=field_66e80f6dee5cf],
.aw_manager .acf-field[data-key=field_67109e35c898e] {
  display: none;
}

.hub-form.campaign h1 {
  text-align: center;
  font-size: 40px;
  color: var(--skin-brand-2);
}
.hub-form.campaign .acf-button {
  display: block;
}
.hub-form.campaign .sub-total,
.hub-form.campaign .total {
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 20px;
  margin: 15px 0;
  border: 1px solid var(--skin-brand-1);
}
.hub-form.campaign .total {
  margin: 0 auto;
  float: none;
  margin-top: 30px;
}
.hub-form.campaign [data-name=category] {
  padding: 8px 5px;
  background: var(--skin-brand-1);
}
.hub-form.campaign [data-name=category] .acf-label {
  display: none;
}
.hub-form.campaign [data-name=category] select {
  border: none;
  background: none;
  color: white;
  opacity: 1;
  font-size: 18px;
  border: 1px solid white;
  position: relative;
}
.hub-form.campaign [data-name=category] select option {
  color: black;
}
.hub-form.campaign .acf-field .campaign-permalink {
  color: white;
  display: block;
  padding: 10px;
  background: var(--skin-brand-1);
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  font-size: 12px;
  margin: 0 auto;
}

.aw_manager .hub-form.campaign tbody td[data-name=quantity] .acf-input {
  display: none;
}
.aw_manager .hub-form.campaign tbody td[data-name=quantity]:after {
  content: "Section to be completed by Client";
}
.aw_manager .hub-form.campaign.new-post [data-type=accordion]:has([data-name=campaign_contact_details]) {
  display: none;
}
.aw_manager .hub-form.campaign.new-post [data-name=category] label {
  color: white !important;
}
.aw_manager .hub-form.campaign.new-post .sub-total,
.aw_manager .hub-form.campaign.new-post .total {
  display: none;
}
.aw_manager .hub-form.campaign [data-name=category] label {
  color: white;
}
.aw_manager .hub-form.campaign .acf-repeater-add-row {
  margin-bottom: 15px;
}

.aw_client #sidebar {
  display: none;
}
.aw_client #content {
  width: 100%;
  left: 0;
  padding-top: 0;
}
.aw_client .hub-form.campaign {
  border: none;
  box-shadow: none;
  background: none;
}
.aw_client .hub-form.campaign [data-name=client],
.aw_client .hub-form.campaign [data-name=category] .acf-label,
.aw_client .hub-form.campaign [data-name=campaign] .acf-label,
.aw_client .hub-form.campaign [data-key=_post_title] label,
.aw_client .hub-form.campaign [data-key=field_670694103de7f] thead,
.aw_client .hub-form.campaign [data-key=field_670694103de7f] .acf-icon,
.aw_client .hub-form.campaign [data-key=field_670694103de7f] .acf-label,
.aw_client .hub-form.campaign .acf-field-repeater .acf-label,
.aw_client .hub-form.campaign .acf-repeater-add-row,
.aw_client .hub-form.campaign .create-btn,
.aw_client .hub-form.campaign h2 {
  display: none;
}
.aw_client .hub-form.campaign #acf-_post_title {
  background: none;
  border: none;
  text-align: center;
  color: var(--skin-brand-2);
  font-size: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}
.aw_client .hub-form.campaign [data-key=field_670694103de7f] table,
.aw_client .hub-form.campaign [data-key=field_670694103de7f] tbody td,
.aw_client .hub-form.campaign [data-key=field_670694103de7f] textarea {
  border: none;
  resize: none;
  pointer-events: none;
}
.aw_client .hub-form.campaign [data-key=field_670694103de7f] {
  width: 85%;
  margin: 0 auto;
  border: none;
}
.aw_client .hub-form.campaign [data-key=field_670694103de7f] .acf-field-image {
  width: 25%;
}
.aw_client .hub-form.campaign [data-key=field_670694103de7f] .acf-field-textarea {
  width: 75%;
}
.aw_client .hub-form.campaign [data-name=category] select {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.aw_client .hub-form.campaign [data-key=field_6707a7ff3d6c3] .acf-row-handle,
.aw_client .hub-form.campaign [data-key=field_6707a7ff3d6c3] .acf-icon {
  display: none;
}
.aw_client .hub-form.campaign [data-key=field_6707a7ff3d6c3] [data-key=field_6706570da9e7c] [data-name=reference] {
  pointer-events: none;
  width: 2% !important;
}
.aw_client .hub-form.campaign [data-key=field_6707a7ff3d6c3] [data-key=field_6706570da9e7c] [data-name=reference] input {
  border: none;
}
.aw_client .hub-form.campaign [data-key=field_6707a7ff3d6c3] [data-key=field_6706570da9e7c] [data-name=artwork] {
  width: 68% !important;
}
@media only screen and (max-width : 425px) {
  .aw_client .hub-form.campaign [data-key=field_6707a7ff3d6c3] [data-key=field_6706570da9e7c] [data-name=artwork] {
    width: 100% !important;
  }
}
.aw_client .hub-form.campaign [data-key=field_6707a7ff3d6c3] [data-key=field_6706570da9e7c] [data-name=price] {
  width: 15% !important;
}
@media only screen and (max-width : 425px) {
  .aw_client .hub-form.campaign [data-key=field_6707a7ff3d6c3] [data-key=field_6706570da9e7c] [data-name=price] {
    width: 100% !important;
  }
}
.aw_client .hub-form.campaign [data-key=field_6707a7ff3d6c3] [data-key=field_6706570da9e7c] [data-name=quantity] {
  width: 15% !important;
}
@media only screen and (max-width : 425px) {
  .aw_client .hub-form.campaign [data-key=field_6707a7ff3d6c3] [data-key=field_6706570da9e7c] [data-name=quantity] {
    width: 100% !important;
  }
}
.aw_client .hub-form.campaign [data-key=field_6707a7ff3d6c3] [data-key=field_6706570da9e7c] [data-name=quantity] input::-webkit-outer-spin-button,
.aw_client .hub-form.campaign [data-key=field_6707a7ff3d6c3] [data-key=field_6706570da9e7c] [data-name=quantity] input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.aw_client .hub-form.campaign [data-key=field_6707a7ff3d6c3] [data-key=field_6706570da9e7c] [data-name=quantity] input[type=number] {
  -moz-appearance: textfield;
}
.aw_client .hub-form.campaign .acf-repeater-add-row {
  display: none !important;
}
.aw_client .hub-form.campaign .sub-total {
  float: right;
}
.aw_client .hub-form.campaign [data-name=campaign_contact_details] [for=acf-field_6706937ca24fe] {
  display: none;
}
.aw_client .hub-form.campaign .acf-form img {
  max-width: 300px;
}
.aw_client .hub-form.campaign .acf-form-submit {
  width: 50%;
}
.aw_client .hub-form.campaign .acf-form-submit input {
  background-color: rgb(var(--skin-bg-success));
}

@media print {
  html,
  body,
  body.dark,
  body.light,
  body.brand {
    background: #fff;
    border: none;
    box-shadow: none;
  }
  #background-left,
  #background-right {
    display: none;
  }
  .status,
  #sidebar,
  .action-panel,
  h2,
  .acf-form-submit input,
  .acf-field[data-key=field_6603f49406b2d] .select2,
  .acf-field[data-key=field_660558838c95a],
  .acf-field[data-key=field_660a7c80c1ef5],
  .acf-field[data-key=field_67109e1eeb1a6],
  .acf-field[data-key=field_660403b6f506d],
  .acf-field[data-key=field_660d4e3603c3a],
  .acf-field[data-key=field_660d4f1457897],
  .acf-field[data-key=field_68358d3c5c4d5],
  .acf-field[data-key=field_66b1fbacf8f1c],
  .acf-field[data-key=field_66040485f5075],
  .acf-field[data-key=field_6603f49406b2d] .acf-label > label,
  .acf-field[data-key=field_682edb0ca8ca3] .acf-label > label,
  th[data-key=field_682edabd3fa0f],
  .acf-row-handle,
  .tasklist,
  .acf-field[data-key=field_660403b6f5067] > div:first-child,
  .acf-field[data-key=field_6602bab00a638] > div:first-child,
  a.acf-button,
  .description,
  [data-name=status] {
    display: none !important;
  }
  .hub-form,
  #background-left,
  #background-right,
  body {
    background: none;
    border: none;
    box-shadow: none;
  }
  #content .acf-field[data-key=field_667d419000e3c] .acf-input {
    margin-bottom: 0;
  }
  .hub-form .form-title {
    color: #000;
  }
  .hub-form .acf-repeater .acf-table {
    background: none;
  }
  .hub-form .acf-repeater .acf-table thead tr th {
    border: none;
  }
  .hub-form .acf-repeater .acf-table .acf-field textarea {
    resize: none;
  }
  .hub-form .acf-repeater .acf-row-handle.remove {
    display: none;
  }
  #content {
    width: 100%;
    padding: 0;
    left: 0;
  }
  #content .acf-fields > .acf-field {
    padding: 0;
  }
  #content .acf-label {
    margin: 0;
    padding: 0;
    width: 100%;
    font-weight: 400;
  }
  #content .acf-label label {
    font-size: 10px;
  }
  #content .acf-table {
    border: none;
  }
  #content .acf-accordion {
    border: none;
  }
  #content .acf-accordion .acf-accordion-title {
    display: none;
    background: none;
  }
  #content .acf-accordion .acf-accordion-title i {
    display: none;
  }
  #content .acf-accordion .acf-accordion-title label {
    color: black;
  }
  #content .acf-field--post-title .acf-input input[type=text] {
    color: rgb(48, 29, 29);
    text-align: left;
    width: 100%;
    font-size: 20px;
    border: none;
  }
  #content .acf-input {
    float: left;
    width: 100%;
    margin: 0;
    padding: 5px 0px;
    margin-bottom: 20px;
  }
  #content .acf-fields {
    border: none;
  }
  #content .acf-fields textarea {
    border: none;
  }
  #content .acf-fields input {
    border: none;
    min-height: unset;
  }
  #content .acf-fields .select2-selection {
    border: none;
    min-height: unset;
    padding: 4px 8px;
  }
  #content .acf-fields .select2-selection .select2-selection__arrow {
    display: none;
  }
  #content .acf-fields .select2-selection .select2-selection__rendered {
    padding: 0;
    line-height: normal;
  }
  #content .acf-fields .select2-selection .select2-selection__rendered .select2-selection__arrow {
    display: none;
  }
  #content .acf-fields .acf-field ::after {
    display: none;
  }
  #content .acf-fields .acf-field ::after textarea {
    height: 200px !important;
  }
  #content .acf-fields .acf-field .acf-additional-field {
    background: none;
  }
  #content .acf-fields .acf-field .acf-additional-field span {
    font-size: var(--default-font-size);
  }
  #content .acf-fields .acf-field .acf-accordion-content label {
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 400;
  }
  #content .acf-fields [data-key=client_details] {
    margin: 0;
    padding: 0;
  }
  #content .acf-fields .acf-field[data-type=user] .acf-label {
    margin: 0;
    padding: 6px 0px;
    width: 100%;
  }
  #content .acf-fields .acf-field[data-type=user] .acf-label label {
    font-size: 14px;
    font-weight: 400;
  }
  #content .acf-fields .acf-field[data-type=user] .acf-input {
    font-size: 14px;
  }
  #content .acf-field[data-key=_post_title] .acf-input {
    margin-bottom: 0;
  }
  #content .acf-field[data-key=_post_title] .acf-input input {
    font-size: 24px;
    font-weight: 400;
  }
}
