ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #c7e7fd;
}

/* Float the list items side by side */
ul.tab li {float: left;}

/* Style the links inside the list items */
ul.tab li a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of links on hover */
ul.tab li a:hover {
    background-color: #93c5fd;
}

/* Create an active/current tablink class */
ul.tab li a:focus, .active {
    background-color: #76c4f8;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

/* Style jumbotron padding */

.jumbotron {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
}



/*added by bx*/

/* styles.css */
/*#introMaterial {
    visibility: hidden;
}*/

.custom-col {
    margin-bottom: 3cm;
}

/* .custom-col {
    margin-bottom: 3rem;
    padding: 1rem;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
}

.custom-col:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
} */




/* styles.css */
#sticky-footer {
    position: fixed;
    bottom: 0;
    /* Other styles as needed */
}


/* .custom-highlight {
    background-color: #ffeb3b;
    color: #333;
    padding: 2px 6px;
    border-radius: 3px;
    font-weight: bold;
} */
/* .custom-highlight {
    background-color: #ffeb3b;
    color: #333;
    padding: 2px 6px;
    border-radius: 3px;
    font-weight: bold;
} */

/* .custom-highlight {
    background-color: transparent;
    color: #333;
    padding: 2px 6px;
    border-radius: 3px;
    font-weight: bold;
} */


.custom-highlight {
    background-color: transparent;
    color: #1a365d;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 600;
    border: 2px solid #bee3f8;
    outline: none;
    transition: all 0.2s ease;
}

/* .custom-highlight {
    --highlight-color: #2980b9;
    --text-color: #2c3e50;
    --padding: 6px 10px;
    --border-radius: 6px;
    
    background-color: transparent;
    color: var(--text-color);
    padding: var(--padding);
    border-radius: var(--border-radius);
    font-weight: 500;
    border: 1px solid var(--highlight-color);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    position: relative;
} */
/*above added by bx*/

/* added by bx */
.dropdown-menu {
    display: block !important;
    position: static !important;
    float: none !important;
    width: auto !important;
    margin-top: 0 !important;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.dropdown-menu .dropdown-item {
    color: rgba(0,0,0,.5) !important;
}

.dropdown-menu .dropdown-item:hover {
    background-color: transparent !important;
    color: rgba(0,0,0,.7) !important;
}
.dropdown-item {
    font-size: 0.75rem; /* 12px */
    padding: 0.25rem 1rem; /* Reduce padding for smaller text */
    line-height: 1.4;
}

/* Light tab styles */
ul.tab li a.light-tab {
    background-color: #8bc4f8; /* Lighter blue */
}

ul.tab li a.light-tab:hover {
    background-color: #8bc4f8; /* Lighter hover state */
}

ul.tab li a.light-tab:focus, ul.tab li a.light-tab.active {
    background-color: #b9d8f5; /* Consistent with base light color */
}


.word-highlight_independent {
    color: #28a745;
    font-weight: 600;
    /* text-shadow: 0 1px 2px rgba(0,0,0,0.1); */
}



.word-highlight_dependent {
    color: #007bff;
    font-weight: 600;
    /* text-shadow: 0 1px 2px rgba(0,0,0,0.1); */
}

.small-text {
    font-size: 0.65em;
    color: #0596f7;
}

/*above added by bx*/