.container-fluid{
    padding: 20px;
}
.navbar{
    padding: 20px !important;
}

ul {
    list-style-type: none; /* No bullet points */
    padding: 0; /* Remove default padding */
}

.nav-item{
    cursor: pointer;
}

.notification-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 909060;
  }
[x-model="promptInput"]{
    width: 100%;
}

#table-container {
    width: 70vw; /* Restrict the width of the table to 50% of the viewport width */
    overflow-x: auto; /* Allow horizontal scrolling if needed */
}

h5,h6{
    margin-top: 15px;
}

.choices{
    width: 100%;
}