/* General Styles */
body {
    background-color: rgb(230, 230, 230);
    font-family: 'Courier New', Courier, monospace;
    letter-spacing: -0.5px;
}

body h1:first-of-type {
    padding-left: 10px;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.8), 0 0 10px rgba(255, 255, 255, 0.6), 0 0 15px rgba(255, 255, 255, 0.4);
}

h1, h2, h3, h4, h5, h6, p, a, span, div {
    font-family: 'Courier New', Courier, monospace;
    letter-spacing: -0.5px;
}

/* Breadcrumb Styles */
.breadcrumb {
    border-radius: 5px;
    padding: 8px 15px;
    margin-bottom: 20px;
}

.breadcrumb-item {
    color: #6c757d;
    text-decoration: none;
    font-weight: bold;
}

.breadcrumb-item:hover {
    color: #0056b3;
}

.breadcrumb-item.active {
    color: darkred;
}

/* Button Styles */
.btn-primary {
    background-color: #007bff !important;
    border-color: rgb(154, 198, 245) !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: rgb(163, 207, 253) !important;
    border-color: rgb(232, 238, 245) !important;
}

/* CodeMirror Styles */
.CodeMirror {
    font-size: small;    
}

.CodeMirror {
    border: 1px solid #eee;
    border-radius: 8px;
    height: auto;
  }

/* Dropdown Menu Styles */
.dropdown-menu {
    border-radius: 10px;
}

/* Navbar Styles */
.navbar {
    background-color: #f8f9fa !important;
    border-radius: 10px;
}

.nav-link {
    color: #5a5a5a !important;
}

.nav-link:hover {
    color: #007bff !important;
}

.nav-link.active {
    color: darkred !important;
    font-weight: bold !important;
}

/* Custom Icon Styles */
.custom-icon {
    width: 16px;
    height: 16px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8.186 1.113a.5.5 0 0 0-.372 0L1.846 3.5 8 5.961 14.154 3.5zM15 4.239l-6.5 2.6v7.922l6.5-2.6V4.24zM7.5 14.762V6.838L1 4.239v7.923zM7.443.184a1.5 1.5 0 0 1 1.114 0l7.129 2.852A.5.5 0 0 1 16 3.5v8.662a1 1 0 0 1-.629.928l-7.185 2.874a.5.5 0 0 1-.372 0L.63 13.09a1 1 0 0 1-.63-.928V3.5a.5.5 0 0 1 .314-.464z"/></svg>') no-repeat center center;
    display: inline-block;
}
