#jdj-code{
  height: 320px;
  margin-top: 3px;
}

.content-wrapper {
  border-left: 1px solid #dee2e6 !important;
  border-right: 1px solid #dee2e6 !important;
}

body {
  background-color: #F4F6F9 !important;
}
  
@media (min-width: 992px) {
  textarea .example-console-csv {
    height: 100px;
    margin-top: 3px;
  }
}

@media (min-width: 992px) {
  .example-console-csv {
    height: 70px;
  }
}

.example-console.jdj-code{
  height: 320px !important;
  margin-top: 3px;
}

.example-console {
  height: 320px !important;
  margin-top: 3px;
}

.compacted-console {
  height: 120px !important;
  margin-top: 3px;
}

/*.example-console  .jdj-code .main-code{
  height: 320px;
  margin-top: 3px;
} */

#editor {
  /** Setting height is also important, otherwise editor wont showup**/
  height: 300px;
}

.compact-editor {
  /** Setting height is also important, otherwise editor wont showup**/
  height: 180px !important;
}

#console {
  /** Setting height is also important, otherwise editor wont showup**/
height: 320px;
}

h2 {
  font-size: 17px;
}



.bg-grey {
  background-color: gray;
}

.nav-item-anchor {
  font-weight: bold;
}

.btn-link-with-border {
    border: 1px solid grey !important;
    border-radius: 4px;
    padding: 5px 10px;
    margin: 5px;
    transition: background-color 0.3s ease;
  }

  .btn-link-with-border:hover {
    background-color: rgb(173, 188, 241);
   
  }

  .sidebar-content {
    max-height: calc(100vh - 70px); /* Adjust the value based on your header and footer heights */
    overflow-y: auto;
  }



