/* =========================================
   COMPONENTS.CSS - Reusable Components
   ========================================= */
/* Screens */
/* Phones (default) */
/* Tablets */
/* Desktops */
/* Wide desktops */
/* ---------- SECTIONS ---------- */
.section {
  padding: 0px;
  margin-bottom: 40px;
}
.section.padding-top {
  padding-top: 20px;
}
.user-dashboard {
  padding-top: 24px;
}
/* ---------- CARDS ---------- */
.card-big-with-shadow {
  background: var(--card-bg);
  border-radius: var(--border-radius);
  box-shadow: var(--big-shadow);
  margin-bottom: 40px;
  overflow: hidden;
}
.card-big-with-shadow .card-header {
  background: var(--card-header-bg);
  padding: 12px 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 54px;
}
.card-big-with-shadow .card-header .headline h3 {
  font-size: 18px;
  color: #fff;
  margin: 0;
  font-weight: 600;
}
.card-big-with-shadow .card-header .card-btn {
  height: auto !important;
  line-height: 1 !important;
  padding: 4px 32px !important;
  font-size: 14px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 8px !important;
  border-radius: 4px !important;
}
.card-big-with-shadow .card-header .card-btn i {
  font-size: 14px;
}
.card {
  border-radius: 6px;
  box-shadow: var(--medium-shadow);
}
.header-card {
  border-radius: 6px;
  box-shadow: none;
}
.card .card-title {
  width: 100%;
  color: var(--black);
  font-size: 18px;
  font-weight: 600;
}
.card .card-image .card-title {
  position: relative;
  padding: 16px 24px;
  line-height: 110%;
}
.card-image .gradient {
  border-radius: 6px 6px 0px 0px;
  background: var(--card-header-bg);
}
.card .card-content {
  padding: 24px;
}
.card .card-content .card {
  background: var(--card-inside-card-bg);
}
.card-big-with-shadow .card-content .card {
  background: var(--card-inside-card-bg) !important;
}
.card-content h2 {
  font-weight: 500;
  color: var(--black) !important;
}
.card .card-content.has-action {
  padding-bottom: 60px;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {
  color: var(--medium-green);
  margin-right: 24px;
  transition: color .3s ease;
  text-transform: uppercase;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating):hover {
  color: var(--medium-green);
}
.card.xsmini {
  height: auto;
  min-height: 170px;
}
.card.medimini {
  height: auto;
  min-height: 240px;
}
.card.mini {
  height: auto;
  min-height: 335px;
}
.card.small {
  height: auto;
  min-height: 326px;
}
.card.minmedium {
  min-height: 400px;
}
.card.minxmedium {
  min-height: 425px;
}
.card.minlarge {
  min-height: 510px;
}
.card.profile {
  height: 435px;
}
@media (max-width: var(--screen-m-max)) {
  .card.profile .card-content {
    text-align: center;
  }
}
.card.minxxxlarge {
  min-height: 645px;
}
.card.minxxlarge {
  min-height: 620px;
}
.card.minxlarge {
  min-height: 587px;
}
/*.card.minlarge .card-action, .card.minxlarge .card-action { */
.card .card-action {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.card-content.scrollable {
  max-height: 410px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 60px;
}
.card-content.scrollable.large {
  max-height: 440px;
}
.card-content.scrollable.noheader {
  max-height: 473px;
}
.card-panel.grey.lighten-5 {
  padding: 0px;
  background-color: transparent !important;
  box-shadow: none;
}
.card-content:not(:has(> table)) {
  padding-top: 0;
}
.user-dashboard .card-panel {
  box-shadow: none;
  background: var(--card-bg);
  margin: 0;
}
.user-dashboard .card-action .pull-right {
  margin-right: 0 !important;
}
.card .card-reveal {
  background: var(--card-bg);
}
.card .card-reveal .card-title {
  color: var(--black) !important;
}
.green-box {
  background: var(--greenbox-bg);
  border-radius: 6px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
  gap: 16px;
  position: relative;
  height: 100%;
}
/* profile card */
.header-card .card-image .gradient {
  width: 100%;
  height: auto;
  max-height: 60px;
}
.header-card .card-content p {
  /* font-size: 1.2rem; */
  margin: 10px 0 12px 0;
}
.header-card .card-profile-image {
  width: 100px;
  position: absolute;
  top: 22px;
  z-index: 1;
  right: 20px;
  cursor: pointer;
}
.header-card .btn-move-up {
  position: relative;
  top: -40px;
  right: -18px;
  margin-right: 10px !important;
}
.card-site-img {
  width: 75px;
  height: 75px;
  max-width: 100%;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 1;
  cursor: pointer;
  background: var(--white);
  border-radius: 100%;
  box-shadow: 0 4px 18px 0 rgba(189, 208, 223, 0.3);
  padding: 5px;
}
.card-panel.black {
  background: var(--dark-green);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1), 0px 8px 16px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 20px;
}
.card-panel.black .info-message,
.card-panel.red .info-message,
.card-panel.green .info-message {
  position: relative;
  padding-left: 28px;
}
.card-panel.black .info-message:before,
.card-panel.red .info-message:before,
.card-panel.green .info-message:before {
  font-family: 'Material Icons';
  content: 'info_outline';
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-20%);
  font-size: 24px;
}
.card.green,
.card-panel.green {
  background-color: var(--card-panel-crisp-bg) !important;
  border-right: 7px solid var(--neon-green);
  border-radius: 6px;
}
.card.red,
.card.red .card-content,
.card-panel.red,
.btn.red {
  background: var(--red) !important;
  border: 2px solid var(--red);
  border-radius: 6px;
}
.btn.red:hover {
  box-shadow: none;
}
.card.black,
.card-panel.black {
  background: #000 !important;
  border-radius: 6px;
}
.card-panel.green div {
  color: var(--neon-green) !important;
}
.card.green .card-content {
  color: var(--neon-green) !important;
}
@media only screen and (min-width: 601px) {
  .container {
    width: 96%;
  }
}
/* Password rows */
.passrow {
  width: 100%;
  display: table;
}
@media (max-width: var(--screen-s-max)) {
  .passrow {
    display: block;
  }
}
.passrow:after {
  content: "";
  display: table;
  clear: both;
}
.usercol {
  width: 135px;
  float: left;
}
@media (max-width: var(--screen-s-max)) {
  .usercol {
    float: none;
  }
}
@media (max-width: var(--screen-s-max)) {
  .usercol.nowrap {
    float: left;
    width: 90px;
  }
}
#server-info-card .usercol {
  width: 100px;
}
.passcol {
  -webkit-user-select: all;
  /* Chrome all / Safari all */
  -moz-user-select: all;
  /* Firefox all */
  -ms-user-select: all;
  /* IE 10+ */
  user-select: all;
  /* Likely future */
  float: left;
}
@media (max-width: var(--screen-s-max)) {
  .passcol {
    float: none;
  }
}
.passcol-noselect {
  float: left;
}
@media (max-width: var(--screen-s-max)) {
  .passcol-noselect {
    float: none;
  }
}
.selectable {
  -webkit-user-select: all;
  /* Chrome all / Safari all */
  -moz-user-select: all;
  /* Firefox all */
  -ms-user-select: all;
  /* IE 10+ */
  user-select: all;
  /* Likely future */
}
.pie-height {
  max-height: 150px;
}
/* ---------- TABLES INSIDE CARDS ---------- */
tbody tr td:last-child {
  min-width: auto;
}
th {
  color: var(--tablestripe-th);
}
thead tr th {
  font-weight: 600;
}
table.striped > tbody > tr:nth-child(odd),
table.bordered > tbody > tr,
thead,
table.bordered > thead > tr,
table.bordered > tbody > tr {
  border-bottom: none;
}
table.striped > tbody > tr:nth-child(even):hover {
  background-color: var(--tablestripe-hover);
}
table.striped > tbody > tr:nth-child(odd) {
  background-color: var(--tablestripe);
}
table.striped > tbody > tr:nth-child(odd):hover {
  background-color: var(--tablestripe-hover);
}
a.tablelink {
  color: var(--black);
  font-weight: 500;
}
a.tablelink:hover {
  color: var(--medium-green);
  text-decoration: underline;
  font-weight: 500;
}
/* Site logos */
.domain-logo {
  webkit-box-shadow: 0 4px 18px 0 rgba(189, 208, 223, 0.3);
  background: var(--white);
  border-radius: 100%;
  box-shadow: 0 4px 18px 0 rgba(189, 208, 223, 0.3);
  height: 34px;
  margin: -1px 5px 0 0;
  width: 34px;
  display: inline-block;
  vertical-align: middle;
}
.domain-logo .site-img {
  border-radius: 100%;
  height: auto;
  margin-left: 4px;
  margin-top: 4px;
  /* text-align: center; */
  /* vertical-align: middle; */
  width: 26px;
  height: 26px;
  background-size: cover;
  display: inline-block;
}
.type-icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.type-icon[data-icon="lxdvps"] {
  background-image: url("/application/themes/webdock/img/lxd-square-prov.png");
}
.type-icon[data-icon="kvmvps"] {
  background-image: url("/application/themes/webdock/img/kvm-square-prov.png");
}
[data-theme="dark"] .type-icon[data-icon="lxdvps"] {
  background-image: url("/application/themes/webdock/img/lxd-square-prov.png");
}
[data-theme="dark"] .type-icon[data-icon="kvmvps"] {
  background-image: url("/application/themes/webdock/img/kvm-square-prov-white.png");
}
/* ---------- TILE GRID AND TILES ---------- */
.tile-grid {
  display: flex;
  flex-flow: wrap row;
  justify-content: space-between;
  align-items: center;
}
.tile-grid ul {
  display: grid;
  flex-wrap: wrap;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
  width: 100%;
  margin: 0;
}
.tile-grid ul li {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
}
.tile-grid ul li .tile-grid-item {
  background-color: #022213;
  border-right: 7px solid #01ff48;
  box-shadow: none;
  border-radius: 6px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  box-sizing: border-box;
}
.tile-grid ul li .tile-grid-item .tile-grid-item__icon {
  display: flex;
  align-self: flex-start;
  border-radius: 60%;
  width: 40px;
  height: 40px;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  max-width: 4em;
}
.tile-grid ul li .tile-grid-item .tile-grid-item__icon img {
  width: 24px;
  height: 24px;
}
.tile-grid ul li .tile-grid-item .tile-grid-item__text {
  align-self: flex-start;
  position: relative;
  transition: color 0.3s ease-in-out;
}
.tile-grid ul li .tile-grid-item .tile-grid-item__text h4 {
  margin: 0;
  display: block;
  font-size: 1.2em;
  text-align: left;
  margin-bottom: 10px;
  color: var(--white);
  font-weight: 700;
  position: relative;
  padding-bottom: 6px;
  width: fit-content;
}
.tile-grid ul li .tile-grid-item .tile-grid-item__text h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #01FF48;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}
.tile-grid ul li .tile-grid-item .tile-grid-item__text span {
  display: block;
  margin: 0;
  font-size: 0.9em;
  text-align: left;
  color: var(--white);
}
.tile-grid .tile-grid-item:hover .tile-grid-item__text h4:after {
  transform: scaleX(1);
}
.tile-grid-item.disabled {
  border-right: 7px solid rgba(1, 255, 72, 0.33) !important;
}
.tile-grid-item.disabled .tile-grid-item__icon img {
  opacity: 0.33 !important;
}
.tile-grid-item.disabled .tile-grid-item__text h4 {
  color: rgba(255, 255, 255, 0.33) !important;
  font-style: italic !important;
}
.tile-grid-item.disabled .tile-grid-item__text span {
  color: rgba(255, 255, 255, 0.33) !important;
  font-style: italic !important;
}
/* ---------- PROGRESS BARS AND LOADERS ---------- */
.progress .determinate {
  background-color: var(--medium-green) !important;
}
.progress {
  background-color: var(--progress-bg) !important;
  border-radius: 20px;
  height: 5px;
  font-weight: 600;
  font-size: 14px;
  color: white;
  margin-bottom: 0;
}
.progress .indeterminate {
  background-color: var(--medium-green);
  display: flex;
  align-items: center;
}
.progress-wrapper {
  background-color: var(--progress-wrapper-bg);
  padding: 16px;
  border-radius: 6px;
}
.progress-header {
  display: flex;
  grid-gap: 15px;
}
.progress-header .progress-title {
  font-size: 12px;
  color: var(--th-headline);
}
.progress-header .progress-title.used:before,
.progress-header .progress-title.allowed:before {
  background: var(--medium-green);
  content: " ";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 60%;
  margin-right: 5px;
}
.progress-header .progress-title.allowed:before {
  background: var(--progress-bg);
}
#resource_utilization_summary .progress {
  height: 20px;
}
.loader-text {
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
  text-align: center;
}
.loader-text::before {
  content: "Logging in";
}
.loader-text::after {
  display: inline-block;
  width: 1ch;
  /* reserve space for 3 dots */
  text-align: left;
  /* dots align inside their box */
  vertical-align: bottom;
  animation: dots 1s steps(3, end) infinite;
  content: "";
}
.loader-text2 {
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  text-align: center;
}
.loader-text2::before {
  content: "Loading data";
}
.loader-text2::after {
  display: inline-block;
  width: 1ch;
  /* reserve space for 3 dots */
  text-align: left;
  /* dots align inside their box */
  vertical-align: bottom;
  animation: dots 1s steps(3, end) infinite;
  content: "";
}
@keyframes dots {
  0% {
    content: "";
  }
  33% {
    content: ".";
  }
  66% {
    content: "..";
  }
  100% {
    content: "...";
  }
}
.loader {
  height: 6px;
  width: 100%;
  --c: no-repeat linear-gradient(#01af35 0 0);
  background: var(--c), var(--c), #e8efe8;
  background-size: 60% 100%;
  animation: l16 3s infinite;
}
@keyframes l16 {
  0% {
    background-position: -150% 0, -150% 0;
  }
  66% {
    background-position: 250% 0, -150% 0;
  }
  100% {
    background-position: 250% 0, 250% 0;
  }
}
/* ---------- MODALS---------- */
.remodal .select2-container {
  width: 100% !important;
}
.remodal .select2-container .select2-dropdown {
  width: 100% !important;
}
.authentication-type-google .select2-container {
  width: 100% !important;
}
.authentication-type-google .select2-container .select2-dropdown {
  width: 100% !important;
}
.remodal.fullwidth-modal {
  max-width: 1020px;
}
.remodal-wrapper .remodal {
  padding: 0 !important;
  border-radius: 10px;
  font-family: 'Raleway', sans-serif;
}
.remodal-close:before {
  font-size: 32px;
}
.remodal-close {
  color: white;
  top: 2px;
  right: 2px;
}
.modal-title {
  background-color: var(--modal-header-bg);
  color: white;
  border-radius: 8px 8px 0px 0px;
  padding: 16px 24px;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
}
.modal-content {
  padding: 26px;
  text-align: left;
  background: var(--modal-content-bg);
  color: var(--black);
}
.modal-content blockquote {
  border-left: 5px solid var(--neon-green);
  color: var(--black);
}
/*.modal-content .card{
  background-color: var(--card-inside-card-bg) !important;
}*/
.modal-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
.remodal .btn {
  box-shadow: none;
  transition: 0.4s ease;
}
#chooseButtons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: var(--screen-m-max)) {
  .remodal-wrapper {
    margin: 0px 20px;
  }
}
.remodal table {
  color: var(--black);
}
/* ---------- CHIPS ---------- */
.chip.keychip,
.chip.memberchip {
  background: var(--chip-bg);
  color: var(--chip-color);
  border-radius: 0px;
  width: 100%;
  height: auto;
}
.chip.keychip a,
.chip.keychip a:hover {
  color: var(--black);
}
.closeicon,
.editicon {
  cursor: pointer;
  float: right;
  font-size: 16px;
  line-height: 32px;
  padding-left: 8px;
  color: var(--black);
}
/* ---------- PRE AND ERROR OUTPUTS ---------- */
pre {
  text-align: left;
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #000;
  background-color: var(--off-white);
  border: 1px solid var(--light-grey);
  border-radius: 4px;
}
#editor {
  margin: 0;
  width: 100%;
  height: 360px;
}
.error-output {
  min-height: 200px;
  max-width: 100%;
  word-break: break-all;
  padding: 10px;
  border: 1px dashed var(--black);
}
.error-output {
  min-height: 200px;
  max-width: 100%;
  word-break: break-all;
  padding: 10px;
  border: 1px dashed var(--black);
}
.error-output.scrollable {
  overflow-y: auto;
  overflow-x: hidden;
  height: 285px;
}
.error-output.wp-output {
  height: 245px;
  background-color: var(--tablestripe);
}
.error-signup {
  margin-top: 24px;
}
/* ---------- TOOLTIP ---------- */
.material-tooltip {
  color: var(--tooltip-color);
}
.backdrop {
  background: var(--tooltip-bg);
}
/* ---------- SIGNUP AND LOGIN ---------- */
body.login #page-wrapper {
  padding-top: 0;
}
body.login .remodal-bg > .container:nth-child(2) {
  display: flex;
  min-height: 100vh;
  width: 100%;
  max-width: 100%;
}
.signup-container {
  display: flex;
  min-height: 100vh;
  width: 100%;
  max-width: 100%;
}
.login-container {
  display: flex;
  height: 100vh;
  /* full viewport height */
}
.loginform {
  background: var(--card-bg);
}
.login-form .card-big-with-shadow {
  border-radius: 6px !important;
}
.login-form .card-big-with-shadow .card-header {
  padding: 16px 24px;
  min-height: auto;
}
.left-column {
  position: relative;
  flex: 1;
  background-color: #E8EFE8;
  /* Center content */
  display: flex;
  justify-content: center;
  /* horizontal center */
  align-items: center;
  /* vertical center */
  padding: 40px;
}
.right-column {
  position: relative;
  flex: 1;
  background-color: #022213;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* horizontal center */
  align-items: center;
  /* vertical center */
  padding: 40px;
}
.bottom-login-left {
  display: none;
}
.hide-bottom {
  display: none !important;
}
@media (max-width: 993px) {
  body.login .remodal-bg > .container:nth-child(2) {
    height: auto;
  }
  .login-container {
    height: auto;
  }
  .bottom-login-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    width: 100%;
  }
  .right-column {
    display: none;
  }
  .left-column {
    background-color: #022213;
    align-items: flex-start;
    flex-direction: column;
    gap: 32px;
    padding: 24px;
    min-height: 100vh;
  }
  .left-column .login-form {
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .left-column .login-form .row .card-big-with-shadow .card-header {
    background: #1e392b;
  }
  .left-column .login-bottom-responsive .bottom-login-none {
    display: none;
  }
  .left-column .login-bottom-responsive {
    display: flex !important;
  }
  .left-column .contact-us .bottom-login-none {
    display: none !important;
  }
  .left-column .contact-us {
    border-radius: 4px;
    border: 1px solid #fff;
    padding: 8px 12px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    width: fit-content;
    align-self: center;
    display: inline-block !important;
  }
  .left-column .right-form-card {
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    background: transparent !important;
  }
  .left-column .right-form-card .signup-header {
    background: #1e392b;
  }
  .left-column-height-background {
    min-height: auto;
    background-color: transparent;
  }
  .login-form-nomargintop {
    margin-top: 0 !important;
    margin-bottom: 24px;
  }
  .card-header-login-background {
    background: var(--card-header-bg) !important;
  }
  .loginCheckSpinner {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.loginCheckSpinner {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0 32px 32px;
}
.left-column .contact-us {
  display: none;
}
.logo-form-icon {
  display: inline-block;
  width: 300px;
  height: 49px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.logo-form-icon[data-icon="logo"] {
  background-image: url("/application/themes/webdock/img/webdock-logo-positiv.svg");
}
[data-theme="dark"] .logo-form-icon[data-icon="logo"] {
  background-image: url("/application/themes/webdock/img/webdock-logo-negativ.svg");
}
.form-card-inner h1 {
  font-weight: bold;
  font-size: 2.5rem;
  color: var(--black);
}
.forgotPassword h2 {
  font-size: 1.4em;
}
#complete-oauth-fields .row .col {
  padding: 0 0.75em;
}
.btn-oauth-login {
  transition: background-color 0.3s, box-shadow 0.3s;
  padding: 12px 16px 12px 42px;
  border: none;
  border-radius: 3px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25);
  color: var(--grey);
  font-size: 14px;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  text-align: center;
}
.btn-oauth-login.google-login {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
  background-color: var(--card-inside-card-bg);
  background-repeat: no-repeat;
  background-position: 12px 14px;
}
.btn-oauth-login.github-login {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMTggMTgiIHZlcnNpb249IjEuMSI+CjxnIGlkPSJzdXJmYWNlMSI+CjxwYXRoIHN0eWxlPSIgc3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDpyZ2IoMTAuNTg4MjM1JSwxMi4xNTY4NjMlLDEzLjcyNTQ5JSk7ZmlsbC1vcGFjaXR5OjE7IiBkPSJNIDkgMCBDIDQuMDI3MzQ0IDAgMCA0LjAyNzM0NCAwIDkgQyAwIDEyLjk4NDM3NSAyLjU3ODEyNSAxNi4zNDc2NTYgNi4xNTIzNDQgMTcuNTM5MDYyIEMgNi42MDU0NjkgMTcuNjE3MTg4IDYuNzczNDM4IDE3LjM0NzY1NiA2Ljc3MzQzOCAxNy4xMDkzNzUgQyA2Ljc3MzQzOCAxNi44OTg0MzggNi43NjE3MTkgMTYuMTg3NSA2Ljc2MTcxOSAxNS40MzM1OTQgQyA0LjUgMTUuODUxNTYyIDMuOTE0MDYyIDE0Ljg4MjgxMiAzLjczNDM3NSAxNC4zNzg5MDYgQyAzLjYzMjgxMiAxNC4xMTcxODggMy4xOTUzMTIgMTMuMzIwMzEyIDIuODEyNSAxMy4xMDU0NjkgQyAyLjQ5NjA5NCAxMi45Mzc1IDIuMDQ2ODc1IDEyLjUxOTUzMSAyLjgwMDc4MSAxMi41MTE3MTkgQyAzLjUxMTcxOSAxMi41IDQuMDE1NjI1IDEzLjE2NDA2MiA0LjE4MzU5NCAxMy40MzM1OTQgQyA0Ljk5NjA5NCAxNC43OTI5NjkgNi4yODkwNjIgMTQuNDEwMTU2IDYuODA0Njg4IDE0LjE3NTc4MSBDIDYuODg2NzE5IDEzLjU4OTg0NCA3LjEyMTA5NCAxMy4xOTUzMTIgNy4zNzg5MDYgMTIuOTcyNjU2IEMgNS4zNzg5MDYgMTIuNzQ2MDk0IDMuMjg1MTU2IDExLjk2ODc1IDMuMjg1MTU2IDguNTI3MzQ0IEMgMy4yODUxNTYgNy41NDY4NzUgMy42MzI4MTIgNi43MzgyODEgNC4yMDcwMzEgNi4xMDkzNzUgQyA0LjExNzE4OCA1Ljg4MjgxMiAzLjgwMDc4MSA0Ljk2MDkzOCA0LjI5Njg3NSAzLjcyMjY1NiBDIDQuMjk2ODc1IDMuNzIyNjU2IDUuMDUwNzgxIDMuNDg4MjgxIDYuNzczNDM4IDQuNjQ0NTMxIEMgNy40OTIxODggNC40NDUzMTIgOC4yNTc4MTIgNC4zNDM3NSA5LjAyMzQzOCA0LjM0Mzc1IEMgOS43ODkwNjIgNC4zNDM3NSAxMC41NTA3ODEgNC40NDUzMTIgMTEuMjczNDM4IDQuNjQ0NTMxIEMgMTIuOTkyMTg4IDMuNDc2NTYyIDEzLjc0NjA5NCAzLjcyMjY1NiAxMy43NDYwOTQgMy43MjI2NTYgQyAxNC4yNDIxODggNC45NjA5MzggMTMuOTI1NzgxIDUuODgyODEyIDEzLjgzNTkzOCA2LjEwOTM3NSBDIDE0LjQxMDE1NiA2LjczODI4MSAxNC43NjE3MTkgNy41MzkwNjIgMTQuNzYxNzE5IDguNTI3MzQ0IEMgMTQuNzYxNzE5IDExLjk4MDQ2OSAxMi42NTYyNSAxMi43NDYwOTQgMTAuNjUyMzQ0IDEyLjk3MjY1NiBDIDEwLjk4MDQ2OSAxMy4yNTM5MDYgMTEuMjYxNzE5IDEzLjc5Mjk2OSAxMS4yNjE3MTkgMTQuNjM2NzE5IEMgMTEuMjYxNzE5IDE1LjgzOTg0NCAxMS4yNSAxNi44MDg1OTQgMTEuMjUgMTcuMTA5Mzc1IEMgMTEuMjUgMTcuMzQ3NjU2IDExLjQxNzk2OSAxNy42Mjg5MDYgMTEuODY3MTg4IDE3LjUzOTA2MiBDIDE1LjQyMTg3NSAxNi4zNDc2NTYgMTggMTIuOTcyNjU2IDE4IDkgQyAxOCA0LjAyNzM0NCAxMy45NzI2NTYgMCA5IDAgWiBNIDkgMCAiLz4KPC9nPgo8L3N2Zz4K);
  background-color: var(--card-inside-card-bg);
  background-repeat: no-repeat;
  background-position: 12px 14px;
}
.login-top {
  position: relative;
  display: none;
  width: 100%;
}
.login-top-left {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 993px) {
  .login-top {
    display: block;
  }
  .login-top-none {
    display: none !important;
  }
}
body.login-check h2 {
  font-size: 2rem;
}
.login-check-logo {
  height: auto;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.login-logo {
  width: 338px;
  height: auto;
  max-width: 100%;
}
.login-logo-small {
  width: 203px;
  height: auto;
  max-width: 100%;
}
.login-logo-left {
  width: 300px;
  height: auto;
  max-width: 100%;
}
.login-text {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.login-text h2 {
  font-size: 42px;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--neon-green);
}
.login-text h3 {
  font-size: 42px;
  font-weight: 300;
  color: #fff;
}
.login-text p {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  max-width: 430px;
  margin: 0 auto 10px auto;
}
.login-text a {
  border-radius: 4px;
  border: 1px solid #fff;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  width: fit-content;
  align-self: center;
  margin-bottom: 50px;
}
.login-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  width: 100%;
}
.login-bottom a {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
}
.left-column .login-bottom-responsive {
  display: none;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  gap: 8px;
  flex-wrap: wrap;
  width: 100%;
}
.left-column .login-bottom-responsive a {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 1201px) {
  .logo-set {
    width: 400px !important;
    height: 65px !important;
  }
  .logo-wrapper {
    display: none !important;
  }
  .logo-wrapper-medium {
    display: block !important;
  }
  .webdock-logo-text {
    left: 123px !important;
    padding-top: 13px !important;
  }
  .login-logo {
    width: 270px !important;
  }
}
.logo-wrapper {
  position: relative;
  width: fit-content;
  display: block;
}
.logo-wrapper-medium {
  position: relative;
  width: fit-content;
  display: none;
}
.logo-wrapper-small {
  position: relative;
  width: 100%;
  min-height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.logo-set {
  position: relative;
  width: 500px;
  height: 50px;
}
.logo-set-small {
  position: relative;
  width: 300px;
  height: 82px;
}
.logo-set > div {
  height: 100%;
  position: absolute;
  top: 0;
}
.logo-set-small > div {
  height: 100%;
  position: absolute;
  top: 0;
}
.svg-elem-1 {
  stroke: white;
  fill: transparent;
  stroke-dasharray: 206.9658203125;
  stroke-dashoffset: 206.9658203125;
  stroke-linecap: round;
  stroke-linejoin: round;
  animation: draw 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) forwards, fillIn 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s forwards;
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes fillIn {
  to {
    fill: white;
  }
}
.svg-elem-2 {
  stroke: white;
  fill: transparent;
  stroke-dasharray: 222.92941284179688;
  stroke-dashoffset: 222.92941284179688;
  stroke-linecap: round;
  stroke-linejoin: round;
  animation: draw2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s forwards, /* starts after 0.5s */ fillIn2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s forwards;
  /* delay = stroke duration + initial delay */
}
@keyframes draw2 {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes fillIn2 {
  to {
    fill: white;
  }
}
svg .svg-elem-3 {
  stroke: white;
  fill: transparent;
  stroke-dashoffset: 183.94094848632812px;
  stroke-dasharray: 183.94094848632812px;
  stroke-linecap: round;
  stroke-linejoin: round;
  animation: draw3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s forwards, /* starts after 0.5s */ fillIn3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s forwards;
  /* delay = stroke duration + initial delay */
}
@keyframes draw3 {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes fillIn3 {
  to {
    fill: white;
  }
}
svg .svg-elem-4 {
  stroke: white;
  fill: transparent;
  stroke-dashoffset: 102.14385986328125px;
  stroke-dasharray: 102.14385986328125px;
  stroke-linecap: round;
  stroke-linejoin: round;
  animation: draw4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s forwards, /* starts after 0.5s */ fillIn4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s forwards;
  /* delay = stroke duration + initial delay */
}
@keyframes draw4 {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes fillIn4 {
  to {
    fill: white;
  }
}
.second-logo-svg {
  left: 31px;
}
.third-logo-svg {
  left: 32px;
  z-index: 2;
}
.fourth-logo-svg {
  left: 63px;
}
.second-logo-svg-medium {
  left: 25px;
}
.third-logo-svg-medium {
  left: 27px;
  z-index: 2;
}
.fourth-logo-svg-medium {
  left: 52px;
}
.third-logo-svg svg,
.third-logo-svg-medium svg {
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  /* start with no shadow */
  animation: shadowIn 0.8s ease forwards;
  animation-delay: 2s;
  /* wait before showing shadow */
}
@keyframes shadowIn {
  from {
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  }
  to {
    filter: drop-shadow(-12px 0px 10px rgba(0, 0, 0, 0.5));
  }
}
.second-logo-svg-small {
  left: 19px;
}
.third-logo-svg-small {
  left: 22px;
  z-index: 2;
}
.fourth-logo-svg-small {
  left: 41px;
}
.webdock-logo-text {
  align-self: center;
  /* override only this one */
  opacity: 0;
  transform: translateX(-30px);
  /* start a bit left */
  animation: textIn 0.8s ease forwards;
  animation-delay: 2s;
  /* optional delay so it comes after the other logos */
  padding-top: 16px;
  left: 160px;
}
@keyframes textIn {
  to {
    opacity: 1;
    transform: translateX(0);
    /* back to original spot */
  }
}
.svg-elem-1-medium {
  stroke: white;
  fill: transparent;
  stroke-dashoffset: 165.7025909423828px;
  stroke-dasharray: 165.7025909423828px;
  stroke-linecap: round;
  stroke-linejoin: round;
  animation: drawMedium 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) forwards, fillInMedium 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s forwards;
}
@keyframes drawMedium {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes fillInMedium {
  to {
    fill: white;
  }
}
.svg-elem-2-medium {
  stroke: white;
  fill: transparent;
  stroke-dashoffset: 178.4815673828125px;
  stroke-dasharray: 178.4815673828125px;
  stroke-linecap: round;
  stroke-linejoin: round;
  animation: draw2Medium 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s forwards, /* starts after 0.5s */ fillIn2Medium 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s forwards;
  /* delay = stroke duration + initial delay */
}
@keyframes draw2Medium {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes fillIn2Medium {
  to {
    fill: white;
  }
}
svg .svg-elem-3-medium {
  stroke: white;
  fill: transparent;
  stroke-dashoffset: 147.2573699951172px;
  stroke-dasharray: 147.2573699951172px;
  stroke-linecap: round;
  stroke-linejoin: round;
  animation: draw3Medium 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s forwards, /* starts after 0.5s */ fillIn3Medium 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s forwards;
  /* delay = stroke duration + initial delay */
}
@keyframes draw3Medium {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes fillIn3Medium {
  to {
    fill: white;
  }
}
svg .svg-elem-4-medium {
  stroke: white;
  fill: transparent;
  stroke-dashoffset: 81.64663696289062px;
  stroke-dasharray: 81.64663696289062px;
  stroke-linecap: round;
  stroke-linejoin: round;
  animation: draw4Medium 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s forwards, /* starts after 0.5s */ fillIn4Medium 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s forwards;
  /* delay = stroke duration + initial delay */
}
@keyframes draw4Medium {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes fillIn4Medium {
  to {
    fill: white;
  }
}
svg .svg-elem-1-small {
  stroke: white;
  stroke-dashoffset: 124.43831634521484px;
  stroke-dasharray: 124.43831634521484px;
  fill: transparent;
  stroke-linecap: round;
  stroke-linejoin: round;
  animation: drawSmall 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) forwards, fillInSmall 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s forwards;
}
@keyframes drawSmall {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes fillInSmall {
  to {
    fill: white;
  }
}
svg .svg-elem-2-small {
  stroke: white;
  stroke-dashoffset: 134.0328826904297px;
  stroke-dasharray: 134.0328826904297px;
  fill: transparent;
  stroke-linecap: round;
  stroke-linejoin: round;
  animation: drawSmall2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s forwards, /* starts after 0.5s */ fillInSmall2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s forwards;
  /* delay = stroke duration + initial delay */
}
@keyframes drawSmall2 {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes fillInSmall2 {
  to {
    fill: white;
  }
}
svg .svg-elem-3-small {
  stroke: white;
  stroke-dashoffset: 110.57231903076172px;
  stroke-dasharray: 110.57231903076172px;
  fill: transparent;
  stroke-linecap: round;
  stroke-linejoin: round;
  animation: drawSmall3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s forwards, /* starts after 0.5s */ fillInSmall3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s forwards;
  /* delay = stroke duration + initial delay */
}
@keyframes drawSmall3 {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes fillInSmall3 {
  to {
    fill: white;
  }
}
svg .svg-elem-4-small {
  stroke: white;
  stroke-dashoffset: 61.149200439453125px;
  stroke-dasharray: 61.149200439453125px;
  fill: transparent;
  stroke-linecap: round;
  stroke-linejoin: round;
  animation: drawSmall4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s forwards, /* starts after 0.5s */ fillInSmall4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s forwards;
  /* delay = stroke duration + initial delay */
}
@keyframes drawSmall4 {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes fillInSmall4 {
  to {
    fill: white;
  }
}
.third-logo-svg-small svg {
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  /* start with no shadow */
  animation: shadowInSmall 0.8s ease forwards;
  animation-delay: 2s;
  /* wait before showing shadow */
}
@keyframes shadowInSmall {
  from {
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  }
  to {
    filter: drop-shadow(-10px 0px 8px rgba(0, 0, 0, 0.5));
  }
}
.webdock-logo-text-small {
  align-self: center;
  /* override only this one */
  opacity: 0;
  transform: translateX(-30px);
  /* start a bit left */
  animation: textIn 0.8s ease forwards;
  animation-delay: 2s;
  /* optional delay so it comes after the other logos */
  padding-left: 92px;
  padding-top: 10px;
}
@keyframes textIn {
  to {
    opacity: 1;
    transform: translateX(0);
    /* back to original spot */
  }
}
/* ---------- REFER A FRIEND ---------- */
.floating-referral {
  position: absolute;
  top: 0;
  right: 170px;
}
.floating-referral-cart-visible {
  position: absolute;
  top: 0;
  right: 178px;
}
.floating-referral li,
.floating-referral-cart-visible li {
  padding: 18px 15px;
}
.floating-referral li a:hover,
.floating-referral-cart-visible li a:hover {
  background: #01FF48;
}
.btn-referral-menu {
  background: #01FF48;
  border-radius: 4px;
  padding: 5px 10px;
  gap: 5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.btn-referral-menu img {
  width: 24px;
  height: auto;
}
.btn-referral-menu span {
  font-size: 13px;
  font-weight: 600;
  color: #022213;
}
.referMobileIcon {
  display: none;
}
@media (max-width: 1201px) {
  .floating-referral-cart-visible {
    display: none;
  }
  .referMobileIcon {
    display: inline-block;
  }
}
/* ---------- LOAD BALANCER AND WAF IFRAME ---------- */
@media (max-width: 993px) {
  .upstreamServerContainer {
    padding-bottom: 16px !important;
  }
}
.overlayIframe {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.3s ease forwards;
}
.overlayIframe.show {
  display: flex;
}
.iframe-container {
  position: relative;
  width: 80vw;
  height: 80vh;
  background: var(--white);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  animation: scaleIn 0.3s ease forwards;
}
.close-btn-iframe {
  position: absolute;
  top: 10px;
  right: 20px;
  background: var(--off-black);
  color: var(--white);
  border: none;
  padding: 6px 10px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  z-index: 10;
}
iframe {
  width: 100%;
  height: 100%;
  border: none;
}
@keyframes fadeIn {
  from {
    background: rgba(0, 0, 0, 0);
  }
  to {
    background: rgba(0, 0, 0, 0.5);
  }
}
@keyframes scaleIn {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scaleOut {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.9);
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .iframe-container {
    width: 100vw;
    height: 100vh;
    border-radius: 0;
  }
}
#events_tray .tray_content {
  border-radius: 10px 10px 0px 0px !important;
}
#events_tray .tray_header {
  background: #022213;
  border-radius: 10px 10px 0px 0px;
}
#events_tray .tray_header span,
#events_tray .tray_header a {
  color: white !important;
}
#events_tray .progress {
  background-color: #97c49c;
  border-radius: 20px;
  height: 5px;
}
#events_tray .progress .determinate {
  background-color: var(--medium-green);
}
/* Events tray */
#events_tray {
  display: block;
  position: fixed;
  z-index: 1000;
  bottom: 0%;
  right: 50%;
  margin-right: -20%;
  width: 40%;
}
@media (max-width: 993px) {
  #events_tray {
    right: 0%;
    margin-right: 0%;
    width: 100%;
  }
}
#events_tray .tray_content {
  border-radius: 2px;
  width: auto;
  position: relative;
  max-width: 100%;
  font-size: 0.9rem;
  line-height: 1.5em;
  font-weight: 400;
  word-break: break-word;
  cursor: default;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 993px) {
  #events_tray .tray_content {
    margin: 0 10px;
  }
}
#events_tray .tray_content {
  max-height: 38px;
  transition: max-height 0.15s ease-out;
}
#events_tray.shown .tray_content {
  max-height: 500px;
  transition: max-height 0.25s ease-in;
}
#events_tray .tray_header {
  width: 100%;
  padding: 10px 25px;
  color: var(--card-inside-card-bg);
}
#events_tray .tray_header a {
  color: var(--yellow);
  font-weight: 800;
}
#events_tray .tray_table {
  padding: 10px 25px;
  background-color: var(--card-inside-card-bg);
  color: var(--black);
}
/* ---------- PRICE INFO BOX ---------- */
.price-info-box {
  box-sizing: border-box;
  background: var(--card-inside-card-bg);
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  padding: 16px;
  position: relative;
}
.price-info-box .headline {
  font-size: 14px;
  font-weight: 400;
  color: var(--black);
  padding: 8px 0 0 0;
}
.price-info-box .price-container {
  border-bottom: 1px solid #eee;
  padding: 0 0 8px 0;
  box-sizing: border-box;
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  align-items: flex-start;
}
.price-info-box .price-container p {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  margin: 0 !important;
}
/* ---------- CHAT BOX ---------- */
.chatBoxButton {
  position: fixed;
  bottom: 20px;
  right: 24px;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background: var(--dark-green);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 2;
}
.chatBoxButton .chatImage {
  width: 40px;
  height: auto;
  position: absolute;
}
.chatBoxButton .closeImage {
  width: 32px;
  height: auto;
  position: absolute;
}
@media (max-width: 993px) {
  body.createserver .chatBoxButton,
  body.signup .chatBoxButton {
    bottom: 132px;
    right: 16px;
  }
  body.createserver .cky-revisit-bottom-left,
  body.signup .cky-revisit-bottom-left {
    bottom: 128px;
    right: 16px;
  }
}
.chatBox {
  position: fixed;
  bottom: 96px;
  right: 24px;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.04), 0 8px 24px 0 rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  width: 400px;
  display: none;
  z-index: 1000001;
  max-height: 87vh;
  /* Ensure the chatBox does not exceed the viewport */
}
.chatBox .heading {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 16px 16px 24px 16px;
  background: var(--dark-green);
  border-radius: 10px 10px 0 0;
}
.chatBox .heading .close {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  opacity: 1;
}
.chatBox .heading .close img {
  width: 24px;
  height: 24px;
}
.chatBox .chatbox-combined {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 8px;
}
.chatBox .chatbox-combined h3 {
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.chatBox .heading .subheadline {
  color: var(--white);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  padding-top: 8px;
}
.chatBox .chat-box-content {
  padding: 14px 16px 22px 16px;
  background: var(--white);
  max-height: 60vh;
  /* Adjust height within chatBox */
  overflow-y: auto;
  /* Enable scrolling inside chat-box-content */
  border-radius: 0;
}
.chatBox .chat-box-content .content-headline {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 6px;
}
.chatBox .chat-box-content .content-headline span {
  font-size: 15px;
  font-weight: 600;
  color: #000;
}
.chatBox .chat-box-content ul {
  margin-left: 54px;
  margin-bottom: 12px;
  margin-top: 8px;
}
.chatBox .chat-box-content ul li {
  font-size: 13px;
  list-style-type: disc;
  line-height: 1.4;
  padding-bottom: 8px;
  color: #000;
}
.chat-btn {
  width: 100%;
  padding: 12px 16px;
  font-size: 12px;
  border-radius: 24px;
  font-weight: 700;
  line-height: 1;
  background: var(--neon-green);
  color: #000;
  border: 1px solid var(--neon-green);
  font-family: 'Raleway', sans-serif;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.chat-btn-secondary {
  width: 100%;
  padding: 12px 16px;
  font-size: 12px;
  border-radius: 24px;
  font-weight: 700;
  line-height: 1;
  background: var(--white);
  color: #000;
  border: 1px solid var(--neon-green);
  font-family: 'Raleway', sans-serif;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.chat-btn:hover {
  background: var(--white);
  border: 1px solid var(--neon-green);
}
.chat-btn-secondary:hover {
  background: var(--neon-green);
  border: 1px solid var(--neon-green);
}
.chat-box-content::-webkit-scrollbar {
  width: 4px;
  /* width of the scrollbar */
}
.chat-box-content::-webkit-scrollbar-track {
  background: var(--white);
  /* color of the track */
}
.chat-box-content::-webkit-scrollbar-thumb {
  background: #b3b3b3;
  /* color of the scroll thumb */
  border-radius: 2px;
}
.chat-box-content::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3;
  /* color when hovering */
}
.topDivider {
  height: 10px;
  background: var(--white);
}
.middleDivider {
  padding: 12px 0;
}
@media only screen and (max-width: 480px) {
  .chatBox {
    bottom: 0;
    right: 0;
    width: 100vw;
    height: calc(var(--vh, 1vh) * 100);
    box-shadow: none;
    border-radius: 0;
    max-height: calc(var(--vh, 1vh) * 100);
  }
  .chatBox .chat-box-content {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-height: calc(100vh - 140px);
    overflow-y: auto;
  }
}
/* ---------- TAB CONTAINERS ---------- */
.tab-container {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-bottom: 24px;
}
.tab-container .tab {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: fit-content;
  font-size: 14px;
  padding-bottom: 4px;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
.tab-container .tab a {
  color: var(--black);
}
.tab-container .tab.active {
  font-weight: 700;
  border-bottom: 2px solid var(--neon-green);
}
.tab-container .tab img {
  width: 24px;
  height: 24px;
}
.tab-container .tab:not(.active)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--neon-green);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}
.tab-container .tab:not(.active):hover::after {
  transform: scaleX(1);
}
.tab-container-2 {
  display: flex;
  flex-direction: row;
  margin: 24px 24px 0 24px;
}
.tab-container-2 .tab {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: fit-content;
  font-size: 14px;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
  padding: 10px 16px;
}
.tab-container-2 .tab span {
  color: var(--black);
}
.tab-container-2 .tab.active {
  font-weight: 700;
  padding: 10px 16px;
  border-radius: 12px 12px 0 0;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.04), 0px -4px 8px rgba(0, 0, 0, 0.06) !important;
  background: var(--card-inside-card-bg);
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: -1px;
}
.tab-container-2 .tab.active-not-first {
  font-weight: 700;
  padding: 10px 16px;
  border-radius: 12px 12px 0 0;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.04), 0px -4px 8px rgba(0, 0, 0, 0.06) !important;
  background: var(--white);
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: -1px;
}
.tab-container-2 .tab img {
  width: 24px;
  height: 24px;
}
.tab-container-2 .tab .tab-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.tab-icon[data-icon="infoview"] {
  background-image: url("/application/themes/webdock/img/dash/info-view.svg");
}
.tab-icon[data-icon="resourceview"] {
  background-image: url("/application/themes/webdock/img/dash/resource-view.svg");
}
.tab-icon[data-icon="metadataview"] {
  background-image: url("/application/themes/webdock/img/dash/metadata-view.svg");
}
.tab-icon[data-icon="archievedserversview"] {
  background-image: url("/application/themes/webdock/img/dash/archieved-servers.svg");
}
.tab-icon[data-icon="snapshotsview"] {
  background-image: url("/application/themes/webdock/img/dash/snapshots-view.svg");
}
.tab-icon[data-icon="accounteventsview"] {
  background-image: url("/application/themes/webdock/img/dash/account-events.svg");
}
.tab-icon[data-icon="apieventsview"] {
  background-image: url("/application/themes/webdock/img/dash/api-events.svg");
}
[data-theme="dark"] .tab-icon[data-icon="infoview"] {
  background-image: url("/application/themes/webdock/img/dash/info-view-white.svg");
}
[data-theme="dark"] .tab-icon[data-icon="resourceview"] {
  background-image: url("/application/themes/webdock/img/dash/resource-view-white.svg");
}
[data-theme="dark"] .tab-icon[data-icon="metadataview"] {
  background-image: url("/application/themes/webdock/img/dash/metadata-view-white.svg");
}
[data-theme="dark"] .tab-icon[data-icon="archievedserversview"] {
  background-image: url("/application/themes/webdock/img/dash/archieved-servers-white.svg");
}
[data-theme="dark"] .tab-icon[data-icon="snapshotsview"] {
  background-image: url("/application/themes/webdock/img/dash/snapshots-view-white.svg");
}
[data-theme="dark"] .tab-icon[data-icon="accounteventsview"] {
  background-image: url("/application/themes/webdock/img/dash/account-events-white.svg");
}
[data-theme="dark"] .tab-icon[data-icon="apieventsview"] {
  background-image: url("/application/themes/webdock/img/dash/api-events-white.svg");
}
.card-panel.has-tabs {
  background: var(--card-inside-card-bg);
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06) !important;
  border-radius: 12px;
  margin: 0 24px 24px 24px;
}
.has-tabs-border-radius {
  border-radius: 0 12px 12px 12px !important;
}
.has-tabs-border-radius-not-first {
  border-radius: 12px !important;
}
/* Mobile friendly tabs */
.tab-mobile {
  flex-direction: column;
}
.tab-container-2 .tab.mobile {
  flex-grow: 1;
  width: 100%;
  justify-content: flex-start;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06) !important;
  background: var(--card-inside-card-bg);
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.tab-container-2 .tab.active.mobile {
  border-bottom: 1px solid #ccc;
  width: 100%;
  justify-content: flex-start;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.04), 0px -4px 8px rgba(0, 0, 0, 0.06) !important;
}
.tab-container-2 .tab.notActive {
  width: 100%;
  justify-content: flex-start;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px -1px 8px -4px rgba(0, 0, 0, 0.06) !important;
}
.tab-order {
  order: -1;
}
.tab-bottom-border {
  border-bottom: 1px solid #ccc;
}
.tab-border-radius-mobile {
  border-radius: 0 0 12px 12px !important;
}
.tab .tab-arrow {
  display: none;
  /* hidden by default */
  width: 8px;
  height: 8px;
  margin-left: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  /* down arrow */
  transition: transform 0.3s ease;
  margin-left: auto;
}
@media (max-width: 992px) {
  .tab-container-2 .tab {
    background: var(--card-inside-card-bg);
  }
  .tab.active .tab-arrow {
    display: inline-block;
  }
  .tab.active.expanded .tab-arrow {
    transform: rotate(-135deg);
    /* up arrow */
  }
}
@media (min-width: 992px) {
  .tab .tab-arrow {
    display: none !important;
  }
}
/* ---------- REFER FRIEND ---------- */
.floating-referral {
  position: absolute;
  top: 0;
  right: 170px;
}
.floating-referral-cart-visible {
  position: absolute;
  top: 0;
  right: 212px;
}
.floating-referral li,
.floating-referral-cart-visible li {
  padding: 18px 0 18px 24px;
}
.floating-referral li a:hover,
.floating-referral-cart-visible li a:hover {
  background: #01FF48;
}
.btn-referral-menu {
  background: #01FF48;
  border-radius: 4px;
  padding: 5px 10px;
  gap: 5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.btn-referral-menu img {
  width: 24px;
  height: auto;
}
.btn-referral-menu span {
  font-size: 13px;
  font-weight: 600;
  color: #022213;
}
.row.flexbox {
  display: flex;
  flex-wrap: wrap;
}
.row.flexbox .col {
  display: flex;
  flex-direction: column;
}
.row.flexbox .col .card,
.row.flexbox .col .card-panel,
.row.flexbox .col .referral-card {
  flex: 1;
}
.row .col .green-box {
  background: var(--greenbox-bg);
  border-radius: 6px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
  gap: 16px;
  position: relative;
  height: 100%;
}
@media (max-width: 1201px) {
  .row .col .green-box {
    margin-bottom: 24px;
  }
}
.row .col .green-box .earnings-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.row .col .green-box .earnings-container h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}
.row .col .green-box .earnings-container .earnings-clicks {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  margin: 16px 0;
}
.row .col .green-box .earnings-container .earnings-clicks img {
  width: 90px;
  height: auto;
}
.row .col .green-box .earnings-container .earnings-clicks span {
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
}
.earnings-small-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}
.lbwaf-small-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}
.earnings-small-text span {
  font-weight: 600;
  color: #01af35;
}
.earnings-large-text {
  font-size: 54px;
  font-weight: 400;
  line-height: 1.2;
}
.row .col .green-box h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
.row .col .green-box .referral-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.btn-referral {
  background: #01FF48;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  padding: 8px !important;
  border: none;
  outline: none;
  border-radius: 6px;
  height: 3rem;
  width: 3rem;
}
.btn-referral img {
  width: 24px;
  height: auto;
}
.row.refer.flex {
  display: flex;
  align-items: center;
}
.row.last-row {
  margin-bottom: 0px;
}
.refer .input-field {
  margin-top: 0;
}
.refer .input-field.with-toast {
  position: relative;
  width: fit-content;
}
.link-copied {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #323232;
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 0.9rem;
  z-index: 9999;
}
.link-copied.show {
  visibility: visible;
  opacity: 1;
}
.referral-code,
.referral-code-earnings {
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  padding: 16px 12px !important;
  height: auto !important;
  margin: 0 0 16px 0 !important;
  width: -webkit-fill-available !important;
  font-family: "Raleway", sans-serif;
}
@media (min-width: 993px) {
  .referral-code,
  .referral-code-earnings {
    margin-bottom: 0 !important;
  }
}
.referral-code-earnings {
  direction: rtl;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px !important;
}
.referral-card {
  background: var(--greenbox-bg);
  padding: 12px 16px 16px 16px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.referral-card.invite,
.referral-card.purchase,
.referral-card.credits,
.referral-card.earnings {
  margin-bottom: 32px;
}
@media (min-width: 1201px) {
  .referral-card.invite,
  .referral-card.purchase,
  .referral-card.credits,
  .referral-card.earnings {
    margin-bottom: 0;
  }
}
.referral-card-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* Light mode (default) */
.referral-card-icon[data-icon="invite"] {
  background-image: url("/application/themes/webdock/img/dash/mail-forward.svg");
}
.referral-card-icon[data-icon="purchase"] {
  background-image: url("/application/themes/webdock/img/hwicons2023/referral-purchase.svg");
}
.referral-card-icon[data-icon="credits"] {
  background-image: url("/application/themes/webdock/img/hwicons2023/referral-credits.svg");
}
.referral-card-icon[data-icon="earnings"] {
  background-image: url("/application/themes/webdock/img/hwicons2023/referral-period.svg");
}
[data-theme="dark"] .referral-card-icon[data-icon="invite"] {
  background-image: url("/application/themes/webdock/img/dash/mail-forward-white.svg");
}
[data-theme="dark"] .referral-card-icon[data-icon="purchase"] {
  background-image: url("/application/themes/webdock/img/hwicons2023/referral-purchase-white.svg");
}
[data-theme="dark"] .referral-card-icon[data-icon="credits"] {
  background-image: url("/application/themes/webdock/img/hwicons2023/referral-credits-white.svg");
}
[data-theme="dark"] .referral-card-icon[data-icon="earnings"] {
  background-image: url("/application/themes/webdock/img/hwicons2023/referral-period-white.svg");
}
.referral-card img {
  width: 24px;
  height: auto;
}
.referral-card .headline {
  font-size: 14px;
  font-weight: 600;
}
.referral-card .headline.highlight {
  position: relative;
  width: fit-content;
}
.referral-card .headline.highlight:after {
  content: '';
  width: 100%;
  display: inline;
  position: absolute;
  height: 2px;
  background: #01ff48;
  left: 0;
  bottom: -1px;
}
.referral-card .text {
  font-size: 14px;
  line-height: 1.4;
}
.refer-back-arrow {
  width: 24px;
  height: auto;
  position: absolute;
  left: 10px;
  top: 6px;
  cursor: pointer;
}
.refer-table-container.scrollable {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: auto;
  padding-bottom: 16px;
  padding-right: 10px;
}
.refer-table-container.scrollable::-webkit-scrollbar {
  width: 8px;
  /* width of vertical scrollbar */
}
.refer-table-container.scrollable::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* light background for the track */
  border-radius: 4px;
}
.refer-table-container.scrollable::-webkit-scrollbar-thumb {
  background-color: #888;
  /* scrollbar color */
  border-radius: 4px;
  border: 2px solid transparent;
  /* add padding around thumb */
  background-clip: content-box;
}
.refer-table-container.scrollable::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  /* darker on hover */
}
.refer-table-container.scrollable {
  scrollbar-width: thin;
  /* options: auto, thin, none */
  scrollbar-color: #888 #f1f1f1;
  /* thumb color, track color */
}
.refer-table-container {
  position: relative;
}
.pricetable.refer-table {
  background-color: transparent;
  margin-top: 6px;
}
.pricetable.refer-table thead th {
  padding: 0 5px 5px 5px;
}
.pricetable.refer-table thead th.heading-timestamp {
  width: 33%;
}
.pricetable.refer-table thead th.heading-friend {
  width: 40%;
}
.pricetable.refer-table thead th.heading-price {
  width: 27%;
  text-align: right;
}
.user-dashboard .pricetable.refer-table thead tr {
  border-bottom: 1px solid #cccccc;
}
.user-dashboard .pricetable.refer-table tbody tr {
  border-bottom: 1px solid #cccccc;
}
.user-dashboard .pricetable.refer-table tbody tr td.refer-table-timestamp {
  width: 33%;
}
.user-dashboard .pricetable.refer-table tbody tr td.refer-table-friend {
  width: 40%;
}
.user-dashboard .pricetable.refer-table tbody tr td.refer-table-price {
  width: 27%;
  text-align: right;
}
.user-dashboard .pricetable.refer-table > tbody > tr:nth-child(odd) {
  background-color: transparent;
  border-bottom: 1px solid #cccccc;
}
.user-dashboard .pricetable.refer-table > tfoot {
  border-top: none;
  background-color: transparent;
}
.user-dashboard .pricetable.refer-table > tfoot > tr {
  background-color: transparent;
  border-bottom: 1px solid #000;
}
.user-dashboard .pricetable.refer-table > tfoot > tr > td.refer-total-price {
  text-align: right;
}
.faq-container ul {
  border: none;
  box-shadow: none;
}
.faq-container ul li {
  border: 1px solid #cecece;
  border-radius: 6px;
  margin-bottom: 16px;
}
.faq-container ul li .collapsible-body {
  background: var(--faq-bg);
  padding: 1.5rem 1rem;
}
.faq-container ul li.active {
  border: 0px solid rgba(0, 0, 0, 0.4);
}
.faq-container ul li.active .collapsible-body {
  border: 1px solid var(--grey);
  border-radius: 0px 0px 6px 6px;
}
.collapsible-header i {
  width: 2rem;
  font-size: 1.6rem;
  display: inline-block;
  text-align: center;
}
.faq-container ul li .collapsible-header {
  display: flex;
  justify-content: space-between;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  padding: 1rem;
  background-color: transparent;
  border-bottom: 0px solid #ddd !important;
  font-size: 16px;
  font-weight: 600;
}
.faq-container ul li .collapsible-header .caret {
  color: var(--grey);
  margin-right: 0;
  transition: transform 0.2s ease;
  line-height: 1;
}
.faq-container ul li.active {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}
.faq-container ul li.active .collapsible-header {
  background-color: var(--faq-bg);
  border-radius: 6px 6px 0 0;
  border-top: 1px solid var(--grey);
  border-left: 1px solid var(--grey);
  border-right: 1px solid var(--grey);
}
.faq-container ul li.active .collapsible-header .caret {
  color: var(--black);
  transform: rotate(-180deg);
  transform-origin: 0.6em 0.5em;
  line-height: 1;
}
.refer-table-container,
.earnings-container {
  transition: transform 0.5s ease, opacity 0.5s ease;
  position: relative;
}
.scrollable::-webkit-scrollbar {
  width: 8px;
  /* width of vertical scrollbar */
}
.scrollable::-webkit-scrollbar-track {
  background: transparent;
  /* light background for the track */
  border-radius: 4px;
}
.scrollable::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb-color);
  /* scrollbar color */
  border-radius: 4px;
  border: 2px solid transparent;
  /* add padding around thumb */
  background-clip: content-box;
}
.scrollable::-webkit-scrollbar-thumb:hover {
  background-color: var(--scrollbar-color);
  /* darker on hover */
}
.scrollable {
  scrollbar-width: thin;
  /* options: auto, thin, none */
  scrollbar-color: var(--scrollbar-color) transparent;
  /* thumb color, track color */
}
/* ---------- SLIDE ---------- */
.slide-out-left {
  transform: translateX(100%);
  opacity: 0;
}
/* Animate in from right */
.slide-in-right {
  transform: translateX(100%);
  opacity: 0;
  display: block;
}
.active-slide-in {
  transform: translateX(0);
  opacity: 1;
}
.in-active-slide-in {
  display: none !important;
}
/* ---------- CREATE SERVER ---------- */
.create-server-card-container-login {
  background: #fff;
  border-radius: 6px !important;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 8px 16px rgba(0, 0, 0, 0.08) !important;
  position: relative;
  padding: 90px 32px 32px;
  margin-bottom: 40px;
  transition: padding 0.3s ease;
  width: 100% !important;
  left: 0 !important;
  margin: auto;
}
.create-server-card-container {
  background: var(--card-bg);
  border-radius: 6px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 8px 16px rgba(0, 0, 0, 0.08);
  position: relative;
  padding: 90px 32px 32px;
  margin-bottom: 40px;
  transition: padding 0.3s ease;
}
.remodal-wrapper.remodal-is-opened .create-server-card-container {
  background: var(--card-inside-card-bg);
}
.create-server-card-container.collapsed {
  padding: 59px 32px 0px;
  border-radius: 6px 6px 0 0;
}
.card-header-container {
  background: var(--card-header-bg);
  border-radius: 6px 6px 0px 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
}
.card-header-headline {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.card-header-headline .icon img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  display: flex;
  align-items: center;
}
.card-header-headline .headline {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
body.dash .card-header-change {
  display: none;
}
body.dash .card-header-headline .icon {
  display: none;
}
body.dash .card.green.hoverable.waves-effect.small-billing-info {
  display: none !important;
}
body.dash .create-server-headline {
  margin-block: 0 12px;
  font-weight: 700;
  font-size: 16px;
  display: block;
}
body.dash #account-details-wrapper {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
body.dash #account-details-wrapper .row .col {
  padding: 0 .75rem;
}
.card-header-change a {
  font-size: 14px;
  font-weight: 600;
  color: #01ff48;
}
.card-header-change img {
  width: 24px;
  height: auto;
}
.card-header-change span {
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
}
/* ---------- ACCOUNT ---------- */
.validateCardText {
  font-size: 15px;
  color: var(--black);
  font-weight: 600;
  text-align: center;
}
.account-type-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.account-type-container .account-type-btn {
  background: var(--account-type-btn) !important;
  color: var(--th-headline) !important;
  border: 2px solid var(--th-headline) !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  position: relative;
  min-width: 120px;
  height: auto !important;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  transition: border 0.3s ease;
}
.account-type-container .account-type-btn:hover {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.02), 0px 2px 4px rgba(0, 0, 0, 0.08) !important;
}
.account-type-container .account-type-btn.active {
  color: var(--black);
  border: 2px solid var(--neon-green) !important;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.04), 0px 4px 6px rgba(0, 0, 0, 0.12) !important;
}
.account-type-radio-button {
  width: 12px;
  height: 12px;
  border: 1px solid var(--black);
  border-radius: 50%;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.account-type-radio-button.checked::before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #01FF48;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.account-type-container .account-type-btn div {
  font-weight: 600;
}
.account-type-container .top-up-btn {
  background: var(--account-type-btn);
  border: 1px solid #01FF48;
  padding: 12px 8px;
  color: var(--black);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  position: relative;
}
.account-type-container .top-up-btn span {
  position: absolute;
  background: #01FF48;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 24px;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  top: -14px;
  color: #000;
}
#accountType {
  position: relative;
}
#accountType .required-fields-notice {
  font-size: 12px;
  text-align: right;
  flex-grow: 1;
  margin: 0;
}
body.editprofile #accountType {
  position: relative;
}
body.editprofile #accountType .required-fields-notice {
  font-size: 12px;
  text-align: right;
  flex-grow: 1;
  margin: 0;
}
/* ---------- SAVED CREDIT CARD ---------- */
.SavedCard .saved-card-wrapper {
  width: 260px;
  height: auto;
  min-width: 0;
  min-height: 0;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, color-stop(60%, #4092b5), color-stop(90%, #3580aa));
  background: -webkit-linear-gradient(left, #4092b5 60%, #3580aa 90%);
  background: -o-linear-gradient(left, #4092b5 60%, #3580aa 90%);
  background: linear-gradient(to right, #4092b5 60%, #3580aa 90%);
  border-radius: 8px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0px;
  margin: 0 auto 24px auto;
}
.SavedCard .currentlySaved {
  text-align: center;
}
.SavedCard .currentlySaved span {
  font-weight: 600;
}
.SavedCard .saved-card-wrapper .card-logo {
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: 2;
  grid-column-end: 5;
  margin: 16px 16px 0 0;
}
.SavedCard .saved-card-wrapper .card-chip {
  grid-row-start: 2;
  grid-column-start: 1;
  grid-row-end: 3;
  grid-column-end: 5;
  max-height: 30px;
  margin: 0 0 8px 16px;
  justify-self: left;
}
.SavedCard .saved-card-wrapper::after {
  content: " ";
  position: absolute;
  bottom: 10px;
  right: 15px;
}
.SavedCard .saved-card-wrapper .credit-card-last4First {
  font-size: 24px;
  grid-row-start: 3;
  grid-column-start: 1;
  grid-row-end: 4;
  grid-column-end: 2;
  margin: 0 0 8px 16px;
}
.SavedCard .saved-card-wrapper .credit-card-last4Second {
  font-size: 24px;
  grid-row-start: 3;
  grid-column-start: 2;
  grid-row-end: 4;
  grid-column-end: 3;
  margin: 0 0px 0 8px;
}
.SavedCard .saved-card-wrapper .credit-card-last4Third {
  font-size: 24px;
  grid-row-start: 3;
  grid-column-start: 3;
  grid-row-end: 4;
  grid-column-end: 4;
}
.SavedCard .saved-card-wrapper .credit-card-last4Fourth {
  font-size: 24px;
  grid-row-start: 3;
  grid-column-start: 4;
  grid-row-end: 4;
  grid-column-end: 5;
  margin: 0 16px 8px 0;
}
.SavedCard .saved-card-wrapper .cardholder-name {
  grid-row-start: 4;
  grid-column-start: 1;
  grid-row-end: 5;
  grid-column-end: 3;
  margin: 0 0 10px 16px;
  justify-self: left;
  font-size: 13px;
  width: max-content;
}
.SavedCard .saved-card-wrapper .card-exp {
  grid-row-start: 4;
  grid-column-start: 3;
  grid-row-end: 5;
  grid-column-end: 5;
  justify-self: right;
  margin: 0 16px 10px 0;
  font-size: 13px;
}
.SavedCard a {
  font-size: 14px;
  font-weight: 600;
}
.SavedCard.visa .saved-card-wrapper {
  /*background: #4862e2;*/
}
.SavedCard.visa .saved-card-wrapper .card-logo {
  justify-self: right;
  height: 16px;
  width: 50px;
  background-image: url('/application/themes/webdock/img/cardlogos/visa.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
.SavedCard.mastercard .saved-card-wrapper .card-logo {
  justify-self: right;
  height: 25px;
  width: 40px;
  background-image: url('/application/themes/webdock/img/cardlogos/mastercard.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
.SavedCard.amex .saved-card-wrapper .card-logo {
  justify-self: right;
  height: 14px;
  width: 50px;
  background-image: url('/application/themes/webdock/img/cardlogos/amex.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
.SavedCard.discover .saved-card-wrapper .card-logo {
  justify-self: right;
  height: 14px;
  width: 50px;
  background-image: url('/application/themes/webdock/img/cardlogos/discover.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
.SavedCard.diners .saved-card-wrapper .card-logo {
  justify-self: right;
  height: 24px;
  width: 30px;
  background-image: url('/application/themes/webdock/img/cardlogos/diners.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
.SavedCard.jcb .saved-card-wrapper .card-logo {
  justify-self: right;
  height: 15px;
  width: 30px;
  background-image: url('/application/themes/webdock/img/cardlogos/jcb.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
.SavedCard.unionpay .saved-card-wrapper .card-logo {
  justify-self: right;
  height: 30px;
  width: 50px;
  background-image: url('/application/themes/webdock/img/cardlogos/unionpay.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
/* Collection recovery codes */
.collection .collection-item {
  background-color: var(--card-inside-card-bg);
}
/* HOSTADVICE WIDGET */
.ha-widget iframe {
  border-radius: 6px;
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.02), 0 2px 4px rgba(0, 0, 0, 0.08);
}
/* Upgrade / downgrade */
.product-component {
  width: 100%;
  margin: -1em 0 2em;
  background: var(--card-inside-card-bg);
}
@media all and (min-width: 62.0625em) {
  .product-component {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 12px 40px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 8px 8px;
  }
}
.product-component .product-row {
  position: relative;
  width: 100%;
  border: 1px solid #eee;
  margin-bottom: 2em;
  padding: 1em;
  box-sizing: border-box;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 12px 40px rgba(0, 0, 0, 0.1);
  transform: none;
  transition: transform 160ms ease;
}
@media all and (min-width: 62.0625em) {
  .product-component .product-row {
    border: none;
    border-top: 1px solid #eee;
    margin-bottom: 0;
    box-shadow: none;
    padding: 1.5em 1em;
  }
}
@media all and (min-width: 75em) {
  .product-component .product-row {
    padding: 1em;
  }
}
.product-component .product-row.active {
  background: var(--card-bg);
  border: 2px solid #000;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 12px 40px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
@media all and (min-width: 62.0625em) {
  .product-component .product-row.active {
    padding: 0;
    transform: scale(1.01);
    transition: transform 160ms ease;
  }
}
@media all and (min-width: 75em) {
  .product-component .product-row.active {
    padding: 1em;
  }
}
.product-component .product-row.active:hover {
  background: var(--card-bg);
}
.product-component .product-row.active .product-cell {
  color: var(--medium-green);
}
.product-component .product-row.active .product-cell .product-price {
  color: var(--medium-green);
}
.product-component .product-row.active .product-row__content {
  /*padding-bottom: 1em */
}
@media all and (min-width: 62.0625em) {
  .product-component .product-row.active .product-row__content {
    padding: 0;
  }
}
.product-component .product-row.active .product-row__details {
  display: block;
  border-top: 1px solid #eee;
  padding: 1em 0 0;
  box-sizing: border-box;
}
@media all and (min-width: 38.875em) {
  .product-component .product-row.active .product-row__details {
    display: flex;
    flex-flow: wrap row;
    justify-content: flex-start;
    align-items: center;
  }
}
@media all and (min-width: 62.0625em) {
  .product-component .product-row.active .product-row__details {
    padding: 0 1em 1em;
  }
}
.product-component .product-row.active .product-row__text {
  display: block;
  padding: 1em 0;
  box-sizing: border-box;
}
@media all and (min-width: 62.0625em) {
  .product-component .product-row.active .product-row__text {
    padding: 0 1em 1em;
  }
}
.product-component .product-row.active .product-row__text p {
  margin: 0;
  font-size: 0.9em;
  color: var(--black);
  text-align: center;
}
.product-component .product-row.active .product-row__selection {
  position: relative;
  display: block;
  height: 2.2em;
  margin-top: 0.2em;
}
@media all and (min-width: 62.0625em) {
  .product-component .product-row.active .product-row__selection {
    height: 3.2em;
  }
}
@media all and (min-width: 75em) {
  .product-component .product-row.active .product-row__selection {
    height: 2.2em;
  }
}
.product-component .product-row.active .product-row__selection span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -1em;
  margin: auto;
  background: #000;
  color: #fff;
  width: calc(100% + 2.15em);
  height: 3.3em;
  padding: 1em;
  margin: 0;
  text-align: center;
  font-weight: 600;
}
@media all and (min-width: 62.0625em) {
  .product-component .product-row.active .product-row__selection span {
    width: calc(100% + 0.15em);
    left: -0.1em;
  }
}
@media all and (min-width: 75em) {
  .product-component .product-row.active .product-row__selection span {
    width: calc(100% + 2.2em);
    left: -1.1em;
  }
}
.product-component .product-row.show-ribbon {
  position: relative;
  margin-bottom: 4em;
}
.product-component .product-row.show-ribbon.product-row__ribbon {
  bottom: 3.1em;
}
@media all and (min-width: 62.0625em) {
  .product-component .product-row.show-ribbon {
    overflow: hidden;
    margin-bottom: 0;
  }
}
.product-component .product-row.show-ribbon .product-row__ribbon {
  display: block;
  position: absolute;
  top: auto;
  right: 0;
  bottom: -2.3em;
  left: 0;
  margin: auto;
  width: 100%;
  background: rgba(15, 12, 12, 0.6);
  padding: 0.5em;
}
.product-component .product-row.show-ribbon .product-row__ribbon.popular {
  background-color: #01FF48;
}
.product-component .product-row.show-ribbon .product-row__ribbon.popular p {
  color: #000;
}
.product-component .product-row.show-ribbon .product-row__ribbon.ipv6only {
  background-color: var(--yellow);
}
.product-component .product-row.show-ribbon .product-row__ribbon.special {
  background-color: var(--yellow);
}
.product-component .product-row.show-ribbon .product-row__ribbon.special p {
  color: #000;
}
.product-component .product-row.show-ribbon .product-row__ribbon.noaddons {
  background-color: var(--grey);
}
.product-component .product-row.show-ribbon .product-row__ribbon.custom-profile-ribbon {
  background-color: var(--accent-green);
}
.product-component .product-row.show-ribbon .product-row__ribbon.foundOffer {
  background-color: #01FF48;
}
.product-component .product-row.show-ribbon .product-row__ribbon.foundOffer p {
  color: #000 !important;
}
@media all and (min-width: 62.0625em) {
  .product-component .product-row.show-ribbon .product-row__ribbon {
    width: 9em;
    top: 0.9em;
    right: -2.8em;
    bottom: auto;
    left: auto;
    transform: rotate(45deg);
    padding: 0.4em;
  }
}
@media all and (min-width: 75em) {
  .product-component .product-row.show-ribbon .product-row__ribbon {
    padding: 0.5em;
    top: 1em;
    right: -2.5em;
  }
}
.product-component .product-row.show-ribbon .product-row__ribbon.agreement-letter__ribbon--new {
  background: rgba(63, 184, 127, 0.8);
}
@media all and (max-width: 62.0625em) {
  .product-component .product-row.active.show-ribbon .product-row__ribbon {
    left: -2px;
    right: -2px;
    width: auto;
  }
}
.product-component .product-row.show-ribbon .product-row__ribbon p {
  margin: 0;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 0.85em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
@media all and (min-width: 62.0625em) {
  .product-component .product-row.show-ribbon .product-row__ribbon p {
    font-size: 0.7em;
  }
}
.product-component .product-row:hover {
  background: rgba(0, 137, 112, 0.02);
}
.product-component .product-row:hover .product-cell {
  color: var(--medium-green);
  cursor: pointer;
}
.product-component .product-row .product-row__ribbon {
  display: none;
}
.product-component .product-row .product-row__content {
  width: 100%;
  display: flex;
  flex-flow: wrap row;
  justify-content: space-between;
  align-items: flex-start;
}
@media all and (min-width: 62.0625em) {
  .product-component .product-row .product-row__content {
    display: inline-grid;
    grid-template-columns: repeat(7, 1fr);
  }
}
.product-component .product-row .product-row__details,
.product-component .product-row .product-row__text,
.product-component .product-row .product-row__selection {
  display: none;
}
.product-component .product-row-header {
  display: none;
}
@media all and (min-width: 62.0625em) {
  .product-component .product-row-header {
    display: inline-grid;
    grid-template-columns: repeat(7, 1fr);
    width: 100%;
    border-radius: 8px 8px 0 0;
    box-sizing: border-box;
  }
}
@media all and (min-width: 75em) {
  .product-component .product-row-header {
    padding: 0.2em 1em;
  }
}
.product-component .product-row-header .product-cell p {
  font-size: 0.9em;
  color: var(--chip-color);
}
@media all and (min-width: 62.0625em) {
  .product-component .product-row-header .product-cell:first-child {
    min-width: 10em;
  }
}
@media all and (min-width: 75em) {
  .product-component .product-row-header .product-cell:first-child {
    margin: 0 0.3em 0 -0.3em;
  }
}
.product-component .product-cell {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  font-weight: bold;
}
@media all and (min-width: 62.0625em) {
  .product-component .product-cell {
    width: inherit;
    padding: 1em;
    box-sizing: border-box;
  }
}
.product-component .product-cell:first-child {
  width: 100%;
}
@media all and (min-width: 62.0625em) {
  .product-component .product-cell:first-child {
    width: inherit;
    min-width: 10em;
  }
}
.product-component .product-cell:nth-child(2) {
  order: -1;
  /*width: 100%*/
}
@media all and (min-width: 62.0625em) {
  .product-component .product-cell:nth-child(2) {
    width: inherit;
    order: inherit;
    min-width: 240px;
  }
}
.product-component .product-cell:last-child {
  width: 100%;
}
@media all and (min-width: 62.0625em) {
  .product-component .product-cell:last-child {
    width: inherit;
  }
}
.product-component .product-cell:last-child .product-content {
  width: 100%;
}
@media all and (min-width: 62.0625em) {
  .product-component .product-cell:last-child .product-content {
    width: inherit;
    text-align: left;
  }
}
@media all and (max-width: 62.0625em) {
  .product-component .product-row.active .product-cell.hide-mobile-active {
    display: none;
  }
}
.product-component .product-cell p {
  margin-top: 0;
  margin-bottom: 0;
}
.product-component .product-cell p.product-name {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
@media all and (min-width: 62.0625em) {
  .product-component .product-cell p.product-name {
    font-size: 1em;
    margin: 0;
  }
}
.product-component .product-cell p.product-price {
  margin: auto;
  font-size: 1.5em;
  font-weight: bold;
  color: var(--medium-green);
}
@media all and (min-width: 62.0625em) {
  .product-component .product-cell p.product-price {
    position: relative;
    top: auto;
    right: auto;
    margin: 0;
    font-size: 1em;
    color: var(--black);
  }
}
@media all and (min-width: 62.0625em) {
  .product-component .product-cell .product-mobile-text {
    display: none;
  }
}
.product-component .detail-item {
  display: flex;
  flex-flow: nowrap row;
  justify-content: flex-start;
  align-items: flex-start;
}
.detail-item-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* Light mode (default) */
.detail-item-icon[data-icon="lightning"] {
  background-image: url("/application/themes/webdock/img/hwicons2023/lightning.svg");
}
.detail-item-icon[data-icon="cpu"] {
  background-image: url("/application/themes/webdock/img/specs/threads.svg");
}
.detail-item-icon[data-icon="ram"] {
  background-image: url("/application/themes/webdock/img/specs/ram.svg");
}
.detail-item-icon[data-icon="disk"] {
  background-image: url("/application/themes/webdock/img/specs/ssd.svg");
}
.detail-item-icon[data-icon="network"] {
  background-image: url("/application/themes/webdock/img/specs/port.svg");
}
.detail-item-icon[data-icon="ipaddress"] {
  background-image: url("/application/themes/webdock/img/hwicons2023/pin.svg");
}
[data-theme="dark"] .detail-item-icon[data-icon="lightning"] {
  background-image: url("/application/themes/webdock/img/hwicons2023/lightning-white.svg");
}
[data-theme="dark"] .detail-item-icon[data-icon="cpu"] {
  background-image: url("/application/themes/webdock/img/specs/threads-white.svg");
}
[data-theme="dark"] .detail-item-icon[data-icon="ram"] {
  background-image: url("/application/themes/webdock/img/specs/ram-white.svg");
}
[data-theme="dark"] .detail-item-icon[data-icon="disk"] {
  background-image: url("/application/themes/webdock/img/specs/ssd-white.svg");
}
[data-theme="dark"] .detail-item-icon[data-icon="network"] {
  background-image: url("/application/themes/webdock/img/specs/port-white.svg");
}
[data-theme="dark"] .detail-item-icon[data-icon="ipaddress"] {
  background-image: url("/application/themes/webdock/img/hwicons2023/pin-white.svg");
}
.product-component .detail-item:nth-child(0) {
  -webkit-animation: load-show-scale 300ms 0ms both;
  animation: load-show-scale 300ms 0ms both;
}
.product-component .detail-item:nth-child(1) {
  -webkit-animation: load-show-scale 300ms 50ms both;
  animation: load-show-scale 300ms 50ms both;
}
.product-component .detail-item:nth-child(2) {
  -webkit-animation: load-show-scale 300ms 100ms both;
  animation: load-show-scale 300ms 100ms both;
}
.product-component .detail-item:nth-child(3) {
  -webkit-animation: load-show-scale 300ms 150ms both;
  animation: load-show-scale 300ms 150ms both;
}
.product-component .detail-item:nth-child(4) {
  -webkit-animation: load-show-scale 300ms 200ms both;
  animation: load-show-scale 300ms 200ms both;
}
.product-component .detail-item:nth-child(5) {
  -webkit-animation: load-show-scale 300ms 250ms both;
  animation: load-show-scale 300ms 250ms both;
}
.product-component .detail-item:nth-child(6) {
  -webkit-animation: load-show-scale 300ms 300ms both;
  animation: load-show-scale 300ms 300ms both;
}
@media all and (min-width: 38.875em) {
  .product-component .detail-item {
    min-width: 48%;
    margin-right: 1%;
  }
  .product-component .detail-item:nth-child(2n) {
    margin: 1em 0 0 1%;
  }
}
@media all and (min-width: 62.0625em) {
  .product-component .detail-item {
    min-width: 32%;
    margin-right: 1%;
    margin-top: 1em;
  }
  .product-component .detail-item:nth-child(2n) {
    margin: 1em 1% 0 0;
  }
  .product-component .detail-item:nth-child(3n) {
    margin: 0 0 0 1%;
  }
}
.product-component .detail-item img {
  width: 2.7em;
  margin-right: 1em;
}
.product-component .detail-item img.card-list-item__icon--smallest {
  width: 2em;
}
.product-component .detail-item i {
  margin-right: 0.7em;
  color: #9e9e9e;
}
.product-component .detail-item span {
  color: #9e9e9e;
}
.product-component .detail-item span strong {
  color: var(--black);
}
.product-score {
  display: flex;
  flex-flow: nowrap row;
  justify-content: flex-start;
  align-items: center;
  /*margin: -0.5em 0 1em */
  margin: 0em 0 1em;
}
@media all and (min-width: 62.0625em) {
  .product-score {
    margin: -0.3em 0 0;
  }
}
.product-score .product-speedometer {
  width: 2.5em;
  margin-top: -0.5em;
}
.product-score .product-speedometer .product-speedometer__maxspeed {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 2.0px;
}
.product-score .product-speedometer .product-speedometer__speed {
  stroke: #01FF48;
  fill: none;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 2.6px;
}
.product-score .product-speedometer .product-speedometer__arrow {
  fill: #01FF48;
}
.product-score .product-score__text {
  margin-left: 1em;
  line-height: 100%;
}
.product-score .product-score__text .product-score__text__mobile {
  display: block;
  font-size: 0.75em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media all and (min-width: 62.0625em) {
  .product-score .product-score__text .product-score__text__mobile {
    display: none;
  }
}
.createCustomProfile-trigger {
  background-color: var(--card-reverse-bg) !important;
  border-radius: 0px 0px 8px 8px;
  padding: 1.4em 1em !important;
  position: relative !important;
  overflow: hidden;
}
.createCustomProfile-trigger .product-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
}
@media screen and (max-width: 991px) {
  .createCustomProfile-trigger .product-content {
    justify-content: center;
  }
}
.createCustomProfile-trigger .product-content .btn {
  color: var(--dark-green) !important;
}
.createCustomProfile-trigger .product-content i {
  position: absolute;
  font-size: 100px;
  z-index: -1;
  color: rgba(0, 255, 73, 0.16);
  left: -13px;
  bottom: -3px;
}
.createCustomProfile-trigger .product-content div {
  color: var(--neon-green);
  font-weight: 600;
  font-size: 16px;
}
.createCustomProfile-trigger .product-content div span {
  font-weight: 700;
}
/* ---------- SERVER ACTIVITY ---------- */
.chart-background-blur {
  width: 97.5%;
  height: 96.5%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  backdrop-filter: blur(2.5px);
  -webkit-backdrop-filter: blur(2.5px);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.05);
}
.chart-background-blur .gatekeeperbtn {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.chart-background-blur .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
}
.serveractivity .italic-font-style {
  font-style: italic;
  opacity: .5;
}
@media (max-width: 993px) {
  .chart-background-blur {
    width: 96%;
    height: 100%;
  }
}
/* ---------- CONTACT PAGE ---------- */
.page-template-contact {
  font-family: 'Raleway', sans-serif;
}
.page-template-contact .side-by-side-cards h1 {
  color: var(--dark-green);
}
.page-template-contact .side-by-side-cards h2 {
  color: var(--black);
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0px;
}
.page-template-contact .form-card-inner {
  font-family: 'Raleway', sans-serif;
}
.page-template-contact .side-by-side-cards strong {
  color: var(--medium-green);
}
/**
 * Set default positioning as a fallback for if the plugin fails
 */
.jquery-background-video-wrapper {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.jquery-background-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.provisioning-background-video-wrapper {
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  max-width: 100%;
  z-index: 0;
  /*opacity: 0.95; */
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.loading-ellipses:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4, end) 900ms infinite;
  animation: ellipsis steps(4, end) 900ms infinite;
  content: "\2026";
  /* ascii code for the ellipsis character */
  width: 0px;
}
@keyframes ellipsis {
  to {
    width: 1.25em;
  }
}
@-webkit-keyframes ellipsis {
  to {
    width: 1.25em;
  }
}
/**
 * Fade in videos
 * Note the .js class - so non js users still
 * see the video
 */
.js .video-bg video {
  opacity: 0;
}
.js .video-bg video.is-playing {
  opacity: 1;
}
/* ---------- SLIDE UP - SLIDE DOWN ---------- */
body.createserver #events_tray {
  display: none;
}
body.dpa .card-panel {
  background: var(--card-bg);
}
