.banner {
    padding: 15px 20px;
    color: #777;
    background-color: #fafafa;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e5e5e5;
}

body 
{
    background-color: #34485A;
    color: #CBD8E5;
}

/* Top Bar */
.bs-docs-nav 
{
    text-shadow: 0 -1px 0 rgba(0,0,0,.15);
    background-color: #2E4048;
    border-color: #0476A5;
    box-shadow: 0 1px 0 rgba(255,255,255,.1);
}

.navbar-brand
{
    /* font-size: 25px; */
    /* padding: 6px; */
    white-space: pre-wrap;
    margin-right: -12px;
    line-height: 40px; 
}

.bs-header
{
    background-color: #4A6278;
    color: black;
}

.bs-header h1 
{
    color: #CBD8E5;
    text-align: center;
    /* width: 900px; */
    /* white-space: nowrap;
    overflow: hidden; */
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 
{
    color: #6995BD;
    font-weight: 600;
}

.page-header 
{
    border-bottom: 1px solid #6995BD;
}

.pre-razz 
{
    background-color: aqua;
}

.bs-sidenav 
{
    background-color: #283A4A;
}

.bs-sidebar .nav > .active > a
{
    font-weight: Bold;
    color: #CBD8E5 !important;
    background-color: transparent;
    border-right: 1px solid #CBD8E5 !important;
}

.bs-sidebar .nav > li > a 
{
    color: #7BADDB;
}

.bs-sidebar .nav > li > a:hover,
.bs-sidebar .nav > li > a:focus,
.bs-sidebar .nav > .active > a:hover,
.bs-sidebar .nav > .active > a:focus 
{
    color: #6995BD;
    background-color: #CBD8E5 !important;
}

/* .active
{
    outline-color: white;
    background-color: white;
    text-decoration-color: white;
    caret-color: white;
    flood-color: white;
    scrollbar-highlight-color: white;
    scrollbar-color: white;
    scrollbar-track-color: white;
    text-emphasis-color: white;
    border-color: white;
    stop-color: white;
    -moz-text-decoration-color: white;
} */

.youtube-container 
{
    text-align: center;
}

.ytvideo-container {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.5%;
}
  
  .ytvideo-container iframe,
  .ytvideo-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.video-container {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.944%;
}

.video-container video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    outline: none; /* Removes focus border on the video */
    cursor: pointer;
}

/* Optional: Style the video player's native controls */
video::-webkit-media-controls {
    opacity: 1; /* Make them fully visible */
}

video::-webkit-media-controls-play-button {
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent play button */
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

video::-webkit-media-controls-fullscreen-button {
    background-color: rgba(0, 0, 0, 0.5); /* Style fullscreen button */
}
  
.CodeMirror 
{
    height: 300px !important;
    background: #C8DEF1 !important;
}

.CodeMirror-linenumbers 
{
    background: #2A3C4C;
}

.CodeMirror-linenumber 
{
    color: white !important;
}

.copy-btn 
{
    position: absolute;
    z-index: 100;
    right: 0;
    margin-top: 4px;
    margin-right: 34px;
    opacity: 0.5;
}

.copy-btn:hover 
{
    opacity: 1;
}

.pull-left
{
    float: left;
}

.scale-down 
{
    object-fit: scale-down;
}

ul.clist {
    padding-left: 0;       /* Remove default padding */
    margin-left: 20px;     /* Add controlled margin for alignment */
  }
  
  ul.clist li {
    list-style-type: disc; /* Ensure the bullet point (circle) appears */
    margin-left: 0;        /* Prevent extra indentation on list items */
  }