.carousel-indicators li {
    background-color: #32a6d3;
    opacity: 0.4;
}

.carousel-control-prev, .carousel-control-next {
    background: none;
    width: 5%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2332a6d3' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
    height: 40px;
    width: 40px;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2332a6d3' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
    height: 40px;
    width: 40px;
}

.border-blue {
    border-color: #32a6d3;
}

.carousel-inner {
    width: 85% !important;
    margin: auto;
}

.carousel-indicators {
    bottom: -50px;
}

.meta-text {
    margin-left: 10px;
}

.toc-header {
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: bold;
    font-size: 1.1rem;
}

/* Styles for tables */
.td-main > div {
    min-height: 100vh !important;
}

.table-striped tbody tr:nth-of-type(2n+1), .td-content table tbody tr:nth-of-type(2n+1), .td-box .row.section > table tbody tr:nth-of-type(2n+1) {
    background-color: inherit; !important;
}

table {
    border: 1px solid #dee2e6;
}

table td, table th {
    padding: 10px !important;
}

table ul {
    margin-bottom: 0;
}

table tbody th {
    border-right: 1px solid #dee2e6;
}

table thead th {
    vertical-align: middle !important;
}

/* Fixes highlighting of code with line numbers + sticky column for line numbers  */
.highlight {
    overflow-x: scroll;
    background-color: #f0f0f0 !important;
}

.highlight table {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    overflow-x: unset;
}

.highlight table td {
    padding: 0 !important;
    margin: 0;
}

.highlight table td:nth-child(1) {
    left: 0;
    position: sticky;
}

.highlight table pre {
    padding: 0 !important;
    margin: 0;
}

.highlight table pre code > span {
    padding-left: 20px !important;
    padding-right: 0px !important;
    margin: 0;
    display: flex;
}

.highlight table pre code > span > span {
    padding: 0 !important;
    margin: 0;
}

/** Change colors of alerts **/
.alert-info {
    border-color: #30638e;
}

.alert-info .alert-heading {
    color: #30638e;
}
