@import url(https://fonts.googleapis.com/css?family=Montserrat:400,800);
.App {
  text-align: center;
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}

.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

*, ::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.16 | 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;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.z-\[1000\] {
  z-index: 1000;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.hidden {
  display: none;
}
.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));
}
.justify-center {
  justify-content: center;
}
.border {
  border-width: 1px;
}
.italic {
  font-style: italic;
}
.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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.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;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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;
}

/*
  Based on TailwindCSS recommendations,
  consider using classes instead of the `@apply` directive
  @see https://tailwindcss.com/docs/reusing-styles#avoiding-premature-abstraction
*/
.loading-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgba(0,0,0,0.5);
}
.loading-modal .sk-cube-grid {
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  height: 2.5rem;
  width: 2.5rem;
}
.loading-modal .sk-cube-grid .sk-cube {
  float: left;
  height: 33%;
  width: 33%;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.loading-modal .sk-cube-grid .sk-cube1 {
  animation-delay: 0.2s;
}
.loading-modal .sk-cube-grid .sk-cube2 {
  animation-delay: 0.3s;
}
.loading-modal .sk-cube-grid .sk-cube3 {
  animation-delay: 0.4s;
}
.loading-modal .sk-cube-grid .sk-cube4 {
  animation-delay: 0.1s;
}
.loading-modal .sk-cube-grid .sk-cube5 {
  animation-delay: 0.2s;
}
.loading-modal .sk-cube-grid .sk-cube6 {
  animation-delay: 0.3s;
}
.loading-modal .sk-cube-grid .sk-cube7 {
  animation-delay: 0s;
}
.loading-modal .sk-cube-grid .sk-cube8 {
  animation-delay: 0.1s;
}
.loading-modal .sk-cube-grid .sk-cube9 {
  animation-delay: 0.2s;
}
@keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}

body {
  background: linear-gradient(to left, #0a113b, #8a4969);
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow-x: hidden;
}

div svg {
  vertical-align: inherit;
}

.navbar {
  position: fixed;
  z-index: 999;
  width: 100%;
}

.navbar .ant-row .ant-col {
    flex-grow: 1;
  }

.navbar .navlink-menu {
    flex-basis: 70%;

    text-transform: uppercase;
    font-weight: bold;
  }

.navbar .search-menu {
    display: flex;
    align-items: center;
    flex-basis: 20%;
    justify-content: flex-end;

    /* .custom-search-input .ant-input-search-button svg {
      color: white;
    } */
  }

.navbar .search-menu .ant-input-search {
      transition: width 0.5s;
      width: 50%;
    }

.navbar .search-menu .ant-input-search .ant-input-affix-wrapper {
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
      }

.navbar .search-menu .ant-input-wrapper button.ant-input-search-button {
      border-top-right-radius: 25px !important;
      border-bottom-right-radius: 25px !important;
    }

.navbar .search-menu .ant-input-search:hover,
    .navbar .search-menu .ant-input-search:focus {
      width: 90%;
    }

.navbar .account-menu {
    display: flex;
    justify-content: right;
    flex-basis: 10%;
  }

.navbar-account-dropdown ul.ant-dropdown-menu {
  margin-top: 20px; /* Increase the top margin as needed */
  min-width: 200px;
}

.bg-container {
  /* position: relative; */
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-content {
  /* position: absolute; */
  /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
  z-index: 120;
  height: 100%;
  background-color: transparent !important;
}

/* .error-template {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

.bg-cosmos {
  overflow: hidden;
  background-size: cover;
  background-position: left top;
  background-repeat: repeat-x;
  background-repeat: repeat-y;
  position: fixed;
  width: 100vw;
  height: 100vh;
}

@keyframes rocket-movement {
    0% {
      transform: translate(0, 0vh);
    }
    100% {
      transform: translate(100vw, -50vh);
    }
  }

@keyframes spin-earth {
    100% {
      transform: rotate(-360deg);
      transition: transform 20s;
    }
  }

@keyframes move-astronaut {
    100% {
      transform: translate(-160px, -160px);
    }
  }

@keyframes rotate-astronaut {
    100% {
      transform: rotate(-720deg);
    }
  }

@keyframes glow-star {
    40% {
      -webkit-opacity: 0.3;
      opacity: 0.3;
    }
    90%,
    100% {
      -webkit-opacity: 1;
      opacity: 1;
      transform: scale(1.2);
      border-radius: 999999px;
    }
  }

.bg-cosmos .spin-earth-on-hover {
  --tw-rotate: -3600deg;
  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));
  transition-property: ease;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 200s;
}

.bg-cosmos .objects img {
  pointer-events: none;
  z-index: 90;
}

.bg-cosmos .object_rocket {
  pointer-events: none;
  position: absolute;
  top: 75%;
  z-index: 95;
  animation: rocket-movement 200s linear infinite both running;
}

.bg-cosmos .object_earth {
  position: absolute;
  left: 15%;
  top: 20%;
  z-index: 90;
  animation: spin-earth 100s infinite linear both;
}

.bg-cosmos .object_moon {
  position: absolute;
  left: 25%;
  top: 12%;
}

.bg-cosmos .object_astronaut {
  animation: rotate-astronaut 200s infinite linear both alternate;
}

.bg-cosmos .box_astronaut {
  position: absolute;
  right: 20%;
  top: 60%;
  z-index: 110;
  animation: move-astronaut 50s infinite linear both alternate;
  will-change: transform;
}

.bg-cosmos .stars {
  background-size: contain;
  background-position: left top;
  background-repeat: repeat;
    background: url(https://www.salehriaz.com/404Page/img/overlay_stars.svg);
}

.bg-cosmos .glowing_stars .star {
  position: absolute;
  height: 3px;
  width: 3px;
  border-radius: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  opacity: 0.3;
  will-change: opacity;
}

.bg-cosmos .glowing_stars .star:nth-child(1) {
  left: 25%;
  top: 80%;
  animation: glow-star 2s infinite ease-in-out alternate 1s;
}

.bg-cosmos .glowing_stars .star:nth-child(2) {
  left: 40%;
  top: 20%;
  animation: glow-star 2s infinite ease-in-out alternate 3s;
}

.bg-cosmos .glowing_stars .star:nth-child(3) {
  left: 25%;
  top: 25%;
  animation: glow-star 2s infinite ease-in-out alternate 5s;
}

.bg-cosmos .glowing_stars .star:nth-child(4) {
  left: 80%;
  top: 75%;
  animation: glow-star 2s infinite ease-in-out alternate 7s;
}

.bg-cosmos .glowing_stars .star:nth-child(5) {
  left: 50%;
  top: 90%;
  animation: glow-star 2s infinite ease-in-out alternate 9s;
}

@media only screen and (max-width: 600px) {
    .bg-cosmos .box_astronaut {
    top: 70%;
  }
  }

.error-template .inner-content {
  margin-bottom: 1.25rem;
}

.error-template .btn-go-home {
  position: relative;
  z-index: 200;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100px;
  white-space: nowrap;
  border-radius: 100px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 203 57 / var(--tw-border-opacity, 1));
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}

.error-template .btn-go-home:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 57 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0px 20px 20px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0px 20px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.error-template .btn-go-home {
    /* display: block; */
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
  }

.error-template .central-body {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 17%;
  padding-bottom: 10%;
  text-align: center;
    /*    width: 100%;*/
}

@media only screen and (max-width: 600px) {
    .error-template .box_astronaut {
    top: 70%;
  }
    .error-template .central-body {
    padding-top: 25%;
  }
  }

.error-template .heading {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  padding: 0px;
  text-align: center;
  font-size: 9em;
  line-height: 1.3em;
  --tw-text-opacity: 1;
  color: rgb(245 246 250 / var(--tw-text-opacity, 1));
    text-shadow: 0 0 1rem #fefefe;
    font-weight: bold;
    font-family: "Fira Sans", sans-serif;
}

.error-template .subheading {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  max-width: 480px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.15em;
  --tw-text-opacity: 1;
  color: rgb(245 246 250 / var(--tw-text-opacity, 1));
    font-weight: bold;
    font-family: "Fira Sans", sans-serif;
}

.ant-tooltip {
  max-width: unset;
}

.ant-tooltip-inner {
  max-height: 80vh;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #555 #2c2c2c;
}

/* thumb and track colors */

.ant-tooltip-inner div div {
    margin: 5px 10px;
  }

/* For WebKit browsers: Chrome, Safari, Edge */
.ant-tooltip-inner::-webkit-scrollbar {
  width: 6px;
}

.ant-tooltip-inner::-webkit-scrollbar-track {
  background: #2c2c2c; /* dark background for track */
}

.ant-tooltip-inner::-webkit-scrollbar-thumb {
  background-color: #555; /* thumb color */
  border-radius: 3px;
}

/* AnimatedBorderCard.css */

/* .animated-border-wrapper {
  display: flex;
  align-content: center;
  justify-content: space-around;
  align-items: center;
} */

.content-card {
  position: relative;
  padding: 5px;
  border-radius: 12px;
  background: transparent;
  color: white;
  overflow: hidden;
  z-index: 1;
}

.content-card .ant-card-body {
    color: black;
    height: 100%;
    border-radius: 8px !important;
    overflow: hidden;
    background: white;
    display: flex;
    padding: 15px 30px !important;
    text-align: center !important;
    flex-direction: column !important;
  }

.content-card::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background: conic-gradient(#1890ff 0%, #52c41a 25%, #1890ff 100%);
  background-size: 400% 400%;
  animation: borderRun 8s linear infinite;
  z-index: -1;
  border-radius: 14px;
}

.content-card::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: transparent;
  z-index: 2;
  border-radius: 10px;
}

@keyframes borderRun {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 400% 50%;
  }
}

/*
  Based on TailwindCSS recommendations,
  consider using classes instead of the `@apply` directive
  @see https://tailwindcss.com/docs/reusing-styles#avoiding-premature-abstraction
*/
.error-accordion {
  outline-style: solid;
  outline-width: 1px;
  outline-color: #dc2626;
}

.normal-accordion {
  outline-style: solid;
  outline-width: 1px;
  outline-color: #a1a1aa;
}

.error-text {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.top-right-outside {
  visibility: visible;
  position: absolute !important;
  right: -3.5rem;
  top: 0.25rem;
}

.top-right-outside-simple-section {
  margin-top: 1rem !important;
  padding: 0px !important;
}

/* .table-wrapper {
  h1 {
    margin-bottom: 0 !important;
  }

  .basic-form {
    margin: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;

    .basic-form-submit-btn-wrapper {
      flex-wrap: wrap;
      align-content: end;
      margin-bottom: 10px;
      margin-left: 5px;

      button {
        height: 40px;
      }
    }
  }
} */

.circle-progress-wrapper {
  width: 150px !important;
  height: 150px !important;
  text-align: center;
  margin-top: 20px;
}

.circle-progress-wrapper .label {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
  }

.circle-progress-wrapper .progress-container {
    position: relative;
    display: inline-block;
  }

.circle-progress-wrapper .custom-progress-circle {
    animation: spin 2s linear infinite; /* Add spinning animation */
  }

.circle-progress-wrapper .progress-container .custom-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    /* font-weight: bold; */
    color: #000;
  }

.circle-progress-wrapper .progress-container .custom-text .main-text {
      font-weight: bold;
      font-size: 22;
    }

/* Keyframes for spinning animation */

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

.output-site-data {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0 0 80px 0;
}

.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  font-weight: bold;
}

div[data-chart-source-type="G2Plot"] {
  margin: 20px 0;
}

.ant-dropdown-menu-title-content > div {
  display: flex;
  flex-wrap: nowrap;
}

.ant-dropdown-menu-title-content > div div {
    margin-left: 10px;
  }

.data-donut-tooltip-mes .data-donut-tooltip-submes {
    margin-left: 5px;
  }

.basic-form-label {
  font-weight: bold;
  font-size: large;
  margin-bottom: 20px;
}

.basic-form {
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}

.basic-form .basic-form-content,
  .basic-form .wrapped-section .ant-collapse-content-box,
  .basic-form .simple-section .ant-card-body {
    /* margin: 10px 0px !important; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: flex-start;
  }

.basic-form .basic-field {
    min-width: 200px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    flex-basis: auto;
    flex-grow: 1;
  }

.basic-form .basic-field .ant-form-item-label {
    padding: 0;
    text-align: start;
  }

.basic-form .basic-field .ant-card-body {
    padding: 10px;
  }

.basic-form .basic-field:has(textarea) {
    width: 100%;
  }

.basic-form .remove-section {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }

.basic-form .basic-form-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

.basic-form .basic-form-content .section,
  .basic-form .basic-form-content .section-many {
    width: 100%;
  }

.basic-form .section-many .rounded-button {
  border-radius: 9999px !important;
    border: 1px solid #0084ff;
}

.basic-form .section-many .rounded-button svg {
      margin-right: 2px;
      margin-bottom: 3px;
    }

.basic-form .section-many .rounded-button:hover {
    background-color: #0084ff;
    border: 1px solid #0084ff;
  }

.basic-form .section-many .rounded-button:hover svg {
      color: #ffffff;
    }

.basic-form .basic-form-submit-btn {
    background-color: #0084ff;
    height: 40px;
  }

.basic-form .basic-form-submit-btn[disabled] {
    background-color: #d6d6d6;
  }

.basic-form .basic-form-server-errors {
    display: flex;
    align-items: center;
    align-content: center;
    border: 2px solid #c32828;
    padding: 5px 15px;
    border-radius: 5px;
    width: 100%;
    margin: 0px 5px;
  }

.basic-form .basic-form-content .ant-row {
    display: initial !important;
  }

.basic-form svg {
    vertical-align: initial;
  }

.basic-form .force-disabled input,
    .basic-form .force-disabled textarea,
    .basic-form .force-disabled div.ant-select-selector,
    .basic-form .force-disabled span.ant-select-selection-item {
      color: rgb(0, 0, 0, 0.7) !important;
    }

.delete-item button {
    background-color: #d93f3a !important; /* Fill with same color */
    color: white !important; /* Change text color */
  }

.delete-item button:hover {
    color: #ff4d4f !important; /* Text color */
    border-color: #ff4d4f !important; /* Border color */
    background-color: transparent !important; /* Default background */
    transition: background-color 0.3s, color 0.3s; /* Smooth transition */
  }

.remove-section-btn {
  max-width: 50vw;
}

.remove-section-btn .ant-btn-primary {
    background-color: #ff0000;
  }

.remove-section-btn .ant-btn-primary:hover {
    color: #ff0000;
    background-color: transparent;
    border: 1px solid #ff0000;
  }

.table-wrapper {
  padding: 0 30px;
}

.table-wrapper .form-class h1 {
      margin-bottom: 0 !important;
      text-align: left;
    }

.table-wrapper .ant-tabs-nav-list {
    font-weight: bold;
  }

.table-wrapper .basic-form {
    margin: auto;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    flex-direction: row;
  }

.table-wrapper .basic-form .basic-field {
      margin-bottom: 0;
      min-width: 50px;
    }

.table-wrapper .basic-form .basic-form-submit-btn-wrapper {
      flex-wrap: wrap;
      align-content: center;
      /* margin-bottom: 10px; */
      margin-left: 5px;
      margin-right: 10px;
    }

.table-wrapper .basic-form .report-btn-wrapper {
      display: flex;
      gap: 10px;
    }

.table-wrapper .basic-form .report-btn-wrapper .download-btn,
      .table-wrapper .basic-form .report-btn-wrapper .save-btn {
        height: 40px;
      }

.table-wrapper .basic-form .report-btn-wrapper .save-btn {
        background-color: #04aa6d !important; /* Fill with same color */
        color: white !important; /* Change text color */
      }

.table-wrapper .basic-form .report-btn-wrapper .save-btn:hover {
        color: #04aa6d !important; /* Text color */
        border-color: #04aa6d !important; /* Border color */
        background-color: transparent !important; /* Default background */
        transition: background-color 0.3s, color 0.3s; /* Smooth transition */
      }

.table-wrapper .basic-form .report-btn-wrapper .save-btn:disabled {
        cursor: not-allowed !important;
        border-color: #d9d9d9 !important;
        color: rgba(0, 0, 0, 0.25) !important;
        background: rgba(0, 0, 0, 0.04) !important;
        box-shadow: none !important;
      }

.site-dashboard-form .basic-form-content-wrapper {
    justify-content: flex-start;
  }

.ant-modal-body .basic-form-content-wrapper {
    flex-direction: column;
  }

.google-login {
  margin-bottom: 20px;
}

.data-status-form,
.output-report-form {
  display: flex;
}

.data-status-form .basic-form, .output-report-form .basic-form {
    margin-right: 0;
  }

.ant-table-filter-dropdown-btns .ant-btn-primary {
  background-color: #1677ff;
}

.example-color {
  color: #00ff80;
}

.ant-tag {
  margin: 2px 2px;
}

.ant-table-body,
.ant-table-content {
  scrollbar-width: thin;
  scrollbar-color: rgb(163 163 163) transparent;
  scrollbar-gutter: stable;
}

.custom-table-cell {
  padding: 16px 20px !important;
  background-color: white;
}

.custom-summary-cell {
  overflow-wrap: normal !important;
  min-width: 50px !important;
  /* max-width: 250px !important; */
  white-space: nowrap;
}

.custom-summary-cell * {
    min-width: 60px !important;
    /* max-width: 250px !important; */
  }

.custom-table-cell-value-wrap {
  display: flex;
  flex-wrap: wrap;
  min-width: 60px !important;
}

/* max-width: 250px !important; */

.custom-table-cell-value-wrap .ant-steps-item-container {
    display: flex;
    justify-self: center;
    align-items: center;
  }

/* flex-wrap: nowrap; */

.custom-table-cell-value-wrap:has(input) .ant-form-item {
    margin: 2px !important;

    /* input {
      max-width: 100px !important;
      min-width: none !important;
    } */
  }

.table-summary-row,
.table-summary-row .ant-table-cell,
.table-summary-cell,
.table-summary-cell-number {
  background-color: #d0e8f8 !important;
}

.table-summary-row .table-summary-cell-total-tag, .table-summary-row .ant-table-cell .table-summary-cell-total-tag, .table-summary-cell .table-summary-cell-total-tag, .table-summary-cell-number .table-summary-cell-total-tag {
    transform: scale(1.5);
  }

.table-summary-cell-number {
  text-align: right;
  margin-right: 20px;
}

.ant-table-cell:has(.action-cell) {
  padding: 0 5px !important;
  width: 75px;
}

.table-top-head {
  display: flex;
  justify-content: space-between;
}

.table-top-head button.table-add-btn {
    background-color: #04aa6d !important; /* Fill with same color */
    color: white !important; /* Change text color */
    margin-left: auto; /* Align the last item to the end */
  }

.table-top-head button.table-add-btn:hover {
    color: #04aa6d !important; /* Text color */
    border-color: #04aa6d !important; /* Border color */
    background-color: transparent !important; /* Default background */
    transition: background-color 0.3s, color 0.3s; /* Smooth transition */
  }

.table-top-head .table-settings-btn {
    background-color: #1677ff !important; /* Fill with same color */
    color: white !important; /* Change text color */
  }

.table-top-head .table-settings-btn:hover {
    color: #1677ff !important; /* Text color */
    border-color: #1677ff !important; /* Border color */
    background-color: transparent !important; /* Default background */
    transition: background-color 0.3s, color 0.3s; /* Smooth transition */
  }

.action-cell {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}

.action-cell button {
    margin: 2px 2px;
    width: 75px;
  }

.action-cell button[disabled],
  .action-cell button[disabled]:hover {
    background-color: #d3d3d3 !important;
    border-color: #d3d3d3 !important;
    color: white !important;
  }

.action-cell .table-edit-btn {
    background-color: #1677ff !important; /* Fill with same color */
    color: white !important; /* Change text color */
  }

.action-cell .table-edit-btn:hover {
    color: #1677ff !important; /* Text color */
    border-color: #1677ff !important; /* Border color */
    background-color: transparent !important; /* Default background */
    transition: background-color 0.3s, color 0.3s; /* Smooth transition */
  }

.action-cell .table-delete-btn:hover {
    background-color: #d93f3a !important; /* Fill with same color */
    color: white !important; /* Change text color */
  }

.action-cell .table-delete-btn {
    color: #ff4d4f !important; /* Text color */
    border-color: #ff4d4f !important; /* Border color */
    background-color: transparent !important; /* Default background */
    transition: background-color 0.3s, color 0.3s; /* Smooth transition */
  }

.table-settings {
  display: flex;
  background: white;
  justify-content: space-around;
  flex-direction: column;
  padding: 20px;
  box-shadow: 10px 28px 28px rgba(0, 0, 0, 0.25),
    0 10px 10px rgba(0, 0, 0, 0.22);
  border-radius: 10px;
  max-height: 200;
  overflow: auto;
}

.hide-tab-nav .ant-tabs-nav {
  display: none;
}

/*
  Based on TailwindCSS recommendations,
  consider using classes instead of the `@apply` directive
  @see https://tailwindcss.com/docs/reusing-styles#avoiding-premature-abstraction
*/
/* .nav-active {
        background-color: #000;
        color: #fff;
    }

    .nav-active:hover {
        background-color: #000;
        color: #fff;
    } */
.nav-bar {
  position: fixed;
  z-index: 150;
  width: 100vw;
}

.nav-bar .nav-button {
  margin-left: 5px;
  margin-right: 5px;
}
.nav-bar .nav-item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.search-dropdown .ant-list-item {
  transition: all 0.2s ease-in-out;
}

.search-dropdown .ant-list-item:hover {
  background-color: #f3f4f6;
  transform: translateX(4px);
}

.search-item-link {
  position: relative;
  overflow: hidden;
}

.search-item-link:hover {
  background-color: #f3f4f6;
}

.search-item-link:hover span {
  color: #2563eb;
}

.search-item-link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #2563eb;
  transform: scaleY(0);
  transition: transform 0.2s ease-in-out;
}

.search-item-link:hover:before {
  transform: scaleY(1);
}

.page-layout {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  /* max-height: 100vh; */
  max-width: 95vw;
  /* width: 90%; */
  margin: 100px 0px 40px 0px;
  background: rgb(255 255 255 / 100%);
  border-radius: 10px;
  box-shadow: 10px 28px 28px rgba(0, 0, 0, 0.25),
    0 10px 10px rgba(0, 0, 0, 0.22);
}

.page-layout .ant-btn-primary {
    background-color: #1677ff;
  }

.login-page {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Montserrat", sans-serif;
}

/* height: 100%; */

/* width: 100%; */

/* margin: -20px 0 50px; */

.login-page .basic-form-content-wrapper {
    display: flex;
    flex-direction: column;
  }

.login-page .basic-form-content-wrapper .basic-form-content {
      display: flex;
      flex-direction: column;
    }

.login-page .basic-form-content-wrapper .basic-form-content input {
        min-width: 300px;
      }

.login-page .basic-form-content-wrapper button[type="submit"] {
      margin-top: 20px !important;
    }

.bg-container:has(.reeseom-page) {
  align-items: flex-start;
}

.reeseom-page,
.reeseom-dashboard-item {
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px 30px;
  /* height: 100vh; */
  /* margin-top: 30px; */

  display: flex;
  justify-content: center;
}

/* height: 100%; */

/* height: calc(100% - 200px); */

.reeseom-page .site-creation-form, .reeseom-dashboard-item .site-creation-form {
    /* margin: 100px 50px 40px 50px;
        background: rgb(255 255 255 / 100%);
        border-radius: 10px;
        box-shadow: 10px 28px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); */
    padding: 30px 40px;
    max-width: 1400px;
    margin: auto;
  }

.reeseom-page h1, .reeseom-dashboard-item h1 {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }

.reeseom-page .sites-info,
  .reeseom-page .site-dasboard,
  .reeseom-dashboard-item .sites-info,
  .reeseom-dashboard-item .site-dasboard {
    background: rgb(255 255 255 / 100%);
    border-radius: 10px;
    width: 95vw;
  }

.reeseom-page .site-detail, .reeseom-dashboard-item .site-detail {
    width: 95vw;
    /* height: 100vh; */
    background-color: transparent;
    padding: 10px 30px;
  }

/* .ant-tabs-tabpane {
            display: flex;
            justify-content: center;
        } */

.reeseom-page .site-detail .edit-site-detail, .reeseom-dashboard-item .site-detail .edit-site-detail {
      display: flex;
      justify-content: flex-end;
      padding-right: 40px;
    }

.reeseom-page .site-detail .edit-site-detail button, .reeseom-dashboard-item .site-detail .edit-site-detail button {
        min-width: 100px;
      }

.reeseom-page .site-detail .dashboard-site, .reeseom-dashboard-item .site-detail .dashboard-site {
      display: flex;
      flex-wrap: wrap;
    }

.reeseom-page .site-detail .dashboard-site .period-output-chart, .reeseom-dashboard-item .site-detail .dashboard-site .period-output-chart {
        width: 100%;
        margin-top: 50px;
      }

.reeseom-page .site-detail .dashboard-site .dashboard-data, .reeseom-dashboard-item .site-detail .dashboard-site .dashboard-data {
        width: 100%;
      }

.reeseom-page .site-detail .dashboard-site .dashboard-data .dashboard-selected-date-dropdown, .reeseom-dashboard-item .site-detail .dashboard-site .dashboard-data .dashboard-selected-date-dropdown {
          width: 200px;
        }

.reeseom-page .site-detail .dashboard-site .dashboard-data .dashboard-inverter-chart, .reeseom-dashboard-item .site-detail .dashboard-site .dashboard-data .dashboard-inverter-chart {
          display: flex;
        }

.reeseom-page .site-detail .dashboard-site .dashboard-data .dashboard-data-chart, .reeseom-dashboard-item .site-detail .dashboard-site .dashboard-data .dashboard-data-chart {
          margin-top: 20px;
        }

.reeseom-page .site-detail .dashboard-site .dashboard-data .dashboard-data-chart .area-time-chart, .reeseom-dashboard-item .site-detail .dashboard-site .dashboard-data .dashboard-data-chart .area-time-chart {
            width: 50%;
          }

.reeseom-page .site-detail .dashboard-site .dashboard-data .dashboard-data-chart .area-time-chart-meters, .reeseom-dashboard-item .site-detail .dashboard-site .dashboard-data .dashboard-data-chart .area-time-chart-meters {
            width: 100%;
            margin: 10px 0px;
          }

.reeseom-page .site-detail .dashboard-site .dashboard-data .dashboard-data-chart .area-time-chart-meters > div, .reeseom-dashboard-item .site-detail .dashboard-site .dashboard-data .dashboard-data-chart .area-time-chart-meters > div {
            width: 100%;
            display: flex;
          }

.reeseom-dashboard-page,
.output-site-data {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-wrap: nowrap;
}

.reeseom-dashboard-page .reeseom-dashboard-item, .output-site-data .reeseom-dashboard-item {
    width: 98vw;
    display: flex;
    background-color: transparent;
    gap: 16px;
    padding: 0 20px;
    align-items: stretch;
    flex-wrap: wrap;
  }

.reeseom-dashboard-page .reeseom-dashboard-item .site-dasboard, .output-site-data .reeseom-dashboard-item .site-dasboard {
      flex: 1;
      min-width: 580px;
      padding: 30px 40px;
    }

.reeseom-dashboard-page .reeseom-dashboard-item .daily-widget-data, .output-site-data .reeseom-dashboard-item .daily-widget-data {
      max-height: 600px;
    }

.reeseom-dashboard-page .reeseom-dashboard-item .daily-widget-data .site-dashboard-form, .output-site-data .reeseom-dashboard-item .daily-widget-data .site-dashboard-form {
        display: flex;
        justify-content: space-between;
      }

.reeseom-dashboard-page .reeseom-dashboard-item .daily-widget-data .site-dashboard-form .basic-form, .output-site-data .reeseom-dashboard-item .daily-widget-data .site-dashboard-form .basic-form {
          margin: 0;
        }

.reeseom-dashboard-page .site-chart-widget-data, .output-site-data .site-chart-widget-data {
    max-height: unset;
  }

.reeseom-dashboard-page .site-chart-widget-data .basic-form-content-wrapper, .output-site-data .site-chart-widget-data .basic-form-content-wrapper {
      position: relative;
      height: 0;
      margin-left: auto;
      margin-top: -20;
      z-index: 2;
    }

.reeseom-dashboard-page .site-charts-card-col, .output-site-data .site-charts-card-col {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    max-height: 250px !important;
    max-width: 300px !important;
  }

.reeseom-dashboard-page .site-charts-card-col .site-charts-card-col-title, .output-site-data .site-charts-card-col .site-charts-card-col-title {
      font-weight: bold;
    }

.period-output-chart .site-dashboard-form h1 {
  position: absolute;
  right: 70px;
}

