*, ::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | 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 */ /* 3 */
  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 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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::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]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.left-0 {
  left: 0px;
}
.left-4 {
  left: 1rem;
}
.top-0 {
  top: 0px;
}
.top-4 {
  top: 1rem;
}
.z-10 {
  z-index: 10;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-8 {
  margin-left: 2rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-4 {
  margin-top: 1rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-16 {
  height: 4rem;
}
.h-5 {
  height: 1.25rem;
}
.h-full {
  height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-16 {
  width: 4rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-40 {
  width: 10rem;
}
.w-5 {
  width: 1.25rem;
}
.w-full {
  width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.-translate-x-full {
  --tw-translate-x: -100%;
  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-x-0 {
  --tw-translate-x: 0px;
  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));
}
.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));
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / 1);
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / 1);
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / 1);
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / 1);
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / 1);
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / 1);
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / 1);
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / 1);
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / 1);
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / 1);
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / 1);
  background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-56 {
  padding-left: 14rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.italic {
  font-style: italic;
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / 1);
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / 1);
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / 1);
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / 1);
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / 1);
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / 1);
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / 1);
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / 1);
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / 1);
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / 1);
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

@media (min-width: 768px) {

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: hsl(6, 78%, 57%);
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);

  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);

  --toastify-container-width: fit-content;
  --toastify-toast-width: 320px;
  --toastify-toast-offset: 16px;
  --toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));
  --toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));
  --toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));
  --toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));
  --toastify-toast-background: #fff;
  --toastify-toast-padding: 14px;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-toast-bd-radius: 6px;
  --toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;

  /* Used only for colored theme */
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;

  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
  /* used to control the opacity of the progress trail */
  --toastify-color-progress-bgo: 0.2;
}

.Toastify__toast-container {
  z-index: 9999;
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, 9999);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  width: -webkit-fit-content;
  width: fit-content;
  width: var(--toastify-container-width);
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.Toastify__toast-container--top-left {
  top: max(16px, env(safe-area-inset-top));
  top: var(--toastify-toast-top);
  left: max(16px, env(safe-area-inset-left));
  left: var(--toastify-toast-left);
}
.Toastify__toast-container--top-center {
  top: max(16px, env(safe-area-inset-top));
  top: var(--toastify-toast-top);
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
}
.Toastify__toast-container--top-right {
  top: max(16px, env(safe-area-inset-top));
  top: var(--toastify-toast-top);
  right: max(16px, env(safe-area-inset-right));
  right: var(--toastify-toast-right);
  align-items: end;
}
.Toastify__toast-container--bottom-left {
  bottom: max(16px, env(safe-area-inset-bottom));
  bottom: var(--toastify-toast-bottom);
  left: max(16px, env(safe-area-inset-left));
  left: var(--toastify-toast-left);
}
.Toastify__toast-container--bottom-center {
  bottom: max(16px, env(safe-area-inset-bottom));
  bottom: var(--toastify-toast-bottom);
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
}
.Toastify__toast-container--bottom-right {
  bottom: max(16px, env(safe-area-inset-bottom));
  bottom: var(--toastify-toast-bottom);
  right: max(16px, env(safe-area-inset-right));
  right: var(--toastify-toast-right);
  align-items: end;
}

.Toastify__toast {
  --y: 0;
  position: relative;
  touch-action: none;
  width: 320px;
  width: var(--toastify-toast-width);
  min-height: 64px;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 14px;
  padding: var(--toastify-toast-padding);
  border-radius: 6px;
  border-radius: var(--toastify-toast-bd-radius);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: var(--toastify-toast-shadow);
  max-height: 800px;
  max-height: var(--toastify-toast-max-height);
  font-family: sans-serif;
  font-family: var(--toastify-font-family);
  /* webkit only issue #791 */
  z-index: 0;
  /* inner swag */
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  word-break: break-word;
}

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    left: env(safe-area-inset-left);
    margin: 0;
  }
  .Toastify__toast-container--top-left,
  .Toastify__toast-container--top-center,
  .Toastify__toast-container--top-right {
    top: env(safe-area-inset-top);
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left,
  .Toastify__toast-container--bottom-center,
  .Toastify__toast-container--bottom-right {
    bottom: env(safe-area-inset-bottom);
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: env(safe-area-inset-right);
    left: auto;
    left: initial;
  }
  .Toastify__toast {
    --toastify-toast-width: 100%;
    margin-bottom: 0;
    border-radius: 0;
  }
}

.Toastify__toast-container[data-stacked='true'] {
  width: 320px;
  width: var(--toastify-toast-width);
}

.Toastify__toast--stacked {
  position: absolute;
  width: 100%;
  transform: translate3d(0, var(--y), 0) scale(var(--s));
  transition: transform 0.3s;
}

.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,
.Toastify__toast--stacked[data-collapsed] .Toastify__close-button {
  transition: opacity 0.1s;
}

.Toastify__toast--stacked[data-collapsed='false'] {
  overflow: visible;
}

.Toastify__toast--stacked[data-collapsed='true']:not(:last-child) > * {
  opacity: 0;
}

.Toastify__toast--stacked:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: calc(var(--g) * 1px);
  bottom: 100%;
}

.Toastify__toast--stacked[data-pos='top'] {
  top: 0;
}

.Toastify__toast--stacked[data-pos='bot'] {
  bottom: 0;
}

.Toastify__toast--stacked[data-pos='bot'].Toastify__toast--stacked:before {
  transform-origin: top;
}

.Toastify__toast--stacked[data-pos='top'].Toastify__toast--stacked:before {
  transform-origin: bottom;
}

.Toastify__toast--stacked:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  transform: scaleY(3);
  z-index: -1;
}

.Toastify__toast--rtl {
  direction: rtl;
}

.Toastify__toast--close-on-click {
  cursor: pointer;
}

.Toastify__toast-icon {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  width: 22px;
  flex-shrink: 0;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.5s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

.Toastify__toast-theme--dark {
  background: #121212;
  background: var(--toastify-color-dark);
  color: #fff;
  color: var(--toastify-text-color-dark);
}

.Toastify__toast-theme--light {
  background: #fff;
  background: var(--toastify-color-light);
  color: #757575;
  color: var(--toastify-text-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--default {
  background: #fff;
  background: var(--toastify-color-light);
  color: #757575;
  color: var(--toastify-text-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--info {
  color: #fff;
  color: var(--toastify-text-color-info);
  background: #3498db;
  background: var(--toastify-color-info);
}

.Toastify__toast-theme--colored.Toastify__toast--success {
  color: #fff;
  color: var(--toastify-text-color-success);
  background: #07bc0c;
  background: var(--toastify-color-success);
}

.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: #fff;
  color: var(--toastify-text-color-warning);
  background: #f1c40f;
  background: var(--toastify-color-warning);
}

.Toastify__toast-theme--colored.Toastify__toast--error {
  color: #fff;
  color: var(--toastify-text-color-error);
  background: hsl(6, 78%, 57%);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
  background: var(--toastify-color-progress-light);
}

.Toastify__progress-bar-theme--dark {
  background: #bb86fc;
  background: var(--toastify-color-progress-dark);
}

.Toastify__progress-bar--info {
  background: #3498db;
  background: var(--toastify-color-progress-info);
}

.Toastify__progress-bar--success {
  background: #07bc0c;
  background: var(--toastify-color-progress-success);
}

.Toastify__progress-bar--warning {
  background: #f1c40f;
  background: var(--toastify-color-progress-warning);
}

.Toastify__progress-bar--error {
  background: hsl(6, 78%, 57%);
  background: var(--toastify-color-progress-error);
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: rgba(255, 255, 255, 0.7);
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  position: absolute;
  top: 6px;
  right: 6px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  z-index: 1;
}

.Toastify__toast--rtl .Toastify__close-button {
  left: 6px;
  right: auto;
  right: initial;
}

.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}

.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}

.Toastify__close-button:hover,
.Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}

.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.7;
  transform-origin: left;
}

.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}

.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}

.Toastify__progress-bar--rtl {
  right: 0;
  left: auto;
  left: initial;
  transform-origin: right;
  border-bottom-left-radius: 0;
  border-bottom-left-radius: initial;
}

.Toastify__progress-bar--wrp {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-bottom-left-radius: 6px;
  border-bottom-left-radius: var(--toastify-toast-bd-radius);
  border-bottom-right-radius: 6px;
  border-bottom-right-radius: var(--toastify-toast-bd-radius);
}

.Toastify__progress-bar--wrp[data-hidden='true'] {
  opacity: 0;
}

.Toastify__progress-bar--bg {
  opacity: 0.2;
  opacity: var(--toastify-color-progress-bgo);
  width: 100%;
  height: 100%;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: #e0e0e0;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: #616161;
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, var(--y), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, var(--y), 0);
  }
}

@keyframes Toastify__bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, var(--y), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, var(--y), 0);
  }
}

@keyframes Toastify__bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, calc(var(--y) - 10px), 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y) + 20px), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes Toastify__bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, calc(var(--y) - 10px), 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y) + 20px), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.Toastify__bounce-enter--top-left,
.Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}

.Toastify__bounce-enter--top-right,
.Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}

.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}

.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left,
.Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}

.Toastify__bounce-exit--top-right,
.Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}

.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}

.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: translate3d(0, var(--y), 0) scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

@keyframes Toastify__flipOut {
  from {
    transform: translate3d(0, var(--y), 0) perspective(400px);
  }
  30% {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, var(--y), 0);
  }
}

@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, var(--y), 0);
  }
}

@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}

@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}

.Toastify__slide-enter--top-left,
.Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}

.Toastify__slide-enter--top-right,
.Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}

.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}

.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left,
.Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

.Toastify__slide-exit--top-right,
.Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.login-title {
  margin-left: -6.2rem; /* desktop default */
}

.login-wire {
  left: 3rem; /* Tailwind's left-12 = 3rem */
}

.login-bullet {
  text-indent: -1rem;
  padding-left: 1rem;
  position: relative;
}

/* desktop positions */
.bullet1 { margin-left: 2.8rem; margin-top: 0rem; }
.bullet2 { margin-left: 3.0rem; margin-top: 1.5rem; }
.bullet3 { margin-left: 2.7rem; margin-top: 1.5rem; }
.bullet4 { margin-left: 2.7rem; margin-top: 1.5rem; }
.bullet5 { margin-left: 2.9rem; margin-top: 1.5rem; }
.bullet6 { margin-left: 2.9rem; margin-top: 1.5rem; }






@media (max-width: 768px) {
  .login-title {
    margin-left: -6.9rem; /* adjust for mobile */
    font-size: 1.5rem;  /* shrink if needed */
  }

   .login-wire {
    left: 0.6rem; /* move closer to the edge on small screens */
  }

  .login-bullet {
  text-indent: -1rem;
  padding-left: 1rem;
  position: relative;
  font-size: 1.2rem; /* Tailwind text-lg */
}

  .bullet1 { margin-left: 1rem; margin-top: 0.2rem; }
  .bullet2 { margin-left: 1rem; margin-top: 1rem; }
  .bullet3 { margin-left: 1rem; margin-top: 1rem; }
  .bullet4 { margin-left: 0.8rem; margin-top: 1rem; }
  .bullet5 { margin-left: 1rem; margin-top: 1rem; }
  .bullet6 { margin-left: 1rem; margin-top: 1rem; }
}

/* Notes.css */
.note-preview {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.previewText {
  font-size: 16px;
}

.tab-row {
  display: flex;
  justify-content: center;
  gap: 10px; /* space between tabs */
  margin-bottom: 10px;
  margin-top: 20px;
}

.tab-button {
  padding: 8px 16px;
  border: 1px solid #ccc;
  background-color: white;
  cursor: pointer;
  border-radius: 4px;
}

.notes-page {
  padding: 2rem 1rem 1rem 1rem;
  padding-bottom: 120px;
  background-color: #e6f2ff; /* Light blue */
  min-height: 100vh;  
  width: 100vw;              /* ✅ Ensure full viewport width */
  overflow-x: hidden;        /* ✅ Prevent scrollbars from side padding */
  box-sizing: border-box; 
}

.notes-page.compact {
  padding: 2rem 2rem 1rem 2rem; /* more space on sides when sidebar is hidden */
}

.notes-description {
  font-size: 14px;
  margin-bottom: 12px;
  color: #555;
}

.notes-refresh-btn {
  font-size: 13px;
  background: none;
  border: none;
  color: #007bff;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
}

.search-bar-container {
  display: flex;
  justify-content: center;
  width: 100%;
}

.search-bar {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 2rem auto;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.add-note-btn {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #007bff;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  z-index: 1000;
}

.form-fields input,
.form-fields textarea {
  margin-bottom: 12px;
}

.note-input {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.note-textarea.full-width {
  width: 100%;
  max-width: 100%;
  padding: 8px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.wide-textarea {
  width: 100%;
  min-height: 60px;
  resize: vertical;
}


.note-action-buttons {
  margin-top: 10px;
  display: flex;
  gap: 18px; /* 👈 THIS controls spacing */
}



.tab-button.active {
  background-color: #007bff;
  color: white;
  border-color: #007bff;
}

.add-note-btn-group {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 1000;
}

.save-btn, .cancel-btn, .share-btn {
  margin-right: 10px;
  padding: 8px 12px;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
}

.save-btn {
  background-color: #28a745 !important;
  color: white;
}

.save-btn:hover {
  background-color: #218838; 
}

.cancel-btn {
  background-color: #e65151!important;
  color: white;
}

.cancel-btn:hover {
  background-color: #c82333;
}

.share-btn {
  background-color: #ffc107 !important;
  color: white;
}

.share-btn:hover {
  background-color: #e0a800;
}

.add-associate-btn {
  font-size: 13px;
  padding: 2px 6px;
  border: 1px solid #007bff;
  background-color: #007bff;
  color: white;
  border-radius: 4px;
  cursor: pointer;
  line-height: 1;
}

/* Optional for mobile */
@media (max-width: 600px) {
  .add-associate-btn {
    font-size: 11px;
    padding: 1px 4px;
  }
}


.full-width {
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 600px) {
  .save-btn,
  .cancel-btn,
  .share-btn {
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
  }
  .notes-page {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .search-bar {
    margin-left: 0;
    margin-right: 0;
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
}

.database-page {
  background-color: #f9f5e3;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 100px;
  width: 100vw; /* ✅ ADD THIS */
  box-sizing: border-box; /* ✅ ensure padding doesn't shrink container */
  overflow-x: hidden;     /* ✅ prevent sideways scroll */
}

.page-title {
  font-size: 32px;
  font-weight: bold;
  margin: 0;
  color: #333;
  text-align: center;
}

.search-bar {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: none;
  border-bottom: 2px solid #b7d4ee;
  background: transparent;
  margin-bottom: 30px;
}

.wide-textarea {
  width: 100%;
  min-height: 150px;
  resize: vertical;
}

.notes-list {
  display: flex;
  flex-direction: column;
}

.note-entry {
  padding: 10px 0;
}

.note-separator {
  border-bottom: 1px solid #b7d4ee;
}

.note-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* dimmer effect */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000; /* stay above everything else */
}

.modal-entry-state-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.modal-entry-state-label {
  font-weight: bold;
  font-size: 14px;
  color: #333;
}

.note-form {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 90%;
  max-width: 600px;
  max-height: 90%;
  overflow-y: auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}


.flagged-note {
  border-left: 4px solid red;
  background-color: #fff5f5;
}

.header-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  gap: 10px;
}

.search-controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 24px 0;
  gap: 10px;
}

.entry-state-label {
  display: flex;
  align-items: center;
  gap: 6px; /* ✅ space between text and dropdown */
}

.search-state-text {
  font-size: 14px;
  font-weight: normal;
  color: #333; /* ✅ slightly different from dropdown */
}

.search-by-label,
.entry-state-label {
  font-weight: bold;
  text-align: left;
  width: 100%;
  max-width: 400px;
  margin-top: 8px;
}

.search-dropdown,
.entry-state-dropdown {
  width: 100%;
  max-width: 400px;
  padding: 8px;
  font-size: 16px;
}

.search-bar {
  width: 100%;
  max-width: 400px;
  padding: 10px;
  font-size: 16px;
  border: 2px solid #b7d4ee;
  border-radius: 6px;
  background-color: #f8faff;
  margin-top: 10px;
  margin-bottom: 10px;
  outline: none;
}

.search-bar:focus {
  border-color: #2d6cdf;
  background-color: #ffffff;
}


.search-button {
  margin-top: 10px;
  padding: 8px 16px;
  background-color: #2d6cdf;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.entry-state-label {
  font-weight: bold;
  text-align: left;
  width: 100%;
  max-width: 400px;
  margin-top: 8px;
}

.entry-state-dropdown {
  width: 100%;
  max-width: 400px;
  padding: 8px;
  font-size: 16px;
}

.add-note-btn {
  background-color: #1e3a8a;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
}

.note-action-buttons .additional-button {
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}


/* 📱 Mobile adjustments */
@media (max-width: 600px) {
  .page-title {
    font-size: 24px;
    text-align: left;
    margin-bottom: 12px;
  }

  .header-row {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
    margin-bottom: 12px;
    gap: 10px;
  }

  .add-note-btn {
    width: 100%;
    font-size: 16px;
    margin-top: 10px;
  }

  .search-bar {
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
  }

  .note-form input,
  .note-form select,
  .note-form textarea {
    width: 100% !important;
    box-sizing: border-box;
    font-size: 14px;
    margin-bottom: 12px;
  }

  .note-modal {
    padding: 0;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .note-form {
    border-radius: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    padding: 16px;
    overflow-y: scroll;
  }

  .note-action-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .note-preview {
    font-size: 14px;
    padding: 12px;
    margin-bottom: 10px;
  }

  .note-clean-display input,
  .note-clean-display textarea {
    width: 100%;
    font-size: 14px;
  }

  .wide-textarea {
    font-size: 14px;
  }

  .flagged-note {
    border-left-width: 6px;
  }
}

.note-action-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
  padding-top: 8px;
}

.note-action-buttons button {
  padding: 6px 12px;
  background-color: #f0f0f0;
  border: 1px solid #999;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
  -webkit-appearance: none;
          appearance: none;
}

.additional-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px 10px;
  font-weight: bold;
  border-radius: 6px;
  background-color: #f0f0f0;
  color: #333;
  border: 1px solid #ccc;
  white-space: nowrap;
}

/* Specific fix for the overly wide Additional button */
.note-action-buttons .additional-button {
  flex: 1 0 auto; /* allow it to grow but not shrink to zero */
  font-size: 14px;
  white-space: nowrap;
  padding: 6px 12px;
}

em {
  background-color: yellow;
  font-style: normal;
  padding: 0 2px;
}

@media (max-width: 600px) {
  .note-action-buttons .additional-button {
    max-width: none;
    flex: 1 0 auto;
  }
  .page-title {
    text-align: center !important;
    display: block;
    width: 100%;
  }
 .additional-button {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  gap: 6px;
  font-weight: bold;
  border-radius: 6px;
  background-color: #f0f0f0;
  color: #333;
  border: 1px solid #ccc;
  white-space: nowrap;
}
}

.custom-flag-field {
  margin-right: 8px;
}

@media (max-width: 600px) {
  .custom-flag-field {
    display: block;
    margin-right: 0;
    margin-bottom: 12px;
    width: 100%;
  }
}

.comment-wrapper {
  margin-top: 12px;
  padding-top: 10px;
  padding-left: 80px;
}

@media (max-width: 768px) {
  .comment-wrapper {
    padding-left: 20px; /* Reduce for mobile */
  }
}


/* Messaging.css */

/* --- Search Modal Styles --- */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 80px;
  overflow-y: auto;
}

.messaging-info {
  background-color: #f5f5f5;
  padding: 12px 41px;
  margin-bottom: 16px;
  border-radius: 6px;
  font-size: 0.95rem;
  font: italic;
  line-height: 1.4;
  font-style: italic;
  color: #333;
}

.search-modal-content {
  background-color: white;
  padding: 24px 28px;
  border-radius: 10px;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  animation: fadeInScale 0.2s ease-in-out;
}

.search-modal-content h3 {
  margin-top: 0;
  font-size: 20px;
  margin-bottom: 16px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
}

.search-field-row {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.search-field-row label {
  flex: 1 1;
  font-size: 14px;
}

.search-field-row select,
.search-field-row input[type='text'] {
  padding: 8px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 100%;
  max-width: 240px;
}

.remove-filter-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
  color: #888;
}

.remove-filter-btn:hover {
  color: #cc0000;
}

.search-modal-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
}

.search-modal-buttons button {
  padding: 8px 14px;
  font-size: 14px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.search-modal-buttons button:first-child {
  background-color: #007bff;
  color: white;
}

.search-modal-buttons button:first-child:hover {
  background-color: #0056b3;
}

.search-modal-buttons button:last-child {
  background-color: #ccc;
  color: #333;
}

.search-modal-buttons button:last-child:hover {
  background-color: #bbb;
}

/* Modal overlay */
.group-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* Modal box */
.group-modal {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.group-modal input[type="text"] {
  padding: 8px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 100%;
}

.user-select-list {
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #eee;
  padding: 10px;
  background-color: #f9f9f9;
  border-radius: 6px;
}

.select-user-item {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}

.group-modal-actions {
  display: flex;
  justify-content: space-between;
}

.group-modal-actions button {
  padding: 8px 14px;
  font-size: 14px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.group-modal-actions button:first-child {
  background-color: #007bff;
  color: white;
}

.group-modal-actions button:last-child {
  background-color: #ccc;
  color: #333;
}

/* Grayed out users (off-duty, not accepting messages) */
.user-item.grayed-out {
  opacity: 0.5;
  pointer-events: none;
}

/* Group Section */
.group-section {
  margin: 10px 0;
  margin-bottom: 14px;
}

.group-header {
  display: flex;
  justify-content: flex-start;  /* Align everything to the left */
  align-items: center;
  font-weight: bold;
  padding: 6px 0;
  margin-top: 14px; 
  cursor: pointer;
  width: 100%;
  text-align: left;
  gap: 8px; /* Space between "Groups" and arrow */
}


.group-label {
  text-align: left;
  flex-grow: 1;
  margin-left: 20px;
}

.group-list {
  padding-left: 10px;
  background-color: #e5edf5;
}

.group-item {
  padding: 12px 0;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}

.group-item:last-child {
  border-bottom: none;
}

.create-group-button {
  margin-top: 18px;
  padding: 6px 12px;
  font-size: 14px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.dm-header {
  font-weight: bold;
  padding: 8px 12px;
  text-align: left;
  margin-top: 16px;
}

.dm-section {
  border-bottom: 1px solid #ccc;
  padding-bottom: 12px;
  margin-bottom: 16px;
  padding: 10px;
  background-color: #f2f2f2;
}

.unread-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: yellow;
  border-radius: 50%;
  margin-left: 6px;
  vertical-align: middle;
}

/* User List */
.user-list {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.list-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding-right: 8px;
}

.list-actions {
  display: flex;
  margin-left: auto;
  gap: 6px;
  align-items: center;
}

.list-actions button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  padding: 2px 6px;
  color: #333;
  transition: color 0.2s;
}

.list-actions button:hover {
  color: #007bff;
}

.list-user {
  display: flex;
  align-items: center;
  padding: 4px 0;
  gap: 8px; /* Optional spacing between name and menu */
}

.user-item {
  padding: 12px 0;
  border-radius: 6px;
  cursor: pointer;
  background-color: #d9e7f8;
  transition: background 0.2s;
}

.user-list-item {
  padding: 10px;
  background-color: #f2f2f2;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s;
}
.user-item:hover {
  background-color: #e6e6e6;
}

.user-actions {
  margin-left: 8px;
  position: relative;
}

/* Section that wraps all custom lists */
.custom-lists-section {
  margin-top: 20px;
  padding-bottom: 100px; /* allows scroll space under last list */
}

/* Each individual list block */
.user-list-block {
  padding: 12px;
  background-color: #fdfdfd;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.user-menu {
  position: absolute;
  right: 0;
  top: 24px;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  min-width: 160px;
  z-index: 1000;
  overflow: hidden;
}

.user-menu-item {
  padding: 8px 14px;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
  font-size: 14px;
  color: #333;
  border-radius: 6px;
  margin-bottom: 4px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
}

.user-menu-item:hover {
  background-color: #007bff;
  color: white;
  border-color: #007bff;
}


.user-menu-item:active {
  background-color: #e1e8f0;
}

/* Search + Toggle Bar */
.search-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 10px 0;
  border-bottom: none !important;
  box-shadow: none !important;
}

.search-bar input[type='text'] {
  flex: 0 1 60%;
  padding: 8px;
  font-size: 16px;
  border-radius: 6px;
  border: 1px solid #ccc;
  min-width: 200px;
  border-bottom: none !important;
}

.toggle-active {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-right: 80px;
}

/* Keep checkbox + info icon in a single row, even on mobile */
.toggle-and-info {
  display: flex;
  align-items: center;
  gap: 8px;
}

.info-icon {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.2rem;
}

/* Responsive Styles for Smaller Screens */
@media screen and (max-width: 600px) {
  .search-bar {
    flex-direction: column;
    align-items: stretch;
  }

   .search-bar input[type='text'] {
    width: 100%; /* already stacks on small screens */
    max-width: 280px; /* limit to avoid overlap */
    align-self: center;
  }

  .toggle-active {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: 20px;
}

.toggle-and-info {
    justify-content: flex-end; /* push checkbox + icon to right side */
  }

  .user-item {
    font-size: 14px;
    padding: 8px;
  }

  .group-modal {
    width: 90%;
    padding: 16px;
  }

  .create-group-button,
  .group-modal-actions button {
    font-size: 13px;
    padding: 6px 10px;
  }

  .pinned-item {
    font-size: 14px;
    padding: 8px;
  }

  .message-input-area {
    padding: 8px;
  }

  .message-input-area input[type='text'] {
    font-size: 14px;
  }

  .plus-button,
  .send-button {
    font-size: 14px;
    padding: 6px 10px;
  }
}

/* Pinned Chats Section */
.pinned-section {
  margin-top: 15px;
}

.pinned-header {
  font-weight: bold;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.pinned-icon {
  color: #ffc107; /* Gold pin */
}

.pinned-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.pinned-item {
  padding: 10px;
  background-color: #fff8e1;
  border: 1px solid #ffd54f;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s;
}

.pinned-item:hover {
  background-color: #ffecb3;
}

.plus-button,
.send-button {
  background-color: #007bff;
  color: white;
  border: none;
  font-size: 16px;
  padding: 8px 12px;
  border-radius: 50px;
  cursor: pointer;
  transition: background 0.2s;
}

.plus-button:hover,
.send-button:hover {
  background-color: #0056b3;
}

.chat-window {
  flex: 1 1;
  padding: 12px;
  max-height: 400px;
  overflow-y: auto;
  background-color: #ffffff;
  border: 1px solid #ddd;
  margin: 12px 0;
  border-radius: 6px;
}

.sender-name {
  font-weight: bold;
}

.message-content {
  margin-left: 4px;
}

.empty-chat {
  color: #888;
  font-style: italic;
}

.chat-message {
  padding: 8px 12px;
  max-width: 75%;
  margin-bottom: 10px;
  border-radius: 16px;
  display: inline-block;
  word-wrap: break-word;
  clear: both;
}

.chat-message.sent {
  background-color: #d1e7ff;
  margin-left: auto;
  text-align: right;
  border-top-right-radius: 0;
}

.chat-message.received {
  background-color: #f1f1f1;
  margin-right: auto;
  text-align: left;
  border-top-left-radius: 0;
}
.timestamp {
  font-size: 11px;
  color: #888;
  margin-top: 4px;
  text-align: right;
}

.group-chat-container {
  display: flex;
  flex-direction: column;
  height: 100vh;
  padding: 10px;
  background-color: #f7fafd;
  overflow: hidden;  
}

.back-button {
  margin-right: 10px;
  padding: 0px 1px;
  font-size: 18px; /* or keep 49px if preferred */
  cursor: pointer;
  color: #1a1a1a; /* darker color */
  font-weight: 700; /* bolder text */
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); /* soft shadow for contrast */
  background: none;
  border: none;
  outline: none;
}


.group-title {
  flex: 1 1;
  text-align: center;
  margin: 0;
  font-size: 18px;
}

.group-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0px 0px;
  background-color: #f0f0f0;
  border-bottom: 1px solid #ccc;
}

.edit-icon {
  font-size: 0.8em;
  margin-left: 8px;
  cursor: pointer;
  color: #666;
}

.group-options-menu {
  position: absolute;
  top: 30px;
  right: 0;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 180px;
  overflow: hidden;
}

.group-options-menu .dropdown-item {
  display: block;
  width: 100%;
  text-align: center;
  padding: 8px 12px;
  margin: 4px 4px;
  border: 1px solid #ccc;
  background: #f9f9f9;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.group-options-menu .dropdown-item:hover {
  background-color: #e6f0ff;
  box-shadow: 0 0 4px rgba(0,0,0,0.1);
}

.group-options-menu .dropdown-item:active {
  background-color: #cce0ff;
}

.group-options-menu .dropdown-item.danger {
  color: #a00;
  border-color: #e0b4b4;
  background: #fff0f0;
}

.group-options-menu .dropdown-item.danger:hover {
  background-color: #ffe0e0;
  box-shadow: 0 0 4px rgba(255,0,0,0.1);
}

.dropdown-item {
  display: block;
  width: 200px;
  text-align: left;
  padding: 8px 12px;
  border: none;
  background: none;
  cursor: pointer;
}

.dropdown-item:hover {
  background-color: #f0f0f0;
}

.participants-toggle {
  position: center;
  cursor: pointer;
  font-size: 14px;
  color: rgb(7, 7, 8);
}

.participants-sidebar {
  position: relative;
  border: 1px solid #ccc;
  padding: 8px;
  margin-bottom: 10px;
  max-height: 780px;
  max-width: 400px;
  width: 290px;
  overflow-y: auto;
}

.participants-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.menu-btn {
  font-size: 20px;
  background: none;
  border: none;
  cursor: pointer;
}

.close-btn {
  background: transparent;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

.participant-item {
  padding: 4px 0;
  border-bottom: 1px solid #eee;
}

.participants-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
}

.modal-content {
  background: white;
  padding: 20px;
  border-radius: 8px;
  max-height: 80vh;
  overflow-y: auto;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2001;
}

.remove-btn {
  margin-left: 10px;
  background: transparent;
  color: red;
  border: none;
  font-size: 1.1em;
  cursor: pointer;
}

.chat-messages {
  flex: 1 1;
  overflow-y: auto;
  padding-right: 10px;
  margin-bottom: 10px;
}

.group-message {
  margin-bottom: 10px;
  padding: 6px 10px;
  background-color: #e6f3ff;
  border-radius: 8px;
}

.group-message.sent {
  background-color: #d1f4e5;
  align-self: flex-end;
}

/* Make sure buttons don't grow weirdly */
.back-button,
.participants-toggle {
  white-space: nowrap;
}

.group-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.edit-bubble {
  width: 100%;
  min-height: 60px;
  max-height: 300px; 
  border-radius: 10px;
  padding: 45px;
  font-size: 1em;
  background-color: #fff !important;     /* Light background */
  color: #000 !important; 
  overflow-y: auto;           /* Scroll if too tall */
  resize: vertical; 
}

.message-timestamp {
  font-size: 12px;
  color: #888;
  margin-top: 2px;
}

.message-input {
  display: flex;
  gap: 10px;
}

.message-input input {
  flex: 1 1;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.messages-area {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding: 10px;
  background: #e4ecf5;
  border-radius: 6px;
  margin-bottom: 10px;
}

.message-input-area {
  display: flex;
  gap: 10px;
}

.message-input-area input {
  flex: 1 1;
  padding: 8px;
}


.message-input-area button {
  padding: 8px 12px;
}

/* Default styling for all messages */
.chat-message {
  max-width: 70%;
  margin-bottom: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background-color: #f1f0f0;
  align-self: flex-start;
  word-wrap: break-word;
}

.message-content,
.message-content span {
  color: #000; /* Make all message text black */
  font-size: 1rem;
  line-height: 1.4;
}

/* Sent messages (from current user) */
.chat-message.sent {
  background-color: #d1f4e5;
  align-self: flex-end;
  margin-left: auto;
  margin-right: 0;
}

/* Received messages */
.chat-message.received {
  background-color: #e6f3ff;
  align-self: flex-start;
  margin-right: auto;
}

.send-button {
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 8px 12px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.send-button:hover {
  background-color: #0056b3;
}

.upload-button {
  display: inline-block;
  font-size: 20px;
  padding: 4px 10px;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.upload-button:hover {
  background-color: #ddd;
}

/* 👇 Responsive tweak for narrow screens (portrait mobile) */
@media (max-width: 600px) {
  .group-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    flex-wrap: nowrap;
  }

  .back-button {
    flex: 0 0 auto;
    font-size: 16px;
    background: none;
    border: none;
    cursor: pointer;
  }

  .group-title {
    flex: 1 1 auto;
    text-align: center;
    font-size: 16px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .group-controls {
    display: none; /* hide legacy layout group */
  }

  .menu-button {
    flex: 0 0 auto;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
  }

  .dropdown-item {
    font-size: 14px;
    padding: 8px 12px;
    width: 100%;
    text-align: left;
  }
}

@media screen and (max-width: 600px) and (orientation: portrait) {
   .group-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
  }

  .group-title {
    font-size: 18px;
    margin: 0;
  }

   .menu-button {
    font-size: 20px;
    padding: 0 8px;
  }

 .group-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 8px;
    margin-top: 4px;
  }

  .back-button,
  .participants-toggle {
    font-size: 14px;
    padding: 6px 0;
    margin-left: 12px;
  }

  .group-controls .participants-toggle {
  margin-left: auto;
} 

.dropdown-item {
  display: block;
  width: 160px;
  text-align: left;
  padding: 8px 12px;
  border: none;
  background: none;
  cursor: pointer;
}

  .participants-toggle {
    flex: 1 1;
    text-align: right;
    padding: 5px 14px;
    font-size: 14px;
  }

  .participants-sidebar {
  position: relative;
  border: 1px solid #ccc;
  padding: 8px;
  margin-bottom: 10px;
  max-height: 780px;
  max-width: 400px;
  width: 260px;
  overflow-y: auto;

}

}



.chat-window {
  display: flex;
  flex-direction: column;
  width: 97vw;
  max-width: 100vw;
  height: 100vh;   /* Full screen */
  max-height: 100%;     
  box-sizing: border-box;
  background: radial-gradient(#0f2027, #203a43, #2c5364);
  color: #e6edf3;
  padding: 0;
  overflow: hidden; 
}

html, body, #root {
  height: 100%;
  margin: 0;
  padding: 0;
}

.chat-header {
  display: flex;
  align-items: center;
  padding: 1px 5px 2px;
  background: #f0f0f0;
  flex-shrink: 0; 
}


.chat-title {
  flex-grow: 1;
  padding-right: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #05327e;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.chat-title-with-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.chat-menu-button {
  background: none;
  border: none;
  margin-right: 10px;
  font-size: 1.5rem;
  color: #080e08; /* Bright neon green */
  cursor: pointer;
  font-weight: bold;
}

.chat-dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background: #1a1f1f; /* Dark background for Matrix theme */
  border: 1px solid #3dff3d; /* Neon green border */
  border-radius: 6px;
  padding: 8px;
  box-shadow: 0 0 8px rgba(0, 255, 0, 0.4); /* Green glow */
  z-index: 9999;
  min-width: 160px;
  color: #e6edf3;
}


.chat-dropdown-menu button {
  width: 100%;
  background: #e74c3c;
  color: white;
  border: none;
  padding: 8px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  margin-top: 8px;
}

.chat-dropdown-menu button:hover {
  background: #c0392b;
}

.chat-dropdown-menu select {
  margin-top: 6px;
  width: 100%;
  background-color: #0e1616;
  color: #00ff00;
  border: 1px solid #3dff3d;
  border-radius: 4px;
  padding: 4px;
}

.back-button {
  margin-right: 0px;
  margin-left: 25px;
  font-size: 26px;
  background: none;
  border: none;
  cursor: pointer;
}

.messages-list {
  flex: 1 1;
  min-height: 0;  
  display: flex;
  flex-direction: column;
  padding: 10px;
  overflow-y: auto;
  margin: 0;
}

.message-bubble {
  max-width: 60%;
  padding: 10px;
  margin: 8px;
  border-radius: 10px;
  display: inline-block;
  word-wrap: break-word;
  box-shadow: 0 0 4px #00ff00;
}

.sent {
  background-color: #0d1e17; /* Light green */
  align-self: flex-end;
  margin-left: auto;
  text-align: left;
}

.received {
  background-color: #1c3a2a; /* Dark teal green */
  align-self: flex-start;
  margin-right: auto;
  text-align: left;
  box-shadow: none !important;
}


.message-meta {
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 4px;
  color: #7fff7f; /* Light neon green */
}


.message-content {
  font-size: 1rem;
  color: #39ff14; /* Matrix green text */
}

.edit-textarea {
  width: 100%;
height: 100%;
  font-size: 1rem;
  padding: 35px;
  resize: vertical;
  min-height: 60px;
  max-height: 160px;
  border-radius: 6px;
  background-color: #0d1e17; /* Dark green background */
  color: #00ff00; /* Matrix green text */
  border: 1px solid #33ff33;
}

.message-actions {
  margin-top: 4px;
}

.message-actions button {
  background: none;
  border: none;
  font-size: 0.85rem;
  color: #007bff;
  cursor: pointer;
  margin-right: 18px;
}

.message-actions button:hover {
  text-decoration: underline;
}

.read-receipt {
  font-size: 14px;
  margin-top: 4px;
  text-align: right;
  color: #00ff00; /* Bright green for Matrix style */
}

.read-icon {
  color: #00ff00;
  text-shadow: 0 0 4px #00ff00;
  font-size: 1.1rem;
}

.message-input-area {
  background-color: #161b22;
  padding: 10px;
  display: flex;
  gap: 8px;
  border-top: 1px solid #30363d;
  flex-shrink: 0; /* never collapse */
}

.message-input-area input[type="text"] {
  flex: 1 1;
  padding: 8px;
  background: #0d1117;
  color: #e6edf3;
  border: 1px solid #30363d;
  border-radius: 4px;
}


.message-input-area button {
  padding: 8px 14px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.message-input-area button:hover {
  background-color: #0056b3;
}

.upload-button {
  font-size: 20px;
  padding: 4px 10px;
  background-color: #0d1e17;
  border: 1px solid #33ff33;
  border-radius: 4px;
  color: #00ff00;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  margin-right: 8px;
}

.upload-button:hover {
  background-color: #1a302a;
}

textarea {
  width: 100%;
  padding: 6px;
  margin-top: 6px;
  border: 1px solid #ccc;
  border-radius: 6px;
  resize: vertical;
}

.file-preview-list {
  display: flex;
  flex-direction: column;
  margin: 8px 0;
  gap: 6px;
}

.file-preview-item {
  display: flex;
  align-items: center;
  background-color: #f4f4f4;
  padding: 6px 10px;
  border-radius: 6px;
}

@media (max-width: 600px) {
  .chat-window {
  margin: 0;
  padding: 0;
  width: 100vw;
  max-width: 100%;
  height: 99vh;   /* Full screen */
  max-height: 100%;  
  box-sizing: border-box;
  position: relative;
  left: 0;
}

html, body, #root {
  height: 100%;
  margin: 0;
  padding: 0;
}

.chat-title {
  flex-grow: 1;
  padding-right: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #05327e;
}

.back-button {
  margin-right: 10px;
  margin-left: 35px;
  font-size: 26px;
  font-weight: bold;
  background: none;
  border: none;
  cursor: pointer;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.messages-list {
  overscroll-behavior: contain; /* stop scroll chaining on mobile */
}

  .message-input-area {
    flex-wrap: nowrap;
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
    flex-shrink: 0; /* never collapse */
  }

  .message-input-area input {
    flex: 1 1;
    min-width: 0;
  }

  .message-input-area button,
  .message-input-area .upload-button {
    flex-shrink: 0;
  }
}

.bolo-page {
  padding-bottom: 60px; /* or more, adjust as needed */
}

.agency-multiselect {
  margin-bottom: 16px;
  position: relative;
}

.page-title {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  margin: 16px 0;
}

.bolo-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 16px;
}
.bolo-tabs {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-bottom: 0;
  border-bottom: 2px solid #ccc;
}


.bolo-tabs button {
  padding: 8px 16px;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  margin-right: 4px;
  font-weight: 500;
}

.bolo-tabs button.active {
  background-color: #fff;
  border-color: #ccc;
  border-bottom: 2px solid white;
  color: #007bff;
  font-weight: bold;
}

.bolo-tabs button:hover {
  background-color: #eee;
}

.state-agencies-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.group-menu {
  left: 100%;
  margin-left: 4px;
  top: 0;
}

.dropdown-toggle {
  margin-left: 8px;
  padding: 4px 8px;
  cursor: pointer;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
}

.agency-dropdown {
  position: absolute;
  /*top: 150px; *//* adjust to taste */
  left: 80px;
  background: #fff;
  border: 1px solid #ccc;
  max-height: 400px;
  overflow-y: auto;
  padding: 8px;
  width: 300px;
  z-index: 10;
  border-radius: 4px;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
}

.agency-option {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  font-size: 0.95rem;
}

.agency-option input {
  margin-right: 8px;
}

.add-selected-button {
  margin-left: 8px;
  padding: 4px 8px;
  cursor: pointer;
  background-color: #28a745;
  color: white;
  border: none;
  border-radius: 4px;
}

.add-selected-button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.recipient-info {
  display: flex;
  align-items: center;
  gap: 48px;
}

.recipient-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding: 4px 0;
}

.toggle-switch {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  flex-shrink: 0;

}

.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  background-color: #ccc;
  border-radius: 20px;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.toggle-switch input:checked + .slider {
  background-color: #28a745;
}

.toggle-switch input:checked + .slider:before {
  transform: translateX(2px);
}

.recipient-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recipient-actions {
  position: relative;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.menu-button {
  cursor: pointer;
  font-size: 30px;
  padding: 0px 12px;
  border-radius: 4px;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.menu-button:hover {
  background: #f5f5f5;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.recipient-menu {
  position: absolute;
  right: 0;
  top: 24px;
  background: #fafafa;
  border: 1px solid #ccc;
  z-index: 10;
  border-radius: 4px;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
  min-width: 180px;
  opacity: 1;
}


.recipient-menu-item {
  display: block;
  width: 180px;
  padding: 6px 8px;
  font-size: 0.9rem;
  color: #333;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  transition: background 0.2s ease;
  border-bottom: 1px solid #ddd;
}

.recipient-menu-item:hover {
  background-color: #f0f0f0;
}

.group-select {
  width: 100%;
  padding: 6px 8px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 8px;
}

.modal-add-button {
  background-color: #28a745;
  color: white;
  padding: 6px 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.modal-add-button:hover {
  background-color: #218838;
}

.modal-add-button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.modal-cancel-button {
  background-color: #dc3545;
  color: white;
  padding: 6px 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.modal-cancel-button:hover {
  background-color: #c82333;
}

.add-agency-to-group-button {
  background-color: #007bff;
  color: white;
  padding: 4px 8px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.9rem;
}

.add-agency-to-group-button:hover {
  background-color: #0056b3;
}

.send-bolo-button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.send-bolo-button {
  background-color: #007bff;
  color: white;
  padding: 6px 12px;
  border: none;
  border-radius: 4px;
  margin-top: 12px;
  cursor: pointer;
}

.modal-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
}

.modal {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
  max-width: 400px;
  width: 100%;
}

.save-group-button {
  background-color: #28a745;
  color: white;
  padding: 4px 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 18px;
}

.save-group-button:hover {
  background-color: #218838;
}

.save-group-button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.upload-picture-button {
  font-size: 18px;
  color: white;
  padding: 5px 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  padding-bottom: 0px;
}

.upload-picture-button:hover {
  background-color: #0056b3;
}

/* More breathing room between sections in Send BOLO */
.send-bolo-form > div,
.send-bolo-form > h4,
.send-bolo-form > textarea,
.send-bolo-form > button,
.send-bolo-form > .selected-agencies {
  margin-bottom: 22px;   /* Increase overall section spacing */
}

.send-bolo-form label {
  margin-bottom: 6px;
  display: block;
  font-weight: 500;
}

.send-bolo-form h4 {
  margin-top: 18px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 4px;
}

.bolo-section {
  margin-bottom: 28px; /* generous spacing between blocks */
  padding-bottom: 10px;
  border-bottom: 1px dashed #ddd; /* subtle separation line */
}

.bolo-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

 /*keepig the 'X' for agencies in groups on the right side*/
@media (min-width: 769px) {
  .group-agency {
    justify-content: flex-start;
    gap: 8px;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  .agency-dropdown {
    top: 200px;  /* or whatever you need */
  }

    .dropdown-toggle {
    margin-top: 20px; /* adjust until it looks right */
  }
}


.active-bolos-container {
  display: flex;
  flex-direction: column;
  gap: 10px;padding: 10px;
}

.bolo-card {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0px 12px;
  background-color: #fff;
}

.bolo-header {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}
.bolo-title-row {
  position: relative;
  text-align: center;
}

.yellow-dot {
  position: absolute;
  top: 8px; /* adjust as needed */
  left: 8px;
  width: 8px;
  height: 8px;
  background-color: gold;
  border-radius: 50%;
}

.bolo-title {
  margin: 0;
  font-size: 19px;
  color: #333;
  word-wrap: break-word;
  white-space: normal;
  overflow-wrap: anywhere;
}

.bolo-title-text {
  font-weight: 600;
}

.bolo-agency-text {
  font-weight: 500;
  color: #555;
  font-size: 16px;
  font-style: italic; /* optional */
}

.bolo-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4px;
  margin-top: 8px;
}

.sender-info {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}

.sender-main {
  font-size: 1rem;
  color: #333;
  font-weight: normal;
}

.sender-agency-state {
  font-size: 1rem;
  color: #333;
  font-weight: normal;
}

.expiration-timer {
  font-size: 0.85rem;
  color: #888;
}

.bolo-body {
  margin-top: 8px;
}

.bolo-attachments {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.bolo-attachment img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid #ccc;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.bolo-attachment img:hover {
  transform: scale(1.05);
}

.profile-link {
  display: inline-block;
  margin-top: 8px;
  color: #007bff;
  text-decoration: none;
}

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

.expiration-timer {
  display: flex;
  gap: 4px;
  text-align: right;
  align-items: center;
  flex-wrap: nowrap;
}

.expiration-timer .expires-time {
  font-weight: 500;
}

@media (max-width: 600px) {
  .bolo-footer {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 4px;
  }

 .sender-lines {
  display: flex;
  flex-direction: column;
  line-height: 1.2rem;
}

.sender-lines .sender-main {
  font-weight: 500;
  color: #333;
}

.sender-lines .sender-agency-state {
  font-size: 0.85rem;
  color: #666;
}

  .sender-info {
  display: block;
}

    .sender-agency-state {
    display: block;
    font-size: 0.85rem;
    color: #666;
  }

  .expiration-timer > div:first-child {
  white-space: nowrap;
}

   .expiration-timer  {
    flex-direction: column;
    align-items: flex-end;
    margin-right: 1px;
  }

  .expiration-timer .expires-time {
    margin-top: 2px;
  }
}


.my-account-container {
  width: 100%;
  margin: 0;
  padding: 20px;
  box-sizing: border-box;
}

.my-account-container h1, 
.my-account-container > h1 {
  text-align: center;
}

.tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.tabs button {
  padding: 10px 20px;
  cursor: pointer;
  background: #f0f0f0;
  border: none;
  border-bottom: 2px solid transparent;
  font-size: 16px;
}

.tabs button.active {
  font-weight: bold;
  border-bottom: 2px solid #007bff;
}

.tab-content {
  background: #fff;
  padding: 20px;
  border: 1px solid #ddd;
}

.edit-profile-button {
  background-color: #007bff;
  color: #fff;
  padding: 2px 6px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

.edit-profile-button:hover {
  background-color: #0056b3;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.modal-content {
  background: white;
  padding: 20px;
  border-radius: 8px;
  max-width: 500px;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.crop-container {
  position: relative;
  width: 300px;
  height: 300px;
  background: #333;
  margin-bottom: 20px;
}

.controls {
  margin: 10px 0;
}

.modal-buttons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.field {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.field label {
  font-weight: bold;
  min-width: 100px;
}

.modal-content .field input {
  flex: 1 1;
  padding: 6px 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

.field input:focus {
  border-color: #007bff;
  outline: none;
}

.avatar-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.avatar-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid #ccc;
}

.avatar-image:hover {
  border-color: #007bff;
}

.modal-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
}

.modal-buttons button {
  background-color: #007bff;
  color: #fff;
  padding: 6px 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.modal-buttons button:hover {
  background-color: #0056b3;
}

.modal-buttons button:last-child {
  background-color: #6c757d;
}

.modal-buttons button:last-child:hover {
  background-color: #5a6268;
}

.text-center {
  text-align: center;
}

.btn-primary {
  padding: 8px 16px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.btn-success {
  padding: 8px 16px;
  background-color: #28a745;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.btn-danger {
  padding: 8px 16px;
  background-color: #dc3545;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.password-form {
  margin-top: 20px;
}

.form-group {
  margin-bottom: 10px;
  margin-top: 20px;
}

.form-group label {
  font-weight: bold;
  display: block;
  margin-bottom: 4px;
}

.form-group input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.button-group {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}

.form-group.subscription-type {
  display: flex;
  align-items: center;
  gap: 20px; /* or whatever you prefer */
}

.form-group.subscription-type label {
  margin-bottom: 0; /* reset the default */
}

 */ Notifications tab*/

.notification-preferences {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 400px;
}

.notification-preferences .field {
  display: flex;
  justify-content: sflex-start;
  align-items: center;
}

.toggle-switch {
  position: relative;
  width: 10px;
  height: 20px;
  margin-right: 8px;
}

.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #ccc;
  border-radius: 20px;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 20px;
  left: 20px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.toggle-switch input:checked + .slider {
  background-color: #28a745;
}

.toggle-switch input:checked + .slider:before {
  transform: translateX(20px);
}




.subscription-tab {
  padding: 10px;
}

.subscription-status {
  margin-bottom: 20px;
}

.status-active {
  color: green;
  font-weight: bold;
}

.status-trial {
  color: orange;
  font-weight: bold;
}

.status-suspended {
  color: red;
  font-weight: bold;
}

.referrals-section ul,
.activity-log ul {
  list-style: none;
  padding-left: 0;
}

.referrals-section li {
  margin-bottom: 4px;
}

.referrals-section .referral-used {
  text-decoration: line-through;
  color: gray;
}

.referral-note {
  font-size: 0.85em;
  color: #666;
}

.activity-log {
  margin-top: 20px;
}

.activity-log ul li {
  margin-bottom: 4px;
}

.cancel-subscription {
  margin-top: 30px;
  text-align: center;
}

.cancel-subscription .btn-cancel {
  background-color: #d9534f;
  color: #fff;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  border-radius: 4px;
}

.cancel-subscription .btn-cancel:hover {
  background-color: #c9302c;
}

.subscribe-section {
  margin: 20px 0;
  text-align: center;
}

.subscribe-section .btn-subscribe {
  background-color: #0275d8;
  color: #fff;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  border-radius: 4px;
}

.subscribe-section .btn-subscribe:hover {
  background-color: #025aa5;
}

.small-note {
  font-size: 0.85em;
  color: #666;
  margin-top: 4px;
}

@media (max-width: 600px) {
  .my-account-container {
    max-width: 1300px;
    width: 500px;
    padding: 10px;
  }

 

  .tab-content {
    padding: 10px;
  }
}
.admin-dashboard {
  padding: 20px;
}

.admin-dashboard h1 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.admin-dashboard p {
  margin-bottom: 20px;
}

.tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.tabs button {
  padding: 8px 16px;
  border: 1px solid #ccc;
  background: #f2f2f2;
  cursor: pointer;
  border-radius: 4px;
}

.tabs button.active {
  background: #007bff;
  color: white;
  border-color: #007bff;
}

/* 🔷 Summary Section */
.dashboard-summary {
  margin-bottom: 30px;
  padding: 15px;
  background-color: #eef4fb;
  border: 1px solid #bcd;
  border-radius: 6px;
}

.dashboard-summary h2 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: #0056b3;
}

.dashboard-summary ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 15px;
}

.dashboard-summary ul li {
  margin-bottom: 4px;
}

.by-agency {
  margin-top: 15px;
}

.by-agency h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
  color: #007bff;
}

.agency-block {
  margin-bottom: 12px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.agency-block strong {
  color: #333;
}

.agency-block ul {
  list-style: none;
  padding-left: 15px;
  margin: 4px 0 0 0;
}

.agency-block ul li {
  font-size: 0.9rem;
}

/* 🔷 Messages */
.message-card {
  border: 1px solid #ccc;
  padding: 12px;
  margin-bottom: 10px;
  border-radius: 6px;
  background-color: #f9f9f9;
  cursor: pointer;
}

.message-card .collapsed-view {
  font-weight: 500;
}

.message-card .collapsed-view .meta {
  font-size: 0.85rem;
  color: #555;
  margin-top: 4px;
}

.message-card .expanded-view {
  margin-top: 10px;
}

.message-card textarea {
  width: 100%;
  min-height: 60px;
  margin-top: 8px;
  padding: 6px;
  font-size: 1rem;
}

.message-card button {
  margin-top: 6px;
  padding: 6px 12px;
  font-size: 0.95rem;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.message-card button:hover {
  background-color: #0056b3;
}



/*# sourceMappingURL=main.039cc13e.css.map*/