/*
* Generics
*/
/* Dark Mode */
/* Screens */
/* Phones (default) */
/* Tablets */
/* Desktops */
/* Wide desktops */
:root {
  /* Colors */
  --neon-green: #01ff48;
  --dark-green: #022213;
  --accent-green: #1e392b;
  --medium-green: #01af35;
  --bg: #f1f3f1;
  --black: #000000;
  --off-black: #333333;
  --white: #ffffff;
  --off-white: #f5f5f5;
  --grey: #808080;
  --light-grey: #cccccc;
  --red: #f44336;
  --yellow: #ffeb3b;
  --th-headline: #4c4c4c;
  --grey-text: #9e9e9e;
  --secondary-link-text: #01af35;
  --tablestripe: #f1f3f1;
  --tablestripe-hover: #e1e3e1;
  --tablestripe-th: #4c4c4c;
  --table-border: #eeeeee;
  --progress-bg: #97c49c;
  --border-radius: 12px;
  --big-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 8px 16px rgba(0, 0, 0, 0.08);
  --medium-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06);
  --small-shadow: 0px 0px 6px rgba(0, 0, 0, 0.02), 0px 2px 4px rgba(0, 0, 0, 0.08);
  --no-shadow: 0 0 0 rgba(0, 0, 0, 0);
  --icon-color: #707f75;
  --icon-active-color: #000000;
  --icon-card-color: #000000;
  --icon-small-card-color: #78887e;
  --divider-color: #e0e1e2;
  --divider-color-transparent: rgba(224, 225, 226, 0);
  --menu-border: #eeeeee;
  --card-reverse-bg: #022213;
  --card-bg: #ffffff;
  --card-header-bg: #022213;
  --card-inside-card-bg: #ffffff;
  --card-panel-bg: #022213;
  --card-panel-crisp-bg: #022213;
  --card-paypal-topup-bg: #ffffff;
  --card-hover-border-left: rgba(0, 0, 0, 0.05);
  --progress-wrapper-bg: #f5f5f5;
  --progress-loader-bg: rgba(0, 0, 0, 0.05);
  --tooltip-color: #ffffff;
  --tooltip-bg: #323232;
  --faq-bg: #ffffff;
  --faq-border: rgba(224, 225, 226, 0.25);
  --greenbox-bg: #e8efe8;
  --chip-bg: #f4f4f4;
  --chip-color: #808080;
  --toast-bg-success: #e6f2e6;
  --toast-bg-warning: #fff8ec;
  --toast-bg-error: #fcddda;
  --account-type-btn: #ffffff;
  --input-border: #d9d9d9;
  --checkbox-radio-bg: #ffffff;
  --checkbox-radio-checked-bg: #022213;
  --checkbox-radio-color: #333333;
  --checkbox-radio-border-color: #cccccc;
  --select2-placeholder-color: #d4d4d4;
  --sub-menu-bg: #ffffff;
  --sub-menu-header: #0b2114;
  --sub-menu-color: #4c4c4c;
  --sub-menu-border-top: #f7f7f7;
  --sub-menu-bottom: #f7f7f7;
  --secondary-menu-bg: #ffffff;
  --cart-price-color: #000000;
  --modal-header-bg: #022213;
  --modal-content-bg: #ffffff;
  --btn-secondary-bg: #ffffff;
  --btn-disabled: #d9d9d9;
  --scrollbar-color: #d9d9d9;
  --scrollbar-thumb-color: #555555;
  --submenu-arrow: url("/application/themes/webdock/img/hwicons2023/arrow-chevron.svg");
  --news-category-green: #16a34a;
  --news-category-purple: #9333ea;
  --news-category-sky: #0284c7;
  /* Screens */
  /* Small devices (phones) */
  --screen-s-max: 599px;
  /* Medium devices (tablets) */
  --screen-m-max: 992px;
  /* Large devices (desktops) */
  --screen-l-max: 1200px;
  /* Typography */
  --font-family: "Raleway", sans-serif;
  --font-size-base: 16px;
}
/* ---------- DARK MODE VARIABLES ---------- */
[data-theme="dark"] {
  --neon-green: #01ff48;
  --dark-green: #022213;
  --accent-green: #1e392b;
  --medium-green: #01ff48;
  --bg: #1e392b;
  --black: #ffffff;
  --white: #ffffff;
  --grey: #ffffff;
  --th-headline: #ffffff;
  --table-border: #3b5345;
  --grey-text: #e5e5e5;
  --secondary-link-text: #01ff48;
  --progress-bg: #257c38;
  --tablestripe: #1e3d2d;
  --tablestripe-hover: #294d3a;
  --tablestripe-th: #ffffff;
  --icon-color: #ebebeb;
  --icon-card-color: #01ff48;
  --icon-small-card-color: #38604b;
  --divider-color: rgba(224, 225, 226, 0.1);
  --menu-border: #193526;
  --card-reverse-bg: #1e392b;
  --card-bg: #022213;
  --card-header-bg: #38604b;
  --card-inside-card-bg: #1e392b;
  --card-panel-bg: #1e392b;
  --card-panel-crisp-bg: #022213;
  --card-paypal-topup-bg: #38604b;
  --card-hover-border-left: #0d2b1c;
  --progress-wrapper-bg: #1e392b;
  --progress-loader-bg: rgba(255, 255, 255, 0.1);
  --tooltip-color: #ffffff;
  --tooltip-bg: #01af35;
  --greenbox-bg: #022213;
  --faq-bg: #022213;
  --faq-border: rgba(224, 225, 226, 0.1);
  --chip-bg: #2c3333;
  --chip-color: #e5e5e5;
  --toast-bg-success: #022213;
  --toast-bg-warning: #63605b;
  --toast-bg-error: #625554;
  --account-type-btn: #1e392b;
  --input-border: #ffffff;
  --checkbox-radio-bg: transparent;
  --checkbox-radio-checked-bg: #1e392b;
  --checkbox-radio-color: #e5e5e5;
  --checkbox-radio-border-color: #ffffff;
  --select2-placeholder-color: #bebebe;
  --sub-menu-bg: #2c3333;
  --sub-menu-header: #01ff48;
  --sub-menu-color: #ffffff;
  --sub-menu-border-top: #01ff48;
  --sub-menu-bottom: #2c3333;
  --secondary-menu-bg: #38604b;
  --cart-price-color: #01ff48;
  --modal-header-bg: #38614b;
  --modal-content-bg: #022213;
  --btn-secondary-bg: transparent;
  --btn-disabled: transparent;
  --scrollbar-color: #01af35;
  --scrollbar-thumb-color: #022213;
  --submenu-arrow: url("/application/themes/webdock/img/hwicons2023/arrow-chevron-white.svg");
}
/* ---------- RESET & BOX-SIZING ---------- */
html,
body {
  font-family: var(--font-family);
  line-height: 1.5;
  background-color: var(--bg);
  color: var(--black);
  text-rendering: optimizeLegibility;
  font-feature-settings: "pnum";
  font-variant-numeric: proportional-nums;
  transition: background-color 0.2s ease, color 0.2s ease;
  /* material footer */
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  html,
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
/* ---------- TYPOGRAPHY ---------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.5rem 0;
  font-weight: 600;
  color: var(--black);
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.5rem;
}
h6 {
  font-size: 1.3rem;
}
h2 a {
  color: var(--secondary-link-text);
}
p.smaller {
  font-size: 14px;
}
p.small {
  font-size: 13px;
}
#server-context-menu h6 {
  font-weight: 400;
  font-size: 28px;
  color: var(--black);
}
a {
  color: var(--secondary-link-text);
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a.small {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: var(--secondary-link-text);
}
/* Text link with arrow */
.text-link-with-arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 6px;
  color: var(--secondary-link-text);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.25s ease;
}
.text-link-with-arrow::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}
.text-link-with-arrow .hover-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-color: currentColor;
  mask-image: url('/application/themes/webdock/img/hwicons2023/arrow-right.svg');
  -webkit-mask-image: url('/application/themes/webdock/img/hwicons2023/arrow-right.svg');
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  opacity: 0;
  transform: translateX(-6px) rotate(0deg);
  transition: opacity .25s ease, transform .25s ease;
}
.text-link-with-arrow:hover .hover-icon {
  opacity: 1;
  transform: translateX(0) rotate(-45deg);
}
.text-link-with-arrow:hover::before {
  transform: scaleX(1);
}
.text-link-with-arrow-left {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 6px;
  color: var(--secondary-link-text);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transform: translateX(16px);
  transition: color 0.25s ease, transform 0.25s ease;
}
.text-link-with-arrow-left::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}
.text-link-with-arrow-left .hover-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-color: currentColor;
  mask-image: url('/application/themes/webdock/img/hwicons2023/arrow-right.svg');
  -webkit-mask-image: url('/application/themes/webdock/img/hwicons2023/arrow-right.svg');
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  opacity: 0;
  transform: translateX(-6px) rotate(0deg);
  transition: opacity .25s ease, transform .25s ease;
}
.text-link-with-arrow-left:hover {
  transform: translateX(0);
}
.text-link-with-arrow-left:hover .hover-icon {
  opacity: 1;
  transform: translateX(0) rotate(0deg);
}
.text-link-with-arrow-left:hover::before {
  transform: scaleX(1);
}
/* Text link with arrow - hover card */
.card-new-small-primary-hover-wrapper:hover .card-new-small-primary-hover .row-2 .row-2-text .text-link-with-arrow .hover-icon {
  opacity: 1;
  transform: translateX(0) rotate(0deg);
}
.card-new-small-primary-hover-wrapper:hover .card-new-small-primary-hover .row-2 .row-2-text .text-link-with-arrow::before {
  transform: scaleX(1);
}
i {
  display: inline;
  vertical-align: middle;
}
strong {
  font-weight: 600;
}
.fa:before {
  font-size: 20px;
}
#alias-domain-list {
  display: none;
  max-height: 65px;
  overflow-y: auto;
}
.provision-tip {
  display: none;
}
.no-pointers {
  pointer-events: none;
}
/* ---------- IMAGES & MEDIA ---------- */
img,
picture,
svg {
  max-width: 100%;
  height: auto;
}
.cf-profile {
  display: inline-block;
  width: 195px;
  height: 31px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 10px;
}
.cf-profile[data-icon="postmark"] {
  background-image: url("/application/themes/webdock/img/postmarklogo.svg");
}
[data-theme="dark"] .cf-profile[data-icon="postmark"] {
  background-image: url("/application/themes/webdock/img/postmarklogo-negative.svg");
}
.improvmx-profile {
  display: inline-block;
  width: 90px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.improvmx-profile[data-icon="improvmx"] {
  background-image: url("/application/themes/webdock/img/improvmx-logo.png");
}
[data-theme="dark"] .improvmx-profile[data-icon="improvmx"] {
  background-image: url("/application/themes/webdock/img/improvmx-logo-white.png");
}
/* ---------- LISTS ---------- */
ul {
  list-style: none;
}
/* ---------- BUTTONS ---------- */
button {
  cursor: pointer;
  font-family: var(--font-family);
  border: none;
  background: none;
}
.btn:not(.teal):not(.grey):not(.red):not(.white),
.btn.primary,
button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  background-color: #01ff48;
  color: #022213;
  border-radius: 4px;
  box-shadow: none;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  letter-spacing: normal;
  border: 2px solid var(--neon-green);
}
.btn,
.btn-large,
.btn-small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  background-color: var(--neon-green);
  color: var(--dark-green);
  border-radius: 4px;
  box-shadow: none;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  letter-spacing: normal;
  border: 2px solid var(--neon-green);
}
.btn:not(.teal):not(.grey):not(.red):not(.white):hover,
.btn.primary:hover,
button[type="submit"]:hover {
  background: #fff;
}
.btn:hover,
.btn-large:hover,
.btn-small:hover {
  background: #fff;
}
.btn-small {
  height: 26px;
  line-height: 26px;
  padding: 0 1rem;
  font-size: 16px;
}
.btn-small i,
.btn-small i::before {
  font-size: 16px;
}
.btn-outlined {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  box-shadow: none;
  font-weight: 700;
  letter-spacing: normal;
  color: var(--black);
  background-color: var(--btn-secondary-bg);
  text-transform: capitalize;
  border: 2px solid var(--neon-green);
  border-image: initial;
  border-radius: 4px;
  padding: 4.75px 2rem;
}
.btn-outlined:hover {
  background: var(--neon-green);
  border: 2px solid var(--neon-green);
  color: #000;
}
.btn-outlined:focus {
  background: none;
}
.all-servers .btn.btn-small {
  width: 40px;
  height: 40px;
  border-radius: 60% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
a.btn .fa-download {
  color: var(--dark-green);
}
.btn i {
  line-height: 1.7;
}
.btn.tallbutton {
  height: 48px;
}
.btn-outlined.tallbutton {
  height: 48px;
}
.btn.disabled {
  background-color: var(--btn-disabled) !important;
  font-style: italic;
}
/* ---------- BLOCKQUOTES ---------- */
blockquote {
  border-left: 5px solid var(--neon-green);
}
blockquote.article {
  font-size: 22px;
  text-align: center;
  background: var(--bg);
  border-left: none;
  margin: .5em 10px;
  padding: 10px 20px;
  line-height: 1.4;
}
blockquote.article:before {
  content: "\201C";
  display: inline;
  height: 0;
  line-height: 0;
  left: -10px;
  position: relative;
  top: 30px;
  color: var(--light-grey);
  font-size: 3em;
}
blockquote.redline {
  border-left: 5px solid var(--red) !important;
}
blockquote.yellowline {
  border-left: 5px solid var(--yellow) !important;
}
/* ---------- NAVBAR ---------- */
.navbar {
  background: var(--dark-green) !important;
  color: var(--white) !important;
}
.navbar a {
  color: var(--white) !important;
}
/* ---------- CARDS ---------- */
.card {
  background: var(--card-bg) !important;
  color: var(--black) !important;
  border-radius: var(--border-radius);
  box-shadow: var(--no-shadow);
  width: 100%;
}
/* ---------- UTILITY CLASSES ---------- */
.posrel {
  position: relative;
}
.float-right {
  float: right;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/*.text-muted { color: var(--text-muted); }*/
.hidden {
  display: none;
}
.hiddenNi {
  display: none;
}
.no-shadow {
  box-shadow: none;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible !important;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.strong {
  font-weight: 600;
}
.mt-1 {
  margin-top: 0.5rem;
}
.mt-2 {
  margin-top: 1rem;
}
.mb-1 {
  margin-bottom: 0.5rem;
}
.mb-2 {
  margin-bottom: 1rem;
}
.p-1 {
  padding: 0.5rem;
}
.p-2 {
  padding: 1rem;
}
.nobackground {
  background: transparent !important;
}
.nomargin {
  margin: 0px !important;
}
.nomargintop {
  margin-top: 0px !important;
}
.nomarginbottom {
  margin-bottom: 0px !important;
}
.nomarginleft {
  margin-left: 0 !important;
}
.nomarginright {
  margin-right: 0 !important;
}
.nopadding {
  padding: 0px !important;
}
.nopaddingtop {
  padding-top: 0px !important;
}
.nopaddingbottom {
  padding-bottom: 0px !important;
}
.nopaddingleft {
  padding-left: 0 !important;
}
.nopaddingright {
  padding-right: 0 !important;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.flex-left {
  display: flex;
  justify-content: left;
  align-items: center;
}
.flex-left-top {
  display: flex;
  justify-content: left;
  align-items: flex-start;
}
.flex-left-bottom {
  display: flex;
  justify-content: left;
  align-items: flex-end;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-end-bottom {
  display: flex;
  align-items: flex-end;
  padding-bottom: 0px;
  justify-content: flex-end;
}
.flex-right {
  justify-content: flex-end;
  align-items: center;
}
.gap-8 {
  gap: 8px;
}
.pointer {
  cursor: pointer;
}
.break-word {
  word-break: break-word;
}
.noverflow {
  overflow: visible !important;
}
.fullheight {
  height: auto;
}
.full-width {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.disabled {
  color: var(--disabled-text) !important;
  cursor: default !important;
  pointer-events: none !important;
}
.disabled-radio-bt {
  border: 1px solid var(--disabled-text) !important;
}
.disabled-img {
  opacity: 0.5;
}
.disabled-server-button {
  background-color: #DFDFDF !important;
  color: #9f9f9f !important;
  cursor: default !important;
  pointer-events: none !important;
}
.disabled-select-border {
  border-bottom: 1px solid var(--disabled-text) !important;
  box-shadow: 0 1px 0 0 var(--disabled-text) !important;
}
.marginauto {
  margin: 0px auto !important;
}
.xsmargin {
  margin: 8px;
}
.smmargin {
  margin: 16px;
}
.margin {
  margin: 24px !important;
}
.mmargin {
  margin: 32px;
}
.xlmargin {
  margin: 40px;
}
.marginauto-top {
  margin-top: auto;
}
.xsmargin-top {
  margin-top: 8px;
}
.smmargin-top {
  margin-top: 16px;
}
.margin-top {
  margin-top: 24px;
}
.mmargin-top {
  margin-top: 32px;
}
.xlmargin-top {
  margin-top: 40px;
}
.xsmargin-bottom {
  margin-bottom: 8px;
}
.smmargin-bottom {
  margin-bottom: 16px;
}
.margin-bottom {
  margin-bottom: 24px;
}
.mmargin-bottom {
  margin-bottom: 32px;
}
.xlmargin-bottom {
  margin-bottom: 40px;
}
.xsmargin-right {
  margin-right: 8px;
}
.smmargin-right {
  margin-right: 16px;
}
.margin-right {
  margin-right: 24px;
}
.mmargin-right {
  margin-right: 32px;
}
.xlmargin-right {
  margin-right: 40px;
}
.xsmargin-left {
  margin-left: 8px;
}
.smmargin-left {
  margin-left: 16px;
}
.margin-left {
  margin-left: 24px !important;
}
.mmargin-left {
  margin-left: 32px;
}
.xlmargin-left {
  margin-left: 40px;
}
.smpadding {
  padding: 16px !important;
}
.padding20 {
  padding: 20px;
}
.padding {
  padding: 24px;
}
.mpadding {
  padding: 32px;
}
.smpadding-top {
  padding-top: 16px;
}
.smpadding-bottom2 {
  padding-bottom: 16px;
}
.smpadding-bottom {
  padding-bottom: 5px;
}
.xlpadding-bottom {
  padding-bottom: 20px;
}
.xspadding-left {
  padding-left: 8px !important;
}
.xspadding-right {
  padding-right: 8px !important;
}
.margin-top-important {
  margin-top: 24px !important;
}
.padding-top {
  padding-top: 24px;
}
.padout {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: var(--screen-m-min)) and (max-width: var(--screen-m-max)) {
  .padout {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.center-text {
  text-align: center;
}
.center-block {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}
.hugetext,
.hugetext::before {
  font-size: 4.5rem;
}
.largetext,
.card-title.largetext {
  font-weight: 300;
  font-size: 2rem;
}
.mediumtext {
  font-size: 1.3rem;
}
.smalltext,
.small-text,
.text-small {
  font-size: 1rem;
}
.smalltext.fa:before,
.small-text.fa:before,
.text-small.fa:before {
  font-size: 1rem;
}
.text-xs {
  font-size: 0.8rem !important;
}
.underline {
  text-decoration: underline;
}
.promotext {
  font-weight: bold;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 2rem;
  height: 67px;
}
.spacer {
  display: block;
  height: 1px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.mspacer {
  display: block;
  height: 1px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.xlspacer {
  display: block;
  height: 1px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.red-outline {
  outline: 3px solid #f44336 !important;
}
.green-text {
  color: var(--secondary-link-text) !important;
}
.grey-text {
  color: var(--grey-text) !important;
}
.black-text {
  color: var(--black) !important;
}
.border-bottom {
  border-bottom: 1px solid #eee;
}
#readingBar {
  background: transparent;
  display: none;
}
#page-wrapper {
  padding-top: 0;
}
/* ---------- INPUT FIELDS, SELECT FIELDS, CHECKBOXES AND RADION BUTTONS ---------- */
/* General reset for inputs */
input:disabled {
  background-color: var(--progress-loader-bg) !important;
  color: var(--icon-color) !important;
}
.custom-input input[type="text"].browser-default,
.custom-input input[type="email"].browser-default,
.custom-input input[type="password"].browser-default {
  display: block;
  max-width: 100%;
  height: auto;
  padding: 10px 14px;
  border: 1px solid var(--input-border);
  border-radius: 4px;
  /* rounded corners */
  font-size: 16px;
  color: var(--black);
  background-color: var(--checkbox-radio-bg);
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.2s;
}
.custom-input textarea.materialize-textarea {
  padding: 10px 14px !important;
  border: 1px solid var(--input-border) !important;
  border-radius: 4px !important;
  /* rounded corners */
  font-size: 16px !important;
  color: #000;
  background-color: var(--white);
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.2s;
  resize: vertical;
  /* allow vertical resize only */
  min-height: 100px;
  /* set a nice default height */
}
.custom-input input[type="text"].browser-default:focus,
.custom-input input[type="email"].browser-default:focus,
.custom-input input[type="password"].browser-default:focus {
  border-color: var(--neon-green);
  /* Materialize primary color */
  box-shadow: var(--small-shadow);
}
.custom-input textarea.materialize-textarea:focus {
  border-color: var(--neon-green) !important;
  box-shadow: var(--small-shadow);
  outline: none;
}
/* Search field */
.search-input {
  position: relative;
  display: inline-block;
  width: 100%;
}
.search-input .search-icon {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  display: inline-block;
  background-color: var(--icon-color);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
}
.search-input input {
  padding-left: 40px !important;
  /* space for the icon */
}
.search-input i {
  color: var(--black);
  /* muted color */
  font-size: 16px;
  pointer-events: none;
  /* icon doesn’t block typing */
  margin-top: -106px;
  margin-left: 12px;
}
.search-input input:focus + i {
  color: var(--neon-green);
}
.search-input input:focus + .search-icon {
  background-color: var(--black);
}
input[type="search"]:focus {
  border: 1px solid var(--neon-green) !important;
  /* Materialize primary color */
  box-shadow: var(--small-shadow) !important;
}
/* Labels on top */
.custom-input label:not(.custom-checkbox):not(.custom-radio) {
  position: static;
  transform: none !important;
  pointer-events: none;
  top: 0;
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
  color: var(--black);
  font-family: 'Raleway', sans-serif;
}
.custom-input label.small-label:not(.custom-checkbox):not(.custom-radio) {
  font-size: 12px;
}
.custom-input label:not(.custom-checkbox):not(.custom-radio).active {
  transform: none;
}
.input-field .prefix {
  bottom: 12px;
}
.input-field .prefix.active {
  color: var(--secondary-link-text);
}
@media (max-width: 600px) {
  .input-field .prefix {
    bottom: 72px;
  }
  .suggest-password {
    margin-top: 24px;
  }
}
/* General reset for selects */
.input-field .select-wrapper input.select-dropdown,
.custom-input .select-wrapper input.select-dropdown {
  position: relative;
  border: 1px solid var(--input-border) !important;
  border-radius: 4px !important;
  padding: 10px 40px 10px 14px !important;
  font-size: 16px !important;
  background-color: var(--checkbox-radio-bg) !important;
  color: var(--black) !important;
  height: 40px !important;
  line-height: 20px !important;
  box-sizing: border-box !important;
  cursor: pointer;
  transition: border-color 0.2s;
}
#webserver-select-card .custom-input .select-wrapper input.select-dropdown,
#desktop-select-card .custom-input .select-wrapper input.select-dropdown,
#baseos-select-card .custom-input .select-wrapper input.select-dropdown {
  font-size: 14px !important;
}
/* Hover & focus for trigger */
.input-field .select-wrapper input.select-dropdown:focus,
.custom-input .select-wrapper input.select-dropdown:focus {
  border-color: var(--light-grey) !important;
  box-shadow: var(--small-shadow) !important;
  outline: none !important;
}
/* Caret arrow */
.input-field .select-wrapper .caret,
.custom-input .select-wrapper .caret {
  width: 20px;
  /* width of your SVG */
  height: 20px;
  /* height of your SVG */
  display: inline-block;
  -webkit-mask: url("/application/themes/webdock/img/hwicons2023/arrow-down-black.svg") no-repeat center / contain;
  mask: url("/application/themes/webdock/img/hwicons2023/arrow-down-black.svg") no-repeat center / contain;
  background-color: #000;
  /* Light mode */
  pointer-events: none;
  /* avoid interfering with clicks */
  z-index: 2;
  right: 16px;
}
[data-theme="dark"] .input-field .select-wrapper .caret,
[data-theme="dark"] .custom-input .select-wrapper .caret {
  background-color: #fff;
  /* Dark mode */
}
/* ---------- Dropdown List ---------- */
ul.select-dropdown {
  border: 1px solid var(--input-border) !important;
  border-radius: 4px !important;
  overflow-y: auto !important;
  padding: 0 !important;
  background-color: var(--card-bg) !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
  z-index: 1000 !important;
  white-space: normal !important;
  /* allows option text wrap */
}
/* ---------- Options ---------- */
ul.select-dropdown li {
  min-height: auto;
}
ul.select-dropdown li span {
  padding: 10px 14px !important;
  font-size: 16px !important;
  color: var(--black);
  cursor: pointer !important;
  white-space: normal !important;
  /* wrap long text */
  line-height: 1.4 !important;
  background: linear-gradient(var(--bg), var(--bg)) right bottom / 100% 0 no-repeat;
  transition: background-size 0.3s, color 0.3s ease;
}
ul.select-dropdown li.disabled > span {
  color: var(--black);
  opacity: .3;
}
/* Hover & active state */
ul.select-dropdown li span:hover,
ul.select-dropdown li span.active {
  background-size: 100% 100%;
}
ul.select-dropdown li span:hover label:before {
  border: 2px solid #01af35;
}
/* Multiple select */
ul.multiple-select-dropdown li.active,
ul.multiple-select-dropdown li.active.selected {
  background-color: var(--bg);
}
ul.multiple-select-dropdown li span label {
  position: relative !important;
  top: 1px !important;
  left: 0;
  height: 18px;
  display: inline-block !important;
  margin-bottom: 0 !important;
}
ul.multiple-select-dropdown li span label:before {
  border: 2px solid #01af35;
}
ul.multiple-select-dropdown li span input[type="checkbox"]:checked + label:before {
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #01af35;
  border-bottom: 2px solid #01af35;
}
ul.multiple-select-dropdown li span:hover input[type="checkbox"]:checked + label:before {
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #01af35;
  border-bottom: 2px solid #01af35;
}
/* ---------- SELECT2 ---------- */
.select2-dropdown,
.select2-container--open {
  background-color: var(--card-bg) !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
  border: 1px solid var(--input-border) !important;
  z-index: 2002;
}
ul.select2-results__options li {
  color: var(--black);
}
ul.select2-results__options li.select2-results__option--highlighted[aria-selected] {
  background-color: var(--bg);
  color: var(--black);
}
.select2 {
  height: 40px !important;
  border: 1px solid var(--input-border) !important;
  border-radius: 4px !important;
  padding: 8px 40px 8px 14px !important;
  font-size: 16px !important;
  color: #000 !important;
  background-color: var(--checkbox-radio-bg);
  line-height: 22px !important;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: border-color 0.2s;
}
.select2-container .select2-selection--single:focus,
.select2-container--open .select2-selection--single {
  outline: none !important;
}
.select2-container--default .select2-selection--single {
  background-color: var(--checkbox-radio-bg) !important;
  border: 0px solid #aaa !important;
  border-radius: 0px !important;
}
.select2-search--dropdown {
  position: relative;
}
.select2-search--dropdown::before {
  content: "Search…";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-100%);
  color: #999;
  pointer-events: none;
  font-size: 14px;
}
/* Hide fake placeholder when input has value or focus */
.select2-search__field:focus + *,
.select2-search__field:not(:placeholder-shown) + * {
  display: none;
}
/* Text inside */
.select2-selection__rendered {
  color: var(--black) !important;
  line-height: 22px !important;
  padding-left: 0 !important;
}
.select2-selection__rendered .select2-selection__placeholder {
  color: var(--select2-placeholder-color) !important;
}
/* Caret (arrow) */
.select2-selection__arrow {
  position: absolute;
  right: 12px !important;
  top: 50% !important;
  transform: translateY(-50%);
  width: 20px !important;
  height: 20px;
  -webkit-mask: url("/application/themes/webdock/img/hwicons2023/arrow-down-black.svg") no-repeat center;
  -webkit-mask-size: 20px 20px;
  mask: url("/application/themes/webdock/img/hwicons2023/arrow-down-black.svg") no-repeat center;
  mask-size: 20px 20px;
  background-color: #000;
  background-size: 20px 20px;
}
[data-theme="dark"] .select2-selection__arrow {
  background-color: #fff;
  /* Dark mode */
}
.select2-selection__arrow b {
  display: none;
  /* hide default arrow */
}
/* ---------- Scrollbar Styling (Webkit) ---------- */
.dropdown-content.select-dropdown {
  overflow-y: auto;
}
.dropdown-content.select-dropdown[style*="display: none"],
.dropdown-content.select-dropdown[style*="opacity: 0"] {
  overflow-y: hidden !important;
}
ul.select-dropdown::-webkit-scrollbar {
  width: 8px;
}
ul.select-dropdown::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 8px;
}
ul.select-dropdown::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 8px;
}
ul.select-dropdown::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/* ---------- Scrollbar Styling (Firefox) ---------- */
ul.select-dropdown {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}
/* Reset + hide default appearance */
input[type="checkbox"].browser-default,
input[type="radio"].browser-default {
  padding: 0;
  /* 🔑 remove text-input padding */
  margin: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  left: 0;
  opacity: 1;
}
/* ✅ Checkbox styling (square) */
input[type="checkbox"].browser-default {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid var(--checkbox-radio-border-color);
  border-radius: 4px !important;
  /* 🔑 force square with slight round */
  width: 20px;
  height: 20px;
  background: var(--checkbox-radio-bg);
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
input[type="checkbox"].browser-default:checked {
  background-color: var(--checkbox-radio-checked-bg);
  border-color: var(--checkbox-radio-checked-bg);
}
input[type="checkbox"].browser-default:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
  background-image: url("/application/themes/webdock/img/hwicons2023/check.svg");
  /* 🔑 Your SVG file */
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
input[type="checkbox"].browser-default:checked::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
input[type="checkbox"].browser-default:disabled {
  background-color: #f0f0f0;
  /* light gray background */
  border-color: #ccc;
  cursor: not-allowed;
  opacity: 0.7;
}
/* Disabled (checked) */
input[type="checkbox"].browser-default:checked:disabled {
  background-color: #f0f0f0;
  /* darker gray when checked */
  border-color: #999;
}
/* Optional: muted checkmark for disabled checked */
input[type="checkbox"].browser-default:checked:disabled::after {
  opacity: 0.75;
  /* faded checkmark */
}
/* ✅ Radio styling (circle) */
input[type="radio"].browser-default {
  border: 1px solid var(--checkbox-radio-border-color);
  border-radius: 50%;
  background: var(--checkbox-radio-bg);
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
input[type="radio"].browser-default:checked {
  background-color: var(--checkbox-radio-checked-bg);
  border-color: var(--checkbox-radio-checked-bg);
}
input[type="radio"].browser-default:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--neon-green);
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
/* ✅ Label + input inline */
.custom-checkbox,
.custom-radio {
  display: inline-flex !important;
  align-items: flex-start;
  gap: 12px;
  /* space between box and text */
  margin-right: 16px;
  cursor: pointer !important;
}
.custom-checkbox span,
.custom-radio span {
  font-size: 15px;
  color: var(--checkbox-radio-color);
}
/* Put label and tooltip inline */
.checkbox-with-tooltip {
  display: flex;
  align-items: center;
  gap: 6px;
  /* space between label text and icon */
}
/* Make sure label text and checkbox align properly */
.checkbox-with-tooltip label {
  display: inline-flex;
  align-items: flex-start;
  margin: 0;
  /* remove bottom margin from Materialize */
  position: relative;
  top: 10px;
}
/* Optional: style the tooltip icon */
.checkbox-with-tooltip a {
  font-size: 14px;
  color: #555;
  cursor: pointer;
  padding-left: 10px;
}
.checkbox-with-tooltip a:hover {
  color: var(--primary-color);
}
/* Valid, Invalid and Error states */
input:not([type]).valid,
input:not([type]):focus.valid,
input[type=text].valid,
input[type=text]:focus.valid,
input[type=password].valid,
input[type=password]:focus.valid,
input[type=email].valid,
input[type=email]:focus.valid,
input[type=url].valid,
input[type=url]:focus.valid,
input[type=time].valid,
input[type=time]:focus.valid,
input[type=date].valid,
input[type=date]:focus.valid,
input[type=datetime].valid,
input[type=datetime]:focus.valid,
input[type=datetime-local].valid,
input[type=datetime-local]:focus.valid,
input[type=tel].valid,
input[type=tel]:focus.valid,
input[type=number].valid,
input[type=number]:focus.valid,
input[type=search].valid,
input[type=search]:focus.valid,
textarea.materialize-textarea.valid,
textarea.materialize-textarea:focus.valid {
  border: 1px solid var(--secondary-link-text) !important;
  box-shadow: none !important;
}
input:not([type]).invalid,
input:not([type]):focus.invalid,
input[type=text].invalid,
input[type=text]:focus.invalid,
input[type=password].invalid,
input[type=password]:focus.invalid,
input[type=email].invalid,
input[type=email]:focus.invalid,
input[type=url].invalid,
input[type=url]:focus.invalid,
input[type=time].invalid,
input[type=time]:focus.invalid,
input[type=date].invalid,
input[type=date]:focus.invalid,
input[type=datetime].invalid,
input[type=datetime]:focus.invalid,
input[type=datetime-local].invalid,
input[type=datetime-local]:focus.invalid,
input[type=tel].invalid,
input[type=tel]:focus.invalid,
input[type=number].invalid,
input[type=number]:focus.invalid,
input[type=search].invalid,
input[type=search]:focus.invalid,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea:focus.invalid {
  border: 1px solid var(--red) !important;
  box-shadow: none !important;
}
/* Switches */
.switch label {
  display: flex;
  gap: 12px;
}
.switch label .text {
  font-size: 13px;
  color: var(--black);
}
.switch label .lever {
  background-color: #D2D5DA;
  min-width: 36px;
  width: 42px;
  height: 20px;
  border-radius: 20px;
  margin: 0;
}
@media only screen and (max-width: 992px) {
  .switch label .lever {
    min-width: auto;
    width: 36px;
  }
}
.switch label .lever:after {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: none;
  left: 2px;
  top: 2px;
}
.switch label input[type=checkbox]:checked + .lever {
  background-color: var(--secondary-link-text);
}
.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #fff;
  left: 17px;
}
.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #fff;
}
/* ---------- DATE PICKER ---------- */
.picker__date-display {
  background-color: var(--card-reverse-bg);
}
.picker__year-display {
  padding: 5px 0;
}
.picker__weekday-display {
  background-color: transparent;
  font-weight: 500;
  font-size: 24px;
  padding: 0 8px 0 0;
}
.picker__month-display {
  font-weight: 500;
  font-size: 24px;
  padding-right: 8px;
}
.picker__day-display {
  font-weight: 500;
  font-size: 24px;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  border-radius: 8px;
  background-color: var(--card-reverse-bg);
}
.picker__close,
.picker__today {
  color: #01af35;
}
/* ---------- GLOBAL RESPONSIVENESS ---------- */
@media (min-width: 993px) {
  .fullheight {
    height: 100%;
  }
}
html[data-theme="dark"] {
  background-color: #1e392b;
  /* same as @bg-darkmode */
}
@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
  .invoice-totals .pull-right {
    margin-right: 20px;
  }
  #page-wrapper {
    padding: 0px;
  }
  .container {
    width: 100%;
    margin: 0px;
    max-width: none;
  }
  h3 {
    font-size: 1.6rem;
  }
  .spacer {
    margin-bottom: 0px;
    margin-top: 0px;
  }
  tr td,
  th {
    padding: 5px;
  }
  body.grey.lighten-5 {
    background-color: #fff !important;
    font-size: 12px;
  }
  .card-panel {
    margin: 0px;
    box-shadow: none;
  }
  .new-print-page {
    display: block;
    position: relative;
    height: 1px;
    width: 100%;
    content: ' ';
    page-break-before: always;
    page-break-inside: avoid;
    -webkit-region-break-inside: avoid;
  }
  .row .col {
    float: none;
  }
}
.printspacer {
  display: block;
  height: 1px;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}
.addon-click {
  cursor: pointer;
}
/* ========================================
   Entity Status Indicators
   ======================================== */
.entity-status-indicator {
  padding: 10px 15px;
  margin-bottom: 15px;
  border-radius: 4px;
  background-color: #f8f9fa;
  border-left: 4px solid;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.entity-status-indicator .entity-status-icon.pending {
  color: #ff9800;
  margin-right: 8px;
  font-size: 20px;
  animation: entityStatusPulse 2s ease-in-out infinite;
}
.entity-status-indicator .entity-status-text.pending {
  color: #ff9800;
  font-weight: 500;
  font-size: 14px;
}
.entity-status-indicator:has(.pending) {
  border-left-color: #ff9800;
  background-color: #fff8e1;
}
.entity-status-indicator .entity-status-icon.failed {
  color: #f44336;
  margin-right: 8px;
  font-size: 20px;
}
.entity-status-indicator .entity-status-text.failed {
  color: #f44336;
  font-weight: 500;
  font-size: 14px;
}
.entity-status-indicator:has(.failed) {
  border-left-color: #f44336;
  background-color: #ffebee;
}
@media only screen and (max-width: 600px) {
  .entity-status-indicator {
    padding: 8px 12px;
    margin-bottom: 10px;
  }
  .entity-status-indicator .entity-status-icon {
    font-size: 18px;
  }
  .entity-status-indicator .entity-status-text {
    font-size: 13px;
  }
}
.entity-error-message {
  width: 100%;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #666;
  line-height: 1.4;
}
.entity-error-message small {
  font-size: 12px;
  display: block;
  word-break: break-word;
}
.card.entity-status-pending {
  border: 2px solid #ff9800;
}
.card.entity-status-failed {
  border: 2px solid #f44336;
}
@keyframes entityStatusPulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
