.handle {
  cursor: grab;
  display: flex;
  justify-content: center;
}

.burger-menu-icon {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #000;
  color: #fff;
  text-align: center;
  line-height: 1.5rem;
  border-radius: 50%;
  cursor: grab;
}
.row {
  align-items: center;
}

.starting {
  /* border: 1px solid green; */
}

.bench {
  /* border: 1px solid red; */
}
.reserve {
  /* border: 1px solid blue; */
}

.highlight {
  border-bottom: 3px solid red;
}

.hide {
  display: none;
}

.modal-content {
  background-color: #ffffff; /* White background */
  border-radius: 10px; /* Rounded corners */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  padding: 20px; /* Add some padding */
}

.modal-header {
  border-bottom: 1px solid #dee2e6; /* Subtle border */
  padding-bottom: 10px; /* Adjust padding */
}

.modal-footer {
  border-top: 1px solid #dee2e6; /* Subtle border */
  padding-top: 10px; /* Adjust padding */
}

.modal-title {
  font-weight: bold; /* Make the title stand out */
  font-size: 1.25rem; /* Slightly larger font size */
}

.btn {
  border-radius: 5px; /* Rounded buttons */
}

/* Quill editor container and toolbar responsive fix */
.quill-editor-wrapper {
  min-width: 300px;
  max-width: 100%;
  min-height: 220px;
  background: #fff;
  border-radius: 6px;
  padding-bottom: 10px;
}
#features-editor {
  min-height: 200px;
  max-width: 100%;
  box-sizing: border-box;
}
.ql-toolbar.ql-snow, .ql-container.ql-snow {
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: auto;
}
