:root {
  --border-radius: .25rem; }

:root {
  --bs-secondary-rgb: #6C757D;
  --bg-color: #f3f4f5;
  --bs-body-color: #235d84;
  --bs-body-light-color: #6C757D;
  --bs-body-nav-color: #5b6272;
  --bs-body-nav-hover-color: #323641;
  --footer-bg-color: #00193D;
  --footer-color: #FFFFFF;
  --bs-link-color: #017cc1;
  --bs-link-light-color: #74b0d4;
  --border-light-color: #DEE2E6;
  --form-control-color: var(--bs-body-color);
  --input-group-text-bg-color: #f9fcfe;
  --input-group-text-color: #9db1bf;
  --app-btn-primary-bg-color: #17c25e;
  --badge-color: #fff;
  --node-color: var(--bs-body-nav-color);
  --node-components-color: #6C757D;
  --node-components-hover-color: #565657;
  --node-status-pending-color: #9bb7c8;
  --node-status-running-color: #17c25e;
  --node-status-stopped-color: #fc9b3b;
  --node-status-error-color: #d40000;
  --node-status-expired-color: #d40000;
  --node-status-terminated-color: #c0c4cc;
  --bs-progress-bar-bg: #01b88c; }

.accordion {
  --bs-accordion-active-bg: #fff;
  --bs-accordion-active-color: var(--bs-accordion-btn-color); }

.custom-general-popover:has(.popover-header) .popover-header {
  color: #fff;
  background-color: #000000;
  padding: 4px 8px 0 8px;
  font-weight: bold; }
.custom-general-popover:has(.popover-header) .popover-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: auto;
  text-align: left;
  padding: 0 8px 4px 8px; }

.custom-general-popover:has(.popover-billing-text) .popover-body {
  text-align: left;
  padding: 4px 8px; }
  .custom-general-popover:has(.popover-billing-text) .popover-body .popover-billing-text-header {
    font-weight: bold; }

.custom-general-popover .popover-body {
  color: #fff;
  background-color: #000000;
  border-radius: 0.25rem;
  padding: 0 0.5rem 0.25rem 0.5rem;
  text-align: center; }
.custom-general-popover .popover-body, .custom-general-popover .popover-header {
  font-size: 14px; }

.custom-general-popover[data-popper-placement^=left] > .popover-arrow::after, .bs-popover-start > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-left-color: #000000;
  left: -1.5px; }

.custom-general-popover[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::before {
  left: -1.5px; }

.custom-general-popover[data-popper-placement^=top] > .popover-arrow::after, .bs-popover-top > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: #000000;
  top: -1.5px; }

.custom-general-popover[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::before {
  top: -1.5px; }

.custom-general-popover[data-popper-placement^=right] > .popover-arrow::after, .bs-popover-top > .popover-arrow::after {
  right: -1.5px;
  border-right-color: #000000; }

.custom-general-popover[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-top > .popover-arrow::before {
  right: -1.5px; }

.custom-general-popover[data-popper-placement^=bottom] > .popover-arrow::after, .bs-popover-top > .popover-arrow::after {
  bottom: -1.5px;
  border-bottom-color: #000000; }

.custom-general-popover[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-top > .popover-arrow::before {
  bottom: -1.5px; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision; }

a {
  text-decoration: none; }

a.text-muted {
  cursor: default; }

.link:hover {
  text-decoration: underline; }

a.pe-none {
  color: var(--bs-body-nav-color) !important; }
  a.pe-none .bi {
    color: var(--bs-body-nav-color) !important; }

.help[data-bs-toggle="popover"] {
  border-bottom: 2px dotted #ccc;
  cursor: help; }

.mt-n1 {
  margin-top: -0.25rem; }

.mb-n1 {
  margin-bottom: -0.25rem; }

.ms-n1 {
  margin-left: -0.25rem; }

.me-n1 {
  margin-right: -0.25rem; }

.mt-n2 {
  margin-top: -0.5rem; }

.mb-n2 {
  margin-bottom: -0.5rem; }

.ms-n2 {
  margin-left: -0.5rem; }

.me-n2 {
  margin-right: -0.5rem; }

.mt-n3 {
  margin-top: -0.75rem; }

.mb-n3 {
  margin-bottom: -0.75rem; }

.ms-n3 {
  margin-left: -0.75rem; }

.me-n3 {
  margin-right: -0.75rem; }

.mt-n4 {
  margin-top: -1rem; }

.mb-n4 {
  margin-bottom: -1rem; }

.ms-n4 {
  margin-left: -1rem; }

.me-n4 {
  margin-right: -1rem; }

.mt-n5 {
  margin-top: -1.25rem; }

.mb-n5 {
  margin-bottom: -1.25rem; }

.ms-n5 {
  margin-left: -1.25rem; }

.me-n5 {
  margin-right: -1.25rem; }

a.asc, a.desc {
  position: relative;
  padding-right: 15px; }

a.asc:after {
  position: absolute;
  right: 5px;
  top: 9px;
  content: ' ';
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid var(--bs-body-nav-color);
  border-right: 1px solid var(--bs-body-nav-color);
  transform: rotate(135deg);
  transition: transform .3s, top .3s; }

a.desc:after {
  position: absolute;
  right: 5px;
  top: 11px;
  content: ' ';
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid var(--bs-body-nav-color);
  border-right: 1px solid var(--bs-body-nav-color);
  transform: rotate(315deg);
  transition: transform .3s, top .3s; }

b,
strong {
  font-family: GothamPro;
  font-weight: bold; }

/* Custom scrollbar */
/* Width */
::-webkit-scrollbar {
  width: 0.5rem; }

/* Track */
::-webkit-scrollbar-track {
  background: #E8E8E8;
  border-radius: 0.625rem; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #7A7A7A;
  border-radius: 0.625rem; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #505050; }

header {
  display: flex;
  align-items: center;
  height: 90px;
  padding: 0 !important; }
  header h2 {
    font-size: 2em;
    margin: 0;
    color: #25272F; }
  header .actions {
    margin-left: auto; }

@font-face {
  font-family: GothamPro;
  src: url("../fonts/GothaProReg.woff2") format("woff2"), url("../fonts/GothaProReg.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
body > footer {
  font-family: 'GothamPro', serif;
  z-index: 2;
  padding-top: 29px;
  background: var(--footer-bg-color);
  color: var(--footer-color); }
  body > footer .rights-terms-container {
    min-height: 36px;
    padding: 16px 0; }
    body > footer .rights-terms-container .terms-policy-items {
      display: flex; }
    body > footer .rights-terms-container .cloud-terms-policy {
      min-height: 36px; }
    body > footer .rights-terms-container .cloud-rights {
      font-size: 12px;
      color: #FFFFFF99; }
    body > footer .rights-terms-container .cloud-terms-policy a {
      font-size: 12px;
      text-decoration: none;
      color: #FFFFFF99; }
      body > footer .rights-terms-container .cloud-terms-policy a :active {
        color: #FFFFFF99; }
  body > footer .copyright {
    border-bottom: 1px solid #DEE2E64D; }
    body > footer .copyright p {
      margin-top: 1rem; }
  body > footer .copyright,
  body > footer .site-map {
    list-style: none; }
  body > footer .logo {
    margin-bottom: calc(var(--bs-gutter-y) * .5); }
  body > footer .site-map {
    margin-bottom: 0; }
    body > footer .site-map li {
      line-height: 2.4rem;
      font-size: 12px; }
      body > footer .site-map li a {
        display: inline-block;
        color: #FFFFFF99; }
    body > footer .site-map span {
      font-size: 12px;
      margin-bottom: 16px;
      text-transform: uppercase; }
  body > footer .site-map-container {
    padding: 38px 0;
    border-bottom: 1px solid #DEE2E64D; }
  body > footer .newsletter-form {
    font-size: 0.75rem;
    margin-top: 1rem;
    margin-left: 0; }
    body > footer .newsletter-form .input-group.newsletter-input {
      border: 0.063rem solid #CED4DA80;
      border-radius: 0.25rem;
      max-width: 20.125rem;
      height: 2.75rem;
      margin-right: 1.44rem;
      margin-bottom: 1rem;
      padding-inline: 0; }
      body > footer .newsletter-form .input-group.newsletter-input:focus-within {
        border-color: #FFFFFF80;
        box-shadow: 0 0 0 0.063rem #FFFFFF; }
      body > footer .newsletter-form .input-group.newsletter-input .bi-envelope {
        position: relative;
        left: 0.875rem;
        top: 22%;
        color: #FFFFFF80; }
      body > footer .newsletter-form .input-group.newsletter-input span {
        width: 15%;
        height: 2.75rem;
        font-size: 1.063rem;
        background: #FAFAFA0D;
        padding-inline: 0;
        margin-bottom: 0; }
      body > footer .newsletter-form .input-group.newsletter-input input {
        width: 85%;
        height: 2.75rem;
        border: 0;
        background: #FAFAFA0D;
        padding-inline: 0;
        margin-left: 0 !important;
        color: #FFFFFF; }
        body > footer .newsletter-form .input-group.newsletter-input input:focus, body > footer .newsletter-form .input-group.newsletter-input input:active {
          outline: none;
          box-shadow: none;
          border-color: transparent; }
    body > footer .newsletter-form button {
      width: 7.288rem;
      height: 2.75rem;
      background: #0D6EFD1A;
      border-radius: 0.25rem;
      border: 0.063rem solid #0D6EFD80;
      color: #FFFFFF; }
      body > footer .newsletter-form button:hover, body > footer .newsletter-form button:focus, body > footer .newsletter-form button:active {
        background-color: #0D6EFD50;
        border: 0.063rem solid #0D6EFD10; }

body {
  display: grid;
  grid-template: minmax(100vh, max-content) auto/0 auto;
  background-color: var(--bg-color); }
  body aside {
    transform: translateX(calc(-1 * var(--sidebar-width))); }
  body header,
  body main {
    grid-column: 2 / -1; }
    body header > .alert:first-child,
    body main > .alert:first-child {
      margin-top: 20px; }
  body footer {
    grid-column: 1 / -1; }

.row section {
  padding: 1rem calc(var(--bs-gutter-x) * 2); }

section {
  border-radius: var(--border-radius);
  background-color: var(--bs-body-bg); }
  section .header {
    display: flex;
    border-bottom: 1px solid var(--border-light-color);
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    padding: 20px 0; }
    section .header h3, section .header h4 {
      margin: 0;
      padding: 0;
      text-transform: uppercase; }
    section .header .badge {
      margin-top: -0.6em;
      vertical-align: middle; }
    section .header .small {
      opacity: 0.6;
      font-size: 0.95em;
      text-transform: initial; }
  section .header.no-border {
    border: 0; }
  section .header.border-top {
    border-bottom: 0;
    border-top: 1px solid var(--border-light-color); }
  section .body {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  section .footer {
    padding-top: 1rem;
    padding-bottom: .5rem;
    border-top: 1px solid var(--border-light-color); }
    section .footer .btn {
      padding-right: 2rem;
      padding-left: 2rem; }
  section table tbody tr:not(.filters):last-child > * {
    border-bottom: 0; }
  section .section-table {
    margin: 0 calc(var(--bs-gutter-x) * -2); }
    section .section-table .table {
      margin-bottom: 0; }
    section .section-table tr > *:first-child {
      padding-left: calc(var(--bs-gutter-x) * 2); }
    section .section-table tr > *:last-child {
      padding-right: calc(var(--bs-gutter-x) * 2); }
    section .section-table .footer {
      padding-left: calc(var(--bs-gutter-x) * 2);
      padding-right: calc(var(--bs-gutter-x) * 2); }
    section .section-table .empty {
      opacity: 0.5;
      text-align: center;
      padding: 100px; }
    section .section-table.small-empty .empty {
      padding: 20px 100px 0px; }
  section .accordion {
    margin: 0 calc(var(--bs-gutter-x) * -2); }
    section .accordion .accordion-button, section .accordion .accordion-body {
      padding-left: calc(var(--bs-gutter-x) * 2);
      padding-right: calc(var(--bs-gutter-x) * 2); }
  section .section-table.bulk-table tr > *:first-child {
    width: 0%; }
  section .i-col {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 40px;
    position: relative;
    border-bottom: 1px solid var(--border-light-color); }
    section .i-col .bi {
      font-size: 20px;
      position: absolute;
      left: 10px;
      top: 5px; }
  section .i-col:last-child {
    border-bottom: 0; }
  section .message > p:last-child {
    margin-bottom: 0; }
  section .alert:last-child {
    margin-bottom: 0; }

:root {
  --sidebar-width: 210px;
  --sidebar-inner-width: 160px; }

aside {
  width: var(--sidebar-width);
  z-index: 1;
  border-right: 1px solid var(--border-light-color);
  background-color: var(--bs-body-bg);
  transition: transform .4s, box-shadow .4s;
  height: 100%; }
  aside .logo-container {
    display: flex;
    flex-direction: column;
    width: var(--sidebar-inner-width);
    margin-top: 28px;
    margin-bottom: .75rem; }
  aside .logo {
    position: relative;
    display: inline-block;
    width: var(--sidebar-inner-width);
    height: 30px;
    background: url(../images/zabbix-logo.svg?21112022123218) no-repeat center/cover;
    text-indent: -9999px; }
  aside .navbar-container {
    position: sticky;
    overflow-y: scroll;
    max-height: 100vh;
    -ms-overflow-style: none;
    scrollbar-width: none;
    top: 0; }
  aside .navbar-container::-webkit-scrollbar {
    display: none; }
  aside .bi-exclamation-triangle-fill:before {
    font-size: 16px !important; }
  aside .billing-unset-icon:before {
    font-size: 16px !important; }
  aside.opened {
    box-shadow: 0 0 12px 12px rgba(136, 136, 136, 0.15);
    transform: translateX(0); }
  aside .nav {
    width: var(--sidebar-inner-width); }
    aside .nav li {
      position: relative;
      max-width: var(--sidebar-inner-width);
      line-height: normal; }
    aside .nav li:has(.active-nav):not(.nav-dropdown)::before {
      content: '';
      display: block;
      width: 4px;
      height: 100%;
      background-color: #0d6efd;
      position: absolute;
      left: 0;
      top: 0; }
  aside .brand-label {
    font-size: 14px;
    color: #6C757D; }
  aside .nav-link {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    color: var(--bs-body-nav-color);
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 12px;
    padding-right: 0;
    font-size: 14px;
    cursor: pointer; }
    aside .nav-link .cloud-icon {
      width: 16px;
      height: 16px;
      display: inline-block;
      background-repeat: no-repeat;
      background-size: contain;
      margin-right: 8px;
      flex-shrink: 0; }
      aside .nav-link .cloud-icon::before {
        content: '';
        display: inline-block;
        width: 100%;
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat; }
      aside .nav-link .cloud-icon.organizations::before {
        background-image: url(../images/organization-icon.svg); }
      aside .nav-link .cloud-icon.organizations.active-nav::before {
        background-image: url(../images/organization-icon-selected.svg); }
      aside .nav-link .cloud-icon.support::before {
        background-image: url(../images/support-icon.svg); }
      aside .nav-link .cloud-icon.support.active-nav::before {
        background-image: url(../images/support-icon-selected.svg); }
      aside .nav-link .cloud-icon.faq::before {
        background-image: url(../images/faq-icon.svg); }
      aside .nav-link .cloud-icon.faq.active-nav::before {
        background-image: url(../images/faq-icon-selected.svg); }
      aside .nav-link .cloud-icon.profile::before {
        background-image: url(../images/account-icon.svg); }
      aside .nav-link .cloud-icon.profile.active-nav::before {
        background-image: url(../images/account-icon-selected.svg); }
      aside .nav-link .cloud-icon.payments::before {
        background-image: url(../images/payment-icon.svg); }
      aside .nav-link .cloud-icon.payments.active-nav::before {
        background-image: url(../images/payment-icon-selected.svg); }
      aside .nav-link .cloud-icon.password::before {
        background-image: url(../images/password-icon.svg); }
      aside .nav-link .cloud-icon.password.active-nav::before {
        background-image: url(../images/password-icon-selected.svg); }
      aside .nav-link .cloud-icon.billing::before {
        background-image: url(../images/billing-icon.svg) !important; }
      aside .nav-link .cloud-icon.billing.active-nav::before {
        background-image: url(../images/billing-icon-selected.svg); }
      aside .nav-link .cloud-icon.logout::before {
        background-image: url(../images/logout-icon.svg); }
      aside .nav-link .cloud-icon .login::before {
        background-image: url(../images/logout-icon.svg); }
    aside .nav-link:visited, aside .nav-link:focus {
      color: var(--bs-body-nav-color); }
    aside .nav-link:hover {
      color: var(--bs-body-nav-hover-color); }
    aside .nav-link.btn-toggle {
      position: relative; }
      aside .nav-link.btn-toggle::after {
        position: absolute;
        right: 10px;
        top: 14px;
        content: ' ';
        display: block;
        width: 7px;
        height: 7px;
        border-top: 1.5px solid var(--bs-body-nav-color);
        border-right: 1.5px solid var(--bs-body-nav-color);
        transform: rotate(135deg);
        transition: transform .3s, top .3s; }
      aside .nav-link.btn-toggle.collapsed::after {
        top: 14px;
        transform: rotate(45deg); }
  aside .billing-unset-icon,
  aside .payment-error-icon {
    height: 1.25rem;
    font-weight: 400;
    margin-left: 0.75rem;
    font-size: 0.75rem; }

.toggler-link {
  display: inline-block;
  line-height: 20px;
  position: relative;
  padding: 0.5rem 0;
  padding-right: 30px; }

.toggler-link::after {
  position: absolute;
  right: 10px;
  top: 10px;
  content: ' ';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--bs-body-nav-color);
  border-right: 1px solid var(--bs-body-nav-color);
  transform: rotate(135deg);
  transition: transform .3s, top .3s; }

.toggler-link.collapsed::after {
  top: 14px;
  transform: rotate(45deg); }

.btn-create-node {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border: 1px solid var(--border-light-color);
  border-radius: var(--border-radius);
  text-decoration: none;
  font-size: 1.125em;
  font-weight: 400;
  color: var(--node-components-color); }
  .btn-create-node:not(.disabled):hover {
    color: var(--node-components-hover-color);
    border-color: var(--node-components-hover-color); }
  .btn-create-node .bi {
    margin-right: 6px; }

button span.bi {
  pointer-events: none; }

.form-group {
  position: relative;
  margin-bottom: 30px; }
  .form-group[field-index]:before {
    content: attr(field-index);
    position: absolute;
    top: -1px;
    left: calc(var(--bs-gutter-x) * -.5);
    display: block;
    width: 26px;
    background-color: var(--bs-secondary-rgb);
    border-radius: 50%;
    text-align: center;
    color: var(--badge-color);
    font-size: 18px;
    line-height: 26px; }

.btn:not([disabled]) {
  cursor: pointer; }

.form-horizontal .form-group {
  margin-bottom: 10px; }
.form-horizontal .form-label {
  font-weight: 300; }

#node-create .form-group {
  padding-left: 26px; }

.form-label {
  font-weight: 500; }

.form-control {
  color: var(--form-control-color); }

.input-group .form-control:not(:last-child) {
  border-right: 0; }
.input-group .input-group-text {
  background-color: var(--input-group-text-bg-color);
  color: var(--bs-body-color);
  font-weight: lighter;
  font-style: italic; }

.selectable .btn-check + .btn.btn-outline-secondary {
  background-color: var(--input-group-text-bg-color);
  border-color: var(--border-light-color);
  color: var(--form-control-color); }
.selectable .btn-check:checked + .btn.btn-outline-secondary {
  background-color: var(--form-control-color);
  border-color: var(--form-control-color);
  color: var(--input-group-text-bg-color); }

[type="checkbox"]:checked + label .checkbox-off {
  display: none; }

[type="checkbox"]:not(:checked) + label .checkbox-on {
  display: none; }

input[type="range"].form-control:focus {
  box-shadow: none; }

.hint {
  padding-top: 5px;
  color: var(--input-group-text-color); }

.has-error {
  color: red !important; }
  .has-error .field-hint {
    display: none; }

.accordion .accordion-button:not(.collapsed) {
  font-weight: bold;
  box-shadow: none; }

.input-group > .select2-container--krajee-bs5:not(:first-child), .input-group > .select2-container--krajee-bs5:not(:first-child) .select2-selection {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

select.is-valid + .select2-container--krajee-bs5 .select2-selection--single, .has-success.select2-container--krajee-bs5 .select2-dropdown, .has-success .select2-container--krajee-bs5 .select2-selection {
  border-color: #ced4da; }

.has-success .select2-container--open .select2-selection, .has-success .select2-container--krajee-bs5.select2-container--focus .select2-selection {
  border-color: #ced4da;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }

.kv-drp-dropdown .range-value {
  text-overflow: ellipsis;
  padding-right: 40px; }

.listview > *:last-child:not(.empty):not(.maintenance-row) {
  padding-bottom: 2em !important; }
.listview .summary {
  font-size: .875em;
  padding-bottom: 1em; }
.listview .empty {
  opacity: 0.5;
  text-align: center;
  padding: 100px; }

ul.listview {
  padding: 0;
  list-style-type: none; }
  ul.listview li {
    padding: 1em 0; }

.listview.separated > * {
  border-bottom: 1px solid var(--border-light-color); }
.listview.separated > *:last-child, .listview.separated .summary, .listview.separated .empty {
  border-bottom: none; }

@font-face {
  font-family: GothamPro;
  src: url("../fonts/GothaProReg.woff2") format("woff2"), url("../fonts/GothaProReg.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: GothamPro;
  src: url("../fonts/GothaProMed.woff2") format("woff2"), url("../fonts/GothaProMed.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
body {
  font-family: 'GothamPro', serif; }

.login-wrapper, .login-form-container, .unsubscribe-container {
  transition: 500ms; }

.login-form {
  width: 1200px;
  flex-wrap: nowrap; }

.login-form-container, .otp-form-container, .unsubscribe-container {
  display: flex;
  flex-direction: column;
  max-width: 50%;
  padding: 70px 112px; }
  .login-form-container a, .otp-form-container a, .unsubscribe-container a {
    color: #0D6EFD; }

.otp-form-container {
  padding-right: 33px; }

.login-background {
  background-image: url(../images/background.png);
  background-repeat: no-repeat;
  background-size: cover; }

.login-text-container, .otp-text-container, .subscription-text-container {
  font-weight: bold;
  color: #25272F;
  font-size: 32px;
  padding: 39px 0; }

.otp-text-container {
  padding-bottom: 22px; }

.banner-container {
  display: flex !important;
  padding: 54px 73px 0 72px;
  min-height: 600px;
  max-width: 50%;
  background-image: url(../images/cloud-banner.png), linear-gradient(141.86deg, #EAF0F5 1.03%, #F2F4FB 98.83%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  flex-direction: column;
  justify-content: flex-end; }

.initial-banner-text-container {
  display: flex;
  flex-direction: column;
  align-self: end; }

.initial-banner-header {
  font-size: 25px;
  font-weight: bold;
  color: #0D6EFD; }

.initial-banner-subtext {
  font-size: 16px;
  color: #25272F; }

.second-banner {
  display: none;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 16px; }
  .second-banner .row .header {
    padding: 0;
    font-size: 26px;
    font-weight: bold;
    color: #0D6EFD;
    display: flex;
    align-items: center; }

.row-text {
  padding-left: 75px;
  padding-right: 0;
  font-size: 15px;
  color: #25272F;
  height: 48px;
  width: auto; }

.img {
  height: 55px;
  width: 55px;
  margin-right: 20px; }

.region-img {
  background-image: url(../images/globe-icon.svg); }

.update-img {
  background-image: url(../images/update-icon.svg); }

.metrics-img {
  background-image: url(../images/metrics-icon.svg); }

.tier-img {
  background-image: url(../images/tiers-icon.svg); }

.banner-carousel {
  width: 100%;
  height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 36px 0;
  flex-direction: row;
  gap: 6px; }

.banner-carousel .circle {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: white;
  cursor: pointer;
  transition: 500ms ease; }

.banner-container .circle-active {
  background-color: #0D6EFD;
  transition: 500ms ease;
  cursor: default; }

.login-email-input, .login-password-input, .otp-input {
  background-color: #FAFAFA;
  border: 1px solid #CED4DA;
  padding-left: 36px; }

.login-password-input-container, .login-email-input-container {
  position: relative; }

.login-password-input-container .show-pas-btn {
  position: absolute;
  z-index: 2;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 2.375rem;
  text-align: center;
  cursor: pointer;
  color: #6C757D;
  right: 0.5rem;
  top: 0px; }

.login-email-input-container .bi-envelope {
  position: absolute;
  z-index: 2;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #6C757D;
  left: 0.5rem;
  top: 0px; }

.login-password-input-container input::-ms-reveal,
.login-password-input-container input::-ms-clear {
  display: none; }

.login-password-input-container .bi-lock {
  position: absolute;
  z-index: 2;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #6C757D;
  left: 0.5rem;
  top: 0px; }

.login-otp-input-container, .subscription-container {
  color: #25272F; }
  .login-otp-input-container .bi-lock, .subscription-container .bi-lock {
    position: absolute;
    z-index: 2;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #6C757D;
    left: 0.5rem;
    top: 142px; }
  .login-otp-input-container .form-label, .subscription-container .form-label {
    padding-bottom: 16px; }
  .login-otp-input-container .otp-input, .subscription-container .otp-input {
    margin-top: 22px;
    width: 375px; }

.otp-submit-btn {
  width: 375px; }

.terms-text {
  font-size: 0.75rem; }

.terms-link {
  text-decoration: none;
  cursor: pointer;
  color: #0D6EFD; }

.subscription-redirect {
  color: #25272F;
  font-size: 14px; }

@media (max-width: 1120px) {
  .login-form, .otp-form {
    flex-direction: column !important;
    width: fit-content; }

  .login-form-container, .banner-container, .otp-form-container, .unsubscribe-container {
    max-width: 600px; }

  .otp-form-container {
    padding-right: 112px; }

  .login-otp-input-container .bi-lock {
    top: 190px; } }
@media (max-width: 580px) {
  .banner-container {
    padding: 27px 36px 0 36px; }

  .login-form-container, .otp-form-container, .unsubscribe-container {
    padding: 35px 56px; } }
@media (max-width: 425px) {
  .banner-container {
    padding: 13.5px 18px 0 18px; }

  .login-form-container, .otp-form-container, .unsubscribe-container {
    padding: 35px 28px; } }
.auth-text {
  font-size: .875rem;
  color: #25272F; }

.auth-container {
  display: inline-flex; }

a.auth-btn {
  width: 7.52006rem;
  height: 2.388rem;
  border-radius: 0.25rem;
  border: 1px solid #DEE2E6; }

.auth-icon {
  background-repeat: no-repeat;
  background-position: center;
  padding-right: 1.2rem; }

.auth-icon.google {
  background-image: url(../images/google-icon.svg); }

.auth-icon.github {
  background-image: url(../images/github-icon.svg); }

.auth-icon.microsoft {
  background-image: url(../images/microsoft-icon.svg); }

.logo {
  position: relative;
  display: inline-block;
  width: 160px;
  height: 30px;
  background: url(../images/zabbix-logo.svg?21112022123218) no-repeat center/cover;
  text-indent: -9999px; }

.navbar-toggler {
  margin-right: 1rem;
  font-size: 2rem;
  color: var(--bs-body-nav-color); }

.node-list {
  --bs-gutter-y: 1.5rem;
  margin-right: calc(-1 * var(--bs-gutter-x));
  margin-left: calc(-1 * var(--bs-gutter-x)); }
  .node-list > div {
    min-height: 272px; }

.organization-popover .popover-body {
  color: #fff;
  background-color: #000000;
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem; }

.organization-popover[data-popper-placement^=top] > .popover-arrow::after, .bs-popover-top > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: #000000; }

.organization-popover[data-popper-placement^=left] > .popover-arrow::after, .bs-popover-top > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-left-color: #000000; }

.organization-popover[data-popper-placement^=right] > .popover-arrow::after, .bs-popover-top > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-right-color: #000000; }

.organization-popover[data-popper-placement^=bottom] > .popover-arrow::after, .bs-popover-top > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-bottom-color: #000000; }

.organization-wrapper .organization-name, .single-organization-wrapper .organization-name {
  color: #25272F;
  font-weight: bold; }
.organization-wrapper .organization-actions .btn-light:hover, .organization-wrapper .organization-header-items .btn-light:hover, .single-organization-wrapper .organization-actions .btn-light:hover, .single-organization-wrapper .organization-header-items .btn-light:hover {
  background-color: #F9FAFB !important;
  border-color: #F9FAFB !important; }
  .organization-wrapper .organization-actions .btn-light:hover .bi-gear, .organization-wrapper .organization-header-items .btn-light:hover .bi-gear, .single-organization-wrapper .organization-actions .btn-light:hover .bi-gear, .single-organization-wrapper .organization-header-items .btn-light:hover .bi-gear {
    color: #0D6EFD !important; }
.organization-wrapper .node-item, .single-organization-wrapper .node-item {
  min-height: 10.5rem;
  height: 100%; }
  .organization-wrapper .node-item .header, .single-organization-wrapper .node-item .header {
    align-items: center; }
  .organization-wrapper .node-item .bi:hover, .single-organization-wrapper .node-item .bi:hover {
    transform: unset !important;
    transition: unset !important; }
  .organization-wrapper .node-item .node-card-action-link .btn:hover .bi-gear, .single-organization-wrapper .node-item .node-card-action-link .btn:hover .bi-gear {
    color: #0D6EFD !important; }
  .organization-wrapper .node-item .node-card-action-link .btn:hover, .single-organization-wrapper .node-item .node-card-action-link .btn:hover {
    background-color: #F9FAFB !important;
    border-color: #F9FAFB !important; }
    .organization-wrapper .node-item .node-card-action-link .btn:hover .bi-link-45deg, .single-organization-wrapper .node-item .node-card-action-link .btn:hover .bi-link-45deg {
      color: #0D6EFD; }
  .organization-wrapper .node-item .node-card-action-link .node-card-actions:hover, .single-organization-wrapper .node-item .node-card-action-link .node-card-actions:hover {
    color: #0D6EFD; }

.single-organization-wrapper > div {
  min-height: unset; }
.single-organization-wrapper .article-container:nth-child(odd) {
  padding: 1rem 0.5rem 0 0.75rem; }
.single-organization-wrapper .article-container:nth-child(even) {
  padding: 1rem 0.75rem 0 0.5rem; }
.single-organization-wrapper .node-item {
  height: fit-content;
  padding-bottom: 0 !important; }
.single-organization-wrapper .article-container {
  margin-top: 0;
  margin-bottom: 0; }

.create-organization-btn {
  width: auto;
  padding: 0.688rem 1rem; }
  .create-organization-btn .bi {
    margin-right: 0.75rem; }

.create-organization-modal .modal-title {
  color: #25272F; }

.create-node-btn {
  width: auto;
  padding: 0.688rem 1rem; }

.create-node-btn .bi {
  margin-right: 12px; }

.status-pill {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  font-size: 12px;
  width: 82px;
  height: 22.5px;
  min-width: 82px;
  width: fit-content; }

.status-initializing {
  background-color: #FFD29B;
  color: #25282F; }

.status-pending {
  background-color: #FFF7A1;
  color: #25282F; }

.status-running {
  background-color: #BBF2D3;
  color: #25282F; }

.status-powered-off {
  background-color: #767676;
  color: #ffffff; }

.status-error {
  background-color: #FFD0D0;
  color: #25282F; }

.status-expired {
  background-color: #DFDFDF;
  color: #25282F; }

.status-terminated {
  background-color: #BD0000;
  color: #ffffff; }

.status-destroying {
  background-color: #FF8B8B;
  color: #ffffff; }

.status-upgrading {
  background-color: #BDD8FF;
  color: #25282F; }

.status-updating-version {
  width: auto;
  padding: 0 24px !important;
  background-color: #BDD8FF;
  color: #25282F; }

.status-payment-required {
  background-color: #FFD0D0;
  color: #25282F; }

.status-prepaid {
  border: 1px solid #212529;
  color: #25282F; }

li:has(#logout) {
  margin-top: 60px;
  margin-bottom: 60px; }

.collapsing {
  transition: height .35s ease; }
  .collapsing ul {
    padding: 0; }
  .collapsing li {
    margin: 0 !important; }

.collapse {
  height: fit-content;
  transition: height .35s ease; }

.node-item:hover {
  box-shadow: 4px 5px 10px 3px #07539C0D;
  transition: 300ms ease; }

.nav-dropdown .show ul {
  padding: 0; }
  .nav-dropdown .show ul li {
    margin-left: 0; }

.node-item {
  display: grid;
  grid-template-rows: max-content auto 1fr;
  min-height: 350px;
  padding: 38px;
  border-radius: var(--border-radius);
  background-color: var(--bs-body-bg);
  color: var(--node-color);
  cursor: pointer;
  border: 1.5px solid #DEE2E6;
  transition: 300ms; }
  .node-item .header {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 24px;
    text-align: left; }
    .node-item .header .bi {
      color: #6C757D;
      cursor: pointer;
      transition: 800ms; }
    .node-item .header .bi:hover {
      transform: rotateZ(180deg);
      transition: 800ms; }
    .node-item .header .small {
      opacity: 0.6;
      text-transform: initial;
      font-size: 0.75em; }
  .node-item .sub-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 33px;
    padding-bottom: 31.5px; }
  .node-item .name {
    color: #25272F;
    font-weight: bold;
    margin-bottom: 0; }
  .node-item .body {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: var(--bs-gutter-y); }
    .node-item .body > div {
      overflow: hidden; }
  .node-item .host {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25rem;
    white-space: nowrap;
    border: 1px solid #0D6EFD;
    border-radius: 4px;
    height: 42px;
    padding: 0 1.5rem; }
    .node-item .host a {
      text-decoration: none;
      color: #0D6EFD; }
      .node-item .host a:hover {
        text-decoration: underline; }
  .node-item .host-target {
    text-decoration: none;
    color: #0D6EFD; }
    .node-item .host-target .target-link {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
  .node-item .version {
    width: 182px;
    padding-left: 0 !important; }
  .node-item .host-target:hover {
    text-decoration: underline; }
  .node-item .host-inactive {
    border-color: var(--bs-body-nav-color);
    cursor: default;
    user-select: none; }
    .node-item .host-inactive a {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
  .node-item .ip {
    border-bottom: 1px solid var(--border-light-color);
    padding-bottom: calc(var(--bs-gutter-y) * .75); }
  .node-item .host,
  .node-item .ip {
    grid-column: span 4; }
    .node-item .host .bi,
    .node-item .ip .bi {
      position: relative;
      top: -2px;
      margin-right: calc(var(--bs-gutter-y) * .25);
      color: #0D6EFD;
      font-size: 26px;
      line-height: 20px;
      vertical-align: middle; }
  .node-item .disk {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 60%; }
  .node-item .disk .disk-utilization {
    white-space: nowrap; }
    .node-item .disk .disk-utilization > div {
      position: relative;
      bottom: -3px;
      display: inline-block; }
    .node-item .disk .disk-utilization .progress {
      height: 8px;
      background-color: #0D6EFD33;
      width: 245px; }
    .node-item .disk .disk-utilization small {
      position: relative;
      top: -2px;
      font-size: .75em; }
  .node-item .disk b {
    display: inline-block; }
  .node-item .footer {
    align-self: end;
    margin-bottom: var(--bs-gutter-y);
    color: var(--bs-body-light-color);
    font-size: calc(var(--bs-body-font-size) * .85);
    margin-top: 18px; }
  .node-item .node-info {
    color: #25272F; }
    .node-item .node-info .compute-disk-row, .node-item .node-info .region-version-row {
      height: 72px; }

.status-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start; }

.select2-container--krajee-bs5 .select2-selection {
  box-shadow: none;
  border-radius: .375rem; }
.select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__clear,
.select2-container--krajee-bs5 .select2-selection--multiple .select2-search--inline .select2-search__field {
  margin-top: 0;
  margin-bottom: 0; }

.payment-info-container .payment-link {
  color: #0D6EFD;
  text-decoration: underline; }
.payment-info-container .trial-span {
  color: #6C757D; }
.payment-info-container .pricing {
  padding: 10px 27px;
  border: 1px solid var(--border-light-color);
  color: #25272F;
  width: 450px;
  height: 450px;
  border-radius: 0;
  display: flex;
  flex-direction: column; }
  .payment-info-container .pricing .payment {
    height: 185px; }
  .payment-info-container .pricing .pricing-help-ico {
    color: #25272F80;
    font-size: 16px; }
  .payment-info-container .pricing h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    border-bottom: 1px solid var(--border-light-color);
    padding: 24px 0; }
  .payment-info-container .pricing .inapplicable {
    opacity: .25; }
    .payment-info-container .pricing .inapplicable .price {
      text-decoration: line-through; }
  .payment-info-container .pricing hr {
    border-color: var(--border-light-color); }
  .payment-info-container .pricing .period {
    margin-bottom: 20px; }

.invoice-total {
  padding-left: 0; }
  .invoice-total li {
    display: flex;
    text-align: right;
    justify-content: space-between; }
    .invoice-total li span {
      margin-left: auto;
      white-space: nowrap; }

.pricing-modal-dialog {
  margin-top: 5%; }
  .pricing-modal-dialog .pricing-modal-content {
    padding: 48px;
    color: #25282F;
    border-radius: unset; }
    .pricing-modal-dialog .pricing-modal-content .modal-header {
      padding: 0 0 20px 0; }
    .pricing-modal-dialog .pricing-modal-content .modal-title {
      font-weight: bold; }
    .pricing-modal-dialog .pricing-modal-content .modal-body {
      padding: 20px 10px 0 0;
      display: flex;
      flex-direction: column;
      width: 670px; }
      .pricing-modal-dialog .pricing-modal-content .modal-body span {
        font-weight: bold;
        padding-bottom: 20px; }

.pricing-no-sub {
  padding: 10px 30px;
  border: 1.5px solid var(--border-light-color);
  border-radius: var(--border-radius); }

@media screen and (min-width: 1400px) and (max-width: 1540px) {
  .payment-info-container {
    margin-right: 90px; }

  .upgrade-pricing-container {
    margin-right: 0 !important; } }
#payment-method-form .help-block {
  display: none; }
#payment-method-form .has-error .help-block {
  display: block; }

.add-payment-btn-wrapper {
  width: fit-content;
  justify-self: flex-end; }

.braintree-heading {
  display: none; }

.braintree-upper-container:before {
  background-color: transparent; }

svg[data-braintree-id="svgs"] {
  display: none; }

.required-label {
  position: relative; }

.required-label::before {
  content: " *";
  color: red;
  position: absolute;
  left: -10px; }

.country-row .required-label::before {
  left: 2px; }

@media (min-width: 768px) {
  #cookie-message {
    height: 250px; } }
@media (min-width: 992px) {
  #cookie-message {
    height: 170px; } }
@media (max-width: 768px) {
  #cookie-message {
    opacity: 0.9;
    height: 100%; } }
.social {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0; }
  .social .reddit-ico {
    background: url(../images/reddit-ico.svg) no-repeat; }
  .social .youtube-ico {
    background: url(../images/youtube-ico.svg) no-repeat; }
  .social .linkedin-ico {
    background: url(../images/linkedin-ico.svg) no-repeat; }
  .social .x-ico {
    background: url(../images/x-ico.svg) no-repeat; }
  .social .facebook-ico {
    background: url(../images/facebook-ico.svg) no-repeat; }
  .social .instagram-ico {
    background: url(../images/instagram-ico.svg) no-repeat; }
  .social li {
    margin-right: calc(var(--bs-gutter-x) * 1.25);
    margin-bottom: 1rem; }
  .social a {
    display: inline-block;
    width: 32px;
    height: 32px;
    padding: 0;
    text-indent: -9999px;
    transition: opacity .4s; }
    .social a:hover {
      opacity: .8; }

.maintenance-row {
  margin-top: 1rem;
  display: flex;
  justify-content: space-evenly; }
  .maintenance-row > div:not(:last-child) {
    border-right: solid 1px var(--border-light-color); }

header:is('.container-fluid') {
  padding: 0 !important; }

.actions:has(.documentation-action) {
  all: unset;
  margin-left: auto; }

.documentation-action {
  border: 1px solid #0D6EFD;
  color: #0D6EFD;
  padding: 8px 20px;
  border-radius: 4px;
  display: flex;
  flex-direction: row-reverse;
  gap: 8px;
  align-items: center; }

.documentation-btn {
  color: #0D6EFD !important; }
  .documentation-btn a {
    text-decoration: none; }
  .documentation-btn a:visited {
    color: #0D6EFD; }

.documentation-btn-img {
  background-image: url(../images/link-icon-selected.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  min-width: 20px;
  height: 20px;
  bottom: 22px; }

.topic-section {
  padding: 10px 37px !important; }

.topic-container {
  min-height: 189px;
  border: 1.5px solid #DEE2E6; }

.topic-header {
  color: #25272F;
  text-transform: capitalize !important;
  padding: 24px 0 !important;
  font-weight: bold;
  font-size: 20px; }

.accordion {
  padding: 0 37px; }

.accordion-item:first-child {
  border-top: 1px solid #DEE2E6 !important; }

.accordion-button {
  padding: 26px 0 !important;
  color: #0D6EFD; }

.accordion-button:focus {
  border: none;
  box-shadow: none; }

.accordion-button:not(.collapsed) {
  color: #0D6EFD;
  font-weight: normal !important; }

.accordion-body {
  padding: 0 0 23px 0 !important;
  color: #25272F; }

.faq-not-found {
  background-color: unset;
  padding: 0 !important;
  display: flex;
  justify-content: center; }

.faq-not-found-text {
  color: #25272F;
  font-size: 32px; }

.faq-request-btn {
  width: 270px;
  height: 42px; }

.create-node-header {
  border: 0 !important; }

.create-node-header h3 {
  font-size: 20px;
  text-align: left;
  text-transform: unset !important;
  color: #25272F;
  font-weight: bold; }

.create-node-container {
  border: 1.5px solid #DEE2E6;
  box-shadow: 4px 5px 10px 3px #07539C0D;
  border-radius: 4px; }

.field-node:before {
  background-color: #0D6EFD !important;
  font-size: 14px; }

.field-node-name input, .field-node-name select, .field-node-region input, .field-node-region select {
  height: 40px !important;
  padding: 0 24px !important; }

.field-node-compute .select2-selection__rendered, .field-node-region .select2-selection__rendered, .field-node-region .select2-selection__rendered {
  padding: 0 24px !important; }
.field-node-compute .select2-selection--single, .field-node-region .select2-selection--single, .field-node-region .select2-selection--single {
  padding-left: 0 !important; }
.field-node-compute .select2-container, .field-node-region .select2-container, .field-node-region .select2-container {
  height: 44px !important; }

.field-node-compute::before {
  top: -36px !important;
  background-color: #0D6EFD !important; }

.compute-hint {
  color: #25272F; }

.field-node label {
  color: #25272F;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold; }
.field-node input {
  border: 1px solid #CED4DA; }

.field-node-name input {
  color: #0D6EFD; }
.field-node-name span {
  background-color: #0D6EFD1A !important;
  color: #0D6EFD !important;
  font-style: unset !important; }

.create-footer-text {
  color: #5C757D;
  font-size: 12px;
  line-height: 24px; }
  @media (min-width: 1400px) {
    .create-footer-text {
      padding-left: 26px;
      padding-right: 100px; } }
  @media (max-width: 1400px) {
    .create-footer-text {
      margin-bottom: 0.5rem; } }
  .create-footer-text p {
    max-width: clamp(400px, 100%, 860px);
    flex-grow: 1; }

.create-action-btn {
  flex-direction: row; }
  @media (max-width: 1400px) {
    .create-action-btn {
      width: 100%; } }
  .create-action-btn .cancel {
    color: #0D6EFD; }
  .create-action-btn button {
    width: 270px; }
  .create-action-btn:has(:nth-child(2)) {
    gap: 20px; }

.field-node-disk_size .input-group .input-group-text {
  font-style: normal;
  color: #6C757D;
  font-size: 12px; }
.field-node-disk_size .input-group .input-group-text:first-child {
  padding-left: 0 !important;
  padding-right: 16px !important; }
.field-node-disk_size .input-group .input-group-text:last-of-type {
  padding-right: 0 !important;
  padding-left: 16px !important; }
.field-node-disk_size .input-group .tooltip-inner {
  font-weight: bold !important;
  color: #25272F; }

input[type="range"]::-webkit-slider-runnable-track {
  background-color: #0D6EFD33;
  border-radius: 0.5rem;
  height: 0.5rem; }

input[type="range"] {
  accent-color: #0D6EFDE5 !important; }

.question-icon {
  cursor: help;
  margin-bottom: 10px;
  color: #25272F80;
  font-size: 16px; }

.custom-popover {
  opacity: 0.9; }
  .custom-popover .popover-body {
    color: #fff;
    background-color: #25272f6e;
    border-radius: 0 0 4px 4px;
    padding-top: 0; }
  .custom-popover .popover-header {
    background-color: #25272f6e;
    color: #fff;
    border: none;
    padding-bottom: 0; }

.custom-popover[data-popper-placement^=left] > .popover-arrow::after, .bs-popover-start > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: #25272f45; }

.alert-node-success {
  background-image: url(../images/node-create-success-ico.svg);
  background-color: #FFFFFF;
  border: 1px solid #DEE2E6;
  color: #25272F;
  padding: 35px 74px 35px 84px;
  background-repeat: no-repeat;
  background-position-x: 44px;
  background-position-y: 35px; }
  .alert-node-success text {
    padding-top: 16px; }
  .alert-node-success button {
    padding: 35px !important; }
  .alert-node-success button:focus {
    box-shadow: unset; }
  .alert-node-success h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px; }

.status-pill.status-read {
  background-color: #A1E2FF;
  color: #25282F; }
.status-pill.status-closed {
  background-color: #BBF2D3;
  color: #25282F; }
.status-pill.status-unread {
  background-color: #FFD29B;
  color: #25282F; }
.status-pill.status-created {
  background-color: #FFF7A1;
  color: #25282F; }
.status-pill.status-inactive {
  background-color: #DFDFDF;
  color: #25282F; }

.support-details-ico .bi {
  font-size: 18px !important;
  top: unset !important; }

.support-request-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 269px;
  height: 42px;
  border-radius: 4px; }

.support-ticket-article {
  cursor: pointer;
  padding: 0; }

.ticket-list-wrapper {
  gap: 28px; }

.support-ticket-container {
  width: 100%;
  background-color: #FFFFFF;
  border: 1.5px solid #DEE2E6;
  box-shadow: 4px 5px 10px 3px #07539C0D;
  padding: 37px; }

.support-ticket-container {
  min-height: 350px; }

.support-ticket-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid #DEE2E6; }
  .support-ticket-header a {
    transition: 800ms;
    color: #6C757D; }
  .support-ticket-header a:hover {
    transform: rotate(180deg);
    transition: 800ms; }
  .support-ticket-header span {
    font-size: 20px;
    font-weight: bold;
    color: #25272F; }

.support-ticket-details-container {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 24px; }

.support-ticket-details .details-header {
  color: #25272F;
  font-size: 16px;
  font-weight: bold; }
.support-ticket-details .details {
  display: flex;
  flex-direction: column;
  gap: 12px; }
  .support-ticket-details .details div {
    display: flex;
    flex-direction: row; }
  .support-ticket-details .details .details-row span {
    color: #25272F; }
  .support-ticket-details .details .details-row span:first-child {
    margin-right: 20px;
    min-width: 102px;
    color: #6C757D; }

.support-ticket-details-action {
  color: #0D6EFD;
  display: flex;
  flex-direction: row;
  gap: 12px;
  cursor: pointer;
  align-items: center; }

.support-ticket-details-action .arrow {
  background-image: url(../images/more-icon.svg) !important;
  background-size: 15px;
  background-repeat: no-repeat;
  display: flex;
  min-width: 15px;
  height: 8.5px;
  flex-direction: column; }

.ticket-detailed-info-container, .attachments-container {
  border-top: 1.5px solid #DEE2E6; }
  .ticket-detailed-info-container .details-header, .attachments-container .details-header {
    color: #25272F;
    font-size: 16px;
    font-weight: bold; }
  .ticket-detailed-info-container .attached-file-item, .attachments-container .attached-file-item {
    max-width: 50%; }

.field-supportform-summary label, .field-supportform-type label, .field-supportform-nodeid label, .field-supportform-description label {
  color: #25272F; }
.field-supportform-summary input, .field-supportform-summary select, .field-supportform-summary textarea, .field-supportform-type input, .field-supportform-type select, .field-supportform-type textarea, .field-supportform-nodeid input, .field-supportform-nodeid select, .field-supportform-nodeid textarea, .field-supportform-description input, .field-supportform-description select, .field-supportform-description textarea {
  padding: 4px 27px;
  color: #25272F;
  border: 1px solid #CED4DA; }
.field-supportform-summary input, .field-supportform-summary select, .field-supportform-type input, .field-supportform-type select, .field-supportform-nodeid input, .field-supportform-nodeid select, .field-supportform-description input, .field-supportform-description select {
  height: 44px;
  background-color: #FAFAFA; }
.field-supportform-summary input, .field-supportform-type input, .field-supportform-nodeid input, .field-supportform-description input {
  font-weight: bold;
  height: 44px; }
.field-supportform-summary textarea, .field-supportform-type textarea, .field-supportform-nodeid textarea, .field-supportform-description textarea {
  padding-top: 32px; }

.create-ticket-header {
  border-bottom: 1px solid #DEE2E6; }
  .create-ticket-header span {
    font-weight: bold;
    color: #25272F;
    font-size: 20px; }

.drag-drop-area .field-file-input {
  margin: 0; }
.drag-drop-area .text-muted {
  font-size: 12px; }
.drag-drop-area .drop-zone {
  border: 1px dashed #0D6EFD;
  border-radius: 5px;
  cursor: pointer; }
.drag-drop-area .field-file-input .error {
  display: none; }

.drop-zone span, .file-name, .attached-files-list.text-muted {
  font-size: 16px; }

.attached-files-list .file-name {
  color: #25272F; }
.attached-files-list .remove-btn {
  min-width: 0.75rem;
  min-height: 0.75rem;
  font-size: 12px;
  padding: 6px; }

.support-view-btn {
  border: 1px solid #0D6EFD;
  width: 269px;
  height: 42px;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  text-wrap-mode: nowrap;
  padding: 12px 24px;
  color: #0D6EFD; }

.cancel-btn {
  color: #0D6EFD; }

.cancel-btn:hover {
  color: #0D6EFD;
  border: 1px solid #0D6EFD; }

.field-supportform-type .select2-selection__rendered, .field-supportform-node_name .select2-selection__rendered {
  padding: 0 24px !important; }
.field-supportform-type .select2-selection--single, .field-supportform-node_name .select2-selection--single {
  padding-left: 0 !important;
  background-color: #FAFAFA; }
.field-supportform-type .select2-container, .field-supportform-node_name .select2-container {
  height: 44px !important; }

.alert-support-success {
  position: fixed;
  top: 30%;
  width: 820px;
  height: 260px;
  z-index: 3333;
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px 10px #07539C0D;
  background-color: white;
  border-radius: 0;
  left: 50%;
  transform: translate(-50%, 0);
  color: #25282F;
  transition: 500ms; }
  .alert-support-success h4 {
    font-size: 34px;
    margin-bottom: 34px;
    color: #0D6EFD; }

.configuration-wrapper {
  border: 0.1rem solid #DEE2E6;
  box-shadow: 0.25rem 0.313rem 0.625rem 0.188rem #07539C0D; }
  .configuration-wrapper .configuration-section {
    padding: 2.188rem 2.188rem 2.938rem !important; }
    .configuration-wrapper .configuration-section .listview .maintenance-row .time-select .select2-container {
      min-width: 6.438rem; }
    .configuration-wrapper .configuration-section .listview .maintenance-row .time-select .select2-selection--single {
      font-size: 0.875rem;
      padding: 0.25rem 2.25rem 0.25rem 0.5rem;
      display: flex;
      align-items: center; }
    .configuration-wrapper .configuration-section .tab-content {
      margin-top: 1.25rem;
      color: #6C757D;
      font-size: 0.875rem; }
      .configuration-wrapper .configuration-section .tab-content .maintenance-form .timezone .field-node-timezone {
        margin-bottom: 0; }
        .configuration-wrapper .configuration-section .tab-content .maintenance-form .timezone .field-node-timezone .select2-selection.select2-selection--single {
          height: 100%; }
    .configuration-wrapper .configuration-section .nav {
      padding: 0 0.75rem; }
      .configuration-wrapper .configuration-section .nav .overview {
        background: url(../images/overview-ico.svg) no-repeat center;
        background-position-x: 13px; }
      .configuration-wrapper .configuration-section .nav .filter {
        background: url(../images/access-filter-ico.svg) no-repeat center;
        background-position-x: 13px; }
      .configuration-wrapper .configuration-section .nav .encryption {
        background: url(../images/encrypt-ico.svg) no-repeat center;
        background-position-x: 13px; }
      .configuration-wrapper .configuration-section .nav .upgrade {
        background: url(../images/upgrade-ico.svg) no-repeat center;
        background-position-x: 13px; }
      .configuration-wrapper .configuration-section .nav .backups {
        background: url(../images/backups-ico.svg) no-repeat center;
        background-position-x: 13px; }
      .configuration-wrapper .configuration-section .nav .history {
        background: url(../images/history-ico.svg) no-repeat center;
        background-position-x: 13px; }
      .configuration-wrapper .configuration-section .nav .maintenance {
        background: url(../images/maintenance-ico.svg) no-repeat center;
        background-position-x: 13px; }
      .configuration-wrapper .configuration-section .nav .conf-nav-item {
        display: flex;
        align-items: center;
        padding: 0 48px 0 42px;
        width: 100%;
        min-width: 190px;
        height: 42px;
        border-top: 1.5px solid #DEE2E6;
        border-bottom: 3px solid #E5E5E5;
        font-size: 14px; }
      .configuration-wrapper .configuration-section .nav .conf-nav-active {
        display: flex;
        align-items: center;
        width: 100%;
        min-width: 190px;
        height: 42px;
        color: #0D6EFD !important;
        font-weight: bold;
        background-color: #FAFAFA;
        border-top: 1px solid #DEE2E6;
        border-bottom: 3px solid #0D6EFD;
        font-size: 14px; }
      .configuration-wrapper .configuration-section .nav a {
        color: #0D6EFD !important; }
    .configuration-wrapper .configuration-section .conf-action {
      font-size: 20px; }
      .configuration-wrapper .configuration-section .conf-action .bi {
        color: #6C757D;
        cursor: pointer;
        transition: 800ms; }
      .configuration-wrapper .configuration-section .conf-action .bi:hover {
        transform: rotateZ(180deg);
        transition: 800ms; }
    .configuration-wrapper .configuration-section .host-target {
      text-decoration: none;
      color: #0D6EFD;
      height: fit-content;
      font-size: 16px; }
      .configuration-wrapper .configuration-section .host-target .bi {
        position: relative;
        top: -2px;
        margin-right: calc(var(--bs-gutter-y) * .25);
        color: #0D6EFD;
        font-size: 26px;
        line-height: 20px;
        vertical-align: middle; }
      .configuration-wrapper .configuration-section .host-target .host {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 393px;
        white-space: nowrap;
        border: 1px solid #0D6EFD;
        border-radius: 4px;
        height: 42px;
        padding: 0 65px; }
        .configuration-wrapper .configuration-section .host-target .host a {
          text-decoration: none;
          color: #0D6EFD; }
          .configuration-wrapper .configuration-section .host-target .host a:hover {
            text-decoration: underline; }
    .configuration-wrapper .configuration-section .host-target:hover {
      text-decoration: underline; }
    .configuration-wrapper .configuration-section .host-inactive {
      border-color: var(--bs-body-nav-color);
      cursor: default;
      user-select: none; }
    .configuration-wrapper .configuration-section .node-name {
      color: #25272F;
      font-size: 20px;
      text-transform: capitalize;
      font-weight: bold; }
    .configuration-wrapper .configuration-section .conf-status {
      margin: 2rem 1.5rem 2rem 0 !important; }
  .configuration-wrapper .connection-info-wrapper {
    border: 1.5px solid #DEE2E6;
    border-radius: 4px 0px 0px 0px;
    padding: 25px 38px 67px 43px;
    height: fit-content;
    color: #25272F; }
    .configuration-wrapper .connection-info-wrapper .password-options-dropdown {
      width: fit-content;
      float: right;
      cursor: pointer; }
    .configuration-wrapper .connection-info-wrapper .copy {
      display: block;
      width: 20px;
      height: 20px;
      cursor: pointer;
      background: url(../images/copy-ico.svg) no-repeat center; }
    .configuration-wrapper .connection-info-wrapper .front-url-text {
      height: 40px; }
    .configuration-wrapper .connection-info-wrapper .url-container,
    .configuration-wrapper .connection-info-wrapper .encryption-container,
    .configuration-wrapper .connection-info-wrapper .server-container {
      padding: 11px 11px 11px 21px;
      border: 1px solid #DEE2E6;
      border-radius: 4px;
      font-size: 16px;
      height: 42px;
      color: #25272F; }
      .configuration-wrapper .connection-info-wrapper .url-container i,
      .configuration-wrapper .connection-info-wrapper .encryption-container i,
      .configuration-wrapper .connection-info-wrapper .server-container i {
        font-size: 24px; }
    .configuration-wrapper .connection-info-wrapper .url-container-active {
      padding: 11px 11px 11px 21px;
      border: 1px solid #0D6EFD;
      border-radius: 4px;
      font-size: 16px;
      height: 42px;
      color: #0D6EFD; }
      .configuration-wrapper .connection-info-wrapper .url-container-active i {
        font-size: 24px; }
      .configuration-wrapper .connection-info-wrapper .url-container-active a {
        color: #0D6EFD !important; }
    .configuration-wrapper .connection-info-wrapper .password-icon {
      background: url(../images/encrypt-ico.svg) no-repeat;
      color: #0D6EFD;
      width: 0.75rem;
      height: 0.75rem;
      background-size: 0.75rem;
      cursor: pointer; }
    .configuration-wrapper .connection-info-wrapper .password-settings-text {
      color: #0D6EFD;
      font-size: 0.75rem; }
  .configuration-wrapper .configuration-info-wrapper {
    padding: 25px 41px;
    color: #25272F; }
    .configuration-wrapper .configuration-info-wrapper .progress-container {
      padding-top: 5px; }
    .configuration-wrapper .configuration-info-wrapper .progress {
      height: 8px;
      background-color: #0D6EFD33;
      width: 245px; }
  .configuration-wrapper .overview-payment-info .cancel-sub-btn span {
    display: flex;
    gap: 1rem;
    align-items: center; }
  .configuration-wrapper .overview-payment-info .payment-info {
    padding-left: 43px;
    padding-right: 41px;
    color: #25272F; }
  .configuration-wrapper .upgrade-pricing-container .pricing {
    width: auto;
    height: auto; }
  .configuration-wrapper .upgrade-pricing-container, .configuration-wrapper .upgrade-info-container,
  .configuration-wrapper .backups-container-info, .configuration-wrapper .system-backups-container {
    color: #25272F; }
  .configuration-wrapper .history-input-container {
    width: auto;
    max-width: 220px; }
    .configuration-wrapper .history-input-container input {
      min-width: 60px; }

.organization-configuration .empty-org-users-table, .organization-configuration .empty-org-admins-table, .organization-configuration .empty-org-nodes-table {
  padding-top: 12.75rem;
  padding-bottom: 12.75rem; }
.organization-configuration .configuration-section {
  padding: 1.5rem 2.25rem !important; }

.toast {
  border-radius: 0;
  border-color: #FFFFFF;
  --bs-toast-max-width: 39.25rem; }

.toast .toast-header {
  color: #25272F;
  border-bottom: 0;
  border-radius: 0;
  padding-left: 0; }
.toast .toast-body {
  color: #25272F;
  padding-left: 3.626rem;
  padding-top: 0;
  padding-bottom: 1.125rem; }
.toast .btn-close {
  color: #979797;
  background-size: 0.719em;
  opacity: 1;
  border-radius: 0;
  padding: 2.875rem 1.813rem 0; }
.toast .icon {
  width: 1.438rem;
  height: 1.438rem;
  background-size: 1.438rem;
  background-repeat: no-repeat;
  background-position: center;
  padding: 3.75rem 1.813rem 0; }

.toast.success .toast-header {
  background-color: #E2F3EB; }
.toast.success .toast-body {
  background-color: #E2F3EB; }
.toast.success .btn-close {
  background-color: #E2F3EB; }
.toast.success .icon.success {
  background-image: url(../images/toast-success-icon.svg);
  background-color: #E2F3EB; }

.toast.error .toast-header {
  background-color: #FFEEEE; }
.toast.error .toast-body {
  background-color: #FFEEEE; }
.toast.error .btn-close {
  background-color: #FFEEEE; }
.toast.error .icon.error {
  background-image: url(../images/toast-error-icon.svg);
  background-color: #FFEEEE; }

.delete-profile-btn-container {
  width: fit-content; }

.confirm-delete-account-modal .modal-dialog {
  width: 100% !important;
  max-width: 53.75rem; }

.confirm-delete-account-modal .node-item-container {
  color: #25272F; }

.confirm-delete-account-modal .modal-content {
  height: auto;
  background-color: #ffffff;
  padding: 3.12rem 2.625rem 2.625rem 3rem;
  border-radius: 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); }

.confirm-delete-account-modal .modal-header {
  color: #25282F;
  padding: 0 0 2.5rem;
  border: none;
  margin-bottom: 2.43rem; }
  .confirm-delete-account-modal .modal-header .btn-close {
    font-size: 0.875rem; }

.confirm-delete-account-modal .modal-title {
  font-size: 1.25rem !important; }

.confirm-delete-account-modal .modal-body {
  padding: 0;
  height: auto;
  max-height: 25rem;
  overflow-y: auto; }

.confirm-delete-account-modal .modal-footer {
  border-top: none; }

.confirm-delete-account-modal .d-flex.flex-column {
  gap: 3px; }

.configuration-section .bi-pencil::before {
  content: '';
  background: url(../images/edit-ico.svg) no-repeat center center;
  background-size: contain;
  width: 1.25rem;
  height: 1.25rem; }
.configuration-section .bi-trash::before {
  content: '';
  background: url(../images/trash-ico.svg) no-repeat center center;
  background-size: contain;
  width: 1.25rem;
  height: 1.25rem; }
.configuration-section .bi-check-lg::before {
  content: '';
  background: url(../images/confirm_filter_edit.svg) no-repeat center center;
  background-size: contain;
  width: 1.25rem;
  height: 1.25rem; }
.configuration-section .bi-x-lg::before {
  content: '';
  background: url(../images/cancel_filter_edit.svg) no-repeat center center;
  background-size: contain;
  width: 1.25rem;
  height: 1.25rem; }
.configuration-section .bulk-delete::before, .configuration-section .bulk-delete-mobile::before {
  content: '';
  background: url(../images/trash-bulk-ico.svg) no-repeat center center;
  background-size: contain;
  width: 1.25rem;
  height: 1.25rem; }
.configuration-section .bulk-delete, .configuration-section .bulk-delete-mobile {
  width: fit-content;
  float: right;
  text-align: end;
  cursor: pointer;
  visibility: hidden; }
.configuration-section .disable-user-interaction {
  pointer-events: none;
  opacity: 0.6; }
.configuration-section .view-mode, .configuration-section .edit-mode {
  display: flex;
  height: fit-content; }
.configuration-section .edit-access-filter-description, .configuration-section .view-access-filter-description {
  height: auto;
  resize: none;
  overflow-y: hidden;
  max-height: 300px; }
.configuration-section .select-edit-mode {
  display: block; }
.configuration-section .access-filter-edit-action, .configuration-section .access-filter-delete-action {
  transition: 500ms; }
.configuration-section .bulk-selection, .configuration-section .bulk-selection-mobile .select-on-check-all, .configuration-section .select-on-check-all-mobile {
  vertical-align: middle; }
.configuration-section .select-on-check-all, .configuration-section .select-on-check-all-mobile {
  appearance: none;
  width: 0.81rem;
  height: 0.81rem;
  border: 1px solid rgba(0, 0, 0, 0.45);
  background: #fff;
  display: inline-block;
  position: relative;
  border-radius: 3px; }
.configuration-section .select-on-check-all-mobile, .configuration-section .bulk-selection-mobile {
  width: 1rem;
  height: 1rem; }
.configuration-section .select-on-check-all:hover, .configuration-section .select-on-check-all-mobile:hover {
  border: 1px solid rgba(0, 0, 0, 0.8); }
.configuration-section .select-on-check-all:before, .configuration-section .select-on-check-all-mobile:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.55rem;
  height: 2px;
  background: transparent; }
.configuration-section .select-on-check-all:checked, .configuration-section .select-on-check-all-mobile:checked {
  background: #007bff;
  border-color: #007bff; }
.configuration-section .select-on-check-all:disabled, .configuration-section .select-on-check-all-mobile:disabled {
  background: #cfcfcf2e;
  border-color: #6161611c; }
.configuration-section .select-on-check-all:checked:before, .configuration-section .select-on-check-all-mobile:checked:before {
  background: #fff; }
.configuration-section .action-edit-mode {
  font-size: 1.25rem; }

.access-filter-table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse; }
  .access-filter-table tr {
    border-bottom: 1px solid #ddd;
    color: #25272F;
    max-height: 2.5rem; }
  .access-filter-table thead tr:first-child {
    border: none; }
  .access-filter-table td {
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: top; }
  .access-filter-table td:nth-child(5) {
    word-break: break-all;
    height: auto; }
  .access-filter-table td:nth-child(6) {
    text-overflow: unset;
    overflow: unset;
    word-break: break-all;
    white-space: unset;
    height: auto; }
  .access-filter-table th {
    height: 1.56rem;
    font-weight: lighter;
    color: #6C757D; }
  .access-filter-table td:has(.selected-columns) {
    white-space: nowrap;
    overflow: visible; }
  .access-filter-table th:nth-child(1) {
    width: 1.87rem; }
  .access-filter-table th:nth-child(2) {
    width: 15%; }
  .access-filter-table th:nth-child(3) {
    width: 20%; }
  .access-filter-table th:nth-child(4) {
    width: 20%; }
  .access-filter-table th:nth-child(5) {
    width: 25%; }
  .access-filter-table th:nth-child(6) {
    min-width: min-content; }
  .access-filter-table th, .access-filter-table td {
    padding: 0.75rem 0 0.75rem 0.75rem;
    text-align: left; }
  .access-filter-table tfoot tr {
    font-size: 0.87rem;
    border-bottom: 0; }
  .access-filter-table .custom-input, .access-filter-table .select2-container--krajee-bs5 .select2-selection {
    border: 1px solid #0D6EFD !important;
    border-radius: 2px !important;
    height: 2.37rem;
    padding: 0.37rem 0.75rem;
    box-shadow: none;
    color: #25272F; }
  .access-filter-table .custom-input:focus, .access-filter-table .select2-selection .select2-selection--single:focus {
    border-color: #0D6EFD;
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25); }
  .access-filter-table .select2-dropdown {
    border: 1px solid #0D6EFD; }
  .access-filter-table .select2-container--open .select2-selection__arrow {
    transform: rotate(180deg) !important; }
  .access-filter-table .select2-selection__rendered {
    padding-right: 1rem !important; }

.configuration-content-container .tab-header {
  color: #25272F; }
.configuration-content-container .empty {
  color: #25272F; }

.new-access-filter-form .form-label {
  color: #25272F; }
.new-access-filter-form .access-filter-create-button-wrapper {
  padding-top: 1.8rem; }
.new-access-filter-form .new-access-filter-type {
  max-width: 14.37rem;
  min-width: 14rem; }
.new-access-filter-form .new-access-filter-address {
  min-width: 23.75rem; }
.new-access-filter-form .new-access-filter-description {
  min-width: 20rem; }

.confirm-delete-modal .modal-dialog {
  width: 100% !important;
  max-width: 53.75rem; }

.confirm-delete-modal .access-filter-item-container {
  color: #25272F; }

.confirm-delete-modal .modal-content {
  height: auto;
  background-color: #ffffff;
  padding: 3.12rem 2.625rem 2.625rem 3rem;
  border-radius: 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); }

.confirm-delete-modal .modal-header {
  color: #25282F;
  padding: 0 0 2.5rem;
  border: none;
  margin-bottom: 2.43rem; }
  .confirm-delete-modal .modal-header .btn-close {
    font-size: 0.875rem; }

.confirm-delete-modal .modal-title {
  font-size: 1.25rem !important; }

.confirm-delete-modal .modal-body {
  padding: 0;
  overflow-y: auto; }

.confirm-delete-modal .modal-footer {
  border-top: none; }

.confirm-delete-modal .d-flex.flex-column {
  gap: 3px; }

.mobile-access-filter {
  display: none; }
  .mobile-access-filter .ip-cidr-mobile-header {
    max-width: 6.25rem; }
  .mobile-access-filter .bi-pencil::before {
    margin-top: 0; }
  .mobile-access-filter .bi-trash::before {
    margin-top: 0; }
  .mobile-access-filter .bi-check-lg::before {
    margin-top: 0; }
  .mobile-access-filter .bi-x-lg::before {
    margin-top: 0; }
  .mobile-access-filter .mobile-access-filter-item:last-child {
    border-bottom: 0 !important; }
  .mobile-access-filter .mobile-access-filter-value {
    color: #25272F; }
  .mobile-access-filter .custom-input, .mobile-access-filter .select2-selection {
    border: 1px solid #0D6EFD !important;
    border-radius: 2px !important;
    box-shadow: none;
    color: #25272F; }
  .mobile-access-filter .custom-input:focus, .mobile-access-filter .select2-selection:focus {
    border-color: #0D6EFD;
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25); }
  .mobile-access-filter .select2-container {
    width: 100% !important;
    display: block !important; }

.organization-configuration .select2-container {
  z-index: 1055 !important; }
.organization-configuration .table-header {
  color: #6C757D;
  border-bottom: 1px solid #DEE2E6; }
.organization-configuration .table-row {
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #25272F; }
.organization-configuration .col-text {
  padding: 0.75rem 0.75rem 0.75rem 0;
  text-align: left; }
.organization-configuration .organization-tab-content div:has(.org-add-new-user-btn) {
  width: fit-content; }
.organization-configuration .organization-users-table .col-text:nth-child(1), .organization-configuration .organization-admins-table .col-text:nth-child(1) {
  width: 30%; }
.organization-configuration .organization-users-table .col-text:nth-child(3), .organization-configuration .organization-admins-table .col-text:nth-child(3) {
  width: 10%; }
.organization-configuration .organization-users-table .col-text:nth-child(4), .organization-configuration .organization-admins-table .col-text:nth-child(4) {
  width: 15%; }
.organization-configuration .organization-users-table .col-text:nth-child(5), .organization-configuration .organization-admins-table .col-text:nth-child(5) {
  width: 45%; }
.organization-configuration .organization-nodes-table .col-text:nth-child(1) {
  width: 60%; }
.organization-configuration .organization-nodes-table .col-text:nth-child(2) {
  width: 20%; }
.organization-configuration .organization-nodes-table .col-text:nth-child(3) {
  width: 20%; }
.organization-configuration .field-organizationinvitation-role {
  margin: 0; }
.organization-configuration .field-input_email, .organization-configuration .field-new_organization {
  margin-bottom: 2rem; }

.organization-search-input {
  padding-left: 1.875rem !important; }

.nothing-found-placeholder,
:not(.nodes-list) > .organization-empty-placeholder {
  margin-top: 20vh;
  margin-bottom: 20vh; }

.organization-empty-placeholder {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem; }

.user-role {
  font-size: .85rem;
  float: left; }

header .actions:has(.create-node-btn) .btn-light {
  height: auto; }
header .actions .btn-light {
  min-width: 48px;
  height: 48px; }

header:has(.organization-option) {
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all; }
  header:has(.organization-option) h2 {
    height: inherit;
    display: flex;
    align-items: center; }

.nodes-list .article-container:nth-child(odd) {
  padding: 0.5rem 0.5rem 0.5rem 0; }
.nodes-list .article-container:nth-child(even) {
  padding: 0.5rem 0 0.5rem 0.5rem; }

.nothing-found-placeholder h5 {
  font-size: 1rem; }
.nothing-found-placeholder p {
  font-size: 0.875rem; }

.modal-change-organization, .modal-grant-access,
.organization-invite-modal-content, .organization-node-table-header,
.organization-settings-form-label, .organization-settings-form-input,
.empty-organization-text, .nothing-found-placeholder {
  color: #25272F; }
  .modal-change-organization .select2-container, .modal-grant-access .select2-container,
  .organization-invite-modal-content .select2-container, .organization-node-table-header .select2-container,
  .organization-settings-form-label .select2-container, .organization-settings-form-input .select2-container,
  .empty-organization-text .select2-container, .nothing-found-placeholder .select2-container {
    width: inherit !important; }

.payment-section .header-container, .invoices-section .header-container {
  color: #25272F; }
  .payment-section .header-container .header-title, .invoices-section .header-container .header-title {
    text-transform: none;
    font-size: 1.125rem; }
.payment-section .subscription-section-content-wrapper, .invoices-section .subscription-section-content-wrapper {
  max-height: 20rem; }
.payment-section .pricing span, .invoices-section .pricing span {
  color: #25272F; }
.payment-section .node-subscription-price, .invoices-section .node-subscription-price {
  color: #25272F; }
.payment-section .subscription-node-item, .payment-section .subscription-list-header, .invoices-section .subscription-node-item, .invoices-section .subscription-list-header {
  font-size: 0.875rem; }
.payment-section .subscription-list-header, .invoices-section .subscription-list-header {
  color: #6C757D; }
.payment-section .subscription-node-item a, .invoices-section .subscription-node-item a {
  color: #0D6EFD; }
.payment-section .subscription-node-item:last-child, .invoices-section .subscription-node-item:last-child {
  border-bottom: none !important; }
.payment-section .subscription-node-item, .invoices-section .subscription-node-item {
  padding: 0.75rem 1rem; }
.payment-section .subscription-list-header, .invoices-section .subscription-list-header {
  padding: 0.5rem 1rem; }
.payment-section .invoice-table-cell, .payment-section .date-table-cell, .invoices-section .invoice-table-cell, .invoices-section .date-table-cell {
  color: #25272F; }

.invoices-section thead {
  color: #6C757D;
  font-size: 0.875rem; }
.invoices-section thead th {
  font-weight: 400; }
.invoices-section .payment-sort-date a::after {
  top: 0.375rem; }

@media (min-width: 768px) {
  body {
    grid-template: minmax(100vh, max-content) auto/var(--sidebar-width) auto; }
    body aside {
      transform: translateX(0);
      border-right: 0; }
    body main {
      margin: 0 90px 90px; }
      body main > div:not(.modal):first-child {
        margin-top: 20px; }

  .navbar-toggler {
    display: none; } }
@media (max-width: 992px) {
  .node-item .region {
    padding-left: 0 !important;
    border-left: 0 !important; } }
@media (min-width: 992px) {
  .node-item .host,
  .node-item .ip {
    grid-column: span 2; }
  .node-item .ip,
  .node-item .ram,
  .node-item .disk,
  .node-item .version {
    padding-left: var(--bs-gutter-x); }
  .node-item .cpu,
  .node-item .ram,
  .node-item .disk,
  .node-item .region,
  .node-item .version {
    grid-column: span 1;
    padding-right: var(--bs-gutter-x); }
  .node-item .cpu,
  .node-item .disk {
    border-bottom: 0; } }
@media (min-width: 1400px) {
  body main {
    margin: 0 90px 90px; }
    body main > div:not(.modal):first-child {
      margin-top: 60px; }
    body main > div.alert:first-child {
      margin-top: 20px; } }
@media (min-width: 1800px) {
  .node-list > div {
    flex: 0 0 auto;
    width: 50%; }
  .node-list .node-item .host {
    width: 20rem; }
  .node-list .node-info {
    display: flex;
    flex-wrap: wrap; }
  .node-list .node-info .compute-disk-row {
    width: 100% !important; }
    .node-list .node-info .compute-disk-row .disk {
      padding-right: 0; }
  .node-list .node-info .region-version-row {
    width: 100% !important;
    margin-top: 14px; }
    .node-list .node-info .region-version-row .version {
      text-align: right;
      padding-right: 0; } }
@media (max-width: 1450px) {
  .login-wrapper {
    transform: scale(0.8); }

  .node-list .node-item {
    min-height: 17.8rem;
    padding-bottom: 0 !important;
    padding-top: 1.125rem !important; }
    .node-list .node-item .host {
      width: 15.188rem;
      padding: 0.438rem 1.438rem;
      font-size: 0.875rem !important; }
      .node-list .node-item .host .bi {
        font-size: 1.25rem;
        top: unset; }
    .node-list .node-item .name {
      font-size: 1.125rem !important; }
    .node-list .node-item .header i {
      font-size: 1rem !important; }
    .node-list .node-item .sub-header {
      margin-top: 1rem !important;
      padding-bottom: 1.25rem !important; }
    .node-list .node-item .compute-disk-row .disk {
      justify-content: unset; }
    .node-list .node-item .compute-disk-row, .node-list .node-item .region-version-row {
      font-size: 0.875rem !important; }
    .node-list .node-item .footer {
      height: fit-content; }

  .frontend-nav .nav-pills li:not(.my-3, .nav-dropdown) {
    width: 160px;
    height: 30px; }
  .frontend-nav .nav-pills {
    margin-top: 2rem !important; }
    .frontend-nav .nav-pills li a {
      font-size: 12px; }
    .frontend-nav .nav-pills li .nav-item {
      background-size: 15px;
      height: 15px;
      min-width: 15px; }
  .frontend-nav .payment-error-icon {
    margin-left: 1.68rem; }

  .payment-info-container {
    font-size: 14px; }
    .payment-info-container .pricing {
      width: 350px; }
    .payment-info-container .payment-info {
      float: right; }

  .create-node-container h3 {
    font-size: 18px; }
  .create-node-container label, .create-node-container select, .create-node-container input {
    font-size: 14px; }
  .create-node-container .field-node-name .input-group-text {
    font-size: 14px; }
  .create-node-container .field-node-compute .selection, .create-node-container .field-node-region .selection {
    font-size: 14px; }
  .create-node-container .field-node-name input, .create-node-container .field-node-name select, .create-node-container .field-node-region input, .create-node-container .field-node-region select {
    height: 35px !important;
    padding: 0 18px !important; }

  .documentation-btn {
    font-size: 14px; }

  .topic-container .topic-section .accordion-button, .topic-container .topic-section .accordion-body {
    font-size: 14px; }
  .topic-container .topic-section .topic-header {
    font-size: 18px; }
  .topic-container .topic-section .header {
    padding: 0; }

  .support-ticket-container {
    min-height: unset;
    padding-top: 18px !important; }
    .support-ticket-container .ticket-detailed-info-container {
      padding-bottom: 18px; }
    .support-ticket-container .support-ticket-header {
      padding-bottom: 18px; }
      .support-ticket-container .support-ticket-header span {
        font-size: 18px !important; }
      .support-ticket-container .support-ticket-header a {
        height: fit-content; }
      .support-ticket-container .support-ticket-header .bi {
        font-size: 16px !important; }
    .support-ticket-container .support-ticket-details-container {
      padding-top: 18px; }
      .support-ticket-container .support-ticket-details-container .support-ticket-details-action {
        font-size: 14px; }
      .support-ticket-container .support-ticket-details-container .support-ticket-details .details-header {
        margin-bottom: 18px; }
      .support-ticket-container .support-ticket-details-container .support-ticket-details .details-header, .support-ticket-container .support-ticket-details-container .support-ticket-details .details {
        font-size: 14px !important; }
    .support-ticket-container .ticket-detailed-info-container .details-header, .support-ticket-container .ticket-detailed-info-container span, .support-ticket-container .ticket-detailed-info-container i, .support-ticket-container .ticket-detailed-info-container a {
      font-size: 14px !important; }
    .support-ticket-container .ticket-detailed-info-container .attached-file-item {
      max-width: 100%; }

  .create-ticket-header span {
    font-size: 18px; }

  .support-view-btn span {
    font-size: 14px; }

  body > footer .site-map span {
    font-size: 13px; }

  body > footer .site-map li {
    font-size: 12px; }

  header h2 {
    font-size: 1.6em; }

  .create-node-btn, .support-request-btn, .create-organization-btn {
    padding: 0.438rem 1.438rem;
    font-size: 0.875rem; } }
@media (max-width: 1520px) {
  .history-input-container input {
    min-width: 100px; } }
@media (max-width: 1511px) {
  .configuration-content-container .new-access-filter-form .access-filter-create-button-wrapper {
    padding-top: 0;
    margin-bottom: 2rem; }
  .configuration-content-container .new-access-filter-form .field-accessfilter-address {
    margin-bottom: 0; } }
@media (max-width: 1402px) {
  .configuration-content-container .new-access-filter-form .access-filter-create-button-wrapper {
    padding-top: 1.8rem !important; } }
@media (max-width: 1250px) {
  .access-filter-table thead tr:first-child th {
    vertical-align: top; } }
@media (max-width: 1200px) {
  header .actions .single-organization-action .btn-primary {
    min-width: 220px; }

  .configuration-section .host-target {
    width: 320px; }
    .configuration-section .host-target .host {
      width: 320px !important; }

  .payment-info-container .pricing {
    width: 100%; }
  .payment-info-container .payment-info {
    float: unset; }

  .node-create-form .footer {
    flex-direction: column; }
    .node-create-form .footer .create-footer-text {
      width: 100% !important; }
    .node-create-form .footer .create-action-btn {
      width: 100% !important;
      flex-wrap: wrap;
      justify-content: space-between; }

  .view-support-ticket-attachments-container .drag-drop-area,
  .create-support-ticket-attachments-container .drag-drop-area {
    width: 100% !important;
    margin-bottom: 1rem; }
  .view-support-ticket-attachments-container .attached-files-list,
  .create-support-ticket-attachments-container .attached-files-list {
    width: 100% !important; }
  .view-support-ticket-attachments-container .drop-zone,
  .create-support-ticket-attachments-container .drop-zone {
    height: 60px !important; } }
@media (max-width: 1083px) {
  .organization-wrapper .nodes-list .article-container {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0; }

  .single-organization-wrapper .article-container {
    width: 100% !important; }
  .single-organization-wrapper .article-container:nth-child(odd) {
    padding: 1rem 0.75rem 0 0.75rem !important; }
  .single-organization-wrapper .article-container:nth-child(even) {
    padding: 1rem 0.75rem 0 0.75rem !important; }

  .configuration-content-container .access-filters-bulk-table {
    padding-top: 0.75rem !important; }
    .configuration-content-container .access-filters-bulk-table .view-mode {
      height: auto;
      word-break: break-word; }
  .configuration-content-container .new-access-filter-form .field-accessfilter-type, .configuration-content-container .new-access-filter-form .field-accessfilter-address {
    margin-bottom: 16px; }
  .configuration-content-container .new-access-filter-form .new-access-filter-type {
    min-width: 14.375rem;
    max-width: unset !important; } }
@media (max-width: 910px) {
  .node-info-status-link-container {
    flex-direction: column !important;
    align-items: flex-start !important; }

  .node-create-form .footer .create-action-btn {
    justify-content: center;
    gap: 10px; }
    .node-create-form .footer .create-action-btn button, .node-create-form .footer .create-action-btn a {
      width: 100%; }

  .alert-support-success {
    width: 600px; }

  .configuration-content-container .new-access-filter-form .access-filter-create-button-wrapper {
    padding-top: 0 !important;
    width: 100%; }
    .configuration-content-container .new-access-filter-form .access-filter-create-button-wrapper button {
      width: 100%; } }
@media (max-width: 840px) {
  .history-input-container {
    width: 200px !important; }
    .history-input-container input {
      min-width: 40px; }

  .maintenance-form .footer button, .encryption-content .footer button {
    width: 100%; } }
@media (max-width: 832px) {
  .view-support-ticket-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 10px; }
    .view-support-ticket-footer a, .view-support-ticket-footer button {
      width: 100%;
      margin: 0 !important; } }
@media (max-width: 768px) {
  .organization-configuration .table-row {
    flex-wrap: wrap; }
  .organization-configuration .col-text {
    flex: 0 50%; }

  .confirm-pay {
    width: 8rem; }

  .paid-column {
    width: 65% !important; }

  .payment-paid-header {
    width: 100%; }

  .invoice-mobile {
    visibility: visible !important; }

  header .actions {
    margin-right: 0.25rem !important; }

  .organization-users-table .col-text:nth-child(1), .organization-admins-table .col-text:nth-child(1) {
    order: 0; }
  .organization-users-table .col-text:nth-child(2), .organization-admins-table .col-text:nth-child(2) {
    order: 3;
    color: #6C757D !important; }
  .organization-users-table .col-text:nth-child(3), .organization-admins-table .col-text:nth-child(3) {
    order: 4;
    color: #6C757D !important; }
  .organization-users-table .col-text:nth-child(4), .organization-admins-table .col-text:nth-child(4) {
    order: 1; }
    .organization-users-table .col-text:nth-child(4) .status-pill, .organization-admins-table .col-text:nth-child(4) .status-pill {
      justify-self: flex-end; }
  .organization-users-table .col-text:nth-child(5), .organization-admins-table .col-text:nth-child(5) {
    order: 5; }
  .organization-users-table .org-invitation-actions, .organization-admins-table .org-invitation-actions {
    width: 100% !important;
    flex: 1 1 100%;
    padding: 0; }
    .organization-users-table .org-invitation-actions .btn-danger, .organization-users-table .org-invitation-actions .btn-outline-primary, .organization-admins-table .org-invitation-actions .btn-danger, .organization-admins-table .org-invitation-actions .btn-outline-primary {
      width: 100%; }

  .organization-nodes-table .organization-node-table-header h5 {
    font-size: 0.875rem; }
  .organization-nodes-table .col-text:nth-child(1) {
    order: 1; }
  .organization-nodes-table .col-text:nth-child(2) {
    order: 2; }
    .organization-nodes-table .col-text:nth-child(2) .status-pill {
      justify-self: flex-end; }
  .organization-nodes-table .col-text:nth-child(3) {
    order: 3;
    width: 100% !important;
    flex: 1 1 100%; }
    .organization-nodes-table .col-text:nth-child(3) .btn-danger {
      width: 100%; }

  .org-add-new-user-btn {
    width: 100%; }

  .view-support-ticket-footer {
    justify-content: flex-end; }

  .create-node-header {
    flex-direction: column;
    gap: 1.75rem;
    align-items: flex-start; }

  .node-list .article-container, .node-list .new-node-container {
    padding: 0; }

  .single-organization-wrapper .article-container:last-child {
    margin-bottom: 1.5rem !important; }

  .payment-section .subscription-section-content-wrapper {
    max-height: none; }
    .payment-section .subscription-section-content-wrapper .subscriptions {
      max-height: 18.75rem; }
    .payment-section .subscription-section-content-wrapper .pricing-remaining-time {
      padding-bottom: 6.4rem; } }
@media (max-width: 730px) {
  .pricing-modal-content .modal-body {
    width: auto !important; } }
@media (max-width: 660px) {
  .node-item .node-info {
    flex-direction: column;
    align-items: flex-start !important; }
    .node-item .node-info .compute-disk-row, .node-item .node-info .region-version-row {
      justify-content: space-between !important;
      width: 100% !important; }
    .node-item .node-info .region-version-row .version {
      text-align: end; }

  .alert-support-success {
    width: 440px; }

  footer .copyright {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px; }
    footer .copyright .social {
      flex-wrap: wrap;
      margin-right: unset !important;
      gap: 10px; }
      footer .copyright .social li {
        margin: unset !important; }
  footer .rights-terms-container {
    flex-direction: column !important; } }
@media (max-width: 580px) {
  .conf-nav-item {
    margin: 0 !important;
    min-width: unset !important; } }
@media (max-width: 576px) {
  .modal-grant-access .select2-container, .modal-change-organization .select2-container {
    max-width: 100%; }

  .organization-settings-wrapper {
    gap: 0.5rem; }
    .organization-settings-wrapper .btn {
      width: 100%; }

  .organization-settings-form .form-group {
    margin-bottom: 0; }

  .organization-search {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    width: 100%; }
    .organization-search .organization-search-wrapper {
      width: 100%; }

  .create-organization-modal .modal-title, .modal-grant-access .modal-title, .modal-change-organization .modal-title, .modal-organization-invite .modal-title {
    font-size: 1rem; }
  .create-organization-modal .modal-footer button, .modal-grant-access .modal-footer button, .modal-change-organization .modal-footer button, .modal-organization-invite .modal-footer button {
    width: 100%; } }
@media (max-width: 556px) {
  .organization-name-container {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 1rem; }

  .organization-actions:has(.btn-outline-primary) {
    margin-top: 1.5rem; }

  .organization-actions:has(.btn-outline-primary) {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    gap: 0.5rem; }
    .organization-actions:has(.btn-outline-primary) .btn-light {
      margin: 0 !important; }
    .organization-actions:has(.btn-outline-primary) .btn-outline-primary {
      width: 100%; } }
@media (max-width: 480px) {
  main:has(.topic-container) header .actions {
    width: 100%; }
    main:has(.topic-container) header .actions .documentation-action {
      width: fit-content; }

  header {
    height: fit-content;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 1.125rem;
    margin-bottom: 2rem !important;
    padding: 0 1rem !important; }
    header .actions {
      width: 100%;
      margin: 1rem 0 0 !important; }
    header h2 {
      width: 60%;
      margin-left: 0.25rem;
      font-size: 1.5rem;
      font-weight: bold; }

  main:has(.single-organization-wrapper .organization-empty-placeholder) header {
    height: fit-content;
    flex-wrap: nowrap;
    justify-content: unset; }
    main:has(.single-organization-wrapper .organization-empty-placeholder) header .navbar-toggler {
      margin: 0; }
    main:has(.single-organization-wrapper .organization-empty-placeholder) header .actions {
      margin: 0 0.5rem 0 0 !important;
      width: 32px;
      height: 32px; }
      main:has(.single-organization-wrapper .organization-empty-placeholder) header .actions .btn-light {
        order: 2;
        min-width: 2rem;
        height: 2rem; }
    main:has(.single-organization-wrapper .organization-empty-placeholder) header h2 {
      order: 1;
      width: 100%;
      justify-self: flex-start;
      margin-left: 0.25rem;
      font-size: 1.5rem;
      font-weight: bold; }

  .organization-search-wrapper {
    padding: 0 1rem; }

  .create-organization-btn span, .create-node-btn span {
    text-wrap: nowrap; }

  .configuration-content-container .new-access-filter-form .new-access-filter-address, .configuration-content-container .new-access-filter-form .new-access-filter-description {
    min-width: 14.375rem !important; }

  .container-fluid:has(.create-organization-btn), .container-fluid:has(.create-node-btn) {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between; }
    .container-fluid:has(.create-organization-btn) button, .container-fluid:has(.create-organization-btn) h2, .container-fluid:has(.create-node-btn) button, .container-fluid:has(.create-node-btn) h2 {
      margin: 0 !important; }

  .create-organization-btn, .create-node-btn {
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem !important; }

  .overview-payment-info .cancel-sub-btn {
    font-size: 0.875rem; }

  .create-ticket-section .footer div {
    display: flex;
    gap: 10px;
    flex-direction: column; }
  .create-ticket-section .footer button {
    width: 100%; }

  .configuration-content-container:not(.organization-configuration-content) {
    display: flex;
    flex-direction: column;
    align-items: center; }

  .support-ticket-details-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px; }
    .support-ticket-details-container .support-ticket-details-action {
      align-self: flex-end; }

  .alert-support-success {
    width: 440px; } }
@media (max-width: 430px) {
  .organization-header-items:has(.btn-outline-primary) {
    width: 100%; }

  .single-organization-wrapper .article-container {
    width: 100% !important; }
  .single-organization-wrapper .article-container:nth-child(odd) {
    padding: 1rem 0 0 0 !important; }
  .single-organization-wrapper .article-container:nth-child(even) {
    padding: 1rem 0 0 0 !important; }

  .node-card-disk-utilization {
    margin: 1rem 0 0 0 !important; }

  .single-organization-wrapper {
    padding: 0 1.75rem; }
    .single-organization-wrapper .article-container:first-child {
      margin-top: 0 !important; }
    .single-organization-wrapper .node-item {
      min-height: unset; }

  .organization-wrapper, .single-organization-wrapper {
    margin-top: 1rem !important; }
    .organization-wrapper .article-container .footer, .single-organization-wrapper .article-container .footer {
      flex-direction: row;
      font-size: 0.75rem; }
    .organization-wrapper .article-container .compute, .single-organization-wrapper .article-container .compute {
      display: none; }
    .organization-wrapper .article-container .dropdown-menu, .single-organization-wrapper .article-container .dropdown-menu {
      width: 80%; }
    .organization-wrapper .article-container .node-card-action-link .node-card-actions, .organization-wrapper .article-container .node-card-action-link .btn-light, .single-organization-wrapper .article-container .node-card-action-link .node-card-actions, .single-organization-wrapper .article-container .node-card-action-link .btn-light {
      font-size: 0.75rem !important;
      width: 1.875rem;
      height: 1.875rem; }
    .organization-wrapper .article-container .node-card-action-link .bi-three-dots-vertical, .organization-wrapper .article-container .node-card-action-link .node-card-link, .single-organization-wrapper .article-container .node-card-action-link .bi-three-dots-vertical, .single-organization-wrapper .article-container .node-card-action-link .node-card-link {
      padding: 0 !important;
      display: flex;
      align-items: center;
      justify-content: center; }

  .organization-container {
    padding: 1rem !important; }
    .organization-container .node-item {
      padding: 1rem !important; }
      .organization-container .node-item .name, .organization-container .node-item .compute {
        font-size: 1rem; }
      .organization-container .node-item .disk-header {
        font-size: 0.875rem; }
      .organization-container .node-item .footer {
        gap: 0 !important;
        flex-direction: row; }
    .organization-container .organization-actions:has(.btn-outline-primary) {
      margin-top: 1.5rem; }

  .actions {
    width: 100%; }
    .actions .create-organization-btn {
      width: 100%; }

  .cloud-terms-policy {
    flex-direction: column !important;
    gap: 1rem !important; }

  .history-input-container {
    width: 160px !important; }

  .view-support-ticket-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 10px; }
    .view-support-ticket-footer a, .view-support-ticket-footer button {
      width: 100%; }

  .actions:has(.documentation-action), .actions:has(.support-action), .actions:has(.create-action) {
    margin-left: 4px !important;
    margin-top: 12px; }

  .node-item .sub-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px; }

  .footer {
    flex-direction: column;
    gap: 14px; }
    .footer div {
      margin: 0 !important; }

  .alert-support-success {
    width: 390px; }

  .configuration-section .tab-content {
    width: 290px; }
  .configuration-section .host-target {
    width: 290px; }
    .configuration-section .host-target .host {
      width: 290px !important; } }
@media (max-width: 358px) {
  .create-organization-btn span {
    font-size: 1rem !important; }

  .mobile-access-filter .ip-cidr-mobile-header {
    max-width: 5.25rem; }

  .select2, .select2-container {
    width: 220px !important; }

  .overview-payment-info .cancel-sub-btn {
    font-size: 10px; }

  .history-input-label {
    width: 100%; }

  header .actions {
    margin-left: 4px !important;
    margin-top: 12px; }

  .node-create-form .payment-info-container .pricing {
    height: auto;
    padding-bottom: 34px; }
  .node-create-form .create-node-total-price {
    flex-direction: column;
    align-items: flex-start; }

  .alert-support-success {
    width: 290px; }

  .configuration-section .tab-content {
    width: 240px; }
  .configuration-section .host-target {
    width: 240px; }
    .configuration-section .host-target .host {
      width: 240px !important; } }
