/* styles.css */

/* ! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.panel {
  width: 100%;
  height: 100%;
  padding: 60px 40px;
  background: #eae8e8;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  display: inline-flex;
}

.all_elements_row_divided {
  align-self: stretch;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  display: inline-flex
}

.box {
  flex: 1 1 0;
  align-self: stretch;
  padding: 40px;
  background: white;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  display: inline-flex;
  width: 100%;
  cursor: pointer;
}

.box.alert-settings{
  border: 4px solid #00AAFF;
}

.box.alert-settings.contrast{
  border: 4px solid #000000;
}


.box.alert-warning {
  border: 4px solid var(--bycs-alert-border-warning);
}

.box.alert-danger {
  border: 4px solid var(--bycs-alert-border-danger);
}

.box-status {
  align-self: stretch;
  height: 34px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  display: flex
}

.box-status-pill {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 20px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  gap: 4px;
  display: -webkit-inline-box;
}

.box-status-pill.alert-settings {
  background: #D9F2FF;
}

.box-status-pill.alert-danger {
  background: #FFD9D9;
}

.box-status-pill.alert-success {
  background: #D9F6E0;
}

.box-status-pill.alert-warning {
  background: #FFF8E0;
}

.status-symbol {
  width: 20px;
  height: 20px;
  position: relative;
  vertical-align: text-bottom;
}

.status-header {
  font-size: 18px;
  font-family: Atkinson Hyperlegible;
  font-weight: 400;
  line-height: 26px;
  word-wrap: break-word;
  display: content;
}

.box-icon {
  width: 100px;
  height: 100px;
  position: relative
}

.box-icon > img > svg {
  fill: red !important;
}


.box-name {
  align-self: stretch;
  text-align: center;
  color: #00091E;
  font-size: 24px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 34px;
  word-break: break-word;
}

.status-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.status-box {
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background: #D9F6E0;
  box-sizing: border-box;
}

.notification-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (min-width: 768px) {
  .status-container {
    flex-direction: row;
  }

  .status-box {
    width: 50%;
  }
  .md\:flex-row {
    flex-direction: row;
}
}

@media (min-width: 1200px) {
  .status-box {
    width: 33.33%;
  }
}

/* styles.css */

.status-box,
.network-status,
.notification {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  background: #D9F6E0;
  border-radius: 20px;
  gap: 20px;
}

/* HEADER */

/* Main Container */

.header-main-container {
  width: 100%;
  height: 100%;
  padding: 60px 40px;
  background: linear-gradient(96deg, #264D7F 0%, #779BCA 100%);
  justify-content: center;
  align-items: center;
  gap: 40px;
  display: flex;
}


/* Info Container */

.header-info-container {
  flex: 0 1 50rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  display: inline-flex;
  padding: 60px 0;
}

/* Timestamp Box */

.custom-timestamp-box {
  padding: 10px;
  background: #E8E8EA;
  border-radius: 20px;
  overflow: hidden;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  display: inline-flex;
}

/* Timestamp Text */

.custom-timestamp-text {
  color: #303142;
  font-size: 18px;
  font-family: Atkinson Hyperlegible;
  font-weight: 400;
  line-height: 26px;
  word-wrap: break-word;
}

/* Info Box */

.custom-info-box {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 25px;
  display: flex;
}

/* Title Text */

.custom-title-text {
  align-self: stretch;
  color: white;
  font-size: 54px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 66px;
  word-wrap: break-word;
}

/* Button Text */

.custom-button-text {
  display:contents;
}

/* Description Text */

.custom-description-text {
  align-self: stretch;
  color: white;
  font-size: 18px;
  font-family: Atkinson Hyperlegible;
  font-weight: 400;
  line-height: 26px;
  word-wrap: break-word;
}

/* Action Buttons */

.custom-action-buttons {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  display: inline-flex;
}

/* Action Button */

.custom-action-button {
  padding: 16px 26px 16px 26px;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  display: flex;
  height: 58px;
  cursor: pointer;
}

/* Report Problem Button */

.custom-report-problem {
  background: white;
  color: #00091E;
}

/* Show Details Button */

.custom-show-details {
  background: transparent;
  border: 2px white solid;
  color: white;
}

/* Button Icon */

.custom-icon {
  width: 20px;
  height: 20px;
  position: relative;
}

/* Image Container */

.header-image-container {
  width: 620px;
  height: 374px;
  border-radius: 15px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  display: flex;
}

/* Image */

.header-image-container img {
  height: 100%;
}

.container {
  display: flex;
}

/* HEADER */

/* Main Container */

.subheader-main-container {
  width: 100%;
  height: 100%;
  padding: 60px 40px;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

/* Inner Container */

.inner-container {
  align-self: stretch;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  min-width: 10rem;
  width: 100%;
}

/* Custom Box */

.custom-box {
  width: 100%;
  padding: 40px;
  background: #D9F6E0;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  display: inline-flex;
  flex-grow: 1;
  flex-basis: 0;
}

/* Inner Box */

.inner-box {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  background: white;
  border-radius: 20px;
  overflow: hidden;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  display: flex;
}

/* Indicator Box */

.indicator-box {
  width: 20px;
  height: 20px;
  position: relative;
}

/* Indicator */

.indicator {
  width: 18.33px;
  height: 12.44px;
  left: 0.83px;
  top: 4.17px;
  position: absolute;
  background: black;
}

/* Status Text */

.status-text {
  width: 78px;
  color: black;
  font-size: 18px;
  font-family: Atkinson Hyperlegible;
  font-weight: 400;
  line-height: 26px;
  word-wrap: break-word;
  display: contents;
}

/* Overall Status */

.overall-status {
  align-self: stretch;
  color: black;
  font-size: 24px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 34px;
  word-wrap: break-word;
}

.additional-info-container {
  width: 100%;
  display: block;
}

/* Additional Information */

.additional-info {
  align-self: stretch;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  display: inline-flex;
  margin-top: 40px;
  width: 100%;
  order: 1;
}

/* Info Indicator */

.info-indicator {
  width: 20px;
  height: 20px;
  position: relative;
}

/* Info Text */

.info-text {
  flex: 1 1 0;
  color: #00091E;
  font-size: 18px;
  font-family: Atkinson Hyperlegible;
  font-weight: 400;
  line-height: 26px;
  word-wrap: break-word;
}

/* FOOTER */

/* Base styles for larger screens */

.footer-main-container {
  width: 100%;
  height: 100%;
  padding: 60px 40px;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.footer-content-container {
  
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  display: inline-flex;
  min-width: 50%;
}

.footer-title-box {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
  display: flex;
}

.footer-title-text {
  align-self: stretch;
  color: #00091E;
  font-size: 34px;
  font-family: Lexend;
  font-weight: 500;
  line-height: 44px;
  word-wrap: break-word;
}

.footer-description-box {
  align-self: stretch;
  height: 78px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
  display: flex;
}

.footer-description-text {
  align-self: stretch;
  color: #00091E;
  font-size: 18px;
  font-family: Atkinson Hyperlegible;
  font-weight: 400;
  line-height: 26px;
  word-wrap: break-word;
}

.footer-support-container {
  padding: 20px;
  background: #517199;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  display: flex;
  min-width: calc(50% - 10px)
}

.footer-support-info-box {
  width: 100%;
  align-self: stretch;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  display: inline-flex;
}

.footer-support-title {
  color: white;
  font-size: 18px;
  font-family: Atkinson Hyperlegible;
  font-weight: 700;
  line-height: 26px;
  word-wrap: break-word;
}

.footer-support-details {
  align-self: stretch;
}

.footer-support-contact {
  color: white;
  font-size: 18px;
  font-family: Atkinson Hyperlegible;
  font-weight: 400;
  line-height: 26px;
  word-wrap: break-word;
}

.footer-support-schedule {
  color: white;
  font-size: 18px;
  font-family: Atkinson Hyperlegible;
  font-weight: 400;
  line-height: 26px;
  word-wrap: break-word;
}


.footer-adapter{
  display: flex;
  flex-direction: row;
}

.footer-newsletter-align{
  justify-content: flex-start;
}

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {

  .header-main-container {
    padding-top: 30px;
    padding-bottom: 30px;
    }

  .header-info-container {
    padding: 20px 0;
    gap: 20px;
  }
  .subheader-main-container {
    padding-top: 30px
  }

  .panel {
    padding-right: 30px;
    padding-left: 30px;
  }

  .subheader-info-container {
    padding: 20px 30px;
    gap: 20px;
  }

  .header-image-container {
    display: none;
  }
  
  .footer-main-container {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 2rem;
    margin-bottom: 4rem;
  }

  .footer-copyright{
    margin-top: 2rem;
  }
  .footer-links{
    margin-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .footer-main-container {
    margin-top: 2rem;
    margin-bottom: 3rem;
    gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }
 
  .footer-content-container {
    padding-bottom: 40px;
    justify-content: flex-start;
  }

  .footer-support-container {
    padding: 10px;
  }

  .footer-adapter{
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .footer-newsletter-align{
    justify-content: center !important;
  }

  .footer-links{
    font-size: 1rem !important;
    line-height: normal;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
    margin-bottom: 2rem;
  }

  .footer-support-info-box{
    padding: 1rem;
  }

  .box {
    padding: 30px
  }

  .header-main-container {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    }

  .subheader-main-container {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px
  }

  .panel {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 640px) {
  .header-main-container {
    padding-top: 30px;
    padding-bottom: 30px;
    }

  .subheader-main-container {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;  
  }

  .panel {
    padding-left: 10px;
    padding-right: 10px;

  }

  .grid{
    gap: 1rem !important;
  }

  .header-main-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-main-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .custom-title-text {
    font-size: 2.5rem;
    line-height: normal;
  }

  .custom-description-text {
    font-size: 1rem;
    line-height: normal;
  }

  .custom-action-buttons{
    font-size: 1rem;
    line-height: normal;
    gap: 0;
    margin-top: 0;
  }

  .footer-main-container {
    margin-top: 3rem;
    margin-bottom: 5rem;
    gap: 20px;
  }

  .custom-action-button{
    justify-content: center;
  }

  
  .footer-title-text {
    font-size: 1.5rem;
    line-height: normal;
  }
  .footer-description-text{
    font-size: 1rem;
    line-height: normal;
  }
  .footer-support-title{
    font-size: 1rem !important;
    line-height: normal;
  }
  .footer-support-contact {
    font-size: 1rem !important;
    line-height: normal;
  }

  .footer-support-container {
    margin-top: 1rem;
  }

  .footer-links{
    font-size: 1rem !important;
    line-height: normal;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
    margin-bottom: 2rem;

  }
  .footer-copyright{
    font-size: 1rem !important;
    line-height: normal;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .footer-content-container{
    padding-right: 2.5rem;
    justify-content: normal;
  }

}

@media (min-width: 1024px) {
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
      --tw-space-x-reverse: 0;
      margin-right: calc(2.25rem* var(--tw-space-x-reverse));
      margin-left: calc(2.25rem* calc(1 - var(--tw-space-x-reverse)));
  }
}

@media (min-width: 1440px) {
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

#bycs-applications-menu {
  visibility: hidden !important;
  display: none !important;
}

#bycs-button-accessibility-mobile{
  visibility: hidden !important;
  display: none !important;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  justify-content: center;
  align-items: center;
  color: black;
  font-size: 18px;
  font-family: Atkinson Hyperlegible;
  font-weight: 400;
  line-height: 26px;
  word-wrap: break-word
}

.popup-content {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 630px;
  gap: 40px;
  border: 1.5px;
}

.popup-close {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
  height: 20px;
  width: 20px;
  font-size: 24px;
}

.popup-header {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  padding: 15px;
}

.popup-information {
  font-weight: bold;
  margin-bottom: 10px;
}

.popup-gray-box {
  border-left: 5px solid #00AAFF;
  background-color: #f0f0f0;
  padding: 20px;
  border-radius: 5px;
}

.popup-box {
  padding: 15px;
  border-radius: 5px;
}

.popup-text {
  margin-bottom: 10px;
  font-family: Atkinson Hyperlegible;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
}

.popup-bold-text {
  font-weight: bold;
}

.popup-custom-icon {
  margin-right: 20px;
}

.popup-icon {
  width: 30px;
  height: auto;
}

.popup-header-text {
  font-family: Lexend;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  text-align: left;
}

.application-symbol {
  width: 100px;
  height: 100px;
}

.button-with-icon {
  display: inline-flex;
  align-items: flex-end;
}

.button-with-icon img {
  margin-right: 5px;
  margin-top: 7px;
}

/* Base button styles */

.scroll-to-top-button {
  position: fixed;
  bottom: 8rem;
  right: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
  z-index: 10;
}

/* Icon styles */

.scroll-to-top-button i {
  font-size: 1.5rem;
  color: #000;
}

/* Tooltip text styles (screen reader only) */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
 


#footer {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  width: 100%;
}
/* #footer .mx-auto {
  margin-left: auto;
  margin-right: auto;
}

#footer .max-w-8xl {
  max-width: 88rem;
}

#footer .px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

#footer .xl\:px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

#footer .flex {
  display: flex;
}

#footer .justify-center {
  justify-content: center;
}
 */

.bg-green-800, .bg-blue-800, .bg-petrol-800, .bg-orange-800, .bg-red-800, .bg-gray-dark {
  color: #FFFFFF;
}

.bg-gray-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(28 29 47 / var(--tw-bg-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(81 113 153 / var(--tw-bg-opacity));
}
.border-blue-800 {
  --tw-border-opacity: 1;
  border-color: rgb(81 113 153 / var(--tw-border-opacity));
}
.border-2 {
  border-width: 2px;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-5 {
  --tw-translate-y: -1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.mt-16 {
  margin-top: 4rem;
}

.w-28 {
  width: 7rem;
}

.right-4 {
  right: 1rem;
}

.right-32 {
  right: 8rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-32{
  bottom: 8rem;
}

.footer-image {
  width: 7rem;
}

.footer-newsletter {
  width: 7rem;
  background-color: #1E40AF;
}

.no-scroll {
  overflow: hidden !important;
}

.w-16{
  width: 4rem;
}

.h-16{
  height: 4rem;
}

.notification-message p {
  display: ruby;
}

.footer-newsletter {
  width: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #517199; 
  border-width: 2px;
  border-color: #517199; 
  border-style: solid;
  color: white;
  transform: translateY(-2rem);
  font-size: 1rem;
  line-height: 1.5;
}

.footer-newsletter.contrast {
  background-color: white;
  color: #4b5563; 
  border-color: #4b5563; 
}

.footer-links {
  display:flex;
  gap: 1rem; 
}

/* Helpers */
.align-items-center {
  align-items: center;
}


/* Contrast */

.contrast .contrast\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.contrast .contrast\:bg-opacity-70 {
  --tw-bg-opacity: 0.7 !important;
}
.contrast .contrast\:bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.contrast .contrast\:alert-danger,
.contrast .contrast\:alert-warning,
.contrast .contrast\:alert-settings {
  border: 4px solid #000;
  color: white
}

.contrast .box-status-pill.contrast\:box-status-pill.alert-danger, 
.contrast .box-status-pill.contrast\:box-status-pill.alert-warning, 
.contrast .box-status-pill.contrast\:box-status-pill.alert-settings {
  border: 2px solid #000;
  background: #000;
  color: white;
}

.contrast .contrast\:box-status-pill {
  border: 2px solid #000;
  background: white;
  color: black
}

.contrast .contrast\:header-main-container{
  background: black;

}

