@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
/* @import url('https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&display=swap'); */


html,
body {
  /* margin: 0;
  padding: 0; */
  background-color: #101418;
  font-family: 'Montserrat', sans-serif;
}


.PA1EEeN4r1174hMZW2Xy {
  /* background-color: black; */
  display: flex; 
  flex-direction: column;
  min-height: 100vh;
  color: white;
  font-family: 'Montserrat', sans-serif;
  /* margin: 0;
  padding: 0; */
  font-family: Mona Sans;
}

.CkN5J1_0cn4tPE3SsMzm {
  display: flex;
  /* height: 100vh; */
  /* height: 100%; */
  flex-grow: 1;
  padding: 20px;
  /* gap: 20px; */
}

.ZkTj9F1lu8iImrmG7Pug {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.ZkTj9F1lu8iImrmG7Pug h1 {
  font-weight: 400;
}

.LiFHKGTR9hVC_Edke_Sz {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.OT7zw0BWt9lqhbIWrKS4 {
  width: 75%;
  max-width: 300px;
  margin: 0 auto;
}

.OT7zw0BWt9lqhbIWrKS4 h3 {
  margin-bottom: 1rem;
}

.TaY38XuD5pxyph4tNDTC {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 75%;
  max-width: 300px;
  margin: 0 auto;
}

/* .submitButton {
  background: #e263cd;
} */

.jP7eTpHDxsKsJEmH3lVm {
  font-size: 20px !important;
}
.vwih6NM1HnsMQCUNe9SU {
  border-top: 0.5px solid #D923CD;
  background: #222;
  /* padding-top: 1rem; */
  padding: 1rem 1rem;
}

.EQF0GUnKAyCSbqt1ZfjC {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  color: white; 
  /* background: #222; */
}

.EQF0GUnKAyCSbqt1ZfjC p {
text-align: center;
margin-top: 0px;
}

.EQF0GUnKAyCSbqt1ZfjC a {
  text-decoration: none;
  color: #8787f5;
  transition: 0.3s;
}

.EQF0GUnKAyCSbqt1ZfjC a:hover {
  color: #ceceff;
  transition: 0.3s;
}

.EQF0GUnKAyCSbqt1ZfjC p span {
  color: #D923CD;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}

body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #222;
  padding: 1.5rem 2rem;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

.navbar .logo {
  color: #fff;
  cursor: pointer;
}

.navbar ul {
  list-style: none;
  display: flex;
  gap: 20px;
}

.navbar ul li a {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.dashboard-btn {
  background: #e623c6;
  padding: 8px 16px;
  border-radius: 5px;
  text-decoration: none;
  color: white;
}

.dashboard-btn:hover {
  background: #690f5a;
}

/* .hero {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #431645;
  color: white;
  text-align: center;
} */


.hero {
  position: relative;
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: rgb(241, 241, 241);
  text-align: center;
  background-color: #641956;
}

.hero-content {
  position: relative;
  z-index: 2; 
}

.get-started-btn {
  background: #e623c6;
  padding: 8px 16px;
  border-radius: 5px;
  font-size: 16px;
  border: 1px solid rgb(68, 68, 68);
}

.get-started-btn-a {
  text-decoration: none;
  color: white;
}

.get-started-btn:hover {
  background: #222;
}

.section {
  padding: 80px 20px;
  text-align: center;
  background: rgb(233, 233, 233);
}

.about-p {
  padding: 0rem 10rem;
}

.features-grid {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 20px;
}

.feature-card {
  background-color: #1e1e1e;
  padding: 16px;
  border-radius: 8px;
  text-align: center;
  width: 200px;
}

.feature-icon {
  font-size: 40px;
  color: #e623c6;
}

.feature-text {
  margin-top: 10px;
  font-size: 100px;
}

.feature-text-2 {
  margin-top: 10px;
  font-size: 100px;
}

.howList {
  list-style-type: none;
}

.team-section {
  text-align: center;
  padding: 50px 20px;
}

.team-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.team-card {
  background: #222;
  border: 4px solid #de54c7;
  padding: 20px;
  border-radius: 20px;
  width: 250px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.profile-pic {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px dotted #de54c7;
}

.profile-h3 {
  color: white;
  padding: 0.5rem 0.5rem;
}

.profile-p {
  color: white;
  font-size: 12px;
  text-align: center;
}

.profile-title {
  color:  #de54c7;
  font-size: 16px;
  padding: 0.3rem 0rem;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 0.3rem 0rem;
}

.social-links a {
  color: #de54c7;
  transition: color 0.3s ease;
}

.social-links a.linkedin:hover {
  color: #0077b5;
}

.social-links a.github:hover {
  color: #171515;
}

.demo-video {
  border-radius: 0.6rem;
  border: 2.5px solid #de54c7;
}

.features-h4 {
  font-size: 16px;
  color: #f870e2;
  padding: 1rem 0rem 0.6rem 0rem; 
}

.features-p {
  font-size: 15px;
  color: rgb(254, 254, 254);
  padding: 0rem 0rem; 
}

.feature-card {
  background: #222;
  border: 4px solid #de54c7;
  padding: 20px;
  border-radius: 20px;
  width: 280px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.homepage-h2 {
  font-size: 30px; 
}
html, body {
  margin: 0;
  padding: 0;
  background-color: #121212;
  min-height: 100vh;
}

#root {
  min-height: 100vh;
  background-color: #121212;
}

.root {
  display: flex;
  /* flex-direction: column; */
  background-color: #121212;
  color: #FFFFFF;
  min-height: 100vh;
  width: 100%;
}

.main-content {
  flex-grow: 1;
  padding: 24px;
  background-color: #121212;
  min-height: 100vh;
}

.app-bar {
  width: calc(100% - 240px) !important;
  margin-left: 240px !important;
  /* width: 100% !important;
  margin-left: 0 !important; */
  background-color: #e623c6 !important;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2) !important;
}

.drawer-header {
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 64px;
  background-color: #121212;
}

.drawer-logo {
  max-width: 270px;
  /* align-items: center; */
  width: 100%;
  height: auto;
  /* display: block; */
}

.header-title {
  font-weight: bold !important;
  font-size: 20px !important;
  color: #FFFFFF !important;
  width: 100%;
  text-align: center;
}

.drawer {
  width: 240px;
  flex-shrink: 0;
}

.drawer .MuiDrawer-paper {
  width: 240px;
  box-sizing: border-box;
  background-color: #121212;
  color: #FFFFFF;
}

.section-title {
  margin-bottom: 16px !important;
  font-weight: bold !important;
}

.metrics-container {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
}

.metric-box {
  flex: 1;
  text-align: center;
  background-color: #e623c6;
  padding: 16px;
  border-radius: 8px;
  color: #FFFFFF;
}

.metric-label {
  font-size: 16px !important;
  margin-bottom: 8px !important;
  font-weight: bold !important;
}

.metric-value {
  font-size: 24px !important;
  font-weight: bold !important;
}

.metric-value-undefined {
  font-size: 15px !important;
  font-weight: bold !important;
}

.graph-container {
  height: 300px;
  background-color: #1e1e1e;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  margin-bottom: 32px;
}

.logs-container, .slow-queries-container {
  background-color: #1e1e1e;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 32px;
}

.log-message, .query-operation {
  margin-bottom: 8px !important;
  color: #FFFFFF;
  font-weight: bold !important;
}

.log-details, .query-details, .query-threshold, .query-timestamp, .query-text {
  font-size: 14px !important;
  color: #BBBBBB !important;
  margin-bottom: 4px !important;
}

.log-divider {
  background-color: #333333 !important;
  margin: 16px 0 !important;
}

.query-item, .error-item {
  padding: 16px;
  border-radius: 4px;
  background-color: #262626;
  margin-bottom: 16px;
}

.query-item:last-child {
  margin-bottom: 0;
}

.scrollable-container {
  max-height: 300px; /* Adjust based on your UI */
  overflow-y: auto;
  padding: 10px;
  border: 1px solid #3e3d3d;
  border-radius: 5px;
  background-color: #1e1e1e;
}

.select-project-section {
  display: flex;
  justify-content: flex-end;
  gap: 30px; 
  padding: 0rem 0rem 0rem 0rem; 
}

.select-title {
  font-size: 23px !important;
  font-weight: bold !important;
}

.dropdown {
  background: #e623c6; 
  color: white !important;
  height: 40px; 
}

.dropdown-item-create {
  color: #e623c6 !important; 
}

.cancelButton {
  color: red !important; 
}

.createButton {
  color: white !important; 
  background: #e623c6 !important; 
}

.createButton:hover {
  background: #f870e2 !important; 
}

.circularProgress {
  color: #f870e2 !important; 
}

