/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[12].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"app/layout.tsx","import":"Inter","arguments":[{"subsets":["latin"]}],"variableName":"inter"} ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: '__Inter_f367f3';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/ba9851c3c22cd980-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__Inter_f367f3';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/21350d82a1f187e9-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: '__Inter_f367f3';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: '__Inter_f367f3';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: '__Inter_f367f3';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/df0a9ae256c0569c-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Inter_f367f3';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/8e9860b6e62d6359-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Inter_f367f3';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Inter_Fallback_f367f3';src: local("Arial");ascent-override: 90.20%;descent-override: 22.48%;line-gap-override: 0.00%;size-adjust: 107.40%
}.__className_f367f3 {font-family: '__Inter_f367f3', '__Inter_Fallback_f367f3';font-style: normal
}

/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
@tailwind base;
@tailwind components;
@tailwind utilities;

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');


:root {
  --scrollbar-color: rgba(23, 37, 84, 0.2) !important;
  --scrollbar-color-hover: rgba(23, 37, 84, 0.3) !important;
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--scrollbar-color);
}

*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

*::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-color);
  border-radius: 14px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--scrollbar-color-hover);
}

/* .custom-component-class { */
  /* color:white; */
  /* --tw-bg-opacity: 1; */
  /* background-color: rgb(24 24 27 / var(--tw-bg-opacity)); */
/* } */

.custom-component-class a {
  color: #60a5fa; /* Bright blue that's visible on dark backgrounds */
  text-decoration: underline !important; /* Ensures underline is always visible */
  font-weight: 500; /* Make links slightly bolder for better visibility */
}

.custom-component-class a:hover {
  color: #93c5fd; /* Lighter blue on hover for visual feedback */
  text-decoration: underline !important;
}

.custom-component-class ol {
  list-style: disc !important;
  padding-left: 40px !important;
}

/* 
.custom-component-class a {
  color: #4d05e7 !important;
  text-decoration: underline !important;
} */

/* 
.custom-component-class ol {
  list-style: disc !important;
  padding-left: 40px !important;

}

.whitespace-pre-wrap {
  white-space: pre-line !important;
} */

.bg-body-custom-colour {
  background-color: #dccabd;
  ;
}

.bg-custom-light-blue {
  background-color: #B0E0E6;
}


.custom-thinking-style {
  position: absolute !important;
  display: block !important;
  width: 30px !important;
  top: -30px !important;
  right: -10px !important;
  z-index: 10 !important;
}

.tag-input-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 8px;
  background-color: #f9f9f9;
  overflow: hidden;
  /* width: 350px; */
  width: 19.5rem;
  overflow: auto;
  /* This will add a vertical scrollbar if needed */
}

.tag-input-multi {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 8px;
  background-color: #f9f9f9;
  overflow: hidden;
  /* width: 350px; */
  min-width: 100%;
  overflow: auto;
  /* This will add a vertical scrollbar if needed */
}

.tag {
  display: inline-flex;
  align-items: center;
  padding: 5px 8px;
  margin: 2px;
  border-radius: 16px;
  background-color: #007bff;
  color: white;
  font-size: 14px;
}

.tag-non-removable {
  background-color: #6c757d;
  /* A different color to indicate non-removability */
}

.tag-removable .tag-delete-button {
  display: inline-block;
  margin-left: 8px;
  cursor: pointer;
}

.tag-input {
  flex-grow: 1;
  border: none;
  padding: 8px;
  outline: none;
  font-size: 14px;
}

.tag-delete-button:hover {
  color: #ff0000;
}


/* Modal Background and Container */
.modal-background,
.ReactModal__Content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0;
  /* background-color: rgba(0, 0, 0, 0.5); */
  background-color: rgb(0 0 0 / 85%);
  z-index: 100;
}

.modal-container,
.ReactModal__Content {
  background-color: #1E1E1E;
  /* padding: 24px; */
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* max-width: 400px; */
  /* width: 100%; */
  /* width: auto; */
  width: 55rem;
  /* max-width: 95%; Make it responsive */
  padding: 1.5%;
}

.close-button {
  float: right;
  font-size: 16px;
  border: none;
  background: none;
  cursor: pointer;
}

.modal-content .close-button {
  margin-left: -17px;
  margin-top: -20px;
}

/* Form Styles */
.form-select,
.form-button,
.form-reset-button,
.form-input,
.DropdownWithTextBox,
.editable-text-box {
  display: block;
  /* width: 100%; */
  color: #ffffffd9;
  width: 19.5rem;
  padding: 8px 12px;
  margin-bottom: 16px;
  font-size: 16px;
  border: 1px solid #424242;
  background: #141414;
  /* Light gray border */
  border-radius: 8px;
  box-sizing: border-box;
}

.form-select:focus,
.form-button:focus,
.form-reset-button:focus,
.form-input:focus,
.form-textarea:focus {
  border-color: rgb(139, 145, 147);
  /* Light blue for focus */
  outline: none;
}

.form-button {
  background-color: #106284;
  /* background-color: #3182ce; */
  /* Blue background */
  color: #fff;
  cursor: pointer;
}

.form-reset-button {
  background-color: #cbd5e0;
  /* Light gray background */
  color: #1a202c;
  /* Dark gray text */
}

.form-button:hover {
  /* border-color: #0a506e; */
  border-color: rgb(139, 145, 147);
  background-color: #0a506e;
  /* Darker blue on hover */
}

.form-reset-button:hover {
  background-color: #b2becd;
  /* Darker gray on hover */
}

.label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #4a5568;
  /* Dark gray */
  font-weight: 500;
}


/* .editable-text-box {
  display: block;
  width: 19.5rem;
  padding: 8px 12px;
  margin-bottom: 16px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: white;
  cursor: text;
} */

.editable-text-box:focus {
  outline: none;
  border-color: #007bff;
}

.tooltip-container {
  /* position: relative; */
  display: inline-block;
  position: relative;
  /* Ensure that z-index is respected */
  /* z-index: 999; */
  /* Higher than the z-index of other elements */

}

.tooltip-content {

  visibility: hidden;
  /* width: 120px; */
  width: 20%;
  background-color: rgba(217, 222, 227, 0.813);
  color: #060000;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 999;

}

.tooltip-container:hover .tooltip-content {
  visibility: visible;
}

.tooltip-container .tooltip-content {
  /* top: -5px;
  left: 90%; */

  /* width: 120px;
  bottom: 100%;
  left: 50%;
  margin-left: -60px; */

  /* width: 250px; */
  width: 19rem;
  top: 100%;
  left: 50%;
  margin-left: -60px;
  /* Use half of the width (120/2 = 60), to center the tooltip */
}

/* For the close button inside the tooltip */
.tooltip-close-button {
  margin: auto;
  background: none;
  border: none;
  cursor: pointer;
  color: #333;
  font-size: 16px;
}

.tooltip-flex-container {
  margin: 15px;
}


.tooltip-icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.form-element {
  display: block;
  /* Ensures that each form element occupies its own line */
  /* margin-bottom: 20px;  Adds some space between form elements */
  margin-bottom: 1rem;
}

/* Additional responsive styling for smaller screens */
@media (max-width: 768px) {
  .tooltip-content {
    /* max-width: 90%; */
    transform: translate(-50%, -50%);
  }

  .modal-content,
  .ReactModal__Content {
    padding: 5%;
    /* More padding on smaller screens */
  }
}

.questions-section {
  border: 2px solid #5D5FEF;
  /* A magical purple to signify importance */
  padding: 20px;
  margin-top: 20px;
  border-radius: 8px;
  background-color: #F9F9FF;
  /* A soft purple background */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* A subtle shadow for depth */
  width: 390px;
}

.questions-section .form-element {
  margin-bottom: 15px;
  /* Space between questions */
}

.questions-section {
  width: 100%;
  /* Full width within the section */
  padding: 10px;
  border: 1px solid #CCC;
  /* Subtle border for the textarea */
  border-radius: 4px;
  resize: vertical;
  /* Allow vertical resizing */
}

.form-textarea {
  border: 2px solid #e2e8f0;
  width: 100%;
  /* Full width within the section */
  padding: 10px;
  /* resize: vertical; */
  border-radius: 8px;
  background-color: #141414;
  /* box-sizing: border-box; */
}

.questions-section label {
  display: block;
  margin-bottom: 5px;
  /* Space above the textarea */
  font-weight: bold;
  color: #333;
}

/* Tooltip styling if needed */
.tooltip-icon {
  display: inline-block;
  margin-left: 5px;
  cursor: help;
}

.questions-heading {
  text-align: center;
  color: #F5F5F5;
  /* White text color */
  padding: 10px;
  margin-bottom: 20px;
  background: linear-gradient(270deg, #bbaaff, #e6ccff, #bbaaff);
  background-size: 600% 600%;
  animation: AuraGlow 10s ease infinite;
  border-radius: 10px;
}

@keyframes AuraGlow {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}


/* style for custom modal scrollbar */

.modal-content,
.ReactModal__Content {
  max-height: 100vh;
  /* Adjust based on your modal's max height */
  overflow-y: auto;
  /* overflow-x: hidden; */
  overflow-x: auto;
  /* Hide horizontal scrollbar */
  padding: 2%;

  /* Custom scrollbar styles for Firefox */
  scrollbar-width: thin;
  scrollbar-color: #cccccc #f0f0f0;
}


/* Custom scrollbar styles for Webkit browsers */
.modal-content::-webkit-scrollbar,
.ReactModal__Content::-webkit-scrollbar {
  width: 8px;
}

.modal-content::-webkit-scrollbar-track,
.ReactModal__Content::-webkit-scrollbar-track {
  background-color: #f0f0f0;
  border-radius: 10px;
}

.modal-content::-webkit-scrollbar-thumb,
.ReactModal__Content::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 10px;
}

/* Custom scrollbar styles for Firefox */
.modal-content {
  scrollbar-width: thin;
  scrollbar-color: #cccccc #f0f0f0;
}




.navigation-icon {
  width: 30px !important;
  /* Force the width to be 30px */
  height: 30px;
  /* Set the height to maintain aspect ratio */
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.question-navigation {
  display: flex;
  /* Use flexbox to align items in a line */
  justify-content: center;
  /* Center the items horizontally */
  align-items: center;
  /* Center the items vertically */
}

/* Optional: If you want some space between the icons */
.navigation-icon:not(:last-child) {
  margin-right: 10px;
  /* Adjust the spacing to your preference */
}


.suggestion-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  /* Adjust as necessary */
  margin-top: 10px;
}

.suggestion-tag {
  display: inline-block;
  background-color: #ececff;
  /* Light purple background */
  color: #5D5FEF;
  /* Darker purple text */
  padding: 5px 10px;
  border-radius: 20px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.suggestion-tag:hover {
  background-color: #dcdcff;
  /* Slightly darker on hover */
}

.tooltip-close-button {
  position: absolute;
  top: 5px;
  right: 5px;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 16px;
}

.task-card-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1E1E1E;
  /* background-color: rgba(0, 0, 0, 0.5); */
  /* Semi-transparent backdrop */
  z-index: 1050;
  /* High z-index to ensure it's on top */
}

.task-card-container {
  background-color: #1E1E1E;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 50%;
  max-width: 600px;
  /* Maximum width for larger screens */
  overflow: hidden;
  position: relative;
}

.close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

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

.task-card {
  background-color: #1E1E1E;
  border-left: 4px solid #106284;
  /* Accent border */
  margin-bottom: 10px;
  padding: 10px 15px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

/* .task-card:hover {
  background-color: #2c2c2c;
} */

.task-input,
.task-textarea {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #141414;
  box-sizing: border-box;
  /* Ensures padding doesn't affect overall width */
}

.task-textarea {
  resize: vertical;
  /* Allows vertical resizing */
}

.task-actions {
  display: flex;
  justify-content: flex-end;
}

.icon {
  cursor: pointer;
  margin-left: 10px;
  font-size: 1.2rem;
  color: #007bff;
  /* Matching the border color for consistency */
}

.submit-changes {
  background-color: #28a745;
  /* Bootstrap success color */
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
  float: right;
  margin-top: 20px;
}

.submit-changes:hover {
  background-color: #218838;
  /* Darker shade for hover effect */
}

.task-edited .task-input,
.task-edited .task-textarea {
  border-color: #f6ee48;
  /* Example: Highlight input fields with an orange border */
}

.task-edited p,
.task-edited label {
  background-color: #007BFF;
  /* Example: Highlight paragraphs with a light yellow background */
}


/* TaskSection.css */
.task-section {
  font-family: 'Arial', sans-serif;
  /* max-width: 600px; */
  max-width: 50rem;
  /* Adjust based on preference */
  margin: auto;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.task-card {
  background-color: #1E1E1E;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

/* .task-card:hover, */
.task-item:hover {
  box-shadow: 0 4px 8px 0 4px 8px rgb(88 86 86);
}

.task-card.edited {
  border-left: 4px solid #007bff;
  /* Highlight color for edited tasks */
}

.task-input,
.task-textarea,
.task-instruction-textarea {
  width: 100%;
  padding: 10px;
  margin: 5px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  /* So padding doesn't affect overall width */
  font-size: 16px;
  /* Larger font size for better readability */
}

.task-textarea,
.task-instruction-textarea {
  min-height: 100px;
  /* Larger default height for descriptions and instructions */
}

.task-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.task-actions svg {
  cursor: pointer;
  margin-left: 10px;
  color: #007bff;
  /* Primary action color */
}

.task-actions svg:hover {
  color: #0056b3;
  /* Darker shade on hover */
}

.add-instruction-btn {
  margin-top: 10px;
  padding: 5px 10px;
  background-color: #007bff;
  /* Primary button color */
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.add-instruction-btn:hover {
  background-color: #0056b3;
  /* Darker shade on hover */
}



/* custom agent io styles */
.section-container {
  border-radius: 0.5rem;
  border: 1px solid #e2e8f0;
  /* background-color: white; */
  /*AK:commented for darker gray*/
  /* background-color: #424242; */
  background-color: #1E1E1E;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 5px;
  margin-bottom: 5px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  overflow: auto;
  height: 100%;
}

.btnSection-container {
  /* border-radius: 0.5rem; */
  /* border: 1px solid #e2e8f0; */
  /* background-color: white; */
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
  padding: 1rem;
  /* margin-bottom: 1rem; */
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  max-height: 100px;
  padding: 5px;
  align-items: center;
  margin: 10px;
}

.btnContainer {
  padding: 5px;
}

/* Collapsed state modifier for section container */
.section-container.collapsed {
  padding: 1rem;
  /* Adjust padding to only accommodate the title and buttons */
  margin-bottom: 0.5rem;
  height: 55px;
  /* Smaller margin for collapsed state */
}

.containerIO {
  max-height: 80%;
}

.title {
  font-size: 0.75rem;
  /* Slightly smaller for a more elegant look */
  color: rgb(224 224 224);
  /* color: #2a4365; */
  /* A deep blue for a professional tone */
  font-weight: 600;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  /* Prevent text selection on click */
}

/* .content {
  flex-grow: 1;
  overflow-y: auto;
  padding: 0 0.5rem 0.5rem;
  transition: max-height 0.3s ease;
} */

/* Dynamically hide content */
.content.collapsed {
  height: 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.content {
  /* background-color: #424242; */
  background-color: #1E1E1E;
  overflow: auto;

}

.button {
  /* background-color: #6266c0; */
  background-color: #106284;
  /* A deeper blue for a more professional appearance */
  /* color: white; */
  color: #c6c6c6;
  padding: 0.5rem 1.2rem;
  font-size: 0.85rem;
  border-radius: 0.375rem;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.2s;
}

.button_reject {
  background-color: #a64e5f;
  /* A deeper blue for a more professional appearance */
  /* color: white; */
  color: #c6c6c6;
  padding: 0.5rem 1.2rem;
  font-size: 0.85rem;
  border-radius: 0.375rem;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.2s;
}

.button:hover {
  justify-content: flex-end;
  /* background-color: #434190; */
  background-color: #0a506e;
  /* A slightly darker shade for hover */
  transform: translateY(-2px);
  /* A subtle lift effect */
}

.button_reject:hover {
  justify-content: flex-end;
  /* background-color: #434190; */
  background-color: #8a3f4e;
  /* A slightly darker shade for hover */
  transform: translateY(-2px);
  /* A subtle lift effect */
}

.button:disabled,
.button_reject:disabled {
  background-color: #a0aec0;
  /* A muted grey for disabled state */
  color: #718096;
  /* Darken text to indicate non-activity */
  cursor: not-allowed;
}

.editButton:disabled {
  cursor: not-allowed;
}

.button-container {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-top: 0.5rem;
  /* margin-top: 1rem; */
}

/* Subtle hover effect for the entire container, less pronounced than before for elegance */
.section-container:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* globals.css */
.file-upload-container {
  margin-top: 10px;
  padding: 10px;
  background-color: #18181b;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 500px;
  /* Set a fixed width */
  height: auto;
  /* Auto height */
  max-height: 250px;
}

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

.file-upload-input {
  border: 2px solid #ddd;
  padding: 8px 10px;
  border-radius: 4px;
  width: 70%;
  margin-right: 10px;
}

/* .file-upload-button {
  background-color: #106284;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
} */

/* .file-upload-button {
  background: linear-gradient(135deg, #5B0428, #CA0123);
  color: white;
  border: 1px solid rgba(202, 1, 35, 0.3);
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 14px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(91, 4, 40, 0.2);
} */

.file-upload-button {
  background: linear-gradient(135deg, #00B4D8, #009DAE);  /* Cyan gradient */
  color: white;
  border: 1px solid rgba(0, 157, 174, 0.3);  /* Border color adjusted to match darker cyan */
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 14px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 157, 174, 0.2);  /* Shadow color matched to the darker end of the gradient */
}



/* .file-upload-button:hover {
  box-shadow: 0 4px 8px rgba(202, 1, 35, 0.3);
  transform: translateY(-1px);
  background: linear-gradient(135deg, #6b052f, #e0142a);
} */

.file-upload-button:hover {
  box-shadow: 0 4px 8px rgba(0, 157, 174, 0.3);  /* Shadow color matched to the darker cyan */
  transform: translateY(-1px);
  background: linear-gradient(135deg, #00ACC1, #007C91);  /* Cyan gradient for hover */
}


/* .file-upload-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(91, 4, 40, 0.2);
} */

.file-upload-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 157, 174, 0.2);  /* Lighter cyan shadow for active state */
}

/* Disabled state */
/* .file-upload-button:disabled {
  background: linear-gradient(135deg, #3d021b, #8c0118);
  cursor: not-allowed;
  opacity: 0.7;
} */

.file-upload-button:disabled {
  background: linear-gradient(135deg, #4D8C92, #006D77);  /* Muted cyan tones for disabled state */
  cursor: not-allowed;
  opacity: 0.7;
}

/* Optional: Add loading state */
/* .file-upload-button.loading {
  background: linear-gradient(135deg, #5B0428, #CA0123);
  cursor: wait;
  opacity: 0.8;
} */

.file-upload-button.loading {
  background: linear-gradient(135deg, #00B4D8, #009DAE);  /* Consistent cyan loading state */
  cursor: wait;
  opacity: 0.8;
}

/* Optional: Add success state */
/* .file-upload-button.success {
  background: linear-gradient(135deg, #450320, #96011a);
  border-color: rgba(202, 1, 35, 0.5);
} */


.file-upload-button.success {
  background: linear-gradient(135deg, #00879D, #005F73);  /* Darker cyan gradient for success */
  border-color: rgba(0, 157, 174, 0.5);  /* Slightly transparent border to match success gradient */
}

/* .file-upload-button:hover {
  background-color: #0a506e;
}

.file-upload-button:disabled {
  background-color: #ccc;
  cursor: default;
} */

.popup-upload-button {
  background-color: #106284;
  color: white;
  border: none;
  padding: 5px 15px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.popup-upload-button:hover {
  background-color: #0a506e;
}

.popup-upload-button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.file-upload-messages,
.webLinks-validation-messages {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* margin-top: 10px; */
  margin-top: 20px;
  max-height: 100px;
  overflow: auto;
  /* text-align: center; */
}

.file-upload-error-message,
.file-upload-success-message {
  margin-top: 2px;
  /* padding: 2px; */
  border-radius: 4px;
}

.file-upload-error,
.file-upload-success {
  display: flex;
  align-items: flex-start;
  /* justify-content: center; */
  /* gap: 8px; */
  /* margin-top: 10px; */
  flex-direction: column;
  font-size: 16px;
}

/* .file-upload-error span,
.file-upload-success span {
  margin-left: 8px;
  font-size: 14px;
} */

/* .file-upload-error {
  color: red;
} */

/* .file-upload-container {
  width: 400px; 
  height: 200px; 
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ccc;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}

.file-upload-input {
  margin-bottom: 10px;
}

.file-upload-button {
  margin-bottom: 10px;
}

.file-upload-messages {
  position: absolute;
  bottom: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.file-upload-error,
.file-upload-success {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.file-upload-error span,
.file-upload-success span {
  margin-left: 10px;
} */
/* 
.file-upload-container {
  margin-top: 10px;
  padding: 10px;
  background-color: #18181b;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.file-upload-input {
  border: 2px solid #ddd;
  padding: 8px 10px;
  border-radius: 4px;
  width: 70%;
  margin-right: 10px;
}

.file-upload-button {
  background-color: #106284;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.file-upload-button:hover {
  background-color: #0a506e;
}

.file-upload-button:disabled {
  background-color: #ccc;
  cursor: default;
}

.file-upload-error {
  display: flex;
  align-items: center;
  color: red;
  margin-top: 8px;
  margin-left: 10px;
}

.file-upload-error span {
  margin-left: 8px;
  font-size: 14px;
} */


.chat-input-container {
  display: flex;
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 25px;
  padding: 5px 10px;
  background-color: #f9f9f9;
}

.chat-input {
  flex: 1;
  display: flex;
}

.chat-textarea {
  width: 100%;
  border: none;
  outline: none;
  resize: none;
  overflow: hidden;
  background-color: transparent;
  font-size: 15px;
  padding: 4px;
  color: #1E1E1E;
}

.send-button {
  background-color: #584af1;
  border: none;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.send-button:enabled:hover {
  background-color: #453bbf;
}

.reset-button {
  /* background-color: #f5b2b2; */
  background-color: rgb(243, 107, 107);
  border: none;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.error-highlight {
  background-color: #f8d7da;
  /* Soft red */
  color: #721c24;
  /* Dark red for text */
  border: 1px solid #f5c6cb;
  border-radius: 4px;
  padding: 10px 20px;
  margin: 10px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-family: 'Arial', sans-serif;
}

/*
.agent-join-notification {
  display: flex;
  align-items: center;
  padding: 3px 5px;
  margin: 10px auto;
  max-width: 80%;
  border-radius: 8px;
  background-color: #f4f4f4;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  font-family: 'Arial', sans-serif;
  font-size: 0.8rem;
  color: #333;
  transition: transform 0.3s ease-in-out;
} */


/* .agent-join-notification {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  margin: 10px auto;
  max-width: 80%;
  border-radius: 8px;
  background-color: #f9f9f9;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  font-family: 'Arial', sans-serif;
  font-size: 0.9rem;
  color: #333;
  border-left: 20px solid #007BFF;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
} */

.agent-join-notification {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  /* Increased padding for better spacing */
  margin: 10px auto;
  /* Centering the notification */
  max-width: 80%;
  /* Limiting the width to not take full screen */
  border-radius: 8px;
  /* Rounded corners for a softer look */
  background-color: #f9f9f900;
  /* Lighter background to differ from chat bubble */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  /* Enhanced shadow for depth */
  font-family: 'Arial', sans-serif;
  /* Standardized font */
  font-size: 0.9rem;
  /* Slightly larger font for better readability */
  /* color: #ffffff; */
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
  /* Indicates the element is interactive */
  font-style: italic;
  color: #d6cbcb;
}

/*
.agent-join-notification:hover {
  transform: scale(1.03);
  background-color: #f0f0f0;
} */

.role-icon {
  width: 36px;
  /* Fixed width */
  height: 36px;
  /* Fixed height */
  margin-right: 15px;
  /* Space between icon and text */
}

.slide-in {
  transform: translateY(0);
  opacity: 1;
  /* Fully visible when active */
}

/* Optional: Animation for entering the view */
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.agent-join-notification {
  animation: slideInFromLeft 0.5s ease-out forwards;
}

.main-container {
  /* height: 90vh; */
  height: 93%;
}

#root {
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}

#ideaTextarea {
  display: block;
  width: 19.5rem;
  padding: 8px 12px;
  margin-bottom: 16px;
  font-size: 16px;
  border: 2px solid #e2e8f0;
  /* Light gray border */
  border-radius: 8px;
  box-sizing: border-box;
}

.Agent-section {
  border: 2px solid #ccc;
  /* A magical purple to signify importance */
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  /* background-color: #f6f6f6; */
  /* A soft purple background */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* A subtle shadow for depth */
  /* width: 390px; */
  font-size: 14px;
}

.Agent-section:hover {
  border: 2px #ef702a solid;
  border-radius: 5px;
}

/* .form-textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 4px;
  resize: vertical;
} */
.Modal {
  background-color: #ede6e1;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 80%;
  max-width: 800px;
  /* Adjust based on your preference */
  margin: 40px auto;
  /* Center the modal */
  display: flex;
  flex-direction: column;
  /* Ensures children stack vertically */
  overflow: hidden;
  /* Prevents content from spilling out */
}

.Overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  /* Helps vertically and horizontally center the modal */
  z-index: 100;
}

.ReactModal__Content.h2 {
  text-align: left;
}

.monaco-editor,
.code-interpreter {
  border: 1px solid #ffffff;
  border-radius: 8px;
}

.task-item {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #d3caca;
  padding-bottom: 10px;
  padding-top: 10px;
}

/* .task-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.task-item:not(:last-child) {
  border-bottom: 1px solid #d3caca;
} */

.task-item.li.p {
  margin: 0;
}

.task-container {
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 15px;
  background-color: white;
}

.task-header,
.task-actions,
.task-preview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.task-input,
.task-textarea,
.task-instruction-textarea {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  background-color: #141414;
}

.add-instruction-btn,
.edit-icon,
.delete-icon,
.add-icon {
  cursor: pointer;
}

.edit-icon,
.delete-icon,
.add-icon {
  font-size: 20px;
  color: #555;
}

.task-checkbox {
  margin-right: 10px;
}

.task-description {
  margin: 0;
  color: #333;
}

.add-instruction-btn {
  padding: 8px 16px;
  background-color: #007BFF;
  color: white;
  border: none;

  border-radius: 4px;
  cursor: pointer;

}

.addNewTaskButton {
  justify-content: end;
  display: grid;
}

.add-btn,
.reset-btn {
  margin-right: 5px;
}

.task-list-subheading {
  font-size: small;
  color: #de5151;
}

.form-button:disabled {
  background-color: #ddd;
  cursor: not-allowed;
}

.task-list-container .header {
  display: flex;
  justify-content: space-between;
  align-items: center;


}

.task-list-heading {
  margin: 0;
  /* Removes default margin to align properly with buttons */

}


.header-container>div {
  display: flex;
  gap: 10px;
  /* Adjust spacing between buttons */




}

.btn-right {
  float: right;
  color: #106284;
  font-size: xx-large;
}

/* .feature-selector-form {
  background-color: #f8f8f8;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  margin-top: 20px;
} */
.feature-selector-container {
  background-color: #f8f8f8;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  max-height: 500px;
  /* Adjust this value based on your needs */
  overflow-y: auto;
  /* This will add a vertical scrollbar if needed */
  min-width: 100%;
}

.feature-selector-container h3 {
  color: #333;
  margin-top: 0;
}

.flex-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* This ensures vertical centering of children */
}

.title {
  flex: 1;
  /* This makes the title expand and take the remaining space */







}

.codeEditorBtn,
.minMax {
  /* This ensures the button does not expand and is positioned to the right */
  flex-shrink: 0;
  color: #2b6cb0;

}

.minMax {
  font-size: medium;
}

.editButton {
  border: none;
  /* Optional: Remove button border */
  background: none;
  /* Optional: Remove button background */
  cursor: pointer;
}

.minMax {
  margin-left: auto;
}

/* .features-list {
  margin: 10px 0 20px;
}

.features-list label {
  display: block;
  margin: 5px;
  padding: 10px;
  background-color: #fff;
  border-radius: 4px;


  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  cursor: pointer;
  user-select: none;
}

.features-list label:hover {
  background-color: #e9e9e9;
} */

.features-list input[type="checkbox"] {
  margin-right: 8px;
}

.submit-button {
  background-color: #4CAF50;
  color: white;
  border: none;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;



  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px;
}

.submit-button:hover {
  background-color: #45a049;


}

.features-list {
  margin: 10px 0 20px;
  max-height: 200px;
  /* Adjust this value based on your needs */
  overflow-y: auto;
  /* This will add a vertical scrollbar if needed */
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  padding: 10px;
}

.features-list label {
  display: block;
  margin: 5px 0;
  padding: 10px;
  background-color: #f9f9f9;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.features-list label:hover {
  background-color: #e9e9e9;
}

.moreInformaiton {
  display: flex;
  min-width: 140px;
  margin-top: 10px;
}

.info {
  margin-bottom: -0.5rem;
  color: #007bff;
  margin-left: 0.5rem;
  cursor: pointer;
}

/* MoreInfo.module.css */
.moreInfoModalContainer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  /* High z-index to ensure it covers other content */
}


.moreInfomodalContent {
  padding: 20px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgb(0, 0, 0);
  width: 90%;
  /* Responsive width */
  max-width: 500px;
  /* Max width for larger screens */
}

.closeButton {
  cursor: pointer;
  background: none;
  border: none;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.5rem;
  color: #333;
}


/* Scanner effect */
.scanner-container {
  position: relative;
  width: 100%;
  height: 500px;
  /* Fixed height of container */
  overflow: hidden;
  border: 1px solid #ccc;
}

.html-preview {
  width: 100%;
  height: 100%;
  border: none;
  position: relative;
  overflow: hidden;
}

.scanner-bar {
  position: absolute;
  height: 20px;
  /* Ensure this matches the height of a line in your iframe */
  background-color: rgba(255, 255, 255, 0.8);
  /* Light effect */
  box-shadow: 0 0 15px white;
  /* Glowing effect */
  transition: top 0.2s ease-out;
  /* Smooth transition for moving down */
}

@keyframes scan {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

/* Device viewer start*/

.deviceFrame {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 10px;
  /* width: 211px;
  height: 330px; */
}

.MobileFrame {
  /* border: 16px solid black;
  border-radius: 36px; */
  border: 10px solid black;
  border-radius: 20px;
  width: 231px;
  /* width: 40%;
  height: 80%; */
  height: 350px;
  /* height: 48vh;
  width: 27vw;
  height: calc(27vw * 16 / 9);  */
  /* max-height: 90%;
  max-width: 50%; */
  padding: 0px;
  background-color: grey;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.TabletFrame {
  border: 15px solid black;
  border-radius: 24px;
  height: 95%;
  width: 60%;
  /* width: 500px; */
  /* width: 40vw;
  height: 30vh;  */
  /* width: 40vw;
  height: calc(40vw * 3 / 4);  */
  /* max-height: 90%;
  max-width: 80%; */
  padding: 10px;
  background-color: silver;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
}

.DesktopFrame {
  border: 15px solid black;
  border-radius: 5px;
  /* height: 432px;
  width: 768px; */
  /* width: 64vw;
  height: 36vh; */
  width: 95%;
  /* Adjusted for a larger image */
  height: 80%;
  /* Height based on 16:9 aspect ratio */
  /* max-height: 95%;
  max-width: 95%; */
  padding: 10px;
  background-color: lightgrey;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}

.deviceViewerTab {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  font-family: 'Arial', sans-serif;
  height: 95%;
  width: 45vw;
}

/* Responsive adjustments */
/* @media (max-width: 768px) {
  .MobileFrame, .TabletFrame, .DesktopFrame {
    width: 90%;
    height: auto;
  }
} */

@media (max-width: 480px) {

  .MobileFrame,
  .TabletFrame,
  .DesktopFrame {
    width: 100%;
    height: auto;
    border-width: 10px;
    border-radius: 20px;
    padding: 5px;
  }

  #progressBar {
    width: 20%;
  }
}

/* Container for the entire viewer, providing padding and centering content */
.viewer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  font-family: 'Arial', sans-serif;
  max-height: 95%;
  height: 80vh;
  min-height: 50%;
  width: 100%;
  /* Ensures text is legible across platforms */
}

.frame-container {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  /* Center horizontally */
  align-items: center;
  /* Center vertically */
}

/* Container for icons to align them horizontally below the iframe */
.icon-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  /* Spacing between buttons */
}

.device-icons,
.action-icons {
  margin-bottom: 10px;
  padding: 10px;
}

/* Button styling for icons */
.icon-button {
  background-color: #18181b;
  /* Light background for the button */
  border: 2px solid #ddd;
  /* Subtle border for definition */
  border-radius: 50%;
  /* Circle shaped buttons */
  width: 50px;
  /* Fixed width for circle shape */
  height: 50px;
  /* Fixed height for circle extend */
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  /* Cursor indicates button */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  /* Soft shadow for depth */
  transition: background-color 0.3s, transform 0.2s;
  /* Smooth transition for hover effects */
}

/* Hover and focus styles for button interaction */
.icon-button:hover,
.icon-button:focus {
  background-color: #595959;
  /* Slightly darker background on hover/focus */
  transform: translateY(-2px);
  /* Lift effect on hover */
  outline: none;
  /* Remove default focus outline and replace with custom styles if needed */
}

.approve-button,
.reject-button {
  min-width: 90px;
  width: 140px;
  margin: 10px;
  /* Minimum width to ensure text fits */
  display: inline-flex;
  /* Align icon and text inline */
  justify-content: space-evenly;
  background-color: #18181b;
  /* Even spacing around items */
}

.approve-button:disabled,
.reject-button:disabled,
.approve-button:disabled:hover,
.reject-button:disabled:hover {
  /* min-width: 90px;
  display: inline-flex;
  justify-content: space-evenly;
  background-color: #18181b; */
  background-color: #ddd;
  cursor: not-allowed;
}

.approve-button:hover {
  background-color: #106284;
  /* Green background on hover */
}

.reject-button:hover {
  /* background-color: #f44336; */
  background-color: #f36b6b;
  /* Red background on hover */
}

/* Ensure Material Icons within buttons are sized appropriately */
.icon-button .material-icons {
  font-size: 24px;
  /* Icon size */
  color: #333;
  /* Icon color */
}


/* Device viewer end */

/* progress bar */

#progressBar {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  /* padding: 10px 20px; */
  margin: 15px 0;
  /* background-color: #f8f8f8; */
  position: relative;
  cursor: not-allowed;
  /* max-width: max-content; */
}

/* .progressbar-Container
{ */
/* display: flex; */
/* Center horizontally */
/* justify-content: center;  */
/* Center vertically */
/* align-items: center;  */
/* border: solid black;
  border-radius: 8px;
  max-height: 90%;
  max-width: 100%; */
/* } */

.progress-stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* cursor: pointer; */
  position: relative;
  width: 100%;
  z-index: 10;
  cursor: not-allowed;
}

.progress-stage.completed:first-child:not(.ongoing)::after {
  content: '';
  position: absolute;
  top: 15px;
  left: 55%;
  width: 100%;
  height: 2px;
  /* background-color: #4CAF50; */
  background-color: #007bff;
  z-index: -10;
  cursor: not-allowed;

}

.progress-stage.completed:last-child::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 60%;
  width: 130%;
  height: 2px;
  /* background-color: #4CAF50; */
  background-color: #007bff;
  z-index: -10;
  cursor: not-allowed;

}

.progress-stage.completed:not(:first-child):not(:last-child):not(.ongoing)::after {
  content: '';
  position: absolute;
  top: 15px;
  /* left: -93%; */
  width: 100%;
  height: 2px;
  /* background-color: #4CAF50; */
  background-color: #007bff;
  z-index: -10;
  cursor: not-allowed;

}

/* .progress-stage.completed:not(:first-child):not(:last-child):not(.ongoing)::after {
  content: '';
  position: absolute;
  top: 15px;
  left: 100%;
  width: 50%;
  height: 2px;
  background-color: #4CAF50;
  z-index: -1;
  right: auto;
} */

/* Add a new selector for the first completed step */
/* .progress-stage.completed:first-child::after {
  content: '';
  position: absolute;
  top: 15px;
  left: -30px; /* Modify the left value to match the width of the stage-circle */



/* .progress-stage.completed:last-child::after {
  content: '';
  position: absolute;
  top: 15px;
  right: -50%;
  width: 50%;
  height: 2px;
  background-color: #4CAF50;
  z-index: -1; */


.stage-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ddd;
  /* background-color: #fff; */
  background-color: #333;
  cursor: not-allowed;
  z-index: 1;
}

.completed .stage-circle {
  /* border-color: #4CAF50; */
  /* background-color: #4CAF50; */
  border-color: #007bff;
  background-color: #007bff;
  color: white;
  z-index: 2;
}

.ongoing .stage-circle {
  /* border-color: #4CAF50; */
  border-color: #007bff;
  animation: spin 1s linear infinite;
  cursor: not-allowed;
  z-index: 1;
}

.cross {
  /* color: #ccc; */
  color: #666;
  z-index: 1;
}

.checkmark {
  color: white;
}

.loader {
  border: 3px solid #f3f3f3;
  border-top: 3px solid #00d164;
  ;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
}

.stage-label {
  /* color: #333; */
  color: #d4d4d8;
  text-align: center;
  font-size: 14px;
  /* Slightly larger font size */
  font-weight: 500;
  /* Slightly bolder */
  margin-top: 8px;
}

.completed .stage-label {
  font-weight: bold;
  color: #bbb;
}

.ongoing .stage-label {
  font-weight: bold;
  color: #333;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.FullPageLoader {
  border: 8px solid rgba(243, 243, 243, 0.5);
  /* Slightly transparent background */
  border-top: 8px solid rgba(52, 152, 219, 1);
  /* Solid border for the loader */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
  opacity: 0.8;
  /* Increased opacity */
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.79);
  /* 50% opacity background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  /* Ensure it's on top of other elements */
}

/* AK: UI for EDA app*/

.ui-modal-container {
  background-color: #1E1E1E;
  /* padding: 24px; */
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* max-width: 400px; */
  /* width: 100%; */
  /* width: auto; */
  width: 40rem;
  /* max-width: 95%; Make it responsive */
  padding: 1.5%;
  /* margin-top: 100px; */
}

.ui-modal-container .form-input {
  margin-bottom: 10px !important;
}

.ui-modal-container .close-button {
  margin-top: -10px !important;
  padding: 0px !important;
}

.ui-modal-container .form-element {
  margin: 0px !important;
}

.label-container {
  display: flex;
  gap: 20px;
  /* Adjust the value as needed */
}

.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 20px;
}

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

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

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

input:checked+.slider {
  background-color: #106284;
}

input:checked+.slider:before {
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.screen-size-options {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  padding: 2px;
  background-color: #1E1E1E;
  border: 1px solid #adaaaa;
  border-radius: 15px;
}

.option-button {
  display: flex;
  align-items: center;
  /* padding: 8px 12px; */
  padding: 20px !important;
  border: none;
  /* border-radius: 15px; */
  border-radius: 15px !important;
  /* background-color: #686767; */
  cursor: pointer;
  transition: border-color 0.3s ease;
  flex: 1;
  justify-content: center;
  height: 20px;
  /* margin: 0 5px; */
  margin: 0px !important;
}

.option-button.selected {
  background-color: #106284;
}

.option-button:hover {
  background-color: #9c9a9a;
  /* background-color: #106284; */
}

.option-button svg {
  margin-right: 8px;
}

.generate-button {
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  /* margin-top: 20px; */
  margin-top: 15px;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
  /* background-color: #3182ce; */
  background-color: #106284;
  /* Blue background */
  color: #fff;
  cursor: pointer;
}

.generate-button:hover {
  background-color: #0a506e;
}

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

.generate-button .icon {
  margin-right: 8px;
}

/* MarkdownDisplay.css */

/* .markdown-container {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f9f9f9;
  font-family: Arial, sans-serif;
  height: 95%;
  width: 100%;
  overflow: auto;
} */

.markdown-container {
  padding: 20px;
  /* border: 1px solid #dee2e6; */
  /* Subtle border color */
  /* border-radius: 8px; */
  /* Rounded corners for a modern look */
  background-color: #1E1E1E;
  /* Clean white background */
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  /* Sleek, readable font */
  overflow: auto;
  /* Handle overflow */
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  /* Soft shadow for depth */
  height: 95%;
  width: 100%;
}


.markdown-container h1 .markdown-container h2 .markdown-container h3,
.markdown-container h4,
.markdown-container h5,
.markdown-container h6 {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* .markdown-container h1 {
  border-bottom: 2px solid #1c1d1e;
  padding-bottom: 8px;
  margin-bottom: 20px;
  color: #333333;
  font-weight: bold;
} */

.markdown-container h1 {
  font-size: 24px;
  color: #ffffffd9;
  border-bottom: 2px solid #007bff;
  /* Bright blue for emphasis */
  padding-bottom: 8px;
  margin-bottom: 20px;
}

/* .markdown-container h2 {
  border-bottom: 1px dashed #a9adac;
  padding-bottom: 6px;
  margin-bottom: 18px;
  color: #555555;
  font-weight: bold;
} */

.markdown-container h2 {
  font-size: 20px;
  color: #ffffffd9;
  border-bottom: 1px solid #dee2e6;
  /* Lighter for subtlety */
  padding-bottom: 6px;
  margin-bottom: 18px;
  margin-top: 20px;
}

.markdown-container h3 {
  font-size: 18px;
  color: #ffffffd9;
  margin-top: 15px;
}

/* .markdown-container p {
  margin: 10px 0;
} */

.markdown-container p {
  font-size: 16px;
  color: #ffffffd9;
  /* Dark gray for readability */
  line-height: 1.5;
  margin-bottom: 15px;
  /* Consistent vertical rhythm */
}


/* .markdown-container a {
  color: #1e90ff;
  text-decoration: none;
}

.markdown-container a:hover {
  text-decoration: underline;
} */


.markdown-container a {
  color: #007bff;
  /* Link color */
  text-decoration: none;
  /* No underline by default */
}

.markdown-container a:hover {
  text-decoration: underline;
  /* Underline on hover for clarity */
}


/* .markdown-container code {
  background-color: #f1f1f1;
  padding: 2px 4px;
  border-radius: 3px;
}

.markdown-container pre {
  background-color: #f1f1f1;
  padding: 10px;
  border-radius: 3px;
  overflow-x: auto;
} */

.markdown-container code {
  background-color: #f8f9fa;
  /* Light background */
  border-radius: 4px;
  padding: 2px 4px;
}

.markdown-container pre {
  background-color: #f8f9fa;
  padding: 10px;
  border-radius: 4px;
  overflow-x: auto;
  /* Scrollable horizontally */
}

/* .markdown-container ul,
.markdown-container ol {
  margin: 10px 0;
  padding-left: 20px;
}

.markdown-container ul {
  list-style-type: disc;
}

.markdown-container ol {
  list-style-type: decimal;
} */

.markdown-container ul,
.markdown-container ol {
  padding-left: 20px;
  /* Proper indentation */
}

.markdown-container ul {
  list-style-type: disc;
  /* Standard bullet points */
}

.markdown-container ol {
  list-style-type: decimal;
  /* Numbered list */
}

.markdown-container blockquote {
  margin: 10px 0;
  padding-left: 20px;
  border-left: 5px solid #ccc;
  color: #666;
}

.markdown-container table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.markdown-container th,
.markdown-container td {
  border: 1px solid #ddd;
  padding: 8px;
}

.markdown-container th {
  background-color: #f2f2f2;
  text-align: left;
}

.markDownDisplay {
  height: 80%;
  width: 60%;
  padding: 20px;
  border: 1px solid #1E1E1E;
  border-radius: 5px;
  background-color: #1E1E1E;
  /* background-color: #f9f9f9; */
  font-family: Arial, sans-serif;
}

.form-element.flex-row {
  display: flex;
  align-items: center;
}

.moreInformation {
  margin-right: 10px;
  /* Adjust the margin as needed */
}

/* Hide scrollbar for screens larger than 768px */
@media (min-width: 1536px) {
  body {
    overflow: hidden;
  }
}

/* Show scrollbar for screens smaller than 768px */
@media (max-width: 767px) {
  body {
    overflow: scroll;
  }
}



/* Custom tabs styling */
.custom-tabs .ant-tabs-tab {
  color: rgb(224 224 224);
  /* color: rgb(223, 208, 208); */
  /* Text color for normal tabs */
  margin: 0px !important;
  padding: 12px 12px !important;
  display: flex;
  align-items: center;
  /* font-size: 32px; */
  /* Increase font size */
  transition: background-color 0.3s;
  font-size: large !important;
}

.customSub-tabs .ant-tabs-tab {
  /* color: rgb(223, 208, 208); */
  color: rgb(224 224 224);
  /* Text color for normal tabs */
  margin: 0px !important;
  padding: 12px 24px !important;
  display: flex;
  align-items: center;
  font-size: 32px;
  /* Increase font size */
  transition: background-color 0.3s;
  font-size: large !important;
  /* border-bottom: 0px  !important; */
}

/* .fileWorkspace-tab .ant-tabs-content-holder, .fileWorkspace-tab .FileWorkspace {
  height: 300px;
}
.fileWorkspace-tab .ant-tabs-content{
  height: 300px !important;
} */

.custom-tabs .ant-tabs-tab-active {
  /* background-color: #80868b; */
  /* Background color for the active tab */
  /* color: white;  */
  /* Text color for the active tab */
  margin: 0px !important;
}

.custom-tabs .ant-tabs-tab:hover {
  margin: 0px !important;
}

.custom-tabs .ant-tabs-nav .customSub-tabs {
  /* background-color: rgb(39 39 42); */
  /* background-color: rgb(20 20 20); */
  margin: 0px !important;
  /* Background color for the tabs nav */
}

.customSub-tabs .ant-tabs-nav {
  /* background-color: rgb(39 39 42); */
  /* background-color: rgb(20 20 20); */
  margin: 0px !important;
  /* Background color for the tabs nav */
}

.customSub-tabs .ant-tabs-content-holder {
  padding: 5px;
  max-height: 70vh;
  height: 70vh;
}

.vertical-tabs-container {
  height: 100%;
  /* background-color: rgb(20 20 20); */
}

.chatContainer {
  height: 100%;
}

.custom-tabs .ant-tabs-content-holder {
  max-height: 100%;
}

/* .ant-tabs-content-holder
{
  color: white;
} */
/* Ensure the icons and text are properly aligned */
.custom-tabs .ant-tabs-tab .anticon,
.custom-tabs .ant-tabs-tab .react-icons {
  margin-right: 8px;
}

/* Additional styling to ensure the TabPane content also takes full height */
.ant-tabs-tabpane {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0px !important;
}

.ant-tabs-content-holder {
  max-height: 100%;
}

.ant-tabs-content {
  height: 95% !important;
}

.imageViewerflex {
  height: 80% !important;
  width: 100%;
}

/* .app-metadata {
  padding: 20px;
  color: white;
} */

.metadata-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 10px;
  align-items: start;
}

.metadata-item {
  display: contents;
}

.metadata-key {
  font-weight: bold;
}

.metadata-value ul {
  margin: 0;
  padding-left: 20px;
}

.metadata-value li {
  list-style-type: disc;
}

.FileWorkspace {
  padding: 5px;
  max-height: 90%;
  height: 90%;
}

.FileWorkspaceTab .ant-tabs-tabpane {
  height: 100%;
}

.FileWorkspaceTab h1,
.Metrics h1,
.deviceViewerTab h1,
.GitHub h1 {
  padding: 5px;
  color: rgb(224 224 224);
  font-family: 'Roboto', sans-serif;
  /* or any of the recommended fonts */
  font-size: 16px;
  /* Adjust the size as needed */
  /* A dark, neutral color for readability */
  line-height: 1.5;
  /* Improve readability with adequate line spacing */
}

.Metrics h2,
.deviceViewerTab h2,
.GitHub h2 {
  padding: 5px;
  color: rgb(224 224 224);
  font-family: 'Roboto', sans-serif;
  /* or any of the recommended fonts */
  font-size: 14px;
  /* Adjust the size as needed */
  /* A dark, neutral color for readability */
  line-height: 1.5;
  /* Improve readability with adequate line spacing */
}

.metadata-grid {
  color: rgb(224 224 224);
}

/* AppMetadata.css */
.app-metadata {
  padding: 20px;
  /* background-color: #424242; */
  background-color: #1E1E1E;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-family: 'Helvetica Neue', Arial, sans-serif;
  color: #333;
  max-height: 100%;
  overflow: auto;
  height:315px !important;
  /*Added for overview page*/
  /* padding-bottom: 5px; */
}

.app-metadata h2 {
  font-size: 1.5em;
  color: #444;
  margin-bottom: 20px;
  /* border-bottom: 2px solid #424242; */
  background-color: #1E1E1E;
  padding-bottom: 10px;
}

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

.metadata-list-item {
  /* background-color: #424242; */
  background-color: #1E1E1E;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}

.task-metadata-list-item {
  /* background-color: #424242; */
  background-color: #1E1E1E;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
}

.task-metadata-list-item .metadata-key {
  font-weight: bold;
  color: #c3c3c3;
  padding-right: 5px;
}

.metadata-key {
  font-weight: bold;
  color: #c3c3c3;
  margin-bottom: 5px;
  padding-right: 5px;
}

.metadata-value {
  color: rgb(224 224 224)
}

.edit-button {
  position: absolute;
  top: 5px;
  right: 25px;
  /* background-color: #28a745; */
  /* color: white; */
  border: none;
  /* padding: 5px 10px; */
  border-radius: 3px;
  cursor: pointer;
  color: #007bff;
}

.edit-button:hover {
  /* background-color: #218838; */
  color: #0056b3;
}

.ant-layout-sider-collapsed {
  width: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;
}

.ant-layout-content {
  overflow: auto;
  /* black background */
  background-color:rgb(0 0 0 / var(--tw-bg-opacity));
}

.ant-avatar-circle {
  background-color: rgb(239 112 42) !important;
}

.ant-btn-primary {
  background: #106284;
}

.ant-btn-primary:hover {
  background: #0a506e;
}

.ant-btn-primary:disabled:hover {
  background-color: rgba(255, 255, 255, 0.08);
}

.ant-btn-primary:not(:disabled):not(.ant-btn-disabled):hover {
  background: #0a506e;
}

/* .css-1t1j96h-MuiPaper-root-MuiDialog-paper{

} */

.loginContainer {
  width: 98vw
}

.ant-input-outlined:hover {
  border-color: #106284;
  background-color: #141414;
}

.dialogButton {
  color: #106284 !important;
}

.dialogButton:hover {
  color: #106284 !important;
  background: rgba(10, 80, 110, 0.04) !important;
}

.ant-menu-item-icon {
  color: #106284 !important;
  font-size: x-large !important;
}

.ant-menu-title-content {
  color: rgb(224 224 224);
}

.ant-card-actions>li {
  margin-top: 1px !important;
  /* color: rgba(255, 255, 255, 0.45);
  text-align: center; */
}

.ant-layout-sider-collapsed .ant-layout-sider-trigger {
  width: 40px !important;
}

.ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  /* color: #106284 !important; */
  color: #9b9fa1 !important;
}

.ant-tabs .ant-tabs-tab:hover {
  color: #0a506e !important;
}

.ant-tabs .ant-tabs-ink-bar {
  color: #106284 !important;
  background: #106284 !important;
}

.ant-space {
  height: 40px;
}

.main-container {
  min-height: 93%;
  height: auto;
  /* Allow the height to be automatic based on content */
  overflow: hidden;
  /* Ensure no scroll bar appears */
  box-sizing: border-box;
  /* Include padding and border in the element's total width and height */
}

/* Media query to adjust height specifically for laptop screens */
@media (max-width: 1440px) {
  .main-container {
    min-height: 93%;
    /* Adjust height for smaller screens like laptops */
  }
}

@media (max-width: 1024px) {
  .main-container {
    min-height: 90%;
    /* Further adjust for smaller laptops or Tablets */
  }
}

#alert-dialog-description {
  color: #ffffffd9;
}

.MuiDialog-paper {
  background-color: #1E1E1E !important;
}

.ant-modal .ApplicationCategoryModalBody {
  max-height: 65vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 10px;
}

/* .ant-modal {
  max-height: 95vh;
} */

.form-select option:disabled {
  background-color: #f5f5f5;
  /* Light gray background */
  color: #999;
  /* Gray text color */
}

/* Additional styles for disabled option to make it more distinctive */
.form-select option[disabled] {
  font-style: italic;
  /* Italicize disabled options */
  cursor: not-allowed;
  /* Change cursor to 'not-allowed' */
}

.task-dropdown {
  margin: 5px
}

#taskSelect {
  width: 98%;
}

.ant-layout {
  font-size: medium !important;
}



.viewer-container {
  position: relative;
}

.reload-button {
  position: absolute;
  top: 20px !important;
  right: 20px !important;
  z-index: 10;
  color: white;
}

/* AgentActivityRender specific styles, aligned with dark theme variables */
/* AgentActivityRender specific styles, enhanced for dark theme */
/* Agent Activity specific styles */
/* .agent-activity {
  background-color: var(--background, #121212);
  color: var(--foreground, #E0E0E0);
  border: 1px solid var(--border, #333);
  border-radius: var(--radius, 0.5rem);
  padding: 16px;
  margin-bottom: 20px;
}

.agent-activity .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.agent-activity .timeline {
  position: relative;
  padding-left: 20px;
}

.agent-activity .timeline-item {
  position: relative;
  margin-bottom: 10px;
}

.agent-activity .timeline-dot {
  background-color: var(--primary, #BB86FC);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  left: -7.5px;
}

.agent-activity .timeline-content {
  margin-left: 20px;
  padding: 10px;
  background-color: var(--secondary, #333);
  color: var(--secondary-foreground, #CCC);
  border-radius: var(--radius);
}

.agent-activity .accordion {
  background-color: var(--card, #1E1E1E);
  color: var(--card-foreground, #FFF);
}

.agent-activity .accordion-trigger {
  padding: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.agent-activity .accordion-trigger:hover {
  background-color: var(--primary, #BB86FC);
  color: var(--primary-foreground, #FFF);
}

.agent-activity .accordion-content {
  padding: 8px;
  display: none;
  background-color: var(--secondary, #333);
  color: var(--secondary-foreground, #CCC);
}

.agent-activity .accordion-content.active {
  display: block;
}
 */
/* globals.css */


*, ::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.14 | MIT License | https://tailwindcss.com */


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


b,
strong {
  font-weight: bolder;
}


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


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


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


small {
  font-size: 80%;
}


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


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


sub {
  bottom: -0.25em;
}


sup {
  top: -0.5em;
}


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


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


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


button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}


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


/*
Set the default cursor for buttons.
*/


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


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


:disabled {
  cursor: default;
}


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


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


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


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


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


[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}


:root, [data-theme]{
  color: hsl(var(--nextui-foreground));
  background-color: hsl(var(--nextui-background));
}
.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;
  }
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.\!absolute{
  position: absolute !important;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.-inset-1{
  inset: -0.25rem;
}
.-inset-2{
  inset: -0.5rem;
}
.-inset-px{
  inset: -1px;
}
.inset-0{
  inset: 0px;
}
.-left-1{
  left: -0.25rem;
}
.-top-1{
  top: -0.25rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-4{
  bottom: 1rem;
}
.left-0{
  left: 0px;
}
.left-0\.5{
  left: 0.125rem;
}
.left-1\/2{
  left: 50%;
}
.left-3{
  left: 0.75rem;
}
.left-\[6px\]{
  left: 6px;
}
.right-0{
  right: 0px;
}
.right-3{
  right: 0.75rem;
}
.right-\[-30px\]{
  right: -30px;
}
.top-0{
  top: 0px;
}
.top-0\.5{
  top: 0.125rem;
}
.top-1\/2{
  top: 50%;
}
.top-2{
  top: 0.5rem;
}
.top-8{
  top: 2rem;
}
.top-\[-20px\]{
  top: -20px;
}
.z-10{
  z-index: 10;
}
.z-50{
  z-index: 50;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-start-1{
  grid-column-start: 1;
}
.col-start-2{
  grid-column-start: 2;
}
.col-start-3{
  grid-column-start: 3;
}
.col-end-2{
  grid-column-end: 2;
}
.col-end-3{
  grid-column-end: 3;
}
.col-end-4{
  grid-column-end: 4;
}
.row-span-2{
  grid-row: span 2 / span 2;
}
.row-start-1{
  grid-row-start: 1;
}
.row-start-2{
  grid-row-start: 2;
}
.row-end-2{
  grid-row-end: 2;
}
.row-end-3{
  grid-row-end: 3;
}
.float-right{
  float: right;
}
.\!-m-px{
  margin: -1px !important;
}
.m-0{
  margin: 0px;
}
.m-10{
  margin: 2.5rem;
}
.m-2{
  margin: 0.5rem;
}
.m-6{
  margin: 1.5rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.mb-0\.5{
  margin-bottom: 0.125rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-1\.5{
  margin-bottom: 0.375rem;
}
.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-1{
  margin-left: 0.25rem;
}
.ml-10{
  margin-left: 2.5rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-0{
  margin-right: 0px;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-1\.5{
  margin-right: 0.375rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-auto{
  margin-right: auto;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-3\.5{
  margin-top: 0.875rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-auto{
  margin-top: auto;
}
.line-clamp-1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.size-2{
  width: 0.5rem;
  height: 0.5rem;
}
.size-3{
  width: 0.75rem;
  height: 0.75rem;
}
.\!h-px{
  height: 1px !important;
}
.h-0{
  height: 0px;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-2{
  height: 0.5rem;
}
.h-3{
  height: 0.75rem;
}
.h-3\.5{
  height: 0.875rem;
}
.h-32{
  height: 8rem;
}
.h-4{
  height: 1rem;
}
.h-48{
  height: 12rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-60{
  height: 15rem;
}
.h-8{
  height: 2rem;
}
.h-\[1px\]{
  height: 1px;
}
.h-\[20rem\]{
  height: 20rem;
}
.h-\[600px\]{
  height: 600px;
}
.h-\[75vh\]{
  height: 75vh;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.max-h-0{
  max-height: 0px;
}
.max-h-20{
  max-height: 5rem;
}
.max-h-\[2000px\]{
  max-height: 2000px;
}
.max-h-\[500px\]{
  max-height: 500px;
}
.max-h-\[60vh\]{
  max-height: 60vh;
}
.max-h-\[90\%\]{
  max-height: 90%;
}
.max-h-\[90vh\]{
  max-height: 90vh;
}
.max-h-\[95vh\]{
  max-height: 95vh;
}
.max-h-\[calc\(95vh-200px\)\]{
  max-height: calc(95vh - 200px);
}
.min-h-\[600px\]{
  min-height: 600px;
}
.min-h-screen{
  min-height: 100vh;
}
.\!w-px{
  width: 1px !important;
}
.w-1\/2{
  width: 50%;
}
.w-10{
  width: 2.5rem;
}
.w-10\/12{
  width: 83.333333%;
}
.w-12{
  width: 3rem;
}
.w-16{
  width: 4rem;
}
.w-2{
  width: 0.5rem;
}
.w-20{
  width: 5rem;
}
.w-3{
  width: 0.75rem;
}
.w-3\.5{
  width: 0.875rem;
}
.w-3\/4{
  width: 75%;
}
.w-32{
  width: 8rem;
}
.w-4{
  width: 1rem;
}
.w-40{
  width: 10rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-80{
  width: 20rem;
}
.w-\[13rem\]{
  width: 13rem;
}
.w-\[1px\]{
  width: 1px;
}
.w-\[2px\]{
  width: 2px;
}
.w-\[30px\]{
  width: 30px;
}
.w-\[3px\]{
  width: 3px;
}
.w-\[800px\]{
  width: 800px;
}
.w-\[calc\(100\%-100px\)\]{
  width: calc(100% - 100px);
}
.w-\[calc\(100\%-40px\)\]{
  width: calc(100% - 40px);
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.w-px{
  width: 1px;
}
.min-w-0{
  min-width: 0px;
}
.min-w-96{
  min-width: 24rem;
}
.min-w-\[13rem\]{
  min-width: 13rem;
}
.min-w-\[20px\]{
  min-width: 20px;
}
.min-w-\[36px\]{
  min-width: 36px;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-\[400px\]{
  max-width: 400px;
}
.max-w-\[70\%\]{
  max-width: 70%;
}
.max-w-\[900px\]{
  max-width: 900px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-none{
  max-width: none;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-none{
  flex: none;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.grow{
  flex-grow: 1;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-4{
  --tw-translate-y: -1rem;
  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-\[calc\(100\%-100px\)\]{
  --tw-translate-x: calc(100% - 100px);
  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-\[calc\(100\%-40px\)\]{
  --tw-translate-x: calc(100% - 40px);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0{
  --tw-translate-y: 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));
}
.rotate-180{
  --tw-rotate: 180deg;
  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));
}
.rotate-90{
  --tw-rotate: 90deg;
  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));
}
@keyframes pulse{


  50%{
    opacity: .5;
  }
}
.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin{


  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none{
  resize: none;
}
.resize{
  resize: both;
}
.list-disc{
  list-style-type: disc;
}
.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.place-items-center{
  place-items: center;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-1{
  gap: 0.25rem;
}
.gap-1\.5{
  gap: 0.375rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-7{
  gap: 1.75rem;
}
.gap-8{
  gap: 2rem;
}
.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.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-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * 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));
}
.self-start{
  align-self: flex-start;
}
.overflow-auto{
  overflow: auto;
}
.\!overflow-hidden{
  overflow: hidden !important;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-visible{
  overflow: visible;
}
.overflow-scroll{
  overflow: scroll;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.\!overflow-x-visible{
  overflow-x: visible !important;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.\!whitespace-nowrap{
  white-space: nowrap !important;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.whitespace-pre-wrap{
  white-space: pre-wrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: var(--radius);
}
.rounded-md{
  border-radius: calc(var(--radius) - 2px);
}
.rounded-xl{
  border-radius: 0.75rem;
}
.\!border-0{
  border-width: 0px !important;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-4{
  border-width: 4px;
}
.border-\[0\.5px\]{
  border-width: 0.5px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-0{
  border-bottom-width: 0px;
}
.border-r{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-solid{
  border-style: solid;
}
.border-\[\#0d4f6b\]{
  --tw-border-opacity: 1;
  border-color: rgb(13 79 107 / var(--tw-border-opacity));
}
.border-\[\#4285f4\]\/30{
  border-color: rgb(66 133 244 / 0.3);
}
.border-\[\#8efcff\]\/20{
  border-color: rgb(142 252 255 / 0.2);
}
.border-\[\#8efcff\]\/30{
  border-color: rgb(142 252 255 / 0.3);
}
.border-\[\#CA0123\]\/30{
  border-color: rgb(202 1 35 / 0.3);
}
.border-blue-500\/50{
  border-color: rgb(59 130 246 / 0.5);
}
.border-blue-900{
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity));
}
.border-current{
  border-color: currentColor;
}
.border-cyan-950{
  --tw-border-opacity: 1;
  border-color: rgb(8 51 68 / var(--tw-border-opacity));
}
.border-destructive{
  border-color: hsl(var(--destructive));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-500\/50{
  border-color: rgb(107 114 128 / 0.5);
}
.border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}
.border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}
.border-gray-700\/50{
  border-color: rgb(55 65 81 / 0.5);
}
.border-gray-800{
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity));
}
.border-gray-800\/50{
  border-color: rgb(31 41 55 / 0.5);
}
.border-green-500{
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
}
.border-green-500\/50{
  border-color: rgb(34 197 94 / 0.5);
}
.border-green-700\/50{
  border-color: rgb(21 128 61 / 0.5);
}
.border-neutral-300{
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}
.border-neutral-500\/40{
  border-color: rgb(115 115 115 / 0.4);
}
.border-neutral-700\/50{
  border-color: rgb(64 64 64 / 0.5);
}
.border-neutral-800\/50{
  border-color: rgb(38 38 38 / 0.5);
}
.border-red-400{
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
}
.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.border-red-500\/50{
  border-color: rgb(239 68 68 / 0.5);
}
.border-slate-600\/30{
  border-color: rgb(71 85 105 / 0.3);
}
.border-slate-700\/40{
  border-color: rgb(51 65 85 / 0.4);
}
.border-slate-700\/50{
  border-color: rgb(51 65 85 / 0.5);
}
.border-slate-800\/50{
  border-color: rgb(30 41 59 / 0.5);
}
.border-stone-600\/30{
  border-color: rgb(87 83 78 / 0.3);
}
.border-stone-700\/40{
  border-color: rgb(68 64 60 / 0.4);
}
.border-tint{
  border-color: hsl(var(--tint));
}
.border-transparent{
  border-color: transparent;
}
.border-white\/10{
  border-color: rgb(255 255 255 / 0.1);
}
.border-yellow-500\/50{
  border-color: rgb(234 179 8 / 0.5);
}
.border-zinc-600\/40{
  border-color: rgb(82 82 91 / 0.4);
}
.border-zinc-700\/50{
  border-color: rgb(63 63 70 / 0.5);
}
.border-e-transparent{
  border-inline-end-color: transparent;
}
.bg-\[\#0f1a1d\]{
  --tw-bg-opacity: 1;
  background-color: rgb(15 26 29 / var(--tw-bg-opacity));
}
.bg-\[\#106284\]{
  --tw-bg-opacity: 1;
  background-color: rgb(16 98 132 / var(--tw-bg-opacity));
}
.bg-\[\#121212\]{
  --tw-bg-opacity: 1;
  background-color: rgb(18 18 18 / var(--tw-bg-opacity));
}
.bg-\[\#141414\]{
  --tw-bg-opacity: 1;
  background-color: rgb(20 20 20 / var(--tw-bg-opacity));
}
.bg-\[\#1E1E1E\]{
  --tw-bg-opacity: 1;
  background-color: rgb(30 30 30 / var(--tw-bg-opacity));
}
.bg-\[\#1E1E1E\]\/95{
  background-color: rgb(30 30 30 / 0.95);
}
.bg-\[\#1a1a1a\]{
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
}
.bg-\[\#5B0428\]{
  --tw-bg-opacity: 1;
  background-color: rgb(91 4 40 / var(--tw-bg-opacity));
}
.bg-\[\#CA0123\]{
  --tw-bg-opacity: 1;
  background-color: rgb(202 1 35 / var(--tw-bg-opacity));
}
.bg-background{
  background-color: hsl(var(--background));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.bg-blue-300{
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity));
}
.bg-blue-400{
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}
.bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}
.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.bg-border{
  background-color: hsl(var(--border));
}
.bg-card{
  background-color: hsl(var(--card));
}
.bg-cyan-300{
  --tw-bg-opacity: 1;
  background-color: rgb(103 232 249 / var(--tw-bg-opacity));
}
.bg-cyan-400{
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity));
}
.bg-cyan-500\/20{
  background-color: rgb(6 182 212 / 0.2);
}
.bg-cyan-600{
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity));
}
.bg-cyan-950{
  --tw-bg-opacity: 1;
  background-color: rgb(8 51 68 / var(--tw-bg-opacity));
}
.bg-destructive{
  background-color: hsl(var(--destructive));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.bg-gray-700\/50{
  background-color: rgb(55 65 81 / 0.5);
}
.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-gray-800\/30{
  background-color: rgb(31 41 55 / 0.3);
}
.bg-gray-800\/80{
  background-color: rgb(31 41 55 / 0.8);
}
.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-gray-950{
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity));
}
.bg-green-500\/20{
  background-color: rgb(34 197 94 / 0.2);
}
.bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}
.bg-muted{
  background-color: hsl(var(--muted));
}
.bg-neutral-100{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-neutral-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.bg-primary\/10{
  background-color: hsl(var(--primary) / 0.1);
}
.bg-red-300{
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}
.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-slate-700{
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
.bg-slate-800\/50{
  background-color: rgb(30 41 59 / 0.5);
}
.bg-slate-900\/80{
  background-color: rgb(15 23 42 / 0.8);
}
.bg-slate-950\/80{
  background-color: rgb(2 6 23 / 0.8);
}
.bg-success{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--nextui-success) / var(--nextui-success-opacity, var(--tw-bg-opacity)));
}
.bg-success\/20{
  background-color: hsl(var(--nextui-success) / 0.2);
}
.bg-tint{
  background-color: hsl(var(--tint));
}
.bg-transparent{
  background-color: transparent;
}
.bg-violet-500{
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/30{
  background-color: rgb(255 255 255 / 0.3);
}
.bg-white\/90{
  background-color: rgb(255 255 255 / 0.9);
}
.bg-zinc-500{
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity));
}
.bg-zinc-800{
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
}
.bg-zinc-900{
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
}
.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}
.bg-opacity-85{
  --tw-bg-opacity: 0.85;
}
.bg-opacity-90{
  --tw-bg-opacity: 0.9;
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-\[\#06282F\]{
  --tw-gradient-from: #06282F var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 40 47 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#106284\]{
  --tw-gradient-from: #106284 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 98 132 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#1a0912\]{
  --tw-gradient-from: #1a0912 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 9 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#1a1a2e\]{
  --tw-gradient-from: #1a1a2e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 26 46 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#282c33\]{
  --tw-gradient-from: #282c33 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(40 44 51 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#4285f4\]{
  --tw-gradient-from: #4285f4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 133 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#4285f4\]\/10{
  --tw-gradient-from: rgb(66 133 244 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 133 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#5B0428\]{
  --tw-gradient-from: #5B0428 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 4 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#5B0428\]\/30{
  --tw-gradient-from: rgb(91 4 40 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 4 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#CA0123\]\/30{
  --tw-gradient-from: rgb(202 1 35 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 1 35 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-amber-500{
  --tw-gradient-from: #f59e0b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/50{
  --tw-gradient-from: rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-400{
  --tw-gradient-from: #60a5fa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500{
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500\/10{
  --tw-gradient-from: rgb(59 130 246 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-600{
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-300\/30{
  --tw-gradient-from: rgb(103 232 249 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-400{
  --tw-gradient-from: #22d3ee var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-400\/50{
  --tw-gradient-from: rgb(34 211 238 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-600\/30{
  --tw-gradient-from: rgb(8 145 178 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-400{
  --tw-gradient-from: #9ca3af var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-500\/10{
  --tw-gradient-from: rgb(107 114 128 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-600{
  --tw-gradient-from: #4b5563 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-700{
  --tw-gradient-from: #374151 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-400{
  --tw-gradient-from: #4ade80 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-500\/10{
  --tw-gradient-from: rgb(34 197 94 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-600{
  --tw-gradient-from: #16a34a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-400{
  --tw-gradient-from: #818cf8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-neutral-600\/30{
  --tw-gradient-from: rgb(82 82 82 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-neutral-800\/50{
  --tw-gradient-from: rgb(38 38 38 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(38 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-500{
  --tw-gradient-from: #ec4899 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-400{
  --tw-gradient-from: #f87171 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-500\/10{
  --tw-gradient-from: rgb(239 68 68 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-700\/25{
  --tw-gradient-from: rgb(51 65 85 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 65 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-800{
  --tw-gradient-from: #1e293b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-800\/40{
  --tw-gradient-from: rgb(30 41 59 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-900\/50{
  --tw-gradient-from: rgb(15 23 42 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-stone-600\/20{
  --tw-gradient-from: rgb(87 83 78 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-stone-800\/40{
  --tw-gradient-from: rgb(41 37 36 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(41 37 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-transparent{
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/5{
  --tw-gradient-from: rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400{
  --tw-gradient-from: #facc15 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500\/10{
  --tw-gradient-from: rgb(234 179 8 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-zinc-700\/30{
  --tw-gradient-from: rgb(63 63 70 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 63 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-zinc-800\/50{
  --tw-gradient-from: rgb(39 39 42 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 39 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-\[\#16213e\]{
  --tw-gradient-to: rgb(22 33 62 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #16213e var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-purple-400{
  --tw-gradient-to: rgb(192 132 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c084fc var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#0f3460\]{
  --tw-gradient-to: #0f3460 var(--tw-gradient-to-position);
}
.to-\[\#151719\]{
  --tw-gradient-to: #151719 var(--tw-gradient-to-position);
}
.to-\[\#1a1a1a\]\/80{
  --tw-gradient-to: rgb(26 26 26 / 0.8) var(--tw-gradient-to-position);
}
.to-\[\#CA0123\]{
  --tw-gradient-to: #CA0123 var(--tw-gradient-to-position);
}
.to-\[\#db44ff\]{
  --tw-gradient-to: #db44ff var(--tw-gradient-to-position);
}
.to-\[\#db44ff\]\/10{
  --tw-gradient-to: rgb(219 68 255 / 0.1) var(--tw-gradient-to-position);
}
.to-amber-500{
  --tw-gradient-to: #f59e0b var(--tw-gradient-to-position);
}
.to-amber-500\/5{
  --tw-gradient-to: rgb(245 158 11 / 0.05) var(--tw-gradient-to-position);
}
.to-amber-600{
  --tw-gradient-to: #d97706 var(--tw-gradient-to-position);
}
.to-black{
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}
.to-blue-500{
  --tw-gradient-to: #3b82f6 var(--tw-gradient-to-position);
}
.to-blue-600{
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position);
}
.to-blue-700{
  --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);
}
.to-cyan-500{
  --tw-gradient-to: #06b6d4 var(--tw-gradient-to-position);
}
.to-cyan-500\/5{
  --tw-gradient-to: rgb(6 182 212 / 0.05) var(--tw-gradient-to-position);
}
.to-cyan-600{
  --tw-gradient-to: #0891b2 var(--tw-gradient-to-position);
}
.to-emerald-500{
  --tw-gradient-to: #10b981 var(--tw-gradient-to-position);
}
.to-emerald-500\/5{
  --tw-gradient-to: rgb(16 185 129 / 0.05) var(--tw-gradient-to-position);
}
.to-gray-500{
  --tw-gradient-to: #6b7280 var(--tw-gradient-to-position);
}
.to-gray-600\/5{
  --tw-gradient-to: rgb(75 85 99 / 0.05) var(--tw-gradient-to-position);
}
.to-gray-700{
  --tw-gradient-to: #374151 var(--tw-gradient-to-position);
}
.to-gray-800{
  --tw-gradient-to: #1f2937 var(--tw-gradient-to-position);
}
.to-green-700{
  --tw-gradient-to: #15803d var(--tw-gradient-to-position);
}
.to-neutral-800\/30{
  --tw-gradient-to: rgb(38 38 38 / 0.3) var(--tw-gradient-to-position);
}
.to-neutral-900\/50{
  --tw-gradient-to: rgb(23 23 23 / 0.5) var(--tw-gradient-to-position);
}
.to-pink-400{
  --tw-gradient-to: #f472b6 var(--tw-gradient-to-position);
}
.to-rose-500{
  --tw-gradient-to: #f43f5e var(--tw-gradient-to-position);
}
.to-rose-500\/5{
  --tw-gradient-to: rgb(244 63 94 / 0.05) var(--tw-gradient-to-position);
}
.to-slate-900{
  --tw-gradient-to: #0f172a var(--tw-gradient-to-position);
}
.to-slate-900\/25{
  --tw-gradient-to: rgb(15 23 42 / 0.25) var(--tw-gradient-to-position);
}
.to-slate-900\/40{
  --tw-gradient-to: rgb(15 23 42 / 0.4) var(--tw-gradient-to-position);
}
.to-slate-950\/50{
  --tw-gradient-to: rgb(2 6 23 / 0.5) var(--tw-gradient-to-position);
}
.to-stone-800\/20{
  --tw-gradient-to: rgb(41 37 36 / 0.2) var(--tw-gradient-to-position);
}
.to-stone-900\/40{
  --tw-gradient-to: rgb(28 25 23 / 0.4) var(--tw-gradient-to-position);
}
.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.to-white\/0{
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
}
.to-zinc-900\/30{
  --tw-gradient-to: rgb(24 24 27 / 0.3) var(--tw-gradient-to-position);
}
.to-zinc-900\/50{
  --tw-gradient-to: rgb(24 24 27 / 0.5) var(--tw-gradient-to-position);
}
.bg-clip-padding{
  background-clip: padding-box;
}
.bg-clip-text{
  -webkit-background-clip: text;
          background-clip: text;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.\!p-0{
  padding: 0px !important;
}
.p-1{
  padding: 0.25rem;
}
.p-1\.5{
  padding: 0.375rem;
}
.p-2{
  padding: 0.5rem;
}
.p-2\.5{
  padding: 0.625rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-8{
  padding-left: 2rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-4{
  padding-right: 1rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.align-middle{
  vertical-align: middle;
}
.align-\[-0\.125em\]{
  vertical-align: -0.125em;
}
.font-\[Inter\]{
  font-family: Inter;
}
.font-\[Roboto\]{
  font-family: Roboto;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-large{
  font-size: var(--nextui-font-size-large);
  line-height: var(--nextui-line-height-large);
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-medium{
  font-size: var(--nextui-font-size-medium);
  line-height: var(--nextui-line-height-medium);
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-tiny{
  font-size: var(--nextui-font-size-tiny);
  line-height: var(--nextui-line-height-tiny);
}
.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-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.capitalize{
  text-transform: capitalize;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-snug{
  line-height: 1.375;
}
.text-\[\#106284\]{
  --tw-text-opacity: 1;
  color: rgb(16 98 132 / var(--tw-text-opacity));
}
.text-\[\#1E1E1E\]{
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity));
}
.text-\[\#e90c59\]{
  --tw-text-opacity: 1;
  color: rgb(233 12 89 / var(--tw-text-opacity));
}
.text-\[\#f5f5f5\]{
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-200{
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity));
}
.text-blue-400{
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}
.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-cyan-400{
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity));
}
.text-cyan-400\/70{
  color: rgb(34 211 238 / 0.7);
}
.text-default-500{
  --tw-text-opacity: 1;
  color: hsl(var(--nextui-default-500) / var(--nextui-default-500-opacity, var(--tw-text-opacity)));
}
.text-gray-100{
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-green-400{
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}
.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.text-muted-foreground{
  color: hsl(var(--muted-foreground));
}
.text-neutral-100{
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}
.text-neutral-200{
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity));
}
.text-orange-400{
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}
.text-primary{
  color: hsl(var(--primary));
}
.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.text-slate-200{
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
}
.text-slate-300{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}
.text-slate-400{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.text-success{
  --tw-text-opacity: 1;
  color: hsl(var(--nextui-success) / var(--nextui-success-opacity, var(--tw-text-opacity)));
}
.text-transparent{
  color: transparent;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow-400{
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.placeholder-gray-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}
.placeholder-gray-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}
.accent-\[\#106284\]{
  accent-color: #106284;
}
.accent-red-600{
  accent-color: #dc2626;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-75{
  opacity: 0.75;
}
.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);
}
.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_25px_10px_rgba\(0\2c 0\2c 0\2c 0\.15\)\]{
  --tw-shadow: 0 0 25px 10px rgba(0,0,0,0.15);
  --tw-shadow-colored: 0 0 25px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-inner{
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  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: 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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-black\/10{
  --tw-shadow-color: rgb(0 0 0 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-900\/10{
  --tw-shadow-color: rgb(22 78 99 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-500\/10{
  --tw-shadow-color: rgb(34 197 94 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.ring-1{
  --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-\[\#106284\]\/50{
  --tw-ring-color: rgb(16 98 132 / 0.5);
}
.blur{
  --tw-blur: blur(8px);
  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);
}
.blur-sm{
  --tw-blur: blur(4px);
  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);
}
.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}
.drop-shadow-lg{
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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);
}
.drop-shadow-md{
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  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);
}
.drop-shadow-sm{
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  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);
}
.invert{
  --tw-invert: invert(100%);
  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);
}
.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);
}
.backdrop-blur-md{
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 250ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 250ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 250ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 250ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 250ms;
}
.duration-150{
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
:root,.light,[data-theme="light"]{
  color-scheme: light;
  --nextui-background: 0 0% 100%;
  --nextui-foreground-50: 0 0% 98.04%;
  --nextui-foreground-100: 240 4.76% 95.88%;
  --nextui-foreground-200: 240 5.88% 90%;
  --nextui-foreground-300: 240 4.88% 83.92%;
  --nextui-foreground-400: 240 5.03% 64.9%;
  --nextui-foreground-500: 240 3.83% 46.08%;
  --nextui-foreground-600: 240 5.2% 33.92%;
  --nextui-foreground-700: 240 5.26% 26.08%;
  --nextui-foreground-800: 240 3.7% 15.88%;
  --nextui-foreground-900: 240 5.88% 10%;
  --nextui-foreground: 201.81999999999994 24.44% 8.82%;
  --nextui-divider: 0 0% 6.67%;
  --nextui-divider-opacity: 0.15;
  --nextui-focus: 212.01999999999998 100% 46.67%;
  --nextui-overlay: 0 0% 0%;
  --nextui-content1: 0 0% 100%;
  --nextui-content1-foreground: 201.81999999999994 24.44% 8.82%;
  --nextui-content2: 240 4.76% 95.88%;
  --nextui-content2-foreground: 240 3.7% 15.88%;
  --nextui-content3: 240 5.88% 90%;
  --nextui-content3-foreground: 240 5.26% 26.08%;
  --nextui-content4: 240 4.88% 83.92%;
  --nextui-content4-foreground: 240 5.2% 33.92%;
  --nextui-default-50: 0 0% 98.04%;
  --nextui-default-100: 240 4.76% 95.88%;
  --nextui-default-200: 240 5.88% 90%;
  --nextui-default-300: 240 4.88% 83.92%;
  --nextui-default-400: 240 5.03% 64.9%;
  --nextui-default-500: 240 3.83% 46.08%;
  --nextui-default-600: 240 5.2% 33.92%;
  --nextui-default-700: 240 5.26% 26.08%;
  --nextui-default-800: 240 3.7% 15.88%;
  --nextui-default-900: 240 5.88% 10%;
  --nextui-default-foreground: 0 0% 0%;
  --nextui-default: 240 4.88% 83.92%;
  --nextui-primary-50: 212.5 92.31% 94.9%;
  --nextui-primary-100: 211.84000000000003 92.45% 89.61%;
  --nextui-primary-200: 211.84000000000003 92.45% 79.22%;
  --nextui-primary-300: 212.24 92.45% 68.82%;
  --nextui-primary-400: 212.14 92.45% 58.43%;
  --nextui-primary-500: 212.01999999999998 100% 46.67%;
  --nextui-primary-600: 212.14 100% 38.43%;
  --nextui-primary-700: 212.24 100% 28.82%;
  --nextui-primary-800: 211.84000000000003 100% 19.22%;
  --nextui-primary-900: 211.84000000000003 100% 9.61%;
  --nextui-primary-foreground: 0 0% 100%;
  --nextui-primary: 212.01999999999998 100% 46.67%;
  --nextui-secondary-50: 270 61.54% 94.9%;
  --nextui-secondary-100: 270 59.26% 89.41%;
  --nextui-secondary-200: 270 59.26% 78.82%;
  --nextui-secondary-300: 270 59.26% 68.24%;
  --nextui-secondary-400: 270 59.26% 57.65%;
  --nextui-secondary-500: 270 66.67% 47.06%;
  --nextui-secondary-600: 270 66.67% 37.65%;
  --nextui-secondary-700: 270 66.67% 28.24%;
  --nextui-secondary-800: 270 66.67% 18.82%;
  --nextui-secondary-900: 270 66.67% 9.41%;
  --nextui-secondary-foreground: 0 0% 100%;
  --nextui-secondary: 270 66.67% 47.06%;
  --nextui-success-50: 146.66999999999996 64.29% 94.51%;
  --nextui-success-100: 145.71000000000004 61.4% 88.82%;
  --nextui-success-200: 146.2 61.74% 77.45%;
  --nextui-success-300: 145.78999999999996 62.57% 66.47%;
  --nextui-success-400: 146.01 62.45% 55.1%;
  --nextui-success-500: 145.96000000000004 79.46% 43.92%;
  --nextui-success-600: 146.01 79.89% 35.1%;
  --nextui-success-700: 145.78999999999996 79.26% 26.47%;
  --nextui-success-800: 146.2 79.78% 17.45%;
  --nextui-success-900: 145.71000000000004 77.78% 8.82%;
  --nextui-success-foreground: 0 0% 0%;
  --nextui-success: 145.96000000000004 79.46% 43.92%;
  --nextui-warning-50: 54.55000000000001 91.67% 95.29%;
  --nextui-warning-100: 37.139999999999986 91.3% 90.98%;
  --nextui-warning-200: 37.139999999999986 91.3% 81.96%;
  --nextui-warning-300: 36.95999999999998 91.24% 73.14%;
  --nextui-warning-400: 37.00999999999999 91.26% 64.12%;
  --nextui-warning-500: 37.02999999999997 91.27% 55.1%;
  --nextui-warning-600: 37.00999999999999 74.22% 44.12%;
  --nextui-warning-700: 36.95999999999998 73.96% 33.14%;
  --nextui-warning-800: 37.139999999999986 75% 21.96%;
  --nextui-warning-900: 37.139999999999986 75% 10.98%;
  --nextui-warning-foreground: 0 0% 0%;
  --nextui-warning: 37.02999999999997 91.27% 55.1%;
  --nextui-danger-50: 339.13 92% 95.1%;
  --nextui-danger-100: 340 91.84% 90.39%;
  --nextui-danger-200: 339.3299999999999 90% 80.39%;
  --nextui-danger-300: 339.11 90.6% 70.78%;
  --nextui-danger-400: 339 90% 60.78%;
  --nextui-danger-500: 339.20000000000005 90.36% 51.18%;
  --nextui-danger-600: 339 86.54% 40.78%;
  --nextui-danger-700: 339.11 85.99% 30.78%;
  --nextui-danger-800: 339.3299999999999 86.54% 20.39%;
  --nextui-danger-900: 340 84.91% 10.39%;
  --nextui-danger-foreground: 0 0% 100%;
  --nextui-danger: 339.20000000000005 90.36% 51.18%;
  --nextui-divider-weight: 1px;
  --nextui-disabled-opacity: .5;
  --nextui-font-size-tiny: 0.75rem;
  --nextui-font-size-small: 0.875rem;
  --nextui-font-size-medium: 1rem;
  --nextui-font-size-large: 1.125rem;
  --nextui-line-height-tiny: 1rem;
  --nextui-line-height-small: 1.25rem;
  --nextui-line-height-medium: 1.5rem;
  --nextui-line-height-large: 1.75rem;
  --nextui-radius-small: 8px;
  --nextui-radius-medium: 12px;
  --nextui-radius-large: 14px;
  --nextui-border-width-small: 1px;
  --nextui-border-width-medium: 2px;
  --nextui-border-width-large: 3px;
  --nextui-box-shadow-small: 0px 0px 5px 0px rgb(0 0 0 / 0.02), 0px 2px 10px 0px rgb(0 0 0 / 0.06), 0px 0px 1px 0px rgb(0 0 0 / 0.3);
  --nextui-box-shadow-medium: 0px 0px 15px 0px rgb(0 0 0 / 0.03), 0px 2px 30px 0px rgb(0 0 0 / 0.08), 0px 0px 1px 0px rgb(0 0 0 / 0.3);
  --nextui-box-shadow-large: 0px 0px 30px 0px rgb(0 0 0 / 0.04), 0px 30px 60px 0px rgb(0 0 0 / 0.12), 0px 0px 1px 0px rgb(0 0 0 / 0.3);
  --nextui-hover-opacity: .8;
}
.dark,[data-theme="dark"]{
  color-scheme: dark;
  --nextui-background: 0 0% 0%;
  --nextui-foreground-50: 240 5.88% 10%;
  --nextui-foreground-100: 240 3.7% 15.88%;
  --nextui-foreground-200: 240 5.26% 26.08%;
  --nextui-foreground-300: 240 5.2% 33.92%;
  --nextui-foreground-400: 240 3.83% 46.08%;
  --nextui-foreground-500: 240 5.03% 64.9%;
  --nextui-foreground-600: 240 4.88% 83.92%;
  --nextui-foreground-700: 240 5.88% 90%;
  --nextui-foreground-800: 240 4.76% 95.88%;
  --nextui-foreground-900: 0 0% 98.04%;
  --nextui-foreground: 210 5.56% 92.94%;
  --nextui-focus: 212.01999999999998 100% 46.67%;
  --nextui-overlay: 0 0% 0%;
  --nextui-divider: 0 0% 100%;
  --nextui-divider-opacity: 0.15;
  --nextui-content1: 240 5.88% 10%;
  --nextui-content1-foreground: 0 0% 98.04%;
  --nextui-content2: 240 3.7% 15.88%;
  --nextui-content2-foreground: 240 4.76% 95.88%;
  --nextui-content3: 240 5.26% 26.08%;
  --nextui-content3-foreground: 240 5.88% 90%;
  --nextui-content4: 240 5.2% 33.92%;
  --nextui-content4-foreground: 240 4.88% 83.92%;
  --nextui-default-50: 240 5.88% 10%;
  --nextui-default-100: 240 3.7% 15.88%;
  --nextui-default-200: 240 5.26% 26.08%;
  --nextui-default-300: 240 5.2% 33.92%;
  --nextui-default-400: 240 3.83% 46.08%;
  --nextui-default-500: 240 5.03% 64.9%;
  --nextui-default-600: 240 4.88% 83.92%;
  --nextui-default-700: 240 5.88% 90%;
  --nextui-default-800: 240 4.76% 95.88%;
  --nextui-default-900: 0 0% 98.04%;
  --nextui-default-foreground: 0 0% 100%;
  --nextui-default: 240 5.26% 26.08%;
  --nextui-primary-50: 211.84000000000003 100% 9.61%;
  --nextui-primary-100: 211.84000000000003 100% 19.22%;
  --nextui-primary-200: 212.24 100% 28.82%;
  --nextui-primary-300: 212.14 100% 38.43%;
  --nextui-primary-400: 212.01999999999998 100% 46.67%;
  --nextui-primary-500: 212.14 92.45% 58.43%;
  --nextui-primary-600: 212.24 92.45% 68.82%;
  --nextui-primary-700: 211.84000000000003 92.45% 79.22%;
  --nextui-primary-800: 211.84000000000003 92.45% 89.61%;
  --nextui-primary-900: 212.5 92.31% 94.9%;
  --nextui-primary-foreground: 0 0% 100%;
  --nextui-primary: 212.01999999999998 100% 46.67%;
  --nextui-secondary-50: 270 66.67% 9.41%;
  --nextui-secondary-100: 270 66.67% 18.82%;
  --nextui-secondary-200: 270 66.67% 28.24%;
  --nextui-secondary-300: 270 66.67% 37.65%;
  --nextui-secondary-400: 270 66.67% 47.06%;
  --nextui-secondary-500: 270 59.26% 57.65%;
  --nextui-secondary-600: 270 59.26% 68.24%;
  --nextui-secondary-700: 270 59.26% 78.82%;
  --nextui-secondary-800: 270 59.26% 89.41%;
  --nextui-secondary-900: 270 61.54% 94.9%;
  --nextui-secondary-foreground: 0 0% 100%;
  --nextui-secondary: 270 59.26% 57.65%;
  --nextui-success-50: 145.71000000000004 77.78% 8.82%;
  --nextui-success-100: 146.2 79.78% 17.45%;
  --nextui-success-200: 145.78999999999996 79.26% 26.47%;
  --nextui-success-300: 146.01 79.89% 35.1%;
  --nextui-success-400: 145.96000000000004 79.46% 43.92%;
  --nextui-success-500: 146.01 62.45% 55.1%;
  --nextui-success-600: 145.78999999999996 62.57% 66.47%;
  --nextui-success-700: 146.2 61.74% 77.45%;
  --nextui-success-800: 145.71000000000004 61.4% 88.82%;
  --nextui-success-900: 146.66999999999996 64.29% 94.51%;
  --nextui-success-foreground: 0 0% 0%;
  --nextui-success: 145.96000000000004 79.46% 43.92%;
  --nextui-warning-50: 37.139999999999986 75% 10.98%;
  --nextui-warning-100: 37.139999999999986 75% 21.96%;
  --nextui-warning-200: 36.95999999999998 73.96% 33.14%;
  --nextui-warning-300: 37.00999999999999 74.22% 44.12%;
  --nextui-warning-400: 37.02999999999997 91.27% 55.1%;
  --nextui-warning-500: 37.00999999999999 91.26% 64.12%;
  --nextui-warning-600: 36.95999999999998 91.24% 73.14%;
  --nextui-warning-700: 37.139999999999986 91.3% 81.96%;
  --nextui-warning-800: 37.139999999999986 91.3% 90.98%;
  --nextui-warning-900: 54.55000000000001 91.67% 95.29%;
  --nextui-warning-foreground: 0 0% 0%;
  --nextui-warning: 37.02999999999997 91.27% 55.1%;
  --nextui-danger-50: 340 84.91% 10.39%;
  --nextui-danger-100: 339.3299999999999 86.54% 20.39%;
  --nextui-danger-200: 339.11 85.99% 30.78%;
  --nextui-danger-300: 339 86.54% 40.78%;
  --nextui-danger-400: 339.20000000000005 90.36% 51.18%;
  --nextui-danger-500: 339 90% 60.78%;
  --nextui-danger-600: 339.11 90.6% 70.78%;
  --nextui-danger-700: 339.3299999999999 90% 80.39%;
  --nextui-danger-800: 340 91.84% 90.39%;
  --nextui-danger-900: 339.13 92% 95.1%;
  --nextui-danger-foreground: 0 0% 100%;
  --nextui-danger: 339.20000000000005 90.36% 51.18%;
  --nextui-divider-weight: 1px;
  --nextui-disabled-opacity: .5;
  --nextui-font-size-tiny: 0.75rem;
  --nextui-font-size-small: 0.875rem;
  --nextui-font-size-medium: 1rem;
  --nextui-font-size-large: 1.125rem;
  --nextui-line-height-tiny: 1rem;
  --nextui-line-height-small: 1.25rem;
  --nextui-line-height-medium: 1.5rem;
  --nextui-line-height-large: 1.75rem;
  --nextui-radius-small: 8px;
  --nextui-radius-medium: 12px;
  --nextui-radius-large: 14px;
  --nextui-border-width-small: 1px;
  --nextui-border-width-medium: 2px;
  --nextui-border-width-large: 3px;
  --nextui-box-shadow-small: 0px 0px 5px 0px rgb(0 0 0 / 0.05), 0px 2px 10px 0px rgb(0 0 0 / 0.2), inset 0px 0px 1px 0px rgb(255 255 255 / 0.15);
  --nextui-box-shadow-medium: 0px 0px 15px 0px rgb(0 0 0 / 0.06), 0px 2px 30px 0px rgb(0 0 0 / 0.22), inset 0px 0px 1px 0px rgb(255 255 255 / 0.15);
  --nextui-box-shadow-large: 0px 0px 30px 0px rgb(0 0 0 / 0.07), 0px 30px 60px 0px rgb(0 0 0 / 0.26), inset 0px 0px 1px 0px rgb(255 255 255 / 0.15);
  --nextui-hover-opacity: .9;
}
.scrollbar-hide{
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollbar-hide::-webkit-scrollbar{
  display: none;
}
.\!\[clip\:rect\(0\2c 0\2c 0\2c 0\)\]{
  clip: rect(0,0,0,0) !important;
}


.agentRender {
  --background: 180 2% 10%;
  --foreground: 0 0% 98%;

  --card: 180 3% 13%;
  --card-foreground: 0 0% 63.9%;

  --popover: 180 2% 10%;
  --popover-foreground: 0 0% 98%;

  --primary: 0 0% 98%;
  --primary-foreground: 0 0% 9%;

  --secondary: 0 0% 14.9%;
  --secondary-foreground: 0 0% 98%;

  --muted: 0 0% 14.9%;
  --muted-foreground: 0 0% 63.9%;

  --accent: 240 3.7% 15.9%;
  --accent-foreground: 0 0% 98%;

  --tint: 22.4 31.5% 41.8%;
  --tint-foreground: 0 0% 98%;

  --destructive: 0 62.8% 30.6%;
  --destructive-foreground: 0 0% 98%;

  --border: 0 0% 14.9%;
  --input: 0 0% 14.9%;
  --ring: 0 0% 14.9%;
  background-color: hsl(var(--background));
  color: hsl(var(--foreground));

}

/* * {
  @apply border-border;
} */

.agentRender{
  border-color: hsl(var(--border));
  background-color: hsl(var(--background));
  color: hsl(var(--foreground));
  /* Applies background and text color */
}

.form-input,
.form-select,
.form-textarea,
.option-button {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  margin-top: 5px;
}

.option-button {
  width: auto;
  margin-right: 10px;
}

.readOnly {
  cursor: not-allowed;
}

.editAppUI,
.editAppUpload {
  color: #106284 !important;
  font-size: large !important;
}

.deleteApp {
  font-size: large !important;
  color: #ef4146 !important;
}

.MainContainer,
.frame-container {
  pointer-events: none;
  cursor: not-allowed;
}

.weblinks-container {
  margin-top: 10px;
}

.chat-history-container {
  background-color: #121212;
  padding: 20px;
  border-radius: 10px;
}


.chat-bubble {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  max-width: 70%;
  border-radius: 1.25rem;
  position: relative;
  overflow: hidden;
}

.chat-bubble::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255,
        255, 0));
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
 } 

.chat-bubble:hover::before {
  opacity: 1;
} 

:root {
  --primaryColor: #CA0123;;
  --secondaryColor: #CA0123;
  --contrastPrimaryColor: #313435;
  --headerColor: #CA0123;
  --headerAlternateColor: #CA0123;
  --headerTextColor: #FFFFFF;
  --font: Arial, sans-serif;
  --baseFontSize: medium;
}


/* .chat-history-container {
  background-color: var(--contrastPrimaryColor);
  padding: 20px;
  color: var(--headerTextColor);
  font-family: var(--font);
  font-size: var(--baseFontSize);
}  */
/* 
.chat-bubble {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  max-width: 70%;
  border-radius: 1.25rem;
  position: relative;
  overflow: hidden;
  background-color: var(--primaryColor);
  color: var(--headerTextColor);
  font-family: var(--font);
}
/* 
.chat-bubble::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
} */
/* 
.chat-bubble:hover::before {
  opacity: 1;
} */



.agent-name {
  /* Target the agent name using the dedicated class */
  font-size: 0.9rem;
  color: #a1a1aa;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
}

.agent-avatar {
  /* Target agent avatars using the custom class */
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #27272a;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}

.agent-avatar:hover {
  transform: scale(1.05);
}

.border-red {
  border-color: red !important;
}
.documentViewerFrame, .documentViewer .ant-modal-content,.documentViewer .ant-modal-content{
  height: 100% !important;
}

/* Ensure the modal content (with the iframe) takes up the full height */
.documentViewer .ant-modal-body {
  height: 80vh; /* You can adjust the height as necessary */
  padding: 0;
}

/* Ensure the iframe container takes up the full height of the modal content */
.documentViewerFrame {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Ensure the iframe takes up the full height and width */
.documentViewerFrame iframe {
  height: 100%;
  width: 100%;
  border: none; /* Remove border for a cleaner look */
}
.csv-table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px; 
}

.csv-table th {
  background-color: #222; /* Darker gray for header */
  color: #eee; /* Light text color */
  text-align: left;
  font-weight: bold;
  padding: 8px;
  border: 1px solid #444; /* Darker border */
}

.csv-table td {
  color: #eee; /* Light text color */
  padding: 8px;
  border: 1px solid #444; /* Darker border */
}

.csv-table tr:nth-child(even) {
  background-color: #333; /* Slightly lighter background for even rows */
}
.csvViewer{
  overflow: auto;
}

.csvViewer .ant-pagination
{
  justify-content: center !important;
}
/* General Styling */
body {
  background-color: #121212; /* Dark background */
  color: #eee;  /* Light text color */
  font-family: 'Roboto', sans-serif; /* Choose a modern font */
}

.container {
  padding: 20px;
}

.justify-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Title Styling */
.ant-typography-title {
  /* color: #fff; */
  color: #F5F5F5; /* slight off white title */
  font-weight: 500;
}

/* Tabs Styling */
.ant-tabs-nav {
  margin-bottom: 20px;
}

.ant-tabs-tab {
  padding: 10px 16px;
  font-size: 16px;
}

.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #1890ff; /* Active tab color */
  font-weight: 500;
}

.ant-tabs-ink-bar {
  background-color: #1890ff; /* Active tab indicator */
}

.ant-tabs-content {
  padding: 16px;
  background-color: #1e1e1e; /* Slightly lighter background for content */
  border-radius: 4px;
}

/* File Workspace Tab Styling */
.fileWorkspace-tab .ant-tabs-nav {
  background-color: #262626; /* Darker background for File Workspace tabs */
  border-radius: 4px 4px 0 0;
}

.FileWorkspace {
  background-color: #1E1E1E;
  /* background-color: #222; */
  padding: 16px;
  border-radius: 4px;
}
.chonky-chonkyRoot{
  background-color: #1E1E1E !important;
}
/* Code/Result Area Styling */
/* .containerIO {
  display: flex;
  gap: 10px; 
} */

/* Image Gallery Styling */
.ant-image-gallery {
  background-color: #222;
  border-radius: 4px;
}
.fileWorkSpaceTab{
  height: 500px;        /* Adjusts height based on content */
  max-height: 100%;    /* Limits the maximum height to 100% */
  overflow-y: auto;    /* Adds a scrollbar if content exceeds max-height */
}


/* for agent activity render */
.text-success {
  color: #4CAF50; /* Soft green */
}
.bg-success {
  background-color: #4CAF50; /* Soft green */
}

.csvViewer .modal-content {
  max-height: 70vh; /* Limit height to encourage vertical scrolling */
  overflow-x: auto; /* Enable horizontal scrolling */
}

.csv-table {
  width: 100%; /* Make sure table uses all the horizontal space if needed */
  min-width: 600px; /* Minimum width can be adjusted based on your needs */
}

/* .csv-table td.truncate {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
} */

.csvViewer .modal-content {
  max-height: 70vh;
  overflow-x: auto;
}

.csv-table {
  /* table-layout: fixed; */
  width: 100%;
  min-width: 600px;
}

.csv-table td.truncate {
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.custom-tooltip {
  background-color: black !important;
  color: white !important;
  border-radius: 8px !important;
  padding: 5px 10px !important;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.mapping-container {
  padding: 16px;
  background: #0f1117;
  border-radius: 8px;
  color: #f0f0f0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.mapping-container h3 {
  margin-bottom: 12px;
  font-weight: 600;
  color: #00d4ff;
}

.mapping-table-wrapper {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: auto;
  border-radius: 6px;
}

.mapping-table {
  width: 100%;
  border-collapse: collapse;
  background: #1a1d24;
  border-radius: 6px;
  overflow: hidden;
}

.mapping-table th,
.mapping-table td {
  border: 1px solid #2b2f3a;
  padding: 8px 12px;
  text-align: left;
}

.mapping-table th {
  background-color: #242831;
  font-weight: 600;
  color: #b0b0b0;
}

.mapping-table td {
  color: #dcdcdc;
  word-break: break-word;
}

.mapping-empty {
  text-align: center;
  color: #999;
  padding: 12px;
  font-style: italic;
}

.checked\:border-\[\#106284\]:checked{
  --tw-border-opacity: 1;
  border-color: rgb(16 98 132 / var(--tw-border-opacity));
}

.checked\:bg-gradient-to-br:checked{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.checked\:from-\[\#106284\]:checked{
  --tw-gradient-from: #106284 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 98 132 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.checked\:to-cyan-500:checked{
  --tw-gradient-to: #06b6d4 var(--tw-gradient-to-position);
}

.focus-within\:border-neutral-500:focus-within{
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.hover\:-translate-y-0\.5:hover{
  --tw-translate-y: -0.125rem;
  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));
}

.hover\:-translate-y-2:hover{
  --tw-translate-y: -0.5rem;
  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));
}

.hover\:scale-105: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));
}

.hover\:scale-\[1\.02\]:hover{
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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));
}

.hover\:transform:hover{
  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));
}

.hover\:border-\[\#106284\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(16 98 132 / var(--tw-border-opacity));
}

.hover\:border-\[\#106284\]\/50:hover{
  border-color: rgb(16 98 132 / 0.5);
}

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

.hover\:border-gray-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.hover\:border-gray-700\/50:hover{
  border-color: rgb(55 65 81 / 0.5);
}

.hover\:border-transparent:hover{
  border-color: transparent;
}

.hover\:bg-\[\#0d4f6b\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(13 79 107 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#1E1E1E\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(30 30 30 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#2E2E2E\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(46 46 46 / var(--tw-bg-opacity));
}

.hover\:bg-blue-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}

.hover\:bg-blue-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}

.hover\:bg-blue-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

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

.hover\:bg-card\/80:hover{
  background-color: hsl(var(--card) / 0.8);
}

.hover\:bg-gray-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

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

.hover\:bg-gray-700\/50:hover{
  background-color: rgb(55 65 81 / 0.5);
}

.hover\:bg-gray-800\/50:hover{
  background-color: rgb(31 41 55 / 0.5);
}

.hover\:bg-green-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}

.hover\:bg-red-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.hover\:bg-red-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}

.hover\:bg-red-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.hover\:bg-red-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}

.hover\:bg-slate-800\/50:hover{
  background-color: rgb(30 41 59 / 0.5);
}

.hover\:bg-slate-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}

.hover\:bg-slate-900\/50:hover{
  background-color: rgb(15 23 42 / 0.5);
}

.hover\:bg-violet-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity));
}

.hover\:bg-white\/20:hover{
  background-color: rgb(255 255 255 / 0.2);
}

.hover\:bg-white\/50:hover{
  background-color: rgb(255 255 255 / 0.5);
}

.hover\:bg-gradient-to-r:hover{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.hover\:from-\[\#0d4f6b\]:hover{
  --tw-gradient-from: #0d4f6b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 79 107 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-\[\#106284\]\/20:hover{
  --tw-gradient-from: rgb(16 98 132 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 98 132 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-amber-400:hover{
  --tw-gradient-from: #fbbf24 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-blue-500:hover{
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-blue-500\/15:hover{
  --tw-gradient-from: rgb(59 130 246 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-gray-500:hover{
  --tw-gradient-from: #6b7280 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-gray-500\/15:hover{
  --tw-gradient-from: rgb(107 114 128 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-gray-700\/50:hover{
  --tw-gradient-from: rgb(55 65 81 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-green-500:hover{
  --tw-gradient-from: #22c55e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-green-500\/15:hover{
  --tw-gradient-from: rgb(34 197 94 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-700\/50:hover{
  --tw-gradient-from: rgb(64 64 64 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-red-500\/15:hover{
  --tw-gradient-from: rgb(239 68 68 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-slate-700\/40:hover{
  --tw-gradient-from: rgb(51 65 85 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 65 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-stone-700\/40:hover{
  --tw-gradient-from: rgb(68 64 60 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 64 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-yellow-500\/15:hover{
  --tw-gradient-from: rgb(234 179 8 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-zinc-700\/50:hover{
  --tw-gradient-from: rgb(63 63 70 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 63 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-amber-500:hover{
  --tw-gradient-to: #f59e0b var(--tw-gradient-to-position);
}

.hover\:to-amber-500\/10:hover{
  --tw-gradient-to: rgb(245 158 11 / 0.1) var(--tw-gradient-to-position);
}

.hover\:to-blue-600:hover{
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position);
}

.hover\:to-cyan-500\/10:hover{
  --tw-gradient-to: rgb(6 182 212 / 0.1) var(--tw-gradient-to-position);
}

.hover\:to-cyan-500\/20:hover{
  --tw-gradient-to: rgb(6 182 212 / 0.2) var(--tw-gradient-to-position);
}

.hover\:to-cyan-700:hover{
  --tw-gradient-to: #0e7490 var(--tw-gradient-to-position);
}

.hover\:to-emerald-500\/10:hover{
  --tw-gradient-to: rgb(16 185 129 / 0.1) var(--tw-gradient-to-position);
}

.hover\:to-gray-600:hover{
  --tw-gradient-to: #4b5563 var(--tw-gradient-to-position);
}

.hover\:to-gray-600\/10:hover{
  --tw-gradient-to: rgb(75 85 99 / 0.1) var(--tw-gradient-to-position);
}

.hover\:to-gray-600\/50:hover{
  --tw-gradient-to: rgb(75 85 99 / 0.5) var(--tw-gradient-to-position);
}

.hover\:to-green-600:hover{
  --tw-gradient-to: #16a34a var(--tw-gradient-to-position);
}

.hover\:to-neutral-800\/50:hover{
  --tw-gradient-to: rgb(38 38 38 / 0.5) var(--tw-gradient-to-position);
}

.hover\:to-rose-500\/10:hover{
  --tw-gradient-to: rgb(244 63 94 / 0.1) var(--tw-gradient-to-position);
}

.hover\:to-slate-800\/40:hover{
  --tw-gradient-to: rgb(30 41 59 / 0.4) var(--tw-gradient-to-position);
}

.hover\:to-stone-800\/40:hover{
  --tw-gradient-to: rgb(41 37 36 / 0.4) var(--tw-gradient-to-position);
}

.hover\:to-zinc-800\/50:hover{
  --tw-gradient-to: rgb(39 39 42 / 0.5) var(--tw-gradient-to-position);
}

.hover\:text-\[\#f5f5f5\]:hover{
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}

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

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

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

.hover\:opacity-100:hover{
  opacity: 1;
}

.hover\:opacity-90:hover{
  opacity: 0.9;
}

.hover\:shadow-lg:hover{
  --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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-xl:hover{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-amber-500\/25:hover{
  --tw-shadow-color: rgb(245 158 11 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-black\/20:hover{
  --tw-shadow-color: rgb(0 0 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-500\/25:hover{
  --tw-shadow-color: rgb(59 130 246 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-500\/10:hover{
  --tw-shadow-color: rgb(6 182 212 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-500\/20:hover{
  --tw-shadow-color: rgb(6 182 212 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-500\/25:hover{
  --tw-shadow-color: rgb(107 114 128 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-500\/25:hover{
  --tw-shadow-color: rgb(34 197 94 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-500\/20:hover{
  --tw-shadow-color: rgb(99 102 241 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:transition-none:hover{
  transition-property: none;
}

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

.focus\:border-blue-600:focus{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.focus\:border-lime-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-border-opacity));
}

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

.focus\:bg-white:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.focus\:text-gray-700:focus{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.focus\:shadow-lg:focus{
  --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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.focus\:outline-0:focus{
  outline-width: 0px;
}

.focus\:ring-0: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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.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), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-\[\#106284\]:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(16 98 132 / var(--tw-ring-opacity));
}

.focus\:ring-\[\#106284\]\/50:focus{
  --tw-ring-color: rgb(16 98 132 / 0.5);
}

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

.focus\:ring-offset-0:focus{
  --tw-ring-offset-width: 0px;
}

.active\:translate-y-0:active{
  --tw-translate-y: 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));
}

.active\:scale-95:active{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}

.active\:bg-blue-500:active{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}

.active\:bg-blue-800:active{
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}

.active\:shadow-lg:active{
  --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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.disabled\:transform-none:disabled{
  transform: none;
}

.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}

.disabled\:bg-gray-100:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.disabled\:bg-gray-600:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.disabled\:bg-transparent:disabled{
  background-color: transparent;
}

.disabled\:from-gray-600:disabled{
  --tw-gradient-from: #4b5563 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:to-gray-700:disabled{
  --tw-gradient-to: #374151 var(--tw-gradient-to-position);
}

.disabled\:text-gray-300:disabled{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

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

.group:hover .group-hover\:translate-x-0\.5{
  --tw-translate-x: 0.125rem;
  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));
}

.group:hover .group-hover\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.group:hover .group-hover\:bg-slate-800{
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}

.group\/item:hover .group-hover\/item\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-cyan-300{
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-cyan-400{
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity));
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

.group:hover .group-hover\:opacity-20{
  opacity: 0.2;
}

.group:hover .group-hover\:opacity-30{
  opacity: 0.3;
}

.group:hover .group-hover\:opacity-5{
  opacity: 0.05;
}

@keyframes accordion-up{


  from{
    height: var(--radix-accordion-content-height);
  }


  to{
    height: 0;
  }
}

.data-\[state\=closed\]\:animate-accordion-up[data-state="closed"]{
  animation: accordion-up 0.2s ease-out;
}

@keyframes accordion-down{


  from{
    height: 0;
  }


  to{
    height: var(--radix-accordion-content-height);
  }
}

.data-\[state\=open\]\:animate-accordion-down[data-state="open"]{
  animation: accordion-down 0.2s ease-out;
}

@media (prefers-reduced-motion: reduce){


  @keyframes spin{


    to{
      transform: rotate(360deg);
    }
  }


  .motion-reduce\:animate-\[spin_1\.5s_linear_infinite\]{
    animation: spin 1.5s linear infinite;
  }
}

@media (min-width: 640px){


  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px){


  .md\:w-8\/12{
    width: 66.666667%;
  }


  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }


  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }


  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }


  .md\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }


  .md\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }


  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1024px){


  .lg\:w-5\/12{
    width: 41.666667%;
  }


  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }


  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (prefers-color-scheme: dark){


  .dark\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }


  .dark\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.\[\&\>\*\:not\(\.radix-check\)\]\:hidden>*:not(.radix-check){
  display: none;
}

.\[\&\>\*\:not\(\.radix-circle\)\]\:hidden>*:not(.radix-circle){
  display: none;
}

.\[\&\>\*\:not\(\.radix-cross\)\]\:hidden>*:not(.radix-cross){
  display: none;
}

.\[\&\>\*\:not\(\:nth-child\(4\)\)\]\:hidden>*:not(:nth-child(4)){
  display: none;
}

.\[\&\>\*\:nth-child\(4\)\]\:block>*:nth-child(4){
  display: block;
}

.\[\&\>\*\:nth-child\(4\)\]\:size-2>*:nth-child(4){
  width: 0.5rem;
  height: 0.5rem;
}

.\[\&\>\*\]\:hidden>*{
  display: none;
}

.\[\&\>\.radix-check\]\:size-2>.radix-check{
  width: 0.5rem;
  height: 0.5rem;
}

.\[\&\>\.radix-check\]\:text-background>.radix-check{
  color: hsl(var(--background));
}

.\[\&\>\.radix-circle\]\:size-3>.radix-circle{
  width: 0.75rem;
  height: 0.75rem;
}

.\[\&\>\.radix-circle\]\:bg-tint>.radix-circle{
  background-color: hsl(var(--tint));
}

.\[\&\>\.radix-circle\]\:fill-tint>.radix-circle{
  fill: hsl(var(--tint));
}

.\[\&\>\.radix-cross\]\:size-2>.radix-cross{
  width: 0.5rem;
  height: 0.5rem;
}

.\[\&\>\.radix-cross\]\:text-background>.radix-cross{
  color: hsl(var(--background));
}

.\[\&\>li\]\:grid-cols-\[0_min-content_1fr\]>li{
  grid-template-columns: 0 min-content 1fr;
}

.\[\&\>li\]\:grid-cols-\[1fr_min-content\]>li{
  grid-template-columns: 1fr min-content;
}

.\[\&\>li\]\:grid-cols-\[1fr_min-content_1fr\]>li{
  grid-template-columns: 1fr min-content 1fr;
}

.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg{
  --tw-rotate: 180deg;
  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));
}

