@charset "UTF-8"; /*!* Bootswatch v5.1.3 (https://bootswatch.com)
* Copyright 2012-2022 Thomas Park
* Licensed under MIT
* Based on Bootstrap*/ /*!* Bootstrap v5.1.3 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright (C) 2025 The BBJProjeK Organization */

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

body {
  margin: 0;
  font-family: var(--ffamily);
  font-size: 10.5pt;
  line-height: 1.5;
  font-weight: var(--bs-body-font-weight);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* Root Classes */
:root {
  --foreground: #202020;
  --foreground-inv: #FFFFFF;
  --background: #FFFFFF;
  --branding: #1D4F91;
  --heading: #404040;
  --ffamily: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --ffamily-code: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, "Liberation Mono", monospace;
}

@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: dark;
    --foreground: #FFFFFF;
    --foreground-inv: #202020;
    --background: #121212;
    --branding: #6CACE4;
    --heading: #CCCCCC;
    --header-normal: #202020;
  }
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

a:link, a:visited {
  font-weight: bold;
  color: var(--branding);
}

img {
  vertical-align: middle;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
button,
[type="button"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: -1.2rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.helpp {
  --bs-gutter-y: 0;
  margin-top: calc(-1 * var(--bs-gutter-yhelpp));
}

@media (min-width: 768px) {
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}
@media (min-width: 992px) {
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #222;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #222;
  text-align: center;
  white-space: nowrap;
  background-color: #f0f0f0;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn {
  display: inline-block;
  font-weight: 700;
  line-height: 1.5;
  color: #222;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #222;
}
.btn:disabled {
  pointer-events: none;
  opacity: 0.65;
}
.btn-primary {
  color: #fff;
  background-color: var(--branding);
  border-color: var(--branding);
}
.btn-primary:hover {
  color: #fff;
  background-color: #12779e;
  border-color: #117095;
}
.btn-primary:focus {
  color: #fff;
  background-color: #12779e;
  border-color: #117095;
  box-shadow: 0 0 0 0.25rem rgba(56, 157, 196, 0.5);
}
.btn-primary:active {
  color: #fff;
  background-color: #117095;
  border-color: #10698c;
}
.btn-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(56, 157, 196, 0.5);
}
.btn-primary:disabled {
  color: #fff;
  background-color: #158cba;
  border-color: #158cba;
}
.btn-secondary {
  color: #000;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.btn-secondary:hover {
  color: #000;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.btn-secondary:focus {
  color: #000;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  box-shadow: 0 0 0 0.25rem rgba(204, 204, 204, 0.5);
}
.btn-secondary:active {
  color: #000;
  background-color: #f3f3f3;
  border-color: #f2f2f2;
}
.btn-secondary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(204, 204, 204, 0.5);
}
.btn-secondary:disabled {
  color: #000;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.btn-success {
  color: #fff;
  background-color: #008578;
  border-color: #008578;
}
.btn-success:hover {
  color: #fff;
  background-color: #229b25;
  border-color: #209223;
}
.btn-success:focus {
  color: #fff;
  background-color: #229b25;
  border-color: #209223;
  box-shadow: 0 0 0 0.25rem rgba(72, 193, 76, 0.5);
}
.btn-success:active {
  color: #fff;
  background-color: #209223;
  border-color: #1e8921;
}
.btn-success:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(72, 193, 76, 0.5);
}
.btn-success:disabled {
  color: #fff;
  background-color: #008578;
  border-color: #008578;
}
.btn-link {
  font-weight: bold;
  color: var(--branding);
}
.btn-link:hover {
  background-color: var(--branding);
  color: var(--background);
}
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #222;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card-body {
  flex: 1 1 auto;
  padding: 1rem;
}
.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) 0 0;
}
.alert {
  position: relative;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: flex !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.align-items-center {
  align-items: center !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.text-center {
  text-align: center !important;
}
.btn {
  border-style: solid;
  border-width: 0 1px 4px;
  text-transform: uppercase;
}
.btn:not(.disabled):hover {
  margin-top: 1px;
  border-bottom-width: 3px;
}
.btn:not(.disabled):active {
  margin-top: 2px;
  border-bottom-width: 2px;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #158cba;
}
.btn-primary,
.btn-primary:not(.disabled):hover,
.btn-primary:not(.disabled):active,
.btn-primary:focus {
  border-color: #124180;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
  background-color: #f0f0f0;
}
.btn-secondary,
.btn-secondary:not(.disabled):hover,
.btn-secondary:not(.disabled):active,
.btn-secondary:focus {
  border-color: #d8d8d8;
}
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
  background-color: #008578;
}
.btn-success,
.btn-success:not(.disabled):hover,
.btn-success:not(.disabled):active,
.btn-success:focus {
  border-color: #007267;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
  background-color: var(--branding);
}
.btn-danger,
.btn-danger:not(.disabled):hover,
.btn-danger:not(.disabled):active,
.btn-danger:focus {
  border-color: #124180;
}
.form-control {
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.075);
}

.dropdown-menu {
  margin-top: 0;
  border-style: solid;
  border-width: 0 1px 4px;
  border-top-width: 1px;
}
.btn-close {
  text-decoration: none;
  opacity: 0.4;
}
.btn-close:hover,
.btn-close:focus {
  opacity: 1;
}
.alert {
  color: #fff;
  border-style: solid;
  border-width: 0 1px 4px;
}
.alert-danger {
  background-color: var(--branding);
  border-color: #124180;
}
.modal .btn-close {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nIzAwMCc+PHBhdGggZD0nTS4yOTMuMjkzYTEgMSAwIDAgMSAxLjQxNCAwTDggNi41ODYgMTQuMjkzLjI5M2ExIDEgMCAxIDEgMS40MTQgMS40MTRMOS40MTQgOGw2LjI5MyA2LjI5M2ExIDEgMCAwIDEtMS40MTQgMS40MTRMOCA5LjQxNGwtNi4yOTMgNi4yOTNhMSAxIDAgMCAxLTEuNDE0LTEuNDE0TDYuNTg2IDggLjI5MyAxLjcwN2ExIDEgMCAwIDEgMC0xLjQxNHonLz48L3N2Zz4=);
}

/*!* Bootstrap-select v1.14.0-beta2 (https://developer.snapappointments.com/bootstrap-select)
*
* Copyright 2012-2021 SnapAppointments, LLC
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)*/

.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: "\00a0";
}
.flag-icon-gb {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJmbGFnLWljb24tY3NzLWdiIiB2aWV3Qm94PSIwIDAgNjQwIDQ4MCI+CiAgPHBhdGggZmlsbD0iIzAxMjE2OSIgZD0iTTAgMGg2NDB2NDgwSDB6Ii8+CiAgPHBhdGggZmlsbD0iI0ZGRiIgZD0iTTc1IDBsMjQ0IDE4MUw1NjIgMGg3OHY2Mkw0MDAgMjQxbDI0MCAxNzh2NjFoLTgwTDMyMCAzMDEgODEgNDgwSDB2LTYwbDIzOS0xNzhMMCA2NFYwaDc1eiIvPgogIDxwYXRoIGZpbGw9IiNDODEwMkUiIGQ9Ik00MjQgMjgxbDIxNiAxNTl2NDBMMzY5IDI4MWg1NXptLTE4NCAyMGw2IDM1TDU0IDQ4MEgwbDI0MC0xNzl6TTY0MCAwdjNMMzkxIDE5MWwyLTQ0TDU5MCAwaDUwek0wIDBsMjM5IDE3NmgtNjBMMCA0MlYweiIvPgogIDxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0yNDEgMHY0ODBoMTYwVjBIMjQxek0wIDE2MHYxNjBoNjQwVjE2MEgweiIvPgogIDxwYXRoIGZpbGw9IiNDODEwMkUiIGQ9Ik0wIDE5M3Y5Nmg2NDB2LTk2SDB6TTI3MyAwdjQ4MGg5NlYwaC05NnoiLz4KPC9zdmc+Cg==);
}


/* @charset "UTF-8"; /*!* animate.css -http://daneden.me/animate
* Version - 3.5.2
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2017 Daniel Eden */

.btn {
  text-transform: none;
}
.btn * {
  pointer-events: none;
}
.bi {
  display: inline-block;
  font-size: 12pt;
}
.btn .bi {
  display: inline-block;
  font-size: inherit;
}
.dropdown-menu {
  font-size: 0.9rem;
}

legend {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-size: 1.2rem;
}
.mailcow-logo img {
  width: 100%;
}
.overlay {
  background: #fff;
  position: absolute;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
}
.footer {
  margin-top: -10px;
  margin-bottom: 20px;
  color: #959595;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--ffamily);
}
.dropdown-menu > li > a {
  font-size: 1rem !important;
}
[class*=" bi-"]::before {
  vertical-align: -0.2em !important;
}
legend > [class*=" bi-"]::before {
  vertical-align: 0 !important;
}
@media (max-width: 767px) {
  .btn.d-block {
    width: 100%;
    white-space: normal;
  }
  .btn.btn-xs-half,
  .btn.d-block.btn-xs-half {
    width: 50%;
  }
  .btn.d-block.btn-sm,
  .btn-xs-lg {
    padding: 0.5rem 1rem;
    line-height: 20px;
  }
  .dropdown-menu.login {
    width: 100%;
  }
  .dropdown-menu.login > li > a {
    padding: 8px 20px;
  }
}
@media (max-width: 350px) {
  .mailcow-logo img {
    max-width: 250px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1600px;
  }
}

.ui-announcement-alert {
  margin: 10px 0;
}

/*** Dark Mode ***/
@media (prefers-color-scheme: dark) {
  :root {
     color-scheme: dark;
   }
   body {
    background-color: #000000;
    color: #FFFFFF;
  }
  .btn-primary {
    color: #fff;
    border-color: #4C8DC6;
  }
  .btn-primary,
  .btn-primary:not(.disabled):hover,
  .btn-primary:not(.disabled):active,
  .btn-primary:focus {
    border-color: #4C8DC6;
  }
  .card {
    border: 1px solid rgb(120, 120, 120);
  }
  div.card-body {
    background-color: #101010;
  }
  .card-header {
    background-color: #1A1A1A;
    border-bottom: 1px solid rgb(120, 120, 120);
  }
  .input-group-text {
    color: #FFFFFF;
    background-color: #101010;
    border: 1px solid #ced4da;
  }
  .input-group > .form-control {
    color: #FFFFFF;
    background-color: #101010;
   }
   .btn-primary {
    color: #202020;
  }
   .alert {
    color: #202020;
  }
   .alert-danger {
    color: #202020;
    border-color: #4C8DC6;
  }
}
